@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg-base:#060010;--bg-surface:#0d0d1f;--bg-card:#0f172ab3;--bg-card-border:#2dd4bf26;--surface:#ffffff0d;--border:#fff3;--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-200:#99f6e4;--teal-300:#5eead4;--teal-400:#2dd4bf;--teal-500:#14b8a6;--teal-600:#0d9488;--teal-700:#0f766e;--emerald-400:#34d399;--emerald-500:#10b981;--emerald-100:#d1fae5;--amber-100:#fef3c7;--amber-300:#fcd34d;--amber-400:#fbbf24;--amber-500:#f59e0b;--amber-800:#92400e;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--slate-950:#020617;--red-400:#f87171;--red-500:#ef4444;--text-primary:#fff;--text-secondary:#cbd5e1;--text-muted:#64748b}body{-webkit-font-smoothing:antialiased;background:#060010;background:var(--bg-base);color:#fff;color:var(--text-primary);font-family:Inter,ui-sans-serif,system-ui,sans-serif;min-height:100vh}input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;cursor:pointer;width:100%}input[type=range]::-webkit-slider-runnable-track{background:#2dd4bf26;border-radius:4px;height:8px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#2dd4bf;background:var(--teal-400);border:2px solid #060010;border:2px solid var(--bg-base);border-radius:50%;box-shadow:0 0 10px #2dd4bf80;height:20px;margin-top:-6px;width:20px}input[type=range]:focus{outline:none}input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #2dd4bf4d}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes glow{0%,to{box-shadow:0 0 15px #2dd4bf66}50%{box-shadow:0 0 30px #2dd4bfcc}}.animate-in{animation:fadeSlideUp .4s ease both}.fade-in{animation:fadeIn .4s ease both}.pulse{animation:pulse 2s ease-in-out infinite}.survey-shell{background:var(--bg-base);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:80px 16px;position:relative}.survey-shell:before{background:radial-gradient(circle,#14b8a61f 0,#0000 70%);height:600px;left:-10%;top:-20%;width:600px}.survey-shell:after,.survey-shell:before{content:"";pointer-events:none;position:fixed;z-index:0}.survey-shell:after{background:radial-gradient(circle,#2dd4bf14 0,#0000 70%);bottom:-20%;height:500px;right:-10%;width:500px}.survey-inner{max-width:640px;position:relative;width:100%;z-index:1}.progress-wrap{margin-bottom:32px}.progress-track{background:#ffffff0f;border-radius:99px;height:4px;margin-bottom:8px;overflow:hidden}.progress-fill{background:linear-gradient(to right,var(--teal-500),var(--teal-300));border-radius:99px;box-shadow:0 0 8px #2dd4bf80;height:100%;transition:width .5s ease}.progress-label{color:var(--teal-400);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.h1{color:var(--text-primary);font-size:1.5rem;font-weight:800;line-height:1.3;margin-bottom:8px}.sub{color:var(--text-secondary);line-height:1.6;margin-bottom:24px}.text-center{text-align:center}.badge{border-radius:99px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:16px;padding:4px 14px;text-transform:uppercase}.badge--teal{background:#2dd4bf1f;border:1px solid #2dd4bf40;color:var(--teal-300)}.badge--amber{background:#f59e0b1f;border:1px solid #f59e0b40;color:var(--amber-400)}.badge--slate{background:#ffffff0f;border:1px solid #ffffff1a;color:var(--slate-300)}.card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:16px;box-shadow:0 4px 24px #0006,inset 0 1px 0 #ffffff0a;padding:24px}.card,.card-title{margin-bottom:16px}.card-title{color:var(--text-secondary);font-weight:600}.mb-4{margin-bottom:16px}.chip-group{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chip{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:99px;color:var(--text-secondary);cursor:pointer;font-size:14px;padding:10px 20px;transition:all .2s}.chip:hover{background:#2dd4bf12}.chip--selected,.chip:hover{border-color:var(--teal-400);color:var(--teal-300)}.chip--selected{background:#2dd4bf1f;box-shadow:0 0 12px #2dd4bf33}.chip--error{border-color:var(--red-400)}.field-label{color:var(--text-secondary);font-size:14px;font-weight:500;margin-bottom:8px}.required{color:var(--red-400);margin-left:4px}.error-msg{color:var(--red-400);font-size:13px;margin-top:8px}.mt-4{margin-top:16px}.timeline{display:flex;flex-direction:column;gap:0}.timeline-row{display:flex;gap:16px}.timeline-spine{align-items:center;display:flex;flex-direction:column;padding-top:2px}.timeline-dot{background:var(--teal-400);border-radius:50%;box-shadow:0 0 8px #2dd4bf80;flex-shrink:0;height:10px;width:10px}.timeline-line{background:#2dd4bf26;flex:1 1;margin:4px 0;min-height:20px;width:2px}.timeline-body{padding-bottom:4px}.timeline-title{color:var(--text-primary);font-size:14px;font-weight:600}.timeline-desc{color:var(--text-muted);font-size:12px;margin-top:2px}.divider{background:#ffffff0f;height:1px;margin:24px 0;width:100%}.vas-item{margin-bottom:0}.vas-label{color:var(--text-primary);font-size:14px;font-weight:500;margin-bottom:8px}.vas-range{width:100%}.vas-ends{color:var(--text-muted);display:flex;font-size:12px;justify-content:space-between;margin-top:8px}.vas-value{color:var(--teal-400);font-size:15px;font-weight:700;margin-top:4px;text-align:center}.stai-list{display:flex;flex-direction:column;gap:0}.stai-item{padding:24px 0}.stai-item:first-child{padding-top:0}.stai-item:last-child{padding-bottom:0}.stai-item--border{border-top:1px solid #ffffff0f}.stai-statement{align-items:center;color:var(--text-primary);display:flex;font-size:14px;font-weight:600;gap:6px;margin-bottom:4px}.stai-required,.stai-statement--error{color:var(--red-400)}.stai-required{font-size:12px;font-weight:400}.stai-live-label{height:20px;margin-bottom:8px}.stai-active-label{color:var(--teal-300);font-size:12px;font-weight:700}.stai-placeholder{color:var(--text-muted);font-size:12px;font-style:italic}.stai-track-wrap{align-items:center;display:flex;height:20px;position:relative}.stai-track{background:#2dd4bf1a;border-radius:99px;height:6px;left:0;position:absolute;right:0}.stai-track--error{background:#f8717126}.stai-fill{background:linear-gradient(to right,var(--teal-600),var(--teal-400));height:6px;left:0;transition:width 75ms}.stai-fill,.stai-tick{border-radius:99px;pointer-events:none;position:absolute}.stai-tick{background:#ffffff1f;height:14px;transform:translateX(-50%);width:2px}.stai-input{cursor:pointer;height:20px;inset:0;opacity:0;position:absolute;width:100%}.stai-thumb{background:var(--teal-400);border:2px solid var(--bg-base);border-radius:50%;box-shadow:0 0 10px #2dd4bf99;height:16px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:left 75ms;width:16px}.stai-seg-labels{height:16px;margin-top:6px;position:relative}.stai-seg{color:var(--text-muted);font-size:10px;line-height:1;position:absolute;transform:translateX(-50%);transition:color .1s;white-space:nowrap}.stai-seg--active{color:var(--teal-300);font-weight:700}.clip-strip{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;padding-bottom:4px}.clip-pill{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:99px;color:var(--text-muted);display:flex;flex-shrink:0;font-size:12px;font-weight:500;padding:6px 14px}.clip-pill--done{background:#2dd4bf14;border-color:#2dd4bf4d;color:var(--teal-300)}.clip-pill--active{background:linear-gradient(135deg,var(--teal-600),var(--teal-500));border-color:var(--teal-400);box-shadow:0 0 14px #2dd4bf66;color:#fff}.rest-center{padding:40px 0;text-align:center}.rest-card{flex-direction:column;margin:0 auto;max-width:320px;padding:48px 24px}.rest-card,.rest-counter{align-items:center;display:flex}.rest-counter{border:3px solid #ffffff1a;border-radius:50%;color:var(--text-muted);font-size:2.5rem;font-weight:800;height:96px;justify-content:center;width:96px}.rest-counter--active{animation:glow 2s ease-in-out infinite;border-color:var(--teal-400);box-shadow:0 0 24px #2dd4bf4d;color:var(--teal-300)}.rest-hint{color:var(--text-muted);font-size:14px;margin-top:24px}.listen-card{text-align:center}.listen-icon{align-items:center;background:#2dd4bf1a;border:1px solid #2dd4bf33;border-radius:50%;box-shadow:0 0 20px #2dd4bf26;display:flex;height:80px;justify-content:center;margin:0 auto 16px;width:80px}.listen-title{color:var(--text-primary);font-size:18px;font-weight:700;margin-bottom:24px}.audio-bar{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;gap:12px;padding:12px 16px}.audio-bar,.play-btn{align-items:center;display:flex}.play-btn{background:linear-gradient(135deg,var(--teal-500),var(--teal-400));border:none;border-radius:50%;box-shadow:0 0 18px #2dd4bf66;color:#fff;cursor:pointer;flex-shrink:0;height:48px;justify-content:center;transition:all .2s;width:48px}.play-btn:hover{box-shadow:0 0 28px #2dd4bfb3;transform:scale(1.05)}.audio-track{background:#2dd4bf1a;border-radius:99px;cursor:not-allowed;flex:1 1;height:6px;overflow:hidden}.audio-progress{background:linear-gradient(to right,var(--teal-600),var(--teal-400));border-radius:99px;height:100%;transition:width .5s linear}.audio-time{color:var(--text-muted);font-family:monospace;font-size:12px}.listen-note{color:var(--text-muted);font-size:13px;font-style:italic;margin-top:12px}.volume-control{align-items:center;display:flex;gap:12px;margin-top:16px;padding:0 8px}.volume-slider{-webkit-appearance:none;appearance:none;background:#ffffff1a;border-radius:99px;flex:1 1;height:4px;outline:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--teal-400);border-radius:50%;box-shadow:0 0 8px #2dd4bf66;cursor:pointer;height:14px;width:14px}.complete-center{padding:40px 0;text-align:center}.complete-icon{align-items:center;background:#10b9811a;border:1px solid #10b98140;border-radius:50%;box-shadow:0 0 24px #10b98133;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.summary-card{margin:24px auto 0;max-width:360px;text-align:left}.summary-title{color:var(--text-secondary);font-weight:600;margin-bottom:16px}.summary-row{align-items:center;border-bottom:1px solid #ffffff0f;display:flex;font-size:14px;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.summary-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.summary-desc{color:var(--text-secondary)}.summary-done{color:var(--emerald-400);font-weight:600;gap:4px}.bottom-nav,.summary-done{align-items:center;display:flex}.bottom-nav{border-top:1px solid #ffffff0f;justify-content:space-between;margin-top:40px;padding-top:24px}.back-btn{align-items:center;background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:color .15s}.back-btn:hover{color:var(--text-primary)}.screen-counter{color:var(--text-muted);font-size:12px;font-weight:500}.next-btn{align-items:center;background:linear-gradient(135deg,var(--teal-600),var(--teal-400));border:none;border-radius:12px;box-shadow:0 0 20px #2dd4bf4d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:8px;padding:12px 28px;transition:all .2s}.next-btn:hover{box-shadow:0 0 32px #2dd4bf8c;transform:translateY(-1px)}.next-btn--disabled{background:#ffffff0f;box-shadow:none;color:var(--text-muted);cursor:not-allowed;transform:none}.lock-screen{align-items:center;display:flex;flex-direction:column;gap:1.25rem;justify-content:center;min-height:60vh}.lock-input{font-size:1.1rem;letter-spacing:.25em;max-width:280px;padding:.75rem 1rem;text-align:center}.lock-input,.select-input,.text-input{background:var(--surface);border:1.5px solid var(--border);border-radius:.5rem;color:var(--text-primary);width:100%}.select-input,.text-input{font-size:.95rem;margin-top:.4rem;padding:.8rem 1rem}.select-input:focus,.text-input:focus{border-color:var(--teal-400);outline:none}@media (max-width:480px){.h1{font-size:1.25rem}.card{padding:16px}.stai-seg{font-size:9px}}
/*# sourceMappingURL=main.4ad3c41e.css.map*/