:root{--paper:#fff;--wash:#f5f5f4;--wash-2:#efefed;--line:#eaeae8;--muted:#6b6b67;--soft:#5e5e5a;--ink:#0b0b0b;--on-ink:#fff;--r-xl:32px;--r-lg:24px;--r-md:18px;--r-sm:12px;--shadow:0 20px 60px #0b0b0b14, 0 0 0 1px var(--line);--ui:"Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--mono:"Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;--nav-h:68px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:var(--ui);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0;padding:0}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin:0}h1{letter-spacing:-.028em;text-wrap:balance;font-size:36px;font-weight:500;line-height:1.12}h2{letter-spacing:-.012em;font-size:18px;font-weight:500}h3{font-size:14px;font-weight:500}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:10px}.ico{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex:none}.dot{background:var(--ink);border-radius:50%;flex:none;place-items:center;width:22px;height:22px;display:inline-grid}.dot:after{content:"";background:var(--paper);border-radius:50%;width:8px;height:8px;transform:translate(3px,-3px)}.container{flex-direction:column;gap:48px;width:100%;max-width:1240px;margin-inline:auto;padding:24px 32px 96px;display:flex}.container.narrow{max-width:880px}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.page-head>div:first-child{flex-direction:column;gap:8px;min-width:0;display:flex}.eyebrow{font-family:var(--mono);color:var(--muted);letter-spacing:.01em;font-size:12px}.lede{color:var(--soft);max-width:62ch;font-size:16px;line-height:1.6}.meta{color:var(--muted);font-size:13px}.section{flex-direction:column;gap:18px;display:flex}.section-head{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.section-head .push{margin-left:auto}.row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.grow{flex:1}.grid{gap:16px;display:grid}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:40px;padding-inline:16px;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.btn.primary{background:var(--ink);color:var(--on-ink)}.btn.primary:hover:not(:disabled){opacity:.86}.btn.ghost{background:var(--wash);color:var(--ink)}.btn.ghost:hover:not(:disabled){background:var(--wash-2)}.btn.sm{height:32px;padding-inline:12px;font-size:13px}.btn.lg{height:50px;padding-inline:22px;font-size:15px}.btn:disabled{opacity:.45}.icon-btn{width:36px;height:36px;color:var(--soft);border-radius:50%;place-items:center;transition:background .15s;display:inline-grid}.icon-btn:hover:not(:disabled){background:var(--wash);color:var(--ink)}.segmented{background:var(--wash);border-radius:999px;flex-wrap:wrap;gap:2px;padding:4px;display:inline-flex}.segmented button{height:32px;color:var(--soft);white-space:nowrap;border-radius:999px;padding-inline:14px}.segmented button:hover:not(:disabled){color:var(--ink)}.segmented button[aria-pressed=true]{background:var(--paper);color:var(--ink);font-weight:500;box-shadow:0 1px 2px #0000000f}.segmented.sm button{height:28px;padding-inline:11px;font-size:13px}.field{flex-direction:column;gap:8px;min-width:0;display:flex}.field>label,.field-label{color:var(--soft);justify-content:space-between;gap:8px;font-size:13px;display:flex}.field-hint{color:var(--muted);font-size:12px}.input{background:var(--wash);border-radius:var(--r-sm);resize:vertical;border:0;outline:0;width:100%;padding:12px 14px;transition:box-shadow .15s,background .15s}.input:focus{background:var(--paper);box-shadow:0 0 0 1.5px var(--ink)}.input::placeholder{color:var(--muted)}textarea.input{min-height:96px;line-height:1.5}.switch-row{border-radius:var(--r-md);background:var(--wash);justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.switch-row>div{flex-direction:column;display:flex}.switch{background:var(--line);border-radius:999px;flex:none;width:46px;height:28px;padding:3px;transition:background .2s}.switch span{background:var(--paper);border-radius:50%;width:22px;height:22px;transition:transform .2s;display:block;box-shadow:0 1px 3px #0003}.switch[aria-checked=true]{background:var(--ink)}.switch[aria-checked=true] span{transform:translate(18px)}.badge{background:var(--paper);height:24px;color:var(--ink);box-shadow:0 0 0 1px var(--line);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding-inline:9px;font-size:11px;font-weight:500;display:inline-flex}.badge.ink{background:var(--ink);color:var(--on-ink);box-shadow:none}.badge.wash{background:var(--wash);box-shadow:none;color:var(--soft)}.badge .ico{width:12px;height:12px}.pulse{background:currentColor;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.25}}.toast{background:var(--ink);color:var(--on-ink);opacity:0;pointer-events:none;z-index:100;text-align:center;border-radius:999px;max-width:calc(100% - 32px);padding:11px 18px;font-size:13px;transition:all .25s;position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px)}.toast.show{opacity:1;transform:translate(-50%)}.skel{background:var(--wash);border-radius:var(--r-md);position:relative;overflow:hidden}.skel:after{content:"";background:linear-gradient(90deg,#0000,#ffffffa6,#0000);animation:1.3s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.state-block{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:52vh;display:flex}.state-block p{color:var(--soft);max-width:46ch}.state-inline{border-radius:var(--r-lg);border:1.5px dashed var(--line);text-align:center;color:var(--soft);justify-items:center;gap:6px;padding:40px;display:grid}.nav{height:var(--nav-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#ffffffeb;justify-content:space-between;align-items:center;gap:16px;padding-inline:28px;display:flex;position:sticky;top:0}.nav-left,.nav-right{align-items:center;gap:6px;min-width:0;display:flex}.brand{letter-spacing:-.01em;align-items:center;gap:11px;margin-right:18px;font-size:16px;font-weight:600;display:flex}.brand small{color:var(--muted);font-size:13px;font-weight:400}.nav-link{height:34px;color:var(--soft);border-radius:999px;align-items:center;gap:6px;padding-inline:12px;display:inline-flex}.nav-link:hover,.nav-link.active{color:var(--ink);background:var(--wash)}.nav-count{background:var(--ink);min-width:18px;height:18px;color:var(--on-ink);font-variant-numeric:tabular-nums;border-radius:999px;place-items:center;padding-inline:5px;font-size:11px;display:inline-grid}.account{margin-left:6px;display:flex;position:relative}.account-btn{background:var(--wash-2);width:36px;height:36px;color:var(--soft);border-radius:50%;place-items:center;font-size:12px;font-weight:600;display:grid;overflow:hidden}.account-btn img{object-fit:cover;width:100%;height:100%}.account-menu{background:var(--paper);border-radius:var(--r-md);width:260px;box-shadow:var(--shadow);z-index:30;flex-direction:column;gap:2px;padding:8px;display:flex;position:absolute;top:calc(100% + 10px);right:0}.account-menu .who{flex-direction:column;min-width:0;padding:10px 12px 12px;display:flex}.account-menu .who span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.menu-item{text-align:left;height:40px;color:var(--soft);border-radius:12px;align-items:center;padding-inline:12px;display:flex}.menu-item:hover{background:var(--wash);color:var(--ink)}.hero{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;gap:56px;padding-block:40px 8px;display:grid}.hero-copy{flex-direction:column;align-items:flex-start;gap:22px;display:flex}.hero h1{letter-spacing:-.038em;font-size:58px;line-height:1.04}.google-btn{background:var(--ink);height:52px;color:var(--on-ink);border-radius:999px;align-items:center;gap:12px;padding-inline:22px 24px;font-size:15px;font-weight:500;display:inline-flex}.google-btn:hover{opacity:.88}.google-btn .g{background:var(--paper);border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.hero-art{aspect-ratio:4/5;border-radius:var(--r-xl);background:var(--wash);position:relative;overflow:hidden}.demo-poster{color:#f7e9d7;background:#1d1b3a;border-radius:6px;flex-direction:column;justify-content:space-between;padding:8% 9%;display:flex;position:absolute;inset:9% 16%;box-shadow:0 30px 60px #0000002e}.demo-poster b{letter-spacing:-.04em;font-size:clamp(28px,4.2vw,54px);font-weight:700;line-height:.92}.demo-poster i{letter-spacing:.18em;text-transform:uppercase;opacity:.75;font-size:11px;font-style:normal}.demo-poster .sun{aspect-ratio:1;background:#ff6b3d;border-radius:50%;align-self:flex-end;width:46%}.demo-note{background:var(--paper);border-radius:var(--r-md);box-shadow:var(--shadow);gap:10px;max-width:230px;padding:12px 14px;font-size:12.5px;display:flex;position:absolute}.demo-note p{color:var(--soft)}.demo-note b{color:var(--ink);font-weight:500;display:block}.steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.step-card{background:var(--wash);border-radius:var(--r-lg);flex-direction:column;gap:10px;padding:22px;display:flex}.step-card p{color:var(--soft)}.step-num{background:var(--ink);width:30px;height:30px;color:var(--on-ink);font-variant-numeric:tabular-nums;border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:600;display:grid}.principles{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.principle{flex-direction:column;gap:6px;display:flex}.principle p{color:var(--soft)}.footer{color:var(--muted);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:20px;font-size:12px;display:flex}.a-card{border-radius:var(--r-lg);background:var(--wash);flex-direction:column;gap:14px;min-height:200px;padding:22px;transition:background .15s;display:flex}.a-card:hover{background:var(--wash-2)}.a-card p{color:var(--soft);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.a-card .row{margin-top:auto}.a-card.new{border:1.5px dashed var(--line);color:var(--muted);background:0 0;justify-content:center;align-items:center}.thumbs{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;display:grid}.thumb{flex-direction:column;gap:8px;display:flex}.thumb-img{aspect-ratio:4/5;border-radius:var(--r-md);background:var(--wash);place-items:center;display:grid;overflow:hidden}.thumb-img img{object-fit:cover;width:100%;height:100%}.thumb small{color:var(--muted);font-size:12px}.rubric{gap:10px;display:grid}.rubric-row{grid-template-columns:190px repeat(4,minmax(0,1fr));gap:6px;display:grid}.rubric-row>div{background:var(--wash);border-radius:var(--r-sm);color:var(--soft);padding:12px;font-size:12.5px}.rubric-row>div:first-child{color:var(--ink);background:0 0;padding-left:0}.rubric-row>div:first-child small{color:var(--muted);margin-top:2px;font-size:12px;display:block}.rubric-head>div{font-family:var(--mono);padding-block:0;font-size:11px;color:var(--muted)!important;background:0 0!important}.scroll-x{overflow-x:auto}.scroll-x>.rubric{min-width:820px}.levels{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.level-opt{text-align:left;border-radius:var(--r-sm);background:var(--wash);flex-direction:column;gap:4px;min-height:92px;padding:12px;transition:background .15s,box-shadow .15s;display:flex}.level-opt b{align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.level-opt span{color:var(--muted);font-size:12px;line-height:1.4}.level-opt:hover{background:var(--wash-2)}.level-opt[aria-pressed=true]{background:var(--ink);color:var(--on-ink)}.level-opt[aria-pressed=true] span{color:#ffffffb3}.level-num{font-family:var(--mono);opacity:.6;font-size:11px}.pips{gap:3px;display:inline-flex}.pips i{background:var(--line);border-radius:3px;width:16px;height:5px}.pips i.on{background:var(--ink)}.pips.ghost i.on{box-shadow:inset 0 0 0 1.5px var(--ink);background:0 0}.steps-v{flex-direction:column;gap:40px;display:flex}.step{grid-template-columns:30px minmax(0,1fr);gap:20px;display:grid}.step-body{flex-direction:column;gap:14px;min-width:0;display:flex}.step-body>h2{line-height:30px}.drop{border-radius:var(--r-xl);border:1.5px dashed var(--line);text-align:center;min-height:260px;color:var(--muted);cursor:pointer;place-items:center;padding:28px;transition:background .15s,border-color .15s;display:grid}.drop:hover,.drop.over{background:var(--wash);border-color:var(--muted)}.drop.filled{background:var(--wash);border-style:solid;border-color:#0000;padding:18px}.drop.filled img{border-radius:8px;max-height:420px;box-shadow:0 10px 30px #0000001f}.crit-block{border-bottom:1px solid var(--line);flex-direction:column;gap:10px;padding-bottom:18px;display:flex}.crit-block:last-child{border-bottom:0}.submit-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow);z-index:5;background:#fffffff0;border-radius:999px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:10px 10px 10px 22px;display:flex;position:sticky;bottom:16px}.crit{grid-template-columns:minmax(0,1fr) minmax(0,520px);align-items:start;gap:32px;display:grid}.stage-col{top:calc(var(--nav-h) + 8px);flex-direction:column;gap:12px;display:flex;position:sticky}.stage{border-radius:var(--r-xl);background:var(--wash);place-items:center;padding:22px;display:grid;position:relative}.stage-inner{max-width:100%;line-height:0;display:inline-block;position:relative}.stage-inner img{max-height:calc(100vh - var(--nav-h) - 150px);border-radius:4px;max-width:100%;box-shadow:0 16px 40px #00000024}.pin-box{border:1.5px solid var(--ink);pointer-events:none;border-radius:6px;transition:opacity .15s;position:absolute;box-shadow:0 0 0 1.5px #ffffffe6}.pin-box.dim{opacity:.18}.pin{background:var(--ink);width:26px;height:26px;color:var(--on-ink);box-shadow:0 0 0 2.5px var(--paper), 0 6px 14px #00000040;border-radius:50%;place-items:center;margin:-13px 0 0 -13px;font-size:12px;font-weight:600;line-height:1;transition:transform .15s;display:grid;position:absolute}.pin:hover,.pin.on{transform:scale(1.15)}.stage-tools{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.compare{grid-template-columns:1fr 1fr;gap:12px;display:grid}.compare figure{flex-direction:column;gap:6px;margin:0;display:flex}.compare img{border-radius:var(--r-md);background:var(--wash);width:100%}.compare figcaption{font-family:var(--mono);color:var(--muted);font-size:11px}.panel{flex-direction:column;gap:20px;min-width:0;display:flex}.callout{border-radius:var(--r-lg);background:var(--wash);flex-direction:column;gap:10px;padding:20px;display:flex}.callout.ink{background:var(--ink);color:var(--on-ink)}.callout.ink p,.callout.ink li{color:#ffffffc7}.callout ul{color:var(--soft);gap:4px;margin:0;padding-left:18px;display:grid}.callout p{color:var(--soft)}.item{border-radius:var(--r-lg);box-shadow:0 0 0 1px var(--line);flex-direction:column;gap:12px;padding:18px 18px 14px;transition:box-shadow .15s;display:flex}.item.on{box-shadow:0 0 0 1.5px var(--ink)}.item-head{align-items:center;gap:10px;display:flex}.item-head h3{flex:1;font-size:15px}.item-num{background:var(--ink);width:24px;height:24px;color:var(--on-ink);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:600;display:grid}.calib{color:var(--muted);grid-template-columns:auto 1fr;align-items:center;gap:4px 12px;font-size:12px;display:grid}.item p{color:var(--soft)}.item .q{color:var(--ink);font-weight:500}.item .q:before{content:"? ";font-family:var(--mono);color:var(--muted)}.next{color:var(--soft);gap:8px;font-size:13px;display:flex}.next b{font-family:var(--mono);color:var(--muted);white-space:nowrap;padding-top:2px;font-size:11px;font-weight:400}.instr{border-radius:var(--r-sm);background:var(--wash);align-items:flex-start;gap:8px;padding:10px 12px;font-size:13px;display:flex}.instr .ico{width:16px;height:16px;margin-top:2px}.react{gap:2px;margin-left:-6px;display:flex}.react button{height:30px;color:var(--muted);border-radius:999px;padding-inline:10px;font-size:12px}.react button:hover{background:var(--wash);color:var(--ink)}.react button[aria-pressed=true]{background:var(--ink);color:var(--on-ink)}.conf{font-family:var(--mono);color:var(--muted);align-items:center;gap:6px;font-size:11px;display:inline-flex}.conf i{background:var(--line);border-radius:3px;width:36px;height:4px;display:block;overflow:hidden}.conf i b{background:var(--ink);height:100%;display:block}.conf.low{color:var(--ink)}.waiting{flex-direction:column;gap:14px;display:flex}.lines{gap:10px;display:grid}.lines .skel{height:110px}.chat{border-radius:var(--r-lg);box-shadow:0 0 0 1px var(--line);flex-direction:column;display:flex;overflow:hidden}.chat-log{flex-direction:column;gap:10px;max-height:360px;padding:16px;display:flex;overflow:auto}.bubble{white-space:pre-wrap;border-radius:18px;max-width:86%;padding:10px 14px;font-size:13.5px;line-height:1.5}.bubble.learner{background:var(--ink);color:var(--on-ink);border-bottom-right-radius:6px;align-self:flex-end}.bubble.coach{background:var(--wash);border-bottom-left-radius:6px;align-self:flex-start}.bubble-tag{font-family:var(--mono);color:var(--muted);align-self:flex-start;margin-top:-4px;font-size:10.5px}.chat-form{border-top:1px solid var(--line);gap:8px;padding:10px;display:flex}.chat-form input{background:var(--wash);border:0;border-radius:999px;outline:0;flex:1;min-width:0;height:42px;padding-inline:16px}.chat-form input:focus{background:var(--paper);box-shadow:0 0 0 1.5px var(--ink)}.chips{flex-wrap:wrap;gap:6px;padding:0 16px 12px;display:flex}.chip{background:var(--wash);height:30px;color:var(--soft);border-radius:999px;padding-inline:12px;font-size:12.5px}.chip:hover{color:var(--ink);background:var(--wash-2)}.queue{flex-direction:column;gap:8px;display:flex}.q-row{border-radius:var(--r-md);grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:16px;padding:10px 14px 10px 10px;transition:background .15s;display:grid}.q-row:hover{background:var(--wash)}.q-row img{object-fit:cover;background:var(--wash);border-radius:10px;width:64px;height:80px}.q-row .who{flex-direction:column;gap:4px;min-width:0;display:flex}.q-row .who span{color:var(--muted);font-size:12px}.reasons{flex-wrap:wrap;gap:6px;display:flex}.verdicts{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.adjust-levels{gap:4px;display:inline-flex}.adjust-levels button{background:var(--wash);width:30px;height:30px;font-size:12px;font-family:var(--mono);border-radius:50%}.adjust-levels button[aria-pressed=true]{background:var(--ink);color:var(--on-ink)}.timer{font-family:var(--mono);color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.kpi{border-radius:var(--r-lg);background:var(--wash);flex-direction:column;gap:6px;min-height:150px;padding:20px;display:flex}.kpi .v{letter-spacing:-.035em;font-variant-numeric:tabular-nums;margin-top:auto;font-size:40px;font-weight:500;line-height:1}.kpi .v small{color:var(--muted);letter-spacing:0;margin-left:4px;font-size:16px}.kpi .l{color:var(--soft);font-size:13px}.kpi .t{font-family:var(--mono);color:var(--muted);font-size:11px}.bars{gap:10px;display:grid}.bar-row{grid-template-columns:180px minmax(0,1fr) 70px;align-items:center;gap:12px;font-size:13px;display:grid}.bar-track{background:var(--wash);border-radius:6px;height:10px;position:relative;overflow:hidden}.bar-track b{background:var(--ink);border-radius:6px;position:absolute;top:0;bottom:0;left:0}.bar-row span:last-child{font-family:var(--mono);color:var(--muted);text-align:right;font-size:12px}.editor-crit{border-radius:var(--r-lg);background:var(--wash);gap:10px;padding:16px;display:grid}.editor-crit .input{background:var(--paper)}.editor-levels{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.editor-levels textarea{min-height:70px;font-size:12.5px}@media (width<=1000px){.hero,.crit{grid-template-columns:1fr}.stage-col{position:static}.steps,.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three,.principles{grid-template-columns:1fr 1fr}}@media (width<=640px){.container,.nav{padding-inline:16px}.nav-link span.label{display:none}.hero h1{font-size:40px}.steps,.kpis,.grid.three,.grid.two,.principles,.levels,.editor-levels{grid-template-columns:1fr}.bar-row{grid-template-columns:110px minmax(0,1fr) 56px}.step{grid-template-columns:1fr}}.stack{flex-direction:column;align-items:center;gap:8px;display:flex}
