:root{--ink:#13231f;--muted:#61716c;--line:#dce2de;--canvas:#f7f4ec;--surface:#fff;--primary:#0e6b57;--primary-dark:#08483b;--primary-soft:#e3f0eb;--accent:#f2a65a;--accent-soft:#fbe8d2;--danger:#a93f44;--stage:#0b1512;--neutral-pill:#edeeea;--warm-label:#8a4b12;--on-dark:#d5e9e2;--on-dark-muted:#9cc7bb;color:var(--ink);background:var(--canvas);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;line-height:22px}*{box-sizing:border-box}body{min-width:320px;margin:0}a{color:var(--primary)}a:hover{color:var(--primary-dark)}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin:0}.num{font-variant-numeric:tabular-nums}.caption{color:var(--muted);font-size:13px;line-height:18px}.heading{letter-spacing:-.2px;font-size:20px;font-weight:700;line-height:26px}.btn{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 20px;font-size:16px;font-weight:600;line-height:20px;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);color:#fff}.btn-sm{min-height:40px;padding:0 16px;font-size:14px}.chips{flex-wrap:wrap;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.chip{border:1px solid var(--line);background:var(--surface);border-radius:999px;align-items:center;height:36px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex}.chip-on{background:var(--primary);border-color:var(--primary);color:#fff}.pill{background:var(--primary-soft);height:24px;color:var(--primary-dark);white-space:nowrap;border-radius:999px;flex:none;align-items:center;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.pill-warm{background:var(--accent-soft);color:var(--warm-label)}.pill-neutral{background:var(--neutral-pill);color:var(--muted)}.site{flex-direction:column;display:flex}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;height:72px;padding:0 clamp(20px,4.4vw,64px);display:flex}.brand{color:var(--ink);letter-spacing:-.5px;align-items:center;gap:10px;font-size:22px;font-weight:700;line-height:26px;text-decoration:none;display:inline-flex}.brand:hover{color:var(--ink)}.brand-mark{align-items:flex-end;gap:2px;display:inline-flex}.brand-bar{background:var(--ink);border-radius:2px;width:3px}.brand-bar:first-child,.brand-bar:last-child{background:var(--muted)}.brand-bar-accent{background:var(--accent)}.site-nav{gap:28px;display:flex}.site-nav a{color:var(--muted);font-size:15px;font-weight:600;line-height:20px;text-decoration:none}.site-nav a:hover{color:var(--ink)}.site-footer{justify-content:space-between;align-items:center;gap:16px;width:min(1120px,100% - 40px);margin:0 auto;padding:56px 0 48px;display:flex}.footer-links{color:var(--muted);gap:24px;font-size:13px;line-height:18px;display:flex}.footer-links a{color:var(--muted);text-decoration:none}.footer-links a:hover{color:var(--ink)}.stores{flex-wrap:wrap;gap:12px;display:flex}.store{background:var(--ink);color:#fff;border-radius:999px;flex:none;align-items:center;gap:10px;height:56px;padding:0 20px 0 16px;text-decoration:none;display:inline-flex}.store:hover{color:#fff;background:var(--stage)}.store span{flex-direction:column;gap:1px;display:flex}.store small{color:#ffffffb8;font-size:11px;font-weight:500;line-height:13px}.store strong{letter-spacing:-.2px;font-size:17px;font-weight:600;line-height:20px}.display{letter-spacing:-1.4px;text-wrap:balance;font-size:56px;font-weight:700;line-height:60px}.lead{color:var(--muted);text-wrap:pretty;max-width:480px;font-size:20px;line-height:28px}.h-web{letter-spacing:-.6px;text-wrap:balance;font-size:36px;font-weight:700;line-height:42px}.copy{color:var(--muted);text-wrap:pretty;font-size:18px;line-height:26px}.feature-label{color:var(--primary);letter-spacing:.6px;text-transform:uppercase;font-size:13px;font-weight:600;line-height:16px}.hero{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:64px;width:min(1120px,100% - 40px);margin:0 auto;padding:72px 0 96px;display:grid}.hero-copy{flex-direction:column;gap:24px;display:flex}.hero-phones{height:720px;position:relative}.phone{background:var(--ink);border-radius:42px;flex:none;padding:8px}.phone img{border-radius:34px;width:100%;height:auto;display:block}.phone-front{border-radius:42px;position:absolute;top:0;right:0}.phone-back{border-radius:35px;position:absolute;top:96px;left:0}.phone-back img{border-radius:27px}.features{flex-direction:column;width:min(1120px,100% - 40px);margin:0 auto;display:flex}.feature{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:64px;padding:56px 0;scroll-margin-top:24px;display:grid}.feature+.feature{border-top:1px solid var(--line)}.feature-copy{flex-direction:column;gap:16px;max-width:460px;display:flex}.feature-reverse .feature-copy{order:2}.feature-art{justify-content:center;align-items:center;display:flex}.art{flex-direction:column;gap:12px;width:100%;display:flex}.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;gap:14px;padding:20px}.group{background:var(--surface);border:1px solid var(--line);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.row{border-top:1px solid var(--line);align-items:center;gap:12px;min-height:56px;padding:12px 16px;display:flex}.row:first-child{border-top:0}.row-on{background:var(--primary-soft)}.row-text{flex-direction:column;flex:1;min-width:0;display:flex}.row-text strong{white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.row-text small{color:var(--muted);font-size:13px;line-height:18px}.row-chev{color:var(--muted)}.roundel{border-radius:999px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.r-bell{background:var(--accent-soft);color:var(--warm-label)}.r-shake{background:var(--neutral-pill);color:var(--muted)}.r-primary{background:var(--primary);color:#fff}.transport{background:var(--primary-dark);color:#fff;border-radius:16px;align-items:center;gap:16px;padding:14px 16px;display:flex}.transport-skip{gap:10px;display:flex}.track{background:#ffffff40;border-radius:2px;flex:1;height:4px;position:relative}.track-loop,.track-played{border-radius:2px;position:absolute;top:0;bottom:0}.track-loop{background:var(--accent);width:22%;left:30%}.track-played{background:#ffffffb3;width:38%;left:0}.speed,.ab{border-radius:999px;flex:none;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:14px;font-weight:600;display:inline-flex}.speed{border:1.5px solid #ffffffb3}.ab{background:var(--accent);color:var(--primary-dark)}.progress-block{flex-direction:column;gap:6px;display:flex}.progress-meta{justify-content:space-between;display:flex}.progress{background:var(--line);border-radius:999px;height:6px;display:block;overflow:hidden}.progress>span{background:var(--primary);border-radius:999px;height:100%;display:block}.lesson{min-height:52px;padding:10px 16px}.lesson-n{border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:inline-flex}.lesson-done .lesson-n{background:var(--primary);color:#fff}.lesson-now .lesson-n{background:var(--accent-soft);color:var(--warm-label);box-shadow:inset 0 0 0 2px var(--accent)}.lesson-future .lesson-n{border:1px dashed var(--line);color:var(--muted)}.lesson-future .row-text strong{color:var(--muted);font-weight:400}.cta{background:var(--primary-dark);border-radius:16px;justify-content:space-between;align-items:center;gap:48px;width:min(1120px,100% - 40px);margin:64px auto 0;padding:64px;scroll-margin-top:24px;display:flex}.cta>div{flex-direction:column;gap:12px;max-width:520px;display:flex}.cta .h-web{color:#fff}.cta .copy{color:var(--on-dark)}.legal{width:min(720px,100% - 40px);margin:0 auto;padding:56px 0 96px;font-size:17px;line-height:26px}.legal h1{letter-spacing:-.9px;margin-bottom:8px;font-size:40px;font-weight:700;line-height:44px}.legal h2{letter-spacing:-.3px;margin:40px 0 8px;font-size:24px;font-weight:700;line-height:30px}.legal p{margin:0 0 16px}.legal h1+p{color:var(--muted);margin-bottom:32px;font-size:13px;line-height:18px}.legal ul{margin:0 0 16px;padding-left:22px}.legal li{margin-bottom:8px}.draft-note{background:var(--accent-soft);color:var(--warm-label);border-radius:12px;margin-bottom:32px;padding:12px 16px;font-size:14px;line-height:20px}@media (width<=900px){.hero{gap:40px}.hero-phones{height:640px}.phone-front{width:280px!important}.phone-back{display:none}}@media (width<=760px){.site-nav{display:none}.hero{grid-template-columns:minmax(0,1fr);padding:40px 0 0}.display{letter-spacing:-.9px;font-size:40px;line-height:44px}.lead{font-size:17px;line-height:24px}.hero-copy .stores{flex-direction:column}.hero-copy .store{justify-content:center}.hero-copy .caption{text-align:center}.hero-phones{justify-content:center;height:auto;display:flex}.phone-front{position:static;width:289px!important}.feature{grid-template-columns:minmax(0,1fr);gap:20px;padding:40px 0}.feature-reverse .feature-copy{order:0}.h-web{letter-spacing:-.4px;font-size:28px;line-height:34px}.copy{font-size:16px;line-height:22px}.cta{flex-direction:column;align-items:stretch;gap:20px;padding:32px 24px}.cta .stores{flex-direction:column}.cta .store{justify-content:center}.site-footer{flex-direction:column;align-items:flex-start;padding:40px 0 48px}.legal h1{font-size:32px;line-height:38px}}.app-header{border-bottom:1px solid var(--line);z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f4eceb;justify-content:space-between;align-items:center;padding:18px clamp(20px,5vw,72px);display:flex;position:sticky;top:0}.admin-brand span{color:var(--primary);letter-spacing:.6px;text-transform:uppercase;margin-left:6px;font-size:13px}.admin-nav{gap:8px;display:flex}.admin-nav a{color:var(--muted);border-radius:999px;padding:10px 14px;font-weight:600;text-decoration:none}.admin-nav a[aria-current=page]{background:var(--primary);color:#fff}main{max-width:1200px;margin:0 auto;padding:48px clamp(20px,5vw,72px) 96px}main.legal{max-width:none;padding:56px 0 96px}.center{justify-content:center;align-items:center;min-height:calc(100vh - 86px);display:flex}.page-heading{justify-content:space-between;align-items:flex-start;margin-bottom:36px;display:flex}.page-heading h1,.auth-card h1{letter-spacing:-1.2px;margin:8px 0 12px;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.05}.panel h2{letter-spacing:-.3px;font-size:24px;font-weight:700}main p{color:var(--muted);line-height:1.6}.eyebrow{color:var(--primary);letter-spacing:1.2px;text-transform:uppercase;font-size:12px;font-weight:600}.environment,.state{text-transform:capitalize;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:600}.environment{background:var(--accent-soft);color:var(--primary-dark)}.metric-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;display:grid}.metric,.panel,.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:16px}.metric{flex-direction:column;gap:6px;padding:24px;display:flex}.metric strong{letter-spacing:-.6px;font-size:36px;font-weight:700}.metric span{color:var(--muted)}.panel{margin-bottom:20px;padding:28px}.panel-heading{justify-content:space-between;align-items:center;display:flex}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:64px 24px;display:flex}.empty-state>span{background:var(--primary-soft);color:var(--primary);border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:18px;font-size:28px;display:flex}.empty-state h3{font-size:17px;font-weight:600}.auth-card{width:100%;max-width:440px;padding:36px}label{flex-direction:column;gap:8px;margin:22px 0;font-weight:600;display:flex}input,select,textarea{background:var(--surface);border:1px solid var(--line);color:var(--ink);border-radius:12px;min-height:48px;padding:12px 14px}textarea{resize:vertical}button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:999px;width:100%;min-height:48px;padding:0 20px;font-weight:600}button:disabled{cursor:wait;opacity:.55}.button-secondary{color:var(--primary);background:0 0;margin-top:8px}.error{color:var(--danger)}.config-error{background:var(--danger);color:#fff;padding:16px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;padding:15px 10px}th{color:var(--muted);letter-spacing:.8px;text-transform:uppercase;font-size:12px}.state{background:var(--neutral-pill);color:var(--muted)}.state-published,.state-ready,.state-complete{background:var(--primary-soft);color:var(--primary-dark)}.state-failed{color:var(--danger);background:#f9dfe0}.list-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 0;display:flex}.list-row p{margin:5px 0 0}.muted{color:var(--muted);padding:24px 0}code{font-size:12px}.text-link{color:var(--primary);background:0 0;width:auto;min-height:0;padding:0;font-weight:600}.checkbox-row{flex-direction:row;align-items:center;font-weight:600}.checkbox-row input{width:18px;height:18px;min-height:0;padding:0}.row-actions,.button-row{align-items:center;gap:10px;display:flex}.button-row{flex-wrap:wrap;margin-top:18px}.compact-button{text-transform:capitalize;width:auto;min-height:40px;padding:10px 16px}.edit-form{max-width:760px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}.span-two{grid-column:1/-1}.search-field{max-width:420px}.order-number{background:var(--primary-soft);color:var(--primary-dark);border-radius:999px;flex:0 0 34px;justify-content:center;align-items:center;height:34px;margin-right:14px;font-weight:700;display:flex}.list-row-content{flex:1}.icon-button{justify-content:center;align-items:center;width:38px;height:38px;min-height:38px;padding:0;font-size:18px;display:inline-flex}.button-secondary{border:1px solid var(--primary)}.danger-button{background:var(--danger)}.danger-text{color:var(--danger)}.media-facts,.attention-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0;display:grid}.media-facts>*,.attention-grid article{background:var(--canvas);border-radius:12px;padding:12px}.attention-grid article{flex-direction:column;gap:5px;display:flex}.attention-grid strong{font-size:28px}.attention-grid span{color:var(--muted);font-size:13px}.preflight-ok{color:var(--primary-dark);font-weight:600}progress{accent-color:var(--primary);width:100%;height:14px}.admin-video{background:var(--stage);border-radius:14px;width:100%;max-width:760px;max-height:540px;margin-top:20px;display:block}.rights-editor{border-top:1px solid var(--line);margin-top:24px;padding-top:4px}.warning{background:var(--accent-soft);color:var(--warm-label);border-radius:12px;margin-top:18px;padding:14px}.curriculum-add{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:center;gap:12px;margin:22px 0;display:grid}.curriculum-list{margin:0;padding:0;list-style:none}.curriculum-item{border:1px solid var(--line);border-radius:14px;margin-bottom:14px;padding:18px}.lesson-heading{justify-content:space-between;align-items:center;display:flex}.lesson-heading small{color:var(--muted);margin-top:6px;display:block}.taxonomy-styles{border-left:2px solid var(--line);margin:14px 0 0 10px;padding:0 0 0 16px;list-style:none}@media (width<=760px){.app-header{flex-direction:column;align-items:flex-start;gap:14px}.admin-nav{width:100%;overflow-x:auto}.metric-grid{grid-template-columns:repeat(2,1fr)}.page-heading{gap:20px}.form-grid,.media-facts,.attention-grid{grid-template-columns:1fr}.span-two{grid-column:auto}.list-row,.lesson-heading{flex-direction:column;align-items:flex-start;gap:14px}.row-actions{flex-wrap:wrap}.curriculum-add{grid-template-columns:1fr}}
