.modal-overlay{backdrop-filter:blur(10px);z-index:10000;background:#000000bf;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-container{background:var(--lab-deep);border:1px solid var(--lab-border);flex-direction:column;width:90%;max-width:600px;min-height:400px;max-height:85dvh;display:flex;position:relative;overflow:hidden}.modal-form{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.modal-header{border-bottom:1px solid var(--lab-border);background:var(--lab-surface);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-title{color:var(--lab-amber);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.5rem;font-family:IBM Plex Mono,IBM Plex Mono Fallback,Courier New,monospace;font-size:.65rem;font-weight:500;display:flex}.close-btn{color:var(--lab-text-ghost);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.close-btn:hover{color:var(--lab-text)}.progress-bar{background:var(--lab-border);width:100%;height:2px}.progress-fill{background:var(--lab-amber);height:100%;transition:width .5s}.modal-content{-webkit-overflow-scrolling:touch;flex-direction:column;flex-grow:1;min-height:0;padding:2.5rem 2rem;display:flex;overflow-y:auto}@media (width<=600px){.modal-container{width:95%;min-height:0;max-height:90dvh}.modal-header,.modal-footer{padding:1rem 1.25rem}.modal-content{padding:1.5rem 1.25rem}.step-question{margin-bottom:1.25rem;font-size:1.3rem}.form-group{gap:1rem}}.step-question{letter-spacing:-.02em;color:var(--lab-text);margin-bottom:2rem;font-family:Fraunces,Fraunces Fallback,Georgia,serif;font-size:1.6rem;font-weight:700;line-height:1.2}.step-question:focus{outline:none}.form-group{flex-direction:column;gap:1.5rem;display:flex}.input-field{border:none;border-bottom:1px solid var(--lab-border);color:var(--lab-text);background:0 0;width:100%;padding:.8rem 0;font-family:IBM Plex Mono,IBM Plex Mono Fallback,Courier New,monospace;font-size:1rem;font-weight:300;transition:border-color .3s}.input-field:focus{border-color:var(--lab-amber);outline:none}.input-field::placeholder{color:var(--lab-text-ghost)}.options-grid{border-top:1px solid var(--lab-border);grid-template-columns:1fr;gap:0;display:grid}.option-btn{border:none;border-bottom:1px solid var(--lab-border);text-align:left;color:var(--lab-text-mid);cursor:pointer;background:0 0;padding:1.2rem 1rem;font-family:IBM Plex Mono,IBM Plex Mono Fallback,Courier New,monospace;font-size:.82rem;font-weight:300;transition:background .2s,color .2s}.option-btn:hover,.option-btn.selected{background:var(--lab-surface);color:var(--lab-amber)}.modal-footer{border-top:1px solid var(--lab-border);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.nav-btn{color:var(--lab-text-ghost);cursor:pointer;letter-spacing:.03em;background:0 0;border:none;padding:.8rem 1.5rem;font-family:IBM Plex Mono,IBM Plex Mono Fallback,Courier New,monospace;font-size:.78rem;transition:color .2s}.nav-btn:hover{color:var(--lab-text)}.next-btn{background:var(--lab-amber);color:var(--lab-ground);font-weight:600}.next-btn:hover{opacity:.88}.next-btn:disabled{opacity:.4;cursor:not-allowed}.success-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.success-icon{border:1px solid var(--lab-amber);width:72px;height:72px;color:var(--lab-amber);justify-content:center;align-items:center;margin-bottom:2rem;font-size:2rem;animation:2s infinite pulse;display:flex}[data-theme=light] .modal-overlay{backdrop-filter:blur(12px);background:#f5f2eb99}[data-theme=light] .modal-container{background:var(--lab-ground);border-color:var(--lab-border);box-shadow:0 10px 40px #1c1a141f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #e8a63466}70%{box-shadow:0 0 0 16px #e8a63400}to{box-shadow:0 0 #e8a63400}}.spinner{width:1.2em;height:1.2em;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.validation-error-footer{color:var(--lab-terra);text-align:center;margin-bottom:.5rem;padding:0 2rem;font-family:IBM Plex Mono,IBM Plex Mono Fallback,Courier New,monospace;font-size:.78rem}.modal-title-chevron{color:var(--lab-text-ghost)}.success-text{color:var(--lab-text-mid);line-height:1.6}.step-hint{color:var(--lab-text-ghost);margin-bottom:1rem;font-size:.9rem}.textarea-field{border:1px solid var(--lab-border);border-radius:8px;padding:1rem}.char-counter{text-align:right;color:var(--lab-text-ghost);margin-top:.2rem;font-size:.7rem}.review-box{background:var(--lab-surface);font-family:var(--font-mono);color:var(--lab-text);border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;font-size:.9rem}.review-box p{color:var(--lab-text);margin-bottom:.5rem}.review-label{color:var(--lab-text-ghost)}.review-quote{color:var(--lab-text-mid);margin-top:1rem;font-style:italic}.gdpr-row{color:var(--lab-text-mid);align-items:flex-start;gap:.8rem;font-size:.85rem;display:flex}.gdpr-row label{cursor:pointer}.gdpr-link{color:var(--cyan);text-decoration:underline}.field-float{position:relative}.field-float>label{color:var(--lab-text-ghost);font-family:var(--font-mono);pointer-events:none;transform-origin:0 0;font-size:1rem;font-weight:300;transition:transform .2s,color .2s;position:absolute;top:.8rem;left:0}.field-float>.input-field:focus+label,.field-float>.input-field:not(:placeholder-shown)+label{color:var(--lab-amber);transform:translateY(-1.15rem)scale(.72)}.field-float-textarea>label{top:1rem;left:1rem}
