@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Source+Serif+4:opsz,wght@8..60,500;8..60,600;8..60,700&display=swap");:root{--font-display:"Source Serif 4",Georgia,"Times New Roman",serif;--font-body:Inter,"Noto Sans","Segoe UI",Roboto,Arial,sans-serif;--bg:#faf8f4;--surface:#ffffff;--surface-2:#f3f0ea;--line:#e8e3da;--line-strong:#d9d3c8;--ink:#1b2733;--ink-2:#3d4a58;--muted:#6b7684;--muted-2:#939ca8;--navy:#1f3a4e;--navy-hover:#172f40;--navy-tint:#e8eef2;--blue:#2e7cd6;--blue-strong:#1f63b3;--blue-tint:#e7f0fb;--green:#5fae3f;--green-ink:#2f6b1c;--green-tint:#e9f5e3;--red:#d9453d;--red-ink:#9c2b25;--red-tint:#fcebe9;--orange:#f2a33a;--orange-ink:#8f5a0c;--orange-tint:#fff2df;--purple:#8a3f8f;--purple-ink:#5e2a62;--purple-tint:#f3e8f4;--radius-xs:8px;--radius-sm:12px;--radius-md:16px;--radius-lg:20px;--radius-xl:28px;--radius-pill:999px;--shadow-xs:0 1px 2px rgba(27,39,51,.04);--shadow-sm:0 2px 8px rgba(27,39,51,.06);--shadow-md:0 8px 24px rgba(27,39,51,.08);--shadow-lg:0 20px 50px rgba(27,39,51,.14);--page-max:1120px;--page-narrow:720px;--page-form:440px;--gutter:20px;--header-h:72px;--tabbar-h:64px;--control-h:48px;--control-h-sm:40px;--accent:var(--blue);--accent-tint:var(--blue-tint)}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}button,input,select,textarea{font:inherit;color:inherit}button{border:0;background:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit}img,svg{max-width:100%}img{display:block}:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:6px}figure,h1,h2,h3,h4,p{margin:0}.display,h1,h2{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;line-height:1.2;color:var(--ink)}h1{font-size:clamp(1.7rem,1.25rem + 1.6vw,2.3rem)}h2{font-size:clamp(1.3rem,1.1rem + .8vw,1.6rem)}h3{font-size:1.05rem;font-weight:700;line-height:1.3}small{font-size:.8rem}strong{font-weight:700}ol,ul{margin:0}dialog{color:var(--ink)}.muted{color:var(--muted)}.eyebrow{display:block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.stack{display:grid;gap:12px}.row{gap:10px}.row,.spread{display:flex;align-items:center;flex-wrap:wrap}.spread{justify-content:space-between;gap:12px}.center{text-align:center}.app-shell{min-height:100dvh;display:flex;flex-direction:column}.app-main{flex:1 1;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:30;background:rgba(250,248,244,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{max-width:var(--page-max);margin:0 auto;height:var(--header-h);display:flex;align-items:center;gap:20px;padding:0 24px}.header-nav{display:flex;gap:4px;margin-left:12px}.header-nav button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border-radius:var(--radius-pill);font-weight:600;font-size:.9rem;color:var(--muted)}.header-nav button svg{width:18px;height:18px}.header-nav button:hover{color:var(--ink);background:var(--surface-2)}.header-nav button.active{background:var(--navy-tint);color:var(--navy)}.header-tools{margin-left:auto;display:flex;align-items:center;gap:12px}.header-caption{color:var(--muted);font-size:.85rem}.account-chip{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:4px 14px 4px 4px;border-radius:var(--radius-pill);border:1px solid var(--line);background:var(--surface);font-weight:600;font-size:.9rem}.account-chip:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.account-chip .avatar{width:34px;height:34px;font-size:.9rem}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.tabbar-inner{display:flex;height:var(--tabbar-h);max-width:640px;margin:0 auto}.tabbar button{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.68rem;font-weight:600;color:var(--muted-2);padding:6px 2px}.tabbar button svg{width:24px;height:24px}.tabbar button.active{color:var(--blue)}.tabbar button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.app-main--tabbar{padding-bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 20px)}.footer{max-width:var(--page-max);width:100%;margin:0 auto;padding:20px var(--gutter) 28px;display:flex;justify-content:space-between;gap:16px;color:var(--muted-2);font-size:.75rem}.footer span:first-child{font-weight:700}.page{width:100%;max-width:var(--page-max);margin:0 auto;padding:20px var(--gutter) 40px}.page--narrow{max-width:var(--page-narrow)}.page--form{max-width:var(--page-form)}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.page-head h1{overflow-wrap:anywhere}.page-head .lead{color:var(--muted);margin-top:6px;max-width:56ch}.section{margin-top:26px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section-title h2{font-size:1.2rem}.section-title .text-button{font-size:.85rem}.split{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2,.grid-3{display:grid;gap:12px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card--pad{padding:20px}.card--tint-blue{background:var(--blue-tint);border-color:transparent}.card--tint-green{background:var(--green-tint);border-color:transparent}.card--tint-red{background:var(--red-tint);border-color:transparent}.card--tint-orange{background:var(--orange-tint);border-color:transparent}.card--tint-purple{background:var(--purple-tint);border-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:var(--control-h);padding:0 22px;border-radius:var(--radius-pill);font-weight:700;font-size:.95rem;line-height:1.2;text-decoration:none;white-space:nowrap;border:1.5px solid transparent;transition:background .15s,box-shadow .15s,transform .05s,border-color .15s}.btn svg{width:18px;height:18px;flex-shrink:0}.btn:active:not(:disabled){transform:translateY(1px)}.btn-primary,.primary{background:var(--navy);color:#fff;box-shadow:0 6px 16px rgba(31,58,78,.18)}.btn-primary:hover:not(:disabled),.primary:hover:not(:disabled){background:var(--navy-hover)}.btn-secondary,.secondary{background:var(--surface);color:var(--navy);border-color:var(--navy)}.btn-secondary:hover:not(:disabled),.secondary:hover:not(:disabled){background:var(--navy-tint)}.btn-soft{background:var(--blue-tint);color:var(--blue-strong)}.btn-soft:hover:not(:disabled){background:#d8e7f8}.btn-ghost,.quiet{background:transparent;color:var(--muted);font-weight:600}.btn-ghost:hover:not(:disabled),.quiet:hover:not(:disabled){background:var(--surface-2);color:var(--ink)}.btn-danger{background:transparent;color:var(--red);border-color:var(--red-tint)}.btn-danger:hover:not(:disabled){background:var(--red-tint)}.btn-block{width:100%}.btn-sm{min-height:var(--control-h-sm);padding:0 16px;font-size:.88rem}.btn-lg{min-height:54px;font-size:1rem}.btn-icon{width:44px;min-width:44px;height:44px;padding:0;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--ink);display:inline-grid;place-items:center}.btn-icon svg{width:20px;height:20px}.btn-icon:hover:not(:disabled){box-shadow:var(--shadow-sm)}.text-button{color:var(--blue);font-weight:700;display:inline-flex;align-items:center;gap:6px;min-height:32px}.text-button svg{width:16px;height:16px}.back-link{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 12px 0 0;color:var(--navy);font-weight:600;font-size:.9rem}.back-link svg{width:20px;height:20px}.pill{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:4px 12px;border-radius:var(--radius-pill);font-size:.74rem;font-weight:700;background:var(--surface-2);color:var(--ink-2);white-space:nowrap}.pill svg{width:14px;height:14px}.pill--blue,.pill.almost,.pill.discovery{background:var(--blue-tint);color:var(--blue-strong)}.pill--green,.pill.learned{background:var(--green-tint);color:var(--green-ink)}.pill--red{background:var(--red-tint);color:var(--red-ink)}.pill--orange,.pill.review{background:var(--orange-tint);color:var(--orange-ink)}.pill--purple{background:var(--purple-tint);color:var(--purple-ink)}.pill--neutral,.pill.unseen{background:var(--surface-2);color:var(--muted)}.pill--onimage{background:rgba(255,255,255,.92);color:var(--ink)}.stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.stat-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:12px 6px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);text-align:center;min-width:0}.stat-pill svg{width:20px;height:20px;color:var(--blue);margin-bottom:2px}.stat-pill strong{font-family:var(--font-display);font-size:1.35rem;line-height:1.1;overflow-wrap:anywhere}.stat-pill span{font-size:.7rem;color:var(--muted);font-weight:600}.stat-pill--green svg{color:var(--green)}.stat-pill--red svg{color:var(--red)}.stat-pill--orange svg{color:var(--orange)}.progress{height:8px;border-radius:var(--radius-pill);background:var(--surface-2);overflow:hidden;flex:1 1;min-width:40px}.progress>span{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .3s ease}.progress--sm{height:6px}.progress--onimage{background:rgba(255,255,255,.28)}.progress--onimage>span{background:#fff}.progress--green>span{background:var(--green)}.progress--orange>span{background:var(--orange)}.progress-line{display:flex;align-items:center;gap:10px;font-size:.78rem;font-weight:700;color:var(--muted)}.ring{position:relative;display:inline-grid;place-items:center}.ring svg{transform:rotate(-90deg);display:block}.ring circle{fill:none}.ring-track{stroke:var(--surface-2)}.ring-value{stroke:var(--accent);stroke-linecap:round;transition:stroke-dashoffset .4s ease}.ring--green{--accent:var(--green)}.ring--red{--accent:var(--red)}.ring-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.ring-label strong{font-family:var(--font-display);font-size:1.7rem;line-height:1;font-weight:600}.ring-label span{font-size:.72rem;color:var(--muted);font-weight:600;margin-top:4px}.segmented{display:inline-flex;padding:4px;background:var(--surface-2);border-radius:var(--radius-pill);border:1px solid var(--line);max-width:100%}.segmented button{min-height:36px;padding:0 16px;border-radius:var(--radius-pill);font-size:.85rem;font-weight:700;color:var(--muted);white-space:nowrap}.segmented button.active{background:var(--blue);color:#fff;box-shadow:var(--shadow-sm)}.avatar{display:inline-grid;place-items:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#dbe9f8,#c3d9f1);color:var(--navy);font-weight:800;font-size:1rem;text-transform:uppercase}.avatar--lg{width:92px;height:92px;font-size:2.2rem;border:4px solid #fff;box-shadow:var(--shadow-md)}.field{display:grid;gap:8px;font-size:.85rem;font-weight:600;color:var(--ink-2)}.field-control{position:relative;display:flex;align-items:center}.field-control>svg{position:absolute;left:14px;width:20px;height:20px;color:var(--muted-2);pointer-events:none}.field-control input{padding-left:44px}.field-control .field-toggle{position:absolute;right:6px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:var(--muted)}.field-control .field-toggle svg{width:20px;height:20px}.field-control .field-toggle:hover{background:var(--surface-2)}.field-control input.has-toggle{padding-right:48px}input,select,textarea{width:100%;min-width:0;min-height:var(--control-h);padding:10px 14px;border:1.5px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-weight:400;font-size:1rem}input::placeholder,textarea::placeholder{color:var(--muted-2)}input:focus,select:focus,textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px rgba(46,124,214,.16)}input[type=checkbox]{width:20px;height:20px;min-height:0;margin:0 10px 0 0;accent-color:var(--navy)}textarea{min-height:96px;resize:vertical;line-height:1.5}select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7684' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}label{display:grid;gap:8px;font-size:.85rem;font-weight:600;color:var(--ink-2)}.brand-mark{position:relative;display:inline-grid;place-items:center;overflow:hidden;width:var(--mark,40px);height:var(--mark,40px);flex-shrink:0}.brand-mark img{width:120%;height:120%;max-width:none;object-fit:contain}.brand-lockup{display:inline-flex;align-items:center;gap:10px;text-decoration:none;text-align:left}.brand-lockup .brand-name{font-family:var(--font-display);font-weight:600;font-size:1.05rem;line-height:1.1;color:var(--ink)}.brand-lockup small{display:block;font-family:var(--font-body);font-size:.6rem;letter-spacing:.18em;color:var(--muted);font-weight:700;margin-top:3px}.language-switch{display:inline-flex;padding:3px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-pill);flex-shrink:0}.language-switch button{min-width:44px;min-height:34px;padding:0 10px;border-radius:var(--radius-pill);font-size:.75rem;font-weight:800;letter-spacing:.06em;color:var(--muted)}.language-switch button.active{background:var(--surface);color:var(--blue);box-shadow:var(--shadow-sm)}.alert-wrap{padding:0 var(--gutter)}.alert{position:relative;width:100%;max-width:var(--page-max);margin:12px auto 0;padding:14px 52px 14px 18px;border:1px solid #f0c2bc;border-radius:var(--radius-md);background:var(--red-tint);color:var(--red-ink);font-size:.9rem}.alert button{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:inherit}.alert button svg{width:18px;height:18px}.notice{background:var(--green-tint);color:var(--green-ink)}.error,.notice{padding:12px 16px;border-radius:var(--radius-sm);font-size:.9rem}.error{background:var(--red-tint);color:var(--red-ink)}.note{font-size:.82rem;color:var(--muted);line-height:1.6}.modal-backdrop{position:fixed;inset:0;z-index:50;background:rgba(15,30,45,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;padding:0;overflow:hidden}.modal{position:relative;width:100%;max-width:680px;max-height:92dvh;overflow:auto;background:var(--bg);border-radius:var(--radius-xl) var(--radius-xl) 0 0;box-shadow:var(--shadow-lg);animation:modal-in .2s ease-out}.modal-close{position:absolute;top:12px;right:12px;z-index:2}.modal>.fact-card{border:0;border-radius:inherit;box-shadow:none}@keyframes modal-in{0%{transform:translateY(24px);opacity:0}to{transform:none;opacity:1}}.auth{display:grid;grid-template-columns:minmax(0,1fr);flex:1 1}.auth-topbar{justify-content:space-between;gap:12px;padding:12px 16px;min-height:60px}.auth-topbar,.welcome{display:flex;align-items:center}.welcome{position:relative;flex-direction:column;min-height:100dvh;padding:0 24px 28px;overflow:hidden;text-align:center}.welcome .auth-topbar{position:relative;z-index:2;width:100%;justify-content:flex-end}.welcome-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:360px;margin-top:clamp(24px,8vh,72px)}.welcome-body .brand-mark{--mark:128px}.welcome-title{font-size:clamp(2rem,1.4rem + 2.6vw,2.8rem);line-height:1.12}.welcome-tagline{color:var(--ink-2);font-size:1rem;line-height:1.5}.welcome-art{position:absolute;left:0;right:0;bottom:0;height:48%;z-index:0}.welcome-art img{width:100%;height:100%;object-fit:cover;object-position:62% 55%}.welcome-art:before{background:linear-gradient(to bottom,var(--bg) 0,rgba(250,248,244,.6) 30%,rgba(250,248,244,0) 70%)}.welcome-art:after,.welcome-art:before{content:"";position:absolute;inset:0;z-index:1}.welcome-art:after{background:linear-gradient(0deg,rgba(250,248,244,.55) 0,rgba(250,248,244,0) 40%)}.welcome-cta{position:relative;z-index:2;margin-top:auto;width:100%;max-width:360px}.welcome-leaf{position:absolute;z-index:1;color:#7fa85d;opacity:.5;width:84px;height:84px}.welcome-leaf--tl{top:52px;left:-10px;transform:rotate(-20deg)}.welcome-leaf--tr{top:70px;right:-14px;transform:scaleX(-1) rotate(-14deg)}.auth-form-wrap{display:flex;flex-direction:column;flex:1 1}.auth-form-inner{flex:1 1;display:flex;align-items:center;justify-content:center;padding:8px 20px 40px}.auth-form{width:100%;max-width:var(--page-form);display:grid;gap:16px}.auth-form .brand-mark{--mark:76px;justify-self:center}.auth-form h1{text-align:center;font-size:1.85rem}.auth-form .lead{text-align:center;color:var(--muted);font-size:.95rem}.auth-form form{display:grid;gap:14px;margin-top:4px}.auth-form .btn-block{margin-top:4px}.auth-switch{text-align:center;font-size:.9rem;color:var(--muted)}.auth-switch button{color:var(--blue);font-weight:700}.pilot-note{text-align:center;color:var(--muted);font-size:.82rem;line-height:1.6}.privacy-note{border-top:1px solid var(--line);padding-top:16px;text-align:center;color:var(--muted-2);font-size:.76rem}.auth-links{display:flex;justify-content:flex-end;margin-top:-4px;font-size:.88rem}.auth-links button{color:var(--blue);font-weight:700}.auth-notice{display:grid;gap:10px;padding:14px 16px;border-radius:var(--radius-md);background:var(--orange-tint);color:var(--ink-2);font-size:.9rem;line-height:1.5}.auth-notice--ok{background:var(--green-tint);color:var(--green-ink);text-align:center}.auth-notice .btn{justify-self:start}.auth-status{display:grid;gap:12px;justify-items:center;text-align:center}.auth-status .feedback-icon{width:76px;height:76px}.auth-status h1{font-size:1.85rem}.auth-status .lead{color:var(--muted);font-size:.95rem;line-height:1.55;max-width:44ch}.auth-status .lead strong{color:var(--ink);overflow-wrap:anywhere}.auth-status .spinner{margin:12px 0 4px}.auth-actions{display:grid;gap:10px;width:100%;margin-top:8px}.auth-hint{text-align:center;color:var(--muted-2);font-size:.82rem}.auth--single{grid-template-columns:minmax(0,1fr)}.home-greeting{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.home-greeting h1{font-size:clamp(1.6rem,1.2rem + 1.4vw,2.1rem);overflow-wrap:anywhere}.home-greeting .lead{color:var(--muted);margin-top:4px}.home-greeting .avatar-button{border-radius:50%}.home-greeting .avatar{width:48px;height:48px;font-size:1.15rem;border:2px solid #fff;box-shadow:var(--shadow-sm)}.hero-card{position:relative;display:block;width:100%;text-align:left;border-radius:var(--radius-lg);overflow:hidden;color:#fff;background:var(--navy);box-shadow:var(--shadow-md);isolation:isolate}.hero-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .4s ease}.hero-card:hover img{transform:scale(1.03)}.hero-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(12,26,38,.9) 0,rgba(12,26,38,.5) 55%,rgba(12,26,38,.12))}.hero-body{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;min-height:220px;padding:20px 56px 20px 20px}.hero-body .pill{align-self:flex-start;margin-bottom:6px}.hero-body h2{color:#fff;font-size:1.55rem}.hero-sub{font-size:.85rem;color:rgba(255,255,255,.86)}.hero-progress{display:flex;align-items:center;gap:12px;margin-top:10px;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.92)}.hero-progress .progress{max-width:260px}.hero-chevron{position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.16);display:grid;place-items:center;color:#fff}.hero-chevron svg{width:20px;height:20px}.quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.quick-tile{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:112px;padding:14px 12px;border-radius:var(--radius-md);text-align:left;border:1.5px solid transparent;transition:transform .15s,border-color .15s}.quick-tile:hover:not(:disabled){transform:translateY(-2px)}.quick-tile--green{background:var(--green-tint);color:var(--green-ink)}.quick-tile--red{background:var(--red-tint);color:var(--red-ink)}.quick-tile--orange{background:var(--orange-tint);color:var(--orange-ink)}.quick-tile .tile-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#fff;box-shadow:var(--shadow-xs)}.quick-tile .tile-icon svg{width:20px;height:20px}.quick-tile strong{font-size:.95rem;color:var(--ink)}.quick-tile small{font-size:.7rem;color:var(--muted);line-height:1.3}.goal-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;margin-top:14px}.goal-card strong{display:block;font-size:.95rem}.goal-card span.muted{font-size:.8rem}.goal-check{width:32px;height:32px;border-radius:50%;border:2px solid var(--line-strong);display:grid;place-items:center;color:#fff;flex-shrink:0}.goal-check.done{background:var(--green);border-color:var(--green)}.goal-check svg{width:18px;height:18px}.theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.topic-card{display:flex;flex-direction:column;width:100%;text-align:left;padding:8px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:transform .15s,box-shadow .15s,border-color .15s}.topic-card:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-md)}.topic-card.is-active{border-color:var(--blue)}.topic-card-art{aspect-ratio:1/1;width:100%;border-radius:calc(var(--radius-lg) - 6px);overflow:hidden;background:var(--surface-2)}.topic-card-art img{width:100%;height:100%;object-fit:cover}.topic-card-body{padding:12px 8px 8px;display:grid;gap:4px}.topic-card h3{font-family:var(--font-display);font-size:1.1rem;font-weight:600;overflow-wrap:anywhere}.topic-card small{color:var(--muted);font-size:.75rem}.topic-card .progress{margin-top:6px}.topic-hero{position:relative;aspect-ratio:16/10;width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);background:var(--surface-2)}.topic-hero img{width:100%;height:100%;object-fit:cover}.topic-hero .pill{position:absolute;left:12px;top:12px}.topic-head{margin-top:18px}.topic-head h1{font-size:clamp(1.7rem,1.3rem + 1.4vw,2.2rem)}.topic-head .lead{color:var(--muted);margin-top:6px}.topic-stats{margin-top:16px}.mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.mode-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-height:140px;padding:18px 16px;border-radius:var(--radius-md);text-align:left;border:2px solid transparent;transition:border-color .15s,transform .15s}.mode-card:hover:not(:disabled){transform:translateY(-2px)}.mode-card--learn{background:var(--green-tint)}.mode-card--play{background:var(--red-tint)}.mode-card--learn[aria-pressed=true]{border-color:var(--green)}.mode-card--play[aria-pressed=true]{border-color:var(--red)}.mode-card .mode-icon{width:42px;height:42px;border-radius:12px;background:#fff;display:grid;place-items:center;box-shadow:var(--shadow-xs)}.mode-card .mode-icon svg{width:22px;height:22px}.mode-card--learn .mode-icon{color:var(--green)}.mode-card--play .mode-icon{color:var(--red)}.mode-card strong{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--ink)}.mode-card small{color:var(--muted);font-size:.78rem;line-height:1.4}.size-picker{margin-top:12px;padding:16px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line)}.size-picker h3{font-size:.95rem}.size-picker p{font-size:.8rem;color:var(--muted);margin-top:4px}.size-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.size-options button{position:relative;display:grid;gap:2px;justify-items:center;min-height:66px;padding:12px 6px 8px;border-radius:var(--radius-sm);border:1.5px solid var(--line-strong);background:var(--surface);font-weight:700;color:var(--ink)}.size-options button[aria-pressed=true]{border-color:var(--green);background:var(--green-tint);color:var(--green-ink)}.size-options strong{font-family:var(--font-display);font-size:1.35rem;line-height:1}.size-options span{font-size:.7rem;color:var(--muted)}.size-options small{position:absolute;top:-9px;left:50%;transform:translateX(-50%);white-space:nowrap;background:var(--orange);color:#fff;padding:2px 8px;border-radius:var(--radius-pill);font-size:.58rem;font-weight:800;letter-spacing:.04em}.topic-cta{margin-top:18px;display:grid;gap:10px}.resume-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:var(--radius-md);background:var(--orange-tint);border:1px solid #f4dcb2;margin-top:16px;flex-wrap:wrap}.resume-panel strong{display:block;font-size:.95rem}.resume-panel span.muted{font-size:.8rem}.switch-note{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:var(--radius-sm);background:var(--surface-2);color:var(--ink-2);font-size:.82rem;line-height:1.5;margin-top:12px}.switch-note svg{width:18px;height:18px;flex-shrink:0;color:var(--orange-ink);margin-top:2px}.session{--accent:var(--blue);--accent-tint:var(--blue-tint)}.session--play{--accent:var(--red);--accent-tint:var(--red-tint)}.session-bar{display:flex;align-items:center;gap:8px;min-height:52px}.session-bar .back-link{padding-right:6px}.session-title{flex:1 1;min-width:0;text-align:center;font-weight:700;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-bar-right{display:flex;align-items:center;gap:8px;min-width:44px;justify-content:flex-end}.session-progress{display:flex;align-items:center;gap:10px;margin:8px 0 18px;font-size:.78rem;font-weight:700;color:var(--muted)}.session-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;margin-bottom:14px}.session-meta .eyebrow{color:var(--muted)}.question-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px 18px;box-shadow:var(--shadow-sm)}.question-text{font-family:var(--font-display);font-weight:600;font-size:clamp(1.25rem,1.05rem + .9vw,1.6rem);line-height:1.3;margin:8px 0 18px;overflow-wrap:anywhere}.question-hint{font-size:.85rem;color:var(--muted);margin-bottom:12px}.answers{display:grid;gap:10px}.answer-option{display:flex;align-items:center;gap:14px;width:100%;min-height:58px;padding:12px 14px;border-radius:14px;border:1.5px solid var(--line-strong);background:var(--surface);text-align:left;font-size:1rem;font-weight:500;color:var(--ink);transition:border-color .15s,background .15s;overflow-wrap:anywhere}.answer-option.selected,.answer-option:hover:not(:disabled){border-color:var(--accent)}.answer-option.selected{background:var(--accent-tint)}.answer-letter{display:grid;place-items:center;flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1.5px solid var(--line-strong);font-size:.85rem;font-weight:700;color:var(--muted);background:var(--surface)}.selected .answer-letter{background:var(--accent);border-color:var(--accent);color:#fff}.image-answers{grid-template-columns:repeat(2,minmax(0,1fr))}.image-answers .answer-option{flex-direction:column;justify-content:center;padding:12px}.image-answers img{height:110px;width:100%;object-fit:contain}.order-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.order-item{display:flex;align-items:center;gap:10px;padding:10px 10px 10px 12px;border-radius:14px;border:1.5px solid var(--line-strong);background:var(--surface)}.order-item[draggable=true]{cursor:grab}.order-index{display:grid;place-items:center;flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--accent-tint);color:var(--accent);font-size:.8rem;font-weight:800}.order-text{flex:1 1;min-width:0;font-weight:500;font-size:.95rem;overflow-wrap:anywhere}.order-handle{color:var(--muted-2);width:20px;height:20px;flex-shrink:0}.order-item button{width:38px;height:38px;flex-shrink:0;border-radius:10px;border:1px solid var(--line);background:var(--surface-2);color:var(--navy);display:grid;place-items:center}.order-item button svg{width:18px;height:18px}.match-list{display:grid;gap:10px}.match-row{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;align-items:center;padding:12px;border-radius:14px;border:1.5px solid var(--line-strong);background:var(--surface);font-weight:600}.match-row select{font-weight:500}.question-actions{display:flex;flex-direction:column-reverse;gap:10px;margin-top:20px}.question-actions .btn{width:100%}.question-actions .note{text-align:center}.timer-ring{display:flex;justify-content:center;margin:4px 0 14px}.timer-ring .ring-label strong{font-size:1.9rem}.timer-ring.urgent{--accent:var(--red)}.timer-ring.urgent .ring-label strong{color:var(--red)}.scenery{position:relative;margin-top:28px;height:150px;border-radius:var(--radius-lg);overflow:hidden;-webkit-mask-image:linear-gradient(180deg,transparent,#000 60%);mask-image:linear-gradient(180deg,transparent,#000 60%)}.scenery img{width:100%;height:100%;object-fit:cover;object-position:center 40%;opacity:.85}.intro-head{margin-top:10px}.intro-head h1{margin-top:4px}.intro-head .lead{margin-top:6px}.intro-video{position:relative;aspect-ratio:16/9;margin-top:20px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.intro-video,.intro-video video{width:100%;background:var(--navy)}.intro-video video{height:100%;display:block;object-fit:contain}.intro-transcript{margin-top:24px;padding:18px 20px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line)}.intro-transcript h2{font-size:1rem}.intro-transcript p{margin-top:14px;color:var(--ink-2);line-height:1.65;white-space:pre-line}.intro-transcript p:first-of-type{margin-top:12px}.intro-cta{margin:24px 0 8px}.feedback-state{position:relative;text-align:center;padding:28px 20px 26px;display:flex;flex-direction:column;align-items:center;gap:12px;overflow:hidden}.feedback-state .brand-mark{--mark:84px}.feedback-icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center}.feedback-icon svg{width:36px;height:36px}.feedback-icon--green{background:var(--green-tint);color:var(--green)}.feedback-icon--red{background:var(--red-tint);color:var(--red)}.feedback-icon--orange{background:var(--orange-tint);color:var(--orange)}.feedback-icon--purple{background:var(--purple-tint);color:var(--purple)}.feedback-icon--blue{background:var(--blue-tint);color:var(--blue)}.feedback-state h1{font-size:clamp(1.6rem,1.3rem + 1vw,2rem)}.feedback-state .lead{max-width:440px;color:var(--muted);line-height:1.55}.feedback-state .eyebrow{color:var(--muted)}.feedback-actions{display:grid;gap:10px;width:100%;max-width:380px;margin-top:10px}.feedback-actions .btn{width:100%}.points-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-pill);background:var(--green-tint);color:var(--green-ink);font-weight:800;font-size:1rem}.points-chip.zero{background:var(--surface-2);color:var(--muted)}.solution{width:100%;max-width:560px;padding:12px 14px;border-radius:var(--radius-sm);background:var(--surface-2);font-size:.9rem;text-align:left;line-height:1.5}.explanation{max-width:560px;color:var(--ink-2);line-height:1.6}.fact-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.fact-visual{position:relative;aspect-ratio:16/9;background:var(--navy)}.fact-visual img{width:100%;height:100%;object-fit:cover}.fact-visual:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(8,20,34,.7));pointer-events:none}.fact-visual figcaption{position:absolute;z-index:1;left:14px;right:14px;bottom:10px;color:#fff;font-size:.7rem;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.5)}.fact-body{padding:18px 18px 20px;display:grid;gap:12px}.fact-pills{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.fact-body h2{font-size:clamp(1.4rem,1.2rem + .8vw,1.8rem)}.fact-summary{color:var(--ink-2);line-height:1.65}.fact-tiles{display:grid;gap:10px}.fact-tile{padding:14px;border-radius:var(--radius-md);background:var(--blue-tint)}.fact-tile--green{background:var(--green-tint)}.fact-tile h3{font-size:.74rem;color:var(--blue-strong);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-weight:800}.fact-tile--green h3{color:var(--green-ink)}.fact-tile p{font-size:.9rem;color:var(--ink-2);line-height:1.55}.answer-reminder{padding:12px 14px;border-radius:var(--radius-sm);font-size:.85rem;line-height:1.5}.answer-reminder.is-correct{background:var(--green-tint);color:var(--green-ink)}.answer-reminder.is-wrong{background:var(--orange-tint);color:var(--orange-ink)}.fact-card .audio-controls{margin:0}.completion{position:relative}.confetti{position:absolute;inset:0;pointer-events:none;overflow:hidden}.confetti span{position:absolute;width:10px;height:10px;border-radius:3px;opacity:.9;animation:confetti-float 3.2s ease-in-out infinite}.confetti span:nth-child(2n){border-radius:50%;width:8px;height:8px}@keyframes confetti-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(30deg)}}.result-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;max-width:440px;margin:6px auto 0}.result-stat{padding:12px 6px;border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}.result-stat svg{width:22px;height:22px}.result-stat strong{font-family:var(--font-display);font-size:1.25rem;line-height:1.1;overflow-wrap:anywhere}.result-stat span{font-size:.68rem;color:var(--muted);font-weight:600}.result-stat--orange{background:var(--orange-tint)}.result-stat--orange svg{color:var(--orange)}.result-stat--blue{background:var(--blue-tint)}.result-stat--blue svg{color:var(--blue)}.result-stat--green{background:var(--green-tint)}.laurel,.result-stat--green svg{color:var(--green)}.laurel{width:64px;height:64px}.podium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:8px;margin:16px 0 12px}.podium-slot{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;min-width:0;padding:8px 4px 12px;border-radius:var(--radius-md)}.podium-slot .avatar{width:58px;height:58px;font-size:1.3rem;border:3px solid #fff;box-shadow:var(--shadow-sm)}.podium-slot--1 .avatar{width:76px;height:76px;font-size:1.7rem;border-color:var(--orange)}.podium-slot--1{background:var(--orange-tint)}.podium-slot.is-me{outline:2px solid var(--blue);outline-offset:-2px}.podium-rank{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:.72rem;font-weight:800;color:#fff;margin-top:-14px;background:var(--muted-2);border:2px solid #fff}.podium-slot--1 .podium-rank{background:var(--orange)}.podium-slot--3 .podium-rank{background:#c17a3a}.podium-name{font-weight:700;font-size:.88rem;overflow-wrap:anywhere;max-width:100%}.podium-score{font-size:.74rem;color:var(--muted);font-weight:600}.ranking{list-style:none;margin:0;padding:0;display:grid;gap:6px}.ranking li{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;background:var(--surface);border:1px solid var(--line)}.ranking li.is-me{background:var(--blue-tint);border-color:#c9ddf5}.rank-number{min-width:24px;text-align:center;font-weight:700;color:var(--muted);font-size:.9rem}.rank-avatar{width:36px;height:36px;font-size:.85rem}.rank-name{flex:1 1;min-width:0;overflow-wrap:anywhere;font-weight:600;font-size:.92rem}.rank-name small{display:block;font-weight:500;color:var(--blue-strong);font-size:.7rem}.ranking strong{font-size:.9rem;white-space:nowrap}.ranking strong small{color:var(--muted);font-weight:500;margin-left:3px;font-size:.7rem}.pager{display:flex;justify-content:space-between;gap:12px;margin-top:16px;color:var(--muted)}.pager,.pager button{align-items:center;font-size:.85rem}.pager button{display:inline-flex;gap:6px;min-height:40px;padding:0 14px;border-radius:var(--radius-pill);border:1px solid var(--line);background:var(--surface);color:var(--navy);font-weight:600}.pager button svg{width:16px;height:16px}.profile-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:12px 0 18px}.profile-head h1{font-size:1.8rem;overflow-wrap:anywhere}.profile-head .lead{color:var(--muted);font-size:.88rem}.profile-menu{display:grid;gap:8px;margin-top:16px}.menu-row{display:flex;align-items:center;gap:14px;width:100%;min-height:58px;padding:10px 16px;border-radius:14px;background:var(--surface);border:1px solid var(--line);text-align:left;font-weight:600;font-size:.95rem;color:var(--ink)}.menu-row:hover:not(:disabled){border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.menu-row>svg:first-child{width:22px;height:22px;color:var(--navy);flex-shrink:0}.menu-row .menu-label{flex:1 1;min-width:0}.menu-row .menu-value{color:var(--muted);font-size:.85rem;font-weight:500}.menu-row .chevron{width:18px;height:18px;color:var(--muted-2)}.menu-row--danger,.menu-row--danger>svg:first-child{color:var(--red)}.knowledge-list{display:grid;gap:8px}.knowledge-item{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 12px;border-radius:14px;background:var(--surface);border:1px solid var(--line);text-align:left;width:100%}.knowledge-item img{width:44px;height:44px;border-radius:10px;object-fit:cover}.knowledge-item strong{display:block;font-size:.92rem}.knowledge-item .progress{margin-top:6px}.knowledge-item .knowledge-value{font-family:var(--font-display);font-weight:600;font-size:1.1rem}.content-admin{display:grid;gap:16px}.content-admin>p{color:var(--muted);font-size:.9rem}.admin-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.admin-toolbar form{display:flex;flex-wrap:wrap;gap:10px;width:100%}.admin-toolbar form input{flex:1 1 200px}.admin-toolbar form select{flex:1 1 180px;width:auto}.content-health{padding:16px 18px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);display:grid;gap:6px;font-size:.9rem}.content-health p{color:var(--ink-2)}.content-health small{color:var(--muted)}.content-import{padding:14px 16px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);display:grid;gap:10px}.content-admin summary,.content-import summary{cursor:pointer;font-weight:600;min-height:40px;display:flex;align-items:center}.content-import p{font-size:.85rem;color:var(--muted)}.admin-questions{display:grid;gap:10px}.admin-question{display:flex;align-items:center;justify-content:space-between;gap:20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);padding:16px 18px}.admin-question>div{min-width:0}.admin-question h3{font-size:1rem;overflow-wrap:anywhere}.admin-question .eyebrow{font-size:.65rem;margin-bottom:6px}.admin-question .small-note{font-size:.82rem;color:var(--muted);margin:6px 0;line-height:1.5}.admin-question small{color:var(--muted)}.admin-question .btn,.admin-question .secondary{flex-shrink:0}.table-scroll{overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md)}table{border-collapse:collapse;width:100%;text-align:left}td,th{padding:14px 16px;border-bottom:1px solid var(--line);font-size:.88rem;white-space:nowrap}th{background:var(--surface-2);font-weight:700}tr:last-child td{border-bottom:0}.account-form{display:grid;gap:12px;margin-top:14px;padding:16px;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line)}.content-dialog{width:min(880px,calc(100vw - 24px));max-height:92dvh;overflow:auto;border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;background:var(--bg);box-shadow:var(--shadow-lg)}.content-dialog::backdrop{background:rgba(15,30,45,.55)}.content-dialog form{display:grid;gap:14px;margin-top:16px}.content-dialog h2{font-size:1.4rem}.content-dialog fieldset{display:grid;gap:12px;border:1px solid var(--line);border-radius:var(--radius-md);padding:14px;margin:0;background:var(--surface)}.content-dialog legend{font-weight:700;font-size:.85rem;padding:0 6px}.content-dialog .close-editor{float:right}.content-dialog .segmented{margin-top:12px}.content-dialog .review-actions{display:flex;flex-wrap:wrap;gap:10px;border-block:1px solid var(--line);padding:16px 0;margin:18px 0}.review-actions p{width:100%;font-size:.9rem;color:var(--ink-2)}.review-actions label{display:flex;align-items:center;width:100%;font-weight:500}.content-dialog section{display:grid;gap:8px;font-size:.88rem}.content-dialog section ol,.content-dialog section ul{padding-left:20px;color:var(--ink-2)}.content-preview{width:100%;max-height:220px;object-fit:contain;border-radius:var(--radius-sm);background:var(--surface-2)}.close-editor{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:1.5rem;color:var(--muted)}.close-editor:hover{background:var(--surface-2)}.audio-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 14px}.audio-controls details{flex:1 1;min-width:180px}.audio-controls summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--ink-2);min-height:32px;display:flex;align-items:center}.audio-segments{display:grid;gap:6px;margin-top:8px}.audio-segments button{text-align:left;white-space:normal;overflow-wrap:anywhere;min-height:40px;padding:8px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);font-size:.85rem}.loading{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;color:var(--muted);padding:20px;text-align:center}.loading .brand-mark{--mark:96px}.spinner{width:34px;height:34px;border-radius:50%;border:3px solid var(--line);border-top-color:var(--blue);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{text-align:center;padding:40px 20px;display:grid;gap:10px;justify-items:center}.empty-state .feedback-icon{width:64px;height:64px}.empty-state h2{font-size:1.3rem}.empty-state p{color:var(--muted);max-width:40ch}@media (max-width:899px){.only-desktop{display:none!important}}@media (min-width:600px){.theme-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.match-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.question-actions{flex-direction:row;justify-content:space-between;align-items:center}.question-actions .btn{width:auto}.question-actions .note{text-align:left}.fact-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-backdrop{align-items:center;padding:24px}.modal{border-radius:var(--radius-xl)}.page{padding:28px var(--gutter) 48px}}@media (min-width:900px){:root{--gutter:28px}.only-mobile{display:none!important}.app-main--tabbar{padding-bottom:0}.split{grid-template-columns:minmax(0,1.55fr) minmax(300px,1fr);gap:28px}.theme-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hero-body{min-height:260px;padding:28px 72px 26px 28px}.hero-body h2{font-size:1.9rem}.quick-tile{min-height:124px;padding:18px 16px}.quick-tile strong{font-size:1.05rem}.quick-tile small{font-size:.76rem}.auth{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);min-height:calc(100dvh - var(--header-h))}.auth--single{grid-template-columns:minmax(0,1fr)}.welcome{min-height:0;margin:28px 0 28px 28px;border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow-md);justify-content:flex-start;padding-top:12px}.welcome-body{margin-top:clamp(24px,6vh,64px)}.welcome-art{height:52%}.welcome-cta{display:none}.auth-form-inner{padding:40px 32px}.page{padding:32px var(--gutter) 56px}.question-card{padding:30px 28px}.answers:not(.image-answers){grid-template-columns:repeat(2,minmax(0,1fr))}.image-answers{grid-template-columns:repeat(4,minmax(0,1fr))}.image-answers img{height:96px}.feedback-state{padding:36px 28px}.fact-body{padding:24px 26px 26px}.scenery{height:180px}.profile-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-pill strong{font-size:1.5rem}.mode-card{min-height:160px}}@media (min-width:1200px){.theme-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.split{grid-template-columns:minmax(0,1.7fr) minmax(320px,1fr)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.feedback-state>:not(.confetti){position:relative;z-index:1}.confetti{z-index:0}.theme-grid--home .topic-card-art{aspect-ratio:4/3}@media (min-width:900px){.theme-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.theme-grid--home{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:599px){.order-handle{display:none}.order-item{gap:8px;padding:10px 8px 10px 10px}.order-item button{width:34px;height:34px}}