:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;background:#f4fbf5;color:#244235}*{box-sizing:border-box}body,html,#root{margin:0;min-height:100vh;background:linear-gradient(180deg,#f4fbf5,#edf8ef);color:#244235}button,input,select,textarea{font:inherit}button{background:#6ea986;color:#fff;border:1px solid #62997a;border-radius:10px;padding:8px 12px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .08s ease}button:hover:not(:disabled){background:#5d9875;border-color:#54896a}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.45;cursor:not-allowed}input,select,textarea{background:#fcfffc;color:#244235;border:1px solid #bfd7c6;border-radius:10px;padding:8px 10px}input:focus,select:focus,textarea:focus{outline:none;border-color:#7cb793;box-shadow:0 0 0 3px #7cb7932e}input[type=text],input[type=number],select{width:100%}select{margin-bottom:10px}.app-shell{display:grid;grid-template-columns:300px 1fr;min-height:100vh}.sidebar{border-right:1px solid #d4e7d9;padding:16px;background:linear-gradient(180deg,#e7f4ea,#dfeee4);overflow:auto}.main{padding:14px;overflow:auto;max-height:100vh}.panel,.video-panel,.curve-panel{background:#ffffffd1;border:1px solid #d4e7d9;border-radius:16px;padding:12px;margin-bottom:12px;box-shadow:0 10px 30px #5b826814}h1,h2{margin:0 0 8px}h1{font-size:24px}h2{font-size:15px}.brand-title{font-size:32px;line-height:1;letter-spacing:.12em;color:#2d6a4f;text-align:center;margin:2px 0 8px}.brand-tagline{margin:0 0 14px;color:#5a7e66;font-size:11px;line-height:1.45;text-align:center}.small-text{color:#64806c;font-size:12px;line-height:1.38}.row{display:flex;align-items:center}.gap{gap:8px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.field-label,.eyebrow{display:block;color:#64806c;font-size:11px;margin:10px 0 6px;text-transform:uppercase;letter-spacing:.08em}.scenario-list{display:flex;flex-direction:column;gap:7px;margin-top:8px;max-height:40vh;overflow:auto}.scenario-item{display:flex;gap:8px;align-items:center;padding:8px 10px;border-radius:10px;background:#f6fcf7;border:1px solid #d7eadc}.scenario-item.selected{border-color:#7cb793;box-shadow:inset 0 0 0 1px #7cb79340}.scenario-button{flex:1;background:transparent;text-align:left;padding:0;color:#244235;border:0}.scenario-button:hover:not(:disabled){background:transparent}.topbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.headline{font-size:22px;font-weight:700;color:#2f5742}.workspace{display:grid;gap:12px}.video-panel video{width:100%;max-height:52vh;background:#000;border-radius:12px;object-fit:contain}.curve-header{margin-bottom:8px;gap:8px}.curve-area{display:grid;grid-template-columns:44px 1fr;gap:10px;align-items:stretch}.curve-scale{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding:6px 0;color:#64806c;font-size:12px}.chart-wrap{width:100%;height:165px;border-radius:12px;overflow:hidden;border:1px solid #cfe2d4;background:#f3fbf4}.chart-canvas{width:100%;height:100%;display:block;touch-action:none;cursor:crosshair}.legend-item{display:inline-flex;gap:6px;align-items:center;color:#486756;font-size:12px}.swatch{width:12px;height:12px;display:inline-block;border-radius:3px}.swatch.blue{background:#8bbfa0}.swatch.gold{background:#3f7f5f}.swatch.diff{background:transparent;border:1px dashed #7b9585}.notice{padding:10px 12px;border-radius:12px;margin-top:10px;font-size:12px}.notice.success{background:#6ea98624;color:#2d6a4f;border:1px solid rgba(110,169,134,.28)}.notice.error{background:#dc50641f;color:#a64052;border:1px solid rgba(220,80,100,.22)}.small-inline{display:inline-flex;align-items:center;gap:8px}.small-inline input{width:72px}.help-text{margin-top:8px}.controls-row{row-gap:8px}.zoom-panel{margin-top:10px;padding:8px 10px;border:1px solid #d7eadc;border-radius:12px;background:#f6fcf7}.zoom-value{font-size:12px;color:#486756}.zoom-slider{width:220px;accent-color:#6ea986}.timer-pill{padding:8px 10px;border-radius:999px;background:#f6fcf7;border:1px solid #d7eadc;color:#486756;font-size:12px}.flagged-button{background:#c85767;border-color:#b84e5e}.flagged-button:hover:not(:disabled){background:#b94b5a;border-color:#a84352}.flag-textarea{width:100%;min-height:90px;resize:vertical}.id-card{padding:10px 12px;border:1px solid #cfe2d4;border-radius:12px;background:#f6fcf7;margin-bottom:10px}.id-card strong{display:block;margin-top:4px;font-size:18px;color:#2d6a4f;word-break:break-word}@media (max-width: 980px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid #d4e7d9}.topbar{flex-direction:column;align-items:flex-start}.video-panel video{max-height:44vh}.chart-wrap{height:150px}.curve-area{grid-template-columns:34px 1fr}}.fb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#3a58418a;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:32px 16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.fb-card{background:#fbfffb;border:1px solid #d4e7d9;border-radius:20px;width:100%;max-width:760px;padding:32px 36px;display:flex;flex-direction:column;gap:0;box-shadow:0 18px 50px #5b82682e}.fb-header{margin-bottom:24px}.fb-header h1{font-size:26px;margin:4px 0 8px;color:#2d6a4f}.fb-section-heading{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5f946f;border-bottom:1px solid #d4e7d9;padding:18px 0 8px;margin-bottom:4px}.fb-question{margin:16px 0 4px}.fb-question-label{font-size:14px;color:#244235;margin-bottom:10px;line-height:1.5}.fb-q-number{color:#5f946f;font-weight:700;margin-right:4px}.fb-radio-row{display:flex;flex-wrap:wrap;gap:8px}.fb-radio-col{display:flex;flex-direction:column;gap:8px}.fb-radio-label{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;border:1px solid #cfe2d4;background:#f6fcf7;color:#64806c;font-size:13px;cursor:pointer;transition:border-color .15s,background .15s,color .15s;-webkit-user-select:none;user-select:none}.fb-radio-label input[type=radio]{display:none}.fb-radio-label:hover{border-color:#7cb793;color:#244235}.fb-radio-selected{border-color:#6ea986!important;background:#6ea98626!important;color:#2d6a4f!important}.fb-textarea{width:100%;min-height:80px;resize:vertical;background:#fdfefd;color:#244235;border:1px solid #bfd7c6;border-radius:12px;padding:10px 12px;font-size:13px;line-height:1.5}.fb-textarea:focus{outline:none;border-color:#7cb793;box-shadow:0 0 0 3px #7cb7932e}.fb-meta-note{margin:24px 0 8px;padding:14px 16px;background:#f2faf4;border:1px solid #d4e7d9;border-radius:12px;font-size:12px;color:#64806c;line-height:1.6}.fb-submit{margin-top:20px;width:100%;padding:14px;font-size:15px;font-weight:700;border-radius:12px;background:#6ea986;color:#fff;cursor:pointer;border:1px solid #62997a}.fb-submit:hover:not(:disabled){background:#5d9875}.fb-submit:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 600px){.fb-card{padding:20px 16px}.fb-radio-row{flex-direction:column}}.eraser-button{background:#8ca89b;border-color:#809789}.eraser-button:hover:not(:disabled){background:#7d9788;border-color:#728978}.eraser-button.active{background:#c85767;border-color:#b84e5e}.chart-canvas.eraser-cursor{cursor:cell}.secondary-button{background:#98b8a4;border-color:#88a892;color:#fff}.secondary-button:hover:not(:disabled){background:#89aa95;border-color:#7d9a86}.full-width{width:100%;margin-bottom:10px}.instruction-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;background:#33513a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.instruction-modal{width:min(980px,96vw);max-height:min(92vh,calc(100dvh - 48px));overflow:auto;background:#fbfffb;border:1px solid #cfe2d4;border-radius:20px;padding:18px;box-shadow:0 24px 80px #0000002e}.instruction-text{margin:8px 0 12px}.instruction-video{width:100%;max-height:68vh;background:#000;border-radius:14px;border:1px solid #d4e7d9;display:block}.instruction-actions{margin-top:12px;gap:10px}.payment-panel{border-color:#cfe2d4}.completion-code{display:inline-block;margin:8px 0 10px;padding:10px 14px;border-radius:12px;background:#eef8f0;border:1px solid #c3dbc9;color:#2d6a4f;font-size:20px;font-weight:800;letter-spacing:.06em;-webkit-user-select:all;user-select:all}.completion-panel{border-color:#a9d0b6;background:linear-gradient(180deg,#a6d8b557,#ffffffeb)}.profile-eyebrow{margin-top:14px;color:#6b8c75}.brand-panel{background:linear-gradient(180deg,#f7fdf8,#edf8ef);border:1px solid #cde2d3}.brand-badge{width:56px;height:56px;margin:0 auto 10px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#8ec6a2,#6ea986);color:#fff;font-size:30px;font-weight:800;letter-spacing:.06em;box-shadow:0 10px 24px #6ea9863d}.brand-kicker{text-align:center;text-transform:uppercase;letter-spacing:.16em;font-size:10px;color:#6b8c75;margin-bottom:6px}.participant-info-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;background:#33513a9e;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.participant-info-modal{width:min(980px,96vw);max-height:min(92vh,calc(100dvh - 48px));display:flex;flex-direction:column;background:#fbfffb;border:1px solid #cfe2d4;border-radius:22px;padding:18px;box-shadow:0 24px 80px #00000038}.participant-info-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid #d4e7d9;padding-bottom:12px;margin-bottom:12px}.participant-info-brand{display:flex;align-items:center;gap:18px;min-width:0}.participant-info-logo{display:block;width:190px;max-width:38vw;max-height:118px;object-fit:contain;flex:0 0 auto}.participant-info-brand-name{max-width:520px;margin:6px 0 0;color:#5d6170;font-size:.86rem;line-height:1.35}.participant-info-header h2{font-size:24px;color:#2d6a4f;margin:2px 0 4px}.download-info-link{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-decoration:none;border-radius:10px;padding:8px 12px;background:#98b8a4;border:1px solid #88a892;color:#fff;font-size:13px}.download-info-link:hover{background:#89aa95}.participant-info-scroll{overflow:auto;padding:4px 8px 4px 0;max-height:min(58vh,620px)}.participant-info-section{margin:0 0 16px;padding-bottom:10px;border-bottom:1px solid #edf6ef}.participant-info-section h3{font-size:15px;color:#2d6a4f;margin:0 0 8px}.participant-info-section p{margin:0 0 8px;color:#244235;font-size:14px;line-height:1.55}.consent-modal{width:min(900px,96vw)}.consent-select-all{display:flex;justify-content:flex-end;margin:0 0 10px}.consent-list{overflow:auto;max-height:min(62vh,620px);padding-right:8px}.consent-check{display:flex;gap:10px;align-items:flex-start;margin:0 0 10px;padding:12px;background:#f2faf4;border:1px solid #d4e7d9;border-radius:12px;color:#244235;font-size:13px;line-height:1.45}.consent-check input{margin-top:2px;width:auto;min-width:16px}.participant-info-actions{margin-top:12px;gap:10px}@media (max-width: 640px){.participant-info-header{flex-direction:column}.download-info-link{width:100%}}.debrief-panel{border-color:#a9d0b6;background:linear-gradient(180deg,#a6d8b557,#fffffff0)}.debrief-panel h2{color:#2d6a4f;font-size:20px;margin-bottom:10px}.debrief-content p{color:#244235;font-size:14px;line-height:1.55;margin:0 0 10px}.debrief-id-box{display:inline-flex;flex-direction:column;gap:4px;margin-top:8px;padding:10px 12px;border-radius:12px;border:1px solid #c3dbc9;background:#eef8f0;color:#244235}.debrief-id-box span{color:#64806c;font-size:12px}.debrief-id-box strong{color:#2d6a4f;font-size:18px;-webkit-user-select:all;user-select:all}.topbar{align-items:flex-start}.topbar>div:first-child{flex:1 1 320px;min-width:260px}.controls-row{justify-content:flex-end;align-items:center;min-height:44px;flex:1 1 620px}.controls-row button{min-width:84px;white-space:nowrap}.controls-row button:last-child{min-width:150px}.timer-pill{font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;text-align:center;white-space:nowrap}.timer-pill-time{width:104px;min-width:104px}.timer-pill-status{width:168px;min-width:168px;overflow:hidden;text-overflow:ellipsis}.small-inline{min-width:92px}.matcha-welcome-card{display:flex;gap:14px;align-items:flex-start;margin:0 0 14px;padding:14px;border-radius:16px;border:1px solid #cde2d3;background:linear-gradient(135deg,#eef8f0,#fbfffb 58%,#e3f3e8);box-shadow:0 12px 28px #5b82681a}.matcha-welcome-badge{width:46px;height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:center;border-radius:15px;background:linear-gradient(180deg,#8ec6a2,#6ea986);color:#fff;font-size:25px;font-weight:800;box-shadow:0 10px 22px #6ea98638}.matcha-welcome-card strong{display:block;color:#2d6a4f;margin-bottom:4px;font-size:15px}.matcha-welcome-card p{margin:0;color:#486756;font-size:13px;line-height:1.5}.study-float-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:24px;background:#33513aa3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.study-float-modal{width:min(900px,96vw);max-height:92vh;overflow:auto;background:#fbfffb;border:1px solid #cfe2d4;border-radius:24px;padding:20px;box-shadow:0 24px 80px #0000003d}.payment-float-modal{width:min(720px,96vw)}.done-float-modal{width:min(650px,96vw)}.float-hero{display:flex;gap:16px;align-items:center;margin-bottom:16px;padding:16px;border-radius:18px;background:linear-gradient(135deg,#e6f5ea,#fbfffb 62%,#f0faf2);border:1px solid #cde2d3}.payment-hero{background:linear-gradient(135deg,#f3fae7,#fbfffb 62%,#eef8f0)}.float-badge{width:58px;height:58px;flex:0 0 58px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:linear-gradient(180deg,#8ec6a2,#6ea986);color:#fff;font-size:30px;font-weight:900;box-shadow:0 12px 26px #6ea98642}.float-hero h2{color:#2d6a4f;font-size:24px;margin:0 0 4px}.float-hero p{margin:0;color:#486756;line-height:1.45;font-size:14px}.debrief-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}.debrief-card{padding:14px;border-radius:16px;background:#f6fcf7;border:1px solid #d7eadc}.debrief-card h3{margin:0 0 6px;color:#2d6a4f;font-size:15px}.debrief-card p{margin:0;color:#486756;line-height:1.5;font-size:13px}.floating-id-box{width:100%;margin:6px 0 4px}.study-float-modal textarea{min-height:84px;resize:vertical;width:100%}@media (max-width: 720px){.debrief-card-grid{grid-template-columns:1fr}.float-hero{align-items:flex-start}}.signed-consent-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:12px 0 4px;padding:12px;border:1px solid #cde2d3;border-radius:14px;background:#f2faf4}.signed-consent-summary div{display:flex;flex-direction:column;gap:3px}.signed-consent-summary span{color:#64806c;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.signed-consent-summary strong{color:#2d6a4f;font-size:13px;word-break:break-word}.signed-consent-summary p{grid-column:1 / -1;margin:2px 0 0;color:#486756;font-size:12px;line-height:1.45}.consent-save-status{margin-top:10px;padding:10px 12px;border-radius:12px;border:1px solid #d4e7d9;background:#f6fcf7}.consent-check input:disabled+span{opacity:.78}.text-link{color:#2d6a4f;font-weight:700;text-decoration:underline;text-underline-offset:2px}.text-link:hover{color:#1f4f39}.brand-language-row{display:flex;justify-content:center;margin:-2px 0 12px}.language-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:74px;padding:6px 10px;border-radius:999px;background:#f6fcf7;border:1px solid #cde2d3;color:#2d6a4f;font-weight:700;font-size:12px;box-shadow:0 6px 14px #5b826814}.language-toggle:hover:not(:disabled){background:#eef8f0;border-color:#a9d0b6;color:#1f4f39}.language-toggle-inline{min-width:76px;height:36px}.playback-speed-control{display:inline-flex;align-items:center;gap:6px}.playback-speed-control select{width:auto;min-width:78px;padding:6px 9px}.fps-pill{min-width:74px;font-weight:700}.playback-action-bar,.visible-playback-bar{margin-top:10px;padding:9px 10px;border:1px solid #d7eadc;border-radius:12px;background:#f6fcf7}.primary-play-button,.visible-play-button{min-width:150px;font-weight:700}.visible-playback-bar{margin-bottom:10px}.visible-playback-bar>button:first-child,.visible-playback-bar>button:nth-child(3){min-width:118px}.chart-canvas{cursor:crosshair}@media (max-width: 720px){.playback-action-bar,.visible-playback-bar{align-items:stretch}.primary-play-button,.visible-play-button,.visible-playback-bar>button:first-child,.visible-playback-bar>button:nth-child(3){min-width:0;flex:1 1 140px}}.first-watch-banner{display:flex;flex-direction:column;gap:4px;margin-top:10px;padding:11px 12px;border-radius:12px;border:1px solid #d7eadc;background:#f6fcf7;color:#486756;font-size:12px;line-height:1.45}.first-watch-banner.locked{border-color:#d8c98f;background:#fffaf0;color:#725d1f}.first-watch-banner.complete{border-color:#a9d0b6;background:#eef8f0;color:#2d6a4f}.chart-wrap{position:relative}.chart-canvas.locked{cursor:not-allowed;opacity:0}.annotation-lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:18px;background:#f6fcf7;color:#486756;text-align:center;font-size:13px;font-weight:700;line-height:1.45;pointer-events:none}.annotation-locked .curve-scale{opacity:.55}.brand-logo{display:block;width:min(100%,260px);height:auto;margin:0 auto 8px;object-fit:contain}.brand-panel .brand-tagline{max-width:260px;margin:0 auto 12px;color:#4c4556;font-size:11px;line-height:1.4;text-align:center}.brand-panel{border:2px solid rgba(84,48,143,.24);background:linear-gradient(145deg,#fffffff5,#ebfaf2f0)}.brand-logo{width:min(100%,280px);filter:drop-shadow(0 5px 10px rgba(84,48,143,.12))}.topbar-brand{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.topbar-brand-logo{width:150px;max-height:76px;object-fit:contain;object-position:left center;flex:0 0 auto}.topbar-brand-text{min-width:0}.topbar-brand-name{color:#2b2732;font-size:22px;font-weight:800;letter-spacing:.18em;line-height:1.1}.topbar-brand-subtitle{color:#5e536b;font-size:11px;line-height:1.35;margin-top:3px;max-width:440px}@media (max-width: 900px){.topbar{align-items:flex-start;flex-wrap:wrap}.topbar-brand-logo{width:120px}.topbar-brand-subtitle{display:none}}@media (max-width: 720px){.participant-info-header{flex-direction:column}.participant-info-brand{align-items:flex-start;flex-direction:column}.participant-info-logo{width:165px;max-width:100%}}.instruction-header{align-items:flex-start;gap:16px}.instruction-brand{flex:1 1 440px}.instruction-logo{width:130px;max-height:88px}@media (max-width: 720px){.instruction-header{flex-direction:column}.instruction-brand{flex-basis:auto}.instruction-logo{width:150px}}@media (max-height: 700px){.participant-info-overlay,.instruction-overlay{align-items:flex-start;padding-top:12px;padding-bottom:12px}.participant-info-modal,.instruction-modal{max-height:calc(100dvh - 24px)}.participant-info-logo{max-height:76px;width:150px}.instruction-logo{max-height:64px;width:120px}}.mobile-link-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20000;display:grid;place-items:center;padding:18px;overflow-y:auto;background:#181d23c2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mobile-link-modal{position:relative;width:min(100%,500px);box-sizing:border-box;padding:28px;border:1px solid rgba(91,77,145,.18);border-radius:20px;background:#fff;box-shadow:0 26px 90px #0000004d}.mobile-link-close{position:absolute;top:10px;right:14px;width:40px;height:40px;padding:0;border:0;background:transparent;color:#4a4d58;font-size:30px;line-height:1}.mobile-link-logo{display:block;width:min(230px,72%);height:auto;max-height:120px;margin:0 auto 14px;object-fit:contain}.mobile-link-modal h2{margin:0 0 12px;text-align:center}.mobile-link-modal p{line-height:1.5}.mobile-link-privacy{margin:14px 0;padding:12px 14px;border-radius:12px;background:#f0f7f3;color:#4d5a53;font-size:.9rem}.mobile-link-form{display:grid;gap:9px;margin-top:16px}.mobile-link-form label{font-weight:700}.mobile-link-form input{width:100%;min-height:48px;box-sizing:border-box;padding:11px 13px;border:1px solid #bcc5c0;border-radius:10px;font:inherit}.mobile-link-form button,.mobile-link-secondary{min-height:48px;border-radius:10px;font-weight:700}.mobile-link-secondary{width:100%;margin-top:10px;border:1px solid #bdd8cc;background:#deefe7;color:#26362f}.mobile-link-message{margin:14px 0 0;font-weight:700;text-align:center}.mobile-link-reading{display:block;margin:16px auto 0;padding:4px 8px;border:0;background:transparent;color:#51458a;text-decoration:underline}@media (max-width: 520px){.mobile-link-overlay{padding:10px}.mobile-link-modal{padding:24px 18px 20px;border-radius:16px}}.chart-wrap,.chart-canvas{overscroll-behavior:contain}.shortcut-help-button{margin-left:auto;background:#fff;color:#2d6a4f;border-color:#bfd7c6;font-weight:700}.shortcut-help-button:hover:not(:disabled){background:#eef8f0;color:#1f4f39}.shortcut-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10020;display:grid;place-items:center;padding:20px;overflow-y:auto;background:#253d2db3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.shortcut-modal{width:min(760px,96vw);max-height:92vh;overflow:auto;padding:22px;border:1px solid #cfe2d4;border-radius:22px;background:#fbfffb;box-shadow:0 24px 80px #0000003d}.shortcut-header{align-items:flex-start;margin-bottom:14px}.shortcut-header h2{margin:0;color:#2d6a4f;font-size:22px}.shortcut-section{margin-top:16px}.shortcut-section h3{margin:0 0 8px;color:#2d6a4f;font-size:14px}.shortcut-list{overflow:hidden;border:1px solid #d7eadc;border-radius:14px;background:#fff}.shortcut-list>div{display:grid;grid-template-columns:minmax(145px,210px) 1fr;gap:14px;align-items:center;padding:10px 12px;border-bottom:1px solid #e3efe6}.shortcut-list>div:last-child{border-bottom:0}.shortcut-list span{color:#486756;font-size:13px;line-height:1.45}kbd{display:inline-block;width:fit-content;max-width:100%;padding:4px 8px;border:1px solid #bfd7c6;border-bottom-width:2px;border-radius:7px;background:#f6fcf7;color:#244235;font:700 12px/1.25 Inter,system-ui,sans-serif;white-space:normal}.shortcut-note{margin:16px 0 0;padding:11px 12px;border:1px solid #d7eadc;border-radius:12px;background:#f6fcf7;color:#486756;font-size:12px;line-height:1.5}@media (max-width: 620px){.shortcut-modal{padding:16px}.shortcut-list>div{grid-template-columns:1fr;gap:6px}.shortcut-help-button{margin-left:0}}.video-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(235px,28%);gap:10px;min-width:0;min-height:0;align-items:stretch}.video-stage>video{min-width:0}.workflow-guide{min-width:0;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:10px;border:1px solid #cfe2d4;border-radius:12px;background:linear-gradient(180deg,#f8fdf9,#edf8f0);color:#244235}.workflow-guide-header{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #d7eadc}.workflow-guide-header>strong{display:block;margin-top:3px;font-size:14px;line-height:1.35;color:#2d6a4f}.workflow-guide-eyebrow{color:#64806c;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.workflow-side-progress{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:5px 7px;margin-top:8px;color:#486756;font-size:11px;font-variant-numeric:tabular-nums}.workflow-side-progress>strong{text-align:right;font-size:11px}.workflow-progress-track{grid-column:1 / -1;height:6px;overflow:hidden;border-radius:999px;background:#d8eadc}.workflow-progress-track>span{display:block;height:100%;border-radius:inherit;background:#6ea986;transition:width .15s linear}.workflow-step-list{display:grid;gap:6px}.workflow-step{display:grid;grid-template-columns:25px minmax(0,1fr);gap:7px;padding:7px;border:1px solid transparent;border-radius:10px;background:#ffffff9e;transition:border-color .15s ease,background .15s ease,opacity .15s ease}.workflow-step-number{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border-radius:50%;background:#dfeee4;color:#486756;font-size:11px;font-weight:800}.workflow-step strong{display:block;font-size:11.5px;line-height:1.25}.workflow-step p{margin:3px 0 0;color:#5a7563;font-size:10.5px;line-height:1.35}.workflow-step.active{border-color:#6ea986;background:#fff;box-shadow:0 5px 14px #5b82681a}.workflow-step.active .workflow-step-number{background:#6ea986;color:#fff}.workflow-step.complete{background:#6ea9861f}.workflow-step.complete .workflow-step-number{background:#4f8b68;color:#fff}.workflow-step.upcoming{opacity:.76}.workflow-step.final-step{border-style:dashed;border-color:#c4dccb}.workflow-review-confirmation{display:flex;align-items:center;margin-top:8px}.workflow-review-confirmation>span{color:#5a7563;font-size:10.5px;line-height:1.35}.workflow-review-button{width:auto;padding:6px 10px;border-radius:8px;font-size:10.5px;font-weight:800;line-height:1.25;white-space:nowrap}.workflow-review-confirmed{margin-top:8px;padding:7px 8px;border:1px solid #8fc3a1;border-radius:9px;background:#e4f4e8;color:#2d6a4f;font-size:10.5px;font-weight:800;text-align:center}.workflow-guide-reminder{display:grid;gap:2px;margin-top:8px;padding:7px 8px;border-radius:9px;background:#e6f4e9;color:#3e654d;font-size:10.5px;line-height:1.3}.workflow-guide-reminder strong{color:#2d6a4f}.first-watch-progress-text{font-variant-numeric:tabular-nums;font-weight:700}@media (min-width: 861px){html,body,#root{height:100%;overflow:hidden}.app-shell{grid-template-columns:clamp(230px,20vw,285px) minmax(0,1fr);height:100vh;height:100dvh;min-height:0;overflow:hidden}.sidebar{height:100vh;height:100dvh;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:12px}.main{display:flex;flex-direction:column;height:100vh;height:100dvh;min-height:0;max-height:none;overflow:hidden;padding:10px}.topbar{flex:0 0 auto;display:grid;grid-template-columns:minmax(180px,.62fr) minmax(0,1.8fr);align-items:start;gap:8px;margin-bottom:8px}.topbar>div:first-child{min-width:0}.topbar-brand-name{font-size:18px}.headline{overflow:hidden;font-size:18px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.topbar .small-text{font-size:11px;line-height:1.25}.controls-row{flex:1 1 auto;justify-content:flex-end;align-items:center;min-height:0;gap:6px;row-gap:6px}.controls-row button,.controls-row button:last-child{min-width:0;padding:6px 9px;font-size:12px;line-height:1.2}.controls-row .small-inline{min-width:0;gap:5px;font-size:11px}.controls-row select{width:auto;min-width:62px;margin:0;padding:5px 7px;font-size:12px}.timer-pill{width:auto;min-width:0;padding:6px 8px;font-size:11px;line-height:1.2}.timer-pill-time{width:auto;min-width:92px}.timer-pill-status{width:auto;min-width:118px;max-width:150px}.workspace{flex:1 1 auto;display:grid;grid-template-rows:minmax(190px,1fr) auto;gap:8px;min-height:0;overflow:hidden}.video-panel,.curve-panel{min-width:0;margin-bottom:0;padding:8px}.video-panel{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:6px;min-height:0;overflow:hidden}.video-stage{min-height:0;overflow:hidden}.video-panel video{width:100%;height:100%;min-height:0;max-height:none;border-radius:10px;object-fit:contain}.first-watch-banner{flex-direction:row;align-items:center;flex-wrap:wrap;gap:4px 8px;margin-top:0;padding:6px 9px;font-size:11px;line-height:1.3}.playback-action-bar{min-height:32px}.playback-action-bar button{padding:6px 10px;font-size:12px}.curve-panel{overflow:hidden}.curve-header,.visible-playback-bar{margin-bottom:5px}.visible-playback-bar button{padding:6px 9px;font-size:12px}.chart-wrap{height:clamp(120px,16vh,165px)}.zoom-panel{margin-top:6px;padding:5px 8px}.zoom-panel button{padding:5px 8px;font-size:12px}.zoom-slider{width:min(220px,28vw)}.curve-panel>.help-text{display:none}.notice{margin-top:5px;padding:6px 8px}.flag-panel{position:fixed;z-index:10040;top:76px;right:18px;width:min(460px,calc(100vw - 36px));max-height:calc(100vh - 96px);max-height:calc(100dvh - 96px);overflow-y:auto;box-shadow:0 18px 48px #31523c3d}}@media (min-width: 861px) and (max-height: 820px){.main{padding:8px}.topbar{gap:6px;margin-bottom:6px}.topbar-brand-name,.headline{font-size:16px}.topbar-brand .small-text{display:none}.controls-row button,.controls-row button:last-child{padding:5px 7px;font-size:11px}.timer-pill{padding:5px 7px;font-size:10px}.timer-pill-status{max-width:125px}.workspace{grid-template-rows:minmax(165px,1fr) auto;gap:6px}.video-panel,.curve-panel{padding:6px}.first-watch-banner{padding:5px 8px}.first-watch-banner span,.visible-playback-bar>.small-text{display:none}.video-stage{grid-template-columns:minmax(0,1fr) minmax(215px,25%);gap:6px}.workflow-guide{padding:7px}.workflow-guide-header{padding-bottom:5px;margin-bottom:5px}.workflow-guide-header>strong{font-size:12px}.workflow-step-list{gap:4px}.workflow-step{grid-template-columns:21px minmax(0,1fr);gap:5px;padding:5px}.workflow-step-number{width:20px;height:20px;font-size:10px}.workflow-step strong{font-size:10.5px}.workflow-step p{margin-top:2px;font-size:9.5px;line-height:1.25}.workflow-review-confirmation,.workflow-review-confirmed{margin-top:5px}.workflow-review-confirmation>span{font-size:9.5px;line-height:1.25}.workflow-review-button{padding:5px 6px;font-size:9.5px}.workflow-review-confirmed{font-size:8.8px}.workflow-guide-reminder{margin-top:5px;padding:5px 6px;font-size:9.5px}.chart-wrap{height:118px}.zoom-panel{margin-top:4px;padding:4px 6px}}@media (max-width: 860px){.video-stage{grid-template-columns:1fr}.workflow-guide{max-height:none;overflow:visible}html,body,#root{height:auto;overflow:auto}.app-shell{height:auto;min-height:100vh;overflow:visible}.main{height:auto;max-height:none;overflow:visible}}.mobile-task-blocker-overlay{z-index:21000;background:#14191fd6}.mobile-task-blocker-modal{width:min(100%,540px);text-align:left}.mobile-task-blocker-badge{width:54px;height:54px;display:grid;place-items:center;margin:-2px auto 10px;border-radius:50%;background:#e5f4eb;font-size:28px}.mobile-task-blocker-modal h2{text-align:center}.mobile-reading-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:6px 14px;margin-top:14px}.mobile-reading-actions .mobile-link-reading{margin:0}@media (max-width: 520px){.mobile-task-blocker-modal{max-height:calc(100dvh - 20px);overflow-y:auto}}.withdraw-study-button{align-self:flex-start;width:auto;min-height:0;padding:4px 0;margin-top:4px;border:0;background:transparent;box-shadow:none;color:#687a70;font-size:.78rem;font-weight:500;text-decoration:underline;text-underline-offset:2px}.withdraw-study-button:hover{background:transparent;color:#365744}.withdraw-study-button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.withdrawal-float-modal{max-width:620px}.recruitment-status-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:28px;background:radial-gradient(circle at top,rgba(193,228,203,.65),transparent 42%),linear-gradient(180deg,#f6fcf7,#e9f5ec)}.recruitment-status-card{width:min(620px,100%);padding:38px 42px 34px;text-align:center;background:#fffffff5;border:1px solid #d2e5d7;border-radius:24px;box-shadow:0 20px 60px #35674a21}.recruitment-status-logo{display:block;width:min(230px,68%);max-height:115px;object-fit:contain;margin:0 auto 18px}.recruitment-closed-icon{font-size:30px;margin-bottom:6px}.recruitment-closed-label{margin-bottom:7px;color:#63816d;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.recruitment-status-card h1{margin:0 0 20px;color:#315f47;font-size:clamp(25px,4vw,34px);line-height:1.2}.recruitment-closed-main{max-width:520px;margin:0 auto 16px;color:#405e4d;font-size:17px;line-height:1.65}.recruitment-closed-secondary{max-width:500px;margin:0 auto 25px;color:#718579;font-size:14px;line-height:1.6}.recruitment-language-button{min-width:110px;padding:9px 17px;border:1px solid #6b9d7e;border-radius:10px;background:#6fa184;color:#fff;font:inherit;font-weight:700;cursor:pointer}.recruitment-language-button:hover{background:#5f9174}.recruitment-closed-footer{margin-top:28px;color:#91a197;font-size:12px}.recruitment-loading-card p{margin:5px 0 0;color:#587362;font-size:15px}@media (max-width: 600px){.recruitment-status-page{padding:18px}.recruitment-status-card{padding:28px 22px;border-radius:20px}.recruitment-closed-main{font-size:16px}}
