:root{--radius: .8rem;--background: #0b1728;--foreground: #eff5fb;--card: #13243d;--card-foreground: #eff5fb;--primary: #4dd8e8;--primary-foreground: #092037;--muted: #1b2d49;--muted-foreground: #a3b4c8;--border: #263c5a;--input: #2b4563;--ring: #4dd8e8}.dark{--background: #0d172a;--foreground: #eff5fb;--card: #14243e;--card-foreground: #eff5fb;--primary: #4dd8e8;--primary-foreground: #092037;--muted: #1b2d49;--muted-foreground: #a3b4c8;--border: #263c5a;--input: #263c5a;--ring: #4dd8e8}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);margin:0;font-family:DM Sans,ui-sans-serif,system-ui,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}:root{--navy: #0e1d34;--navy-2: #142d4c;--cyan: #4dd8e8;--gold: #e1b86a;--ink: #eff5fb;--slate: #9aafc4;--line: #263c5a;--soft: #0b1728;--green: #55d2a1}.dark{--ink: #eff5fb;--slate: #a3b4c8;--line: #263c5a;--soft: #0b1728}*{scrollbar-width:thin;scrollbar-color:#b8c8d8 transparent}.app-shell{min-height:100vh;display:flex;background:var(--soft);color:var(--ink)}.sidebar{width:260px;flex:0 0 260px;min-height:100vh;background:var(--navy);color:#d9e5f3;padding:28px 18px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;gap:11px;align-items:flex-start;padding:0 9px 24px}.brand-mark{width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:#4dd8e81c;display:grid;place-items:center;border:1px solid rgba(77,216,232,.25);overflow:hidden}.brand-mark img{width:27px;height:27px;object-fit:contain}.brand-top,.brand-name{font-family:Space Grotesk,sans-serif;letter-spacing:.08em}.brand-top{color:var(--cyan);font-size:10px;font-weight:700;line-height:1.2}.brand-name{font-size:12px;font-weight:700;line-height:1.1;color:#fff}.brand-sub{font-size:10px;color:#8fa4bd;margin-top:7px;line-height:1.35;max-width:155px}.brand.compact .brand-name{font-size:11px}.eyebrow{text-transform:uppercase;font-size:10px;letter-spacing:.14em;font-weight:700;color:var(--slate);line-height:1.3}.cyan-text{color:#1bb7cc}.gold-text{color:var(--gold)}.side-progress{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:19px 9px 17px;margin-bottom:18px}.side-progress-head{display:flex;justify-content:space-between;font-size:11px;color:#9db0c6}.side-progress-head span:last-child{color:var(--cyan);font-weight:700}.side-progress .progress-wrap{margin-top:9px}.side-progress .progress-wrap>span{color:#e0eaf5;margin-top:6px;font-size:11px}.side-points{font-size:11px;color:#91a6bf;margin-top:5px}.nav-list{display:grid;gap:4px}.nav-item{border:0;background:transparent;color:#9eb1c8;text-align:left;display:flex;align-items:center;gap:12px;padding:11px;border-radius:9px;font-size:13px;transition:background .2s ease,color .2s ease,transform .16s ease}.nav-item:hover{background:#ffffff12;color:#fff;transform:translate(2px)}.nav-item.active{color:#fff;background:linear-gradient(90deg,#4dd8e829,#4dd8e80a);box-shadow:inset 3px 0 0 var(--cyan)}.nav-item.active svg{color:var(--cyan)}.nav-dot{width:6px;height:6px;border-radius:99px;background:var(--cyan);margin-left:auto;box-shadow:0 0 0 4px #4dd8e814}.sidebar-bottom{margin-top:auto;padding:16px 9px 0;border-top:1px solid rgba(255,255,255,.1)}.streak{display:flex;gap:10px;align-items:center;color:var(--gold)}.streak strong,.level strong{display:block;font-size:12px;color:#f7fbff;margin-top:4px}.level{padding:17px 0}.settings-link{background:none;border:0;color:#91a6bf;display:flex;align-items:center;gap:8px;font-size:12px;padding:0}.settings-link:hover{color:#fff}.main-content{min-width:0;flex:1;padding:0 42px 72px}.topbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:34px}.breadcrumb{display:flex;align-items:center;gap:8px;color:var(--slate);font-size:11px;letter-spacing:.04em}.breadcrumb span{font-size:10px;letter-spacing:.12em}.breadcrumb strong{color:var(--ink);font-weight:600}.top-actions{display:flex;align-items:center;gap:12px}.saved-state{color:var(--slate);font-size:11px;display:flex;align-items:center;gap:7px}.pulse{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #3db98a1f}.icon-button{display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;width:34px;height:34px;background:var(--card);color:var(--slate);transition:all .18s ease}.icon-button:hover{color:var(--ink);border-color:#b6c7d8;transform:translateY(-1px)}.mobile-top{display:none}.page{max-width:1180px;margin:0 auto}.page-enter{animation:enter .3s ease-out both}@keyframes enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px}.page-header h1,.section-title h2,.challenge-head h1{font-family:Space Grotesk,sans-serif;letter-spacing:-.04em;color:var(--ink)}.page-header h1{font-size:clamp(28px,3.2vw,42px);line-height:1.05;margin:7px 0 8px}.page-header p,.section-title p{margin:0;color:var(--slate);font-size:15px}.day-chip{padding:14px 17px;border:1px solid var(--line);background:var(--card);border-radius:10px;min-width:108px;text-align:right}.day-chip span{display:block;font-size:10px;letter-spacing:.14em;color:var(--slate)}.day-chip strong{display:block;font-family:Space Grotesk;font-size:22px;letter-spacing:-.03em;margin-top:4px}.day-chip em{font-size:12px;font-style:normal;color:var(--slate)}.hero-card{min-height:302px;position:relative;overflow:hidden;border-radius:18px;background:var(--navy);color:#fff;isolation:isolate}.hero-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.86;z-index:-2}.hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#09182dfa,#09182de0 40%,#09182d40)}.hero-copy{max-width:600px;padding:42px 48px}.hero-copy .eyebrow{color:#90acc7}.hero-copy h2{font-family:Space Grotesk;font-size:clamp(30px,4vw,51px);line-height:.98;letter-spacing:-.055em;max-width:520px;margin:12px 0 15px}.hero-copy h2 span{color:var(--cyan)}.hero-copy p{max-width:470px;color:#a8bfd6;line-height:1.55;font-size:14px;margin-bottom:26px}.hero-aside{position:absolute;right:42px;bottom:30px;display:flex;gap:12px;align-items:center;color:#d2e0ec;text-align:right;font-size:12px;line-height:1.25}.hero-aside img{width:62px;height:62px;object-fit:contain;opacity:.83}.primary-button{background:var(--cyan)!important;color:#08243d!important;border:0!important;font-weight:700;gap:8px;box-shadow:0 8px 22px #4dd8e826;transition:transform .16s ease,box-shadow .2s ease,background .2s ease}.primary-button:hover{background:#78e4ee!important;transform:translateY(-1px);box-shadow:0 10px 26px #4dd8e840}.primary-button:active,.outline-button:active{transform:scale(.97)}.outline-button{background:transparent!important;color:var(--ink)!important;border:1px solid var(--line)!important;gap:8px}.outline-button:hover{border-color:#9bb7c7!important;background:var(--muted)!important}.text-button{color:#168ea1!important;padding-left:0;padding-right:0}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 32px}.metric{display:flex;gap:12px;padding:16px;align-items:center;background:var(--card);border:1px solid var(--line);border-radius:12px}.metric-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:#1bb7cc;background:#4dd8e81f}.metric-icon.gold{color:#b47b1c;background:#e1b86a29}.metric-icon.slate{color:#6f7f98;background:#eef2f6}.metric-value{font-family:Space Grotesk;font-size:18px;font-weight:700;margin-top:4px;letter-spacing:-.03em;white-space:nowrap}.today-grid{display:grid;grid-template-columns:1.6fr .8fr;gap:16px;margin-bottom:42px;position:relative}.today-grid:before{content:"";position:absolute;left:24px;top:-30px;bottom:-30px;width:1px;background:linear-gradient(var(--cyan),rgba(77,216,232,.08));opacity:.6}.today-grid:after{content:"";position:absolute;left:20px;top:32px;width:9px;height:9px;border-radius:99px;background:var(--cyan);box-shadow:0 0 0 5px #4dd8e81a}.today-card,.momentum-card,.week-card,.milestone,.journey-banner,.progress-hero,.weekly-progress,.asset-card,.profile-card,.settings-card{border:1px solid var(--line);background:var(--card);border-radius:15px}.today-card{padding:25px}.today-card-top{display:flex;justify-content:space-between;gap:18px}.tag{display:inline-block;margin-top:13px;color:#168ea1;background:#4dd8e81f;border-radius:4px;font-size:11px;font-weight:700;padding:5px 7px}.today-card h2{max-width:430px;font-family:Space Grotesk;letter-spacing:-.04em;font-size:25px;line-height:1.05;margin:11px 0 8px}.today-card p{color:var(--slate);font-size:13px;line-height:1.5;max-width:520px}.today-number{font-family:Space Grotesk;color:#eaf2f7;font-size:58px;letter-spacing:-.08em;line-height:1}.today-card-bottom{border-top:1px solid var(--line);padding-top:19px;margin-top:24px;display:flex;align-items:center;gap:26px}.today-card-bottom span{display:flex;flex-direction:column;gap:4px}.today-card-bottom strong{font-size:12px}.today-card-bottom small{font-size:10px;color:var(--slate)}.today-card-bottom .outline-button{margin-left:auto;font-size:12px}.momentum-card{padding:25px;background:linear-gradient(145deg,#143a46,#102a3a);border-color:#2c5362;color:#eff5fb}.dark .momentum-card{background:linear-gradient(145deg,#143a46,#102a3a);border-color:#2c5362}.momentum-card h3{font-family:Space Grotesk;font-size:21px;line-height:1.1;letter-spacing:-.04em;margin:12px 0 23px}.momentum-list{display:grid;gap:14px}.momentum-list>div{display:flex;gap:11px;color:#1aa5b8}.momentum-list span{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--slate)}.momentum-list strong{color:var(--ink);font-size:12px}.clock-icon{font-size:22px;line-height:1}.section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.section-title h2{font-size:26px;margin:6px 0 5px}.weeks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.week-card{min-height:185px;padding:18px;position:relative;overflow:hidden;transition:transform .2s ease,border-color .2s ease;background:linear-gradient(145deg,#162a46,#102139)}.weeks-grid{position:relative}.weeks-grid:before{content:"";position:absolute;left:8%;right:8%;top:24px;height:1px;background:linear-gradient(90deg,var(--cyan),rgba(77,216,232,.1));opacity:.5}.weeks-grid:after{content:"";position:absolute;left:8%;top:20px;width:8px;height:8px;background:var(--cyan);border-radius:50%;box-shadow:0 0 0 5px #4dd8e817}.week-card{z-index:1}.week-card:hover{transform:translateY(-3px);border-color:#a8c5d1}.week-card.current{border-top:3px solid var(--cyan)}.week-card.locked{background:linear-gradient(145deg,#112039,#0f1c31);opacity:.78}.week-no{position:absolute;top:11px;right:15px;font-family:Space Grotesk;color:#dce5ed;font-size:43px;letter-spacing:-.1em}.week-meta{display:flex;justify-content:space-between;align-items:center;position:relative}.status{display:flex;gap:4px;align-items:center;font-size:10px;color:var(--slate)}.current .status{color:#159daf}.week-card h3{font-family:Space Grotesk;font-size:18px;line-height:1.05;letter-spacing:-.04em;max-width:150px;margin:26px 0 7px}.week-card p,.week-card small{font-size:12px;color:var(--slate);line-height:1.4}.week-card small{display:block;margin-top:12px}.milestone{display:flex;align-items:center;gap:16px;padding:18px 20px;background:linear-gradient(110deg,#162b47,#13233b)}.milestone-badge{width:48px;height:48px;flex:0 0 48px;border-radius:13px;display:grid;place-items:center;color:#a77520;background:#e1b86a2e}.milestone h3{font-family:Space Grotesk;margin:4px 0;font-size:17px}.milestone p{color:var(--slate);font-size:12px;margin:0}.milestone-progress{margin-left:auto;min-width:150px}.milestone-progress>span{display:block;font-size:10px;color:var(--slate);margin-bottom:6px}.progress-wrap{display:flex;align-items:center;gap:8px}.progress-wrap>div{height:6px;background:#e8eef3;border-radius:99px;flex:1;overflow:hidden}.dark .progress-wrap>div{background:#27405b}.progress-wrap [data-slot=progress-indicator]{background:var(--cyan)}.progress-wrap>span{font-size:10px;color:var(--slate);white-space:nowrap}.challenge-head{display:flex;justify-content:space-between;gap:40px;padding-bottom:25px;border-bottom:1px solid var(--line)}.back-button{border:0;padding:0;background:none;color:var(--slate);font-size:12px;margin-bottom:22px}.back-button:hover{color:var(--ink)}.challenge-head h1{max-width:620px;font-size:clamp(31px,4vw,50px);line-height:.98;margin:9px 0 12px}.challenge-head p{color:var(--slate);font-size:14px}.challenge-progress{min-width:210px;align-self:flex-end}.challenge-progress span{display:block;color:var(--slate);font-size:11px;margin-bottom:8px}.challenge-tabs{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-bottom:26px}.challenge-tabs button{border:0;background:none;color:var(--slate);padding:15px 0 12px;font-size:12px;border-bottom:2px solid transparent}.challenge-tabs button.active{color:var(--ink);border-color:var(--cyan);font-weight:700}.challenge-body{max-width:840px;margin:0 auto}.lesson-visual{min-height:220px;border-radius:14px;overflow:hidden;position:relative;color:#fff;background:var(--navy);display:flex;align-items:flex-end;margin-bottom:34px}.lesson-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.75}.lesson-visual>div{position:relative;padding:29px;max-width:480px;background:linear-gradient(90deg,rgba(6,20,38,.92),transparent);width:100%}.lesson-visual h2{font-family:Space Grotesk;font-size:28px;letter-spacing:-.04em;margin:7px 0}.lesson-visual p{color:#abc4d8;font-size:13px}.content-block{padding:14px 0 25px}.content-block h2{font-family:Space Grotesk;font-size:27px;letter-spacing:-.04em;margin:9px 0 11px}.content-block>p{color:var(--slate);line-height:1.7;font-size:14px;max-width:700px}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:20px}.compare-grid>div{padding:18px;border:1px solid var(--line);border-radius:11px;display:flex;flex-direction:column;gap:9px}.compare-grid strong{font-family:Space Grotesk;font-size:16px;line-height:1.2}.compare-grid p{color:var(--slate);font-size:12px;margin:0}.compare-good{background:#4dd8e814;border-color:#b9e7eb!important}.callout{border-left:3px solid var(--cyan);background:#4dd8e814;color:var(--ink);font-family:Space Grotesk;padding:17px 19px;margin-top:18px;line-height:1.4}.ai-card{display:flex;gap:15px;padding:22px;background:var(--navy);color:#fff;border-radius:13px;margin:15px 0 22px}.ai-icon{width:38px;height:38px;border-radius:10px;background:#4dd8e826;color:var(--cyan);display:grid;place-items:center;flex:0 0 auto}.ai-card h2{font-family:Space Grotesk;font-size:22px;letter-spacing:-.04em;margin:6px 0}.ai-card p{color:#a8bfd6;font-size:13px;line-height:1.5}.ai-card strong{color:var(--cyan);font-size:13px}.master-prompt{border:1px solid var(--line);border-radius:12px;padding:20px;margin-top:18px;background:var(--card)}.master-prompt>div:first-child{display:flex;justify-content:space-between;align-items:center}.master-prompt h3{font-family:Space Grotesk;margin:5px 0 12px}.master-prompt code{display:block;background:var(--navy);color:#cce2f0;border-radius:8px;padding:16px;margin-top:12px;line-height:1.6;font-size:12px;white-space:pre-wrap}.worksheet{max-width:880px;margin:0 auto}.worksheet-intro{max-width:640px;margin-bottom:26px}.worksheet-intro h2{font-family:Space Grotesk;font-size:30px;letter-spacing:-.04em;margin:8px 0}.worksheet-intro p{color:var(--slate);font-size:14px;line-height:1.6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{display:grid;gap:8px}.form-grid label span{font-size:12px;font-weight:700}.form-grid textarea,.form-grid input{background:var(--card);border-color:var(--line);font-size:13px;min-height:100px}.form-grid input{min-height:auto}.worksheet-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.worksheet-footer>span{color:var(--slate);font-size:12px;display:flex;gap:6px;align-items:center}.worksheet-footer>span svg{color:var(--green)}.quiz-shell{max-width:700px;margin:35px auto}.quiz-card{background:var(--card);border:1px solid var(--line);border-radius:15px;padding:29px;box-shadow:0 16px 50px #132b450f}.quiz-top{display:flex;justify-content:space-between;align-items:center;color:var(--slate);font-size:11px;margin-bottom:12px}.quiz-card h2{font-family:Space Grotesk;font-size:27px;letter-spacing:-.04em;margin:27px 0 20px}.answers{display:grid;gap:9px}.answers button{display:flex;align-items:center;gap:12px;border:1px solid var(--line);background:transparent;border-radius:9px;color:var(--ink);text-align:left;padding:13px;font-size:13px;transition:all .18s ease}.answers button:hover{border-color:#85cbd4;background:#4dd8e80f}.answers button span{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;border-radius:6px;background:var(--muted);color:var(--slate);font-size:11px;font-weight:700}.answers button svg{margin-left:auto}.answers button.correct{background:#3db98a17;border-color:var(--green);color:#168361}.answers button.incorrect{background:#da6a6a17;border-color:#da6a6a;color:#ba4d4d}.feedback{border-radius:9px;padding:13px 14px;margin-top:16px;font-size:12px}.feedback p{margin:5px 0 0;color:var(--slate)}.feedback.good{background:#3db98a1a}.feedback.bad{background:#da6a6a1a}.quiz-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:22px;padding-top:17px;color:var(--slate);font-size:11px}.quiz-footer strong{color:var(--ink)}.completion{min-height:530px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;position:relative;overflow:hidden}.completion-glow{position:absolute;width:500px;height:260px;background:radial-gradient(ellipse,rgba(77,216,232,.18),transparent 65%);top:80px}.completion-symbol{width:72px;height:72px;display:grid;place-items:center;border-radius:22px;background:#e1b86a2b;color:var(--gold);margin-bottom:20px}.completion h1{font-family:Space Grotesk;font-size:49px;letter-spacing:-.06em;margin:10px 0 8px}.completion>p{color:var(--slate)}.points{font-family:Space Grotesk;font-size:28px;color:#b47b1c;margin:20px 0}.points span{display:block;color:var(--slate);font-family:DM Sans;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.earned-badge{display:flex;align-items:center;gap:12px;text-align:left;border:1px solid #e9d3a0;background:#e1b86a1a;border-radius:11px;padding:13px 15px;min-width:min(360px,100%)}.earned-badge>div{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;color:#a77520;background:#e1b86a40}.earned-badge span{display:flex;flex-direction:column;gap:3px;flex:1}.earned-badge small{color:var(--slate);font-size:10px}.earned-badge>svg{color:var(--green)}.completion-actions{display:flex;gap:10px;margin-top:24px}.journey-banner{display:flex;justify-content:space-between;align-items:center;padding:28px;margin-bottom:25px;background:var(--navy);color:#fff}.journey-banner h2{font-family:Space Grotesk;font-size:43px;letter-spacing:-.06em;margin:8px 0}.journey-banner p{color:#a8bfd6;font-size:13px}.journey-ring{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;align-content:center;font-family:Space Grotesk;font-size:28px;border:7px solid rgba(77,216,232,.28);color:var(--cyan)}.journey-ring small{font-size:12px;margin-left:2px}.timeline{position:relative;display:grid;gap:10px}.journey-item{width:100%;display:flex;align-items:center;gap:15px;background:var(--card);border:1px solid var(--line);text-align:left;padding:14px 16px;border-radius:11px;transition:transform .18s ease,border-color .18s ease}.journey-item:hover:not(.locked){transform:translate(3px);border-color:#9dcbd2}.journey-item.locked{opacity:.56}.journey-node{width:39px;height:39px;flex:0 0 39px;border-radius:10px;display:grid;place-items:center;background:var(--muted);color:var(--slate);font-family:Space Grotesk;font-size:12px}.journey-item.current{border-color:var(--cyan);box-shadow:0 5px 20px #4dd8e81f}.journey-item.current .journey-node{background:var(--cyan);color:#092037}.journey-item.completed .journey-node{background:#3db98a24;color:var(--green)}.journey-content{min-width:0;flex:1}.journey-content-top{display:flex;gap:12px;justify-content:space-between}.journey-status{color:var(--slate);font-size:10px}.journey-item.current .journey-status{color:#159daf}.journey-item.completed .journey-status{color:var(--green)}.journey-content h3{margin:5px 0 3px;font-family:Space Grotesk;letter-spacing:-.02em;font-size:15px}.journey-content p{margin:0;color:var(--slate);font-size:11px}.journey-time{display:flex;align-items:center;gap:13px;color:var(--slate);font-size:11px}.achievement-hero{background:var(--navy);color:#fff;padding:26px;border-radius:15px;display:flex;align-items:center;gap:17px;margin-bottom:22px}.achievement-hero-icon{width:55px;height:55px;display:grid;place-items:center;border-radius:15px;color:var(--gold);background:#e1b86a2e}.achievement-hero h2{font-family:Space Grotesk;font-size:25px;margin:6px 0}.achievement-hero p{color:#a8bfd6;margin:0;font-size:13px}.achievement-count{margin-left:auto;font-family:Space Grotesk;font-size:31px;color:var(--gold)}.achievement-count span{display:block;text-align:right;font-family:DM Sans;color:#8fa4bd;font-size:10px}.badge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.badge-card{display:flex;align-items:center;gap:13px;padding:19px;border:1px solid var(--line);border-radius:12px;background:var(--card)}.badge-card.locked{opacity:.58}.badge-icon{width:43px;height:43px;display:grid;place-items:center;flex:0 0 43px;border-radius:12px;color:var(--slate);background:var(--muted)}.badge-card.earned .badge-icon{color:#a77520;background:#e1b86a2e}.badge-card h3{font-family:Space Grotesk;font-size:15px;margin:0 0 4px}.badge-card p{color:var(--slate);font-size:11px;margin:0}.badge-card>svg{margin-left:auto;color:var(--green)}.progress-hero{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1px;overflow:hidden;background:var(--line);margin-bottom:20px}.progress-hero>div{background:var(--card);padding:26px}.big-progress{display:flex;align-items:center;gap:18px}.progress-ring{width:92px;height:92px;display:grid;place-items:center;border-radius:50%;border:8px solid rgba(77,216,232,.22);color:var(--cyan);font-family:Space Grotesk;font-size:28px}.progress-ring small{font-size:13px}.progress-hero h2{font-family:Space Grotesk;font-size:23px;margin:5px 0}.progress-hero p{font-size:12px;color:var(--slate);margin:0}.progress-stat{display:flex;flex-direction:column;justify-content:center;gap:8px}.progress-stat>strong{font-family:Space Grotesk;font-size:30px}.weekly-progress{padding:25px;display:grid;gap:18px}.week-progress-row{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:22px;font-size:12px}.asset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.asset-card{padding:17px;min-height:210px;display:flex;flex-direction:column}.asset-card.locked{opacity:.62}.asset-card-art{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;color:#188fa0;background:#4dd8e81c;margin-bottom:20px}.muted-art{color:var(--slate);background:var(--muted)}.asset-card h3{font-family:Space Grotesk;margin:8px 0;font-size:17px}.asset-card p{color:var(--slate);font-size:12px;line-height:1.45;margin:0}.asset-footer{border-top:1px solid var(--line);margin-top:auto;padding-top:12px;display:flex;justify-content:space-between;align-items:center;color:var(--green);font-size:11px}.asset-footer span{display:flex;gap:5px;align-items:center}.asset-card.locked .asset-footer{color:var(--slate)}.narrow-page{max-width:860px;margin-left:0}.profile-card{display:flex;gap:22px;padding:26px}.profile-avatar{width:66px;height:66px;display:grid;place-items:center;flex:0 0 66px;border-radius:20px;background:var(--navy);color:var(--cyan);font-family:Space Grotesk;font-size:28px}.profile-main{flex:1}.profile-edit{display:flex;gap:9px;max-width:430px;margin-top:8px}.profile-edit input{background:var(--card)}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-top:1px solid var(--line);margin-top:26px;padding-top:20px}.profile-stats span{display:flex;flex-direction:column;gap:6px}.profile-stats small{color:var(--slate);font-size:10px}.profile-stats strong{font-family:Space Grotesk;font-size:14px}.settings-card{overflow:hidden}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:23px;border-bottom:1px solid var(--line)}.setting-row h3{font-family:Space Grotesk;margin:0 0 5px;font-size:16px}.setting-row p{color:var(--slate);font-size:12px;margin:0}.theme-toggle{display:flex;gap:4px;padding:4px;border:1px solid var(--line);background:var(--soft);border-radius:9px}.theme-toggle button{border:0;background:transparent;color:var(--slate);font-size:11px;border-radius:6px;padding:7px 10px;display:flex;gap:6px;align-items:center}.theme-toggle button.active{color:var(--ink);background:var(--card);box-shadow:0 2px 6px #1e324614}.danger-button{color:#b95555!important;border-color:#e7c5c5!important;gap:7px}.settings-note{color:var(--slate);background:#4dd8e814;font-size:12px;padding:16px 23px;display:flex;gap:10px;align-items:center}@media (max-width: 1100px){.sidebar{width:226px;flex-basis:226px}.main-content{padding:0 28px 60px}.hero-copy{padding-left:35px}.weeks-grid,.asset-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 780px){.sidebar{display:none}.mobile-top{display:flex;align-items:center;gap:11px;min-height:64px;padding:12px 16px;background:var(--navy);color:#fff}.mobile-top .brand{padding:0;align-items:center}.mobile-top .brand-mark{width:29px;height:29px;flex-basis:29px}.mobile-top .brand-top{font-size:9px}.mobile-top .brand-name{font-size:10px}.mobile-day{margin-left:auto;color:var(--cyan);font-family:Space Grotesk;font-size:11px}.mobile-top .icon-button{background:#ffffff14;color:#fff;border-color:#ffffff26}.mobile-sheet{background:var(--navy);color:#fff;width:285px;padding:28px 18px}.mobile-sheet .brand{padding-bottom:25px}.main-content{padding:0 16px 45px}.topbar{min-height:58px;margin-bottom:26px}.top-actions .saved-state{display:none}.page-header{align-items:flex-start;gap:15px}.page-header h1{font-size:32px}.day-chip{min-width:82px;padding:10px}.day-chip strong{font-size:18px}.hero-card{min-height:380px}.hero-copy{padding:29px 24px}.hero-copy h2{font-size:38px;max-width:390px}.hero-aside{right:20px;bottom:18px}.metrics-grid{grid-template-columns:repeat(2,1fr)}.metric{padding:13px}.metric-value{font-size:16px}.today-grid{grid-template-columns:1fr}.section-title{align-items:flex-start;flex-direction:column;gap:10px}.weeks-grid{grid-template-columns:1fr 1fr}.milestone{flex-wrap:wrap}.milestone-progress{margin-left:0;width:100%;order:4}.milestone .outline-button{margin-left:auto}.challenge-head{flex-direction:column;gap:10px}.challenge-progress{width:100%;align-self:auto}.challenge-tabs{overflow-x:auto;gap:19px;white-space:nowrap}.compare-grid,.form-grid,.badge-grid,.asset-grid{grid-template-columns:1fr}.challenge-body{max-width:none}.worksheet-footer{flex-direction:column;align-items:flex-start}.quiz-card{padding:20px}.completion h1{font-size:40px}.journey-banner{padding:20px}.journey-banner h2{font-size:35px}.journey-ring{width:75px;height:75px;font-size:22px}.journey-time{display:none}.progress-hero{grid-template-columns:1fr}.week-progress-row{grid-template-columns:1fr;gap:7px}.profile-card{flex-direction:column}.profile-stats{grid-template-columns:1fr 1fr}.setting-row{flex-direction:column;align-items:flex-start}}@media (max-width: 430px){.hero-copy h2{font-size:34px}.hero-copy p{font-size:13px}.today-card-bottom{flex-wrap:wrap;gap:15px}.today-card-bottom .outline-button{width:100%;margin-left:0}.weeks-grid{grid-template-columns:1fr}.hero-aside{display:none}.topbar{margin-bottom:20px}.breadcrumb strong{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.worksheet-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto;flex-wrap:wrap}.feedback-panel{margin:20px auto 0;max-width:880px;padding:22px;border:1px solid #2c5362;border-radius:15px;background:linear-gradient(145deg,#143a46,#102a3a);color:var(--ink);animation:enter .22s ease-out both}.feedback-panel.error{border-color:#7c4d5d;background:linear-gradient(145deg,#3b2538,#251e32)}.feedback-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;color:var(--cyan)}.feedback-panel-head h3{margin:6px 0 0;color:#fff;font-family:Space Grotesk;font-size:22px;letter-spacing:-.035em}.feedback-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.feedback-columns>div{padding:16px;border:1px solid rgba(157,213,220,.2);border-radius:11px;background:#06142633}.feedback-panel ul{display:grid;gap:9px;margin:11px 0 0;padding-left:18px;color:#c5d9e4;font-size:13px;line-height:1.45}.feedback-panel li::marker{color:var(--cyan)}.feedback-next,.feedback-sharp{margin-top:14px;padding:15px 16px;border-radius:10px;background:#4dd8e81a}.feedback-next strong{display:block;margin-top:6px;color:#fff;font-family:Space Grotesk;font-size:15px;line-height:1.35}.feedback-sharp{background:#e1b86a1a}.feedback-sharp p{margin:6px 0 0;color:#f3e3bd;font-family:Space Grotesk;font-size:14px;line-height:1.45}.feedback-panel.error p{color:#e9bdcb;font-size:13px;margin:8px 0 0}@media (max-width: 780px){.worksheet-actions{width:100%;margin-left:0;justify-content:stretch}.worksheet-actions button{flex:1 1 180px}.feedback-columns{grid-template-columns:1fr}.feedback-panel{padding:18px}}@media (max-width: 780px){.sidebar{display:none}.mobile-top{display:flex;position:sticky;top:0;z-index:20;min-height:58px;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:#0e1d34f5;border-bottom:1px solid var(--line)}.mobile-top .brand{padding:0;align-items:center}.mobile-top .brand-mark{width:28px;height:28px;flex-basis:28px}.mobile-top .brand-mark img{width:22px;height:22px}.mobile-top .brand-top{font-size:8px}.mobile-top .brand-name{font-size:10px}.mobile-day{color:var(--cyan);font-family:Space Grotesk;font-size:10px;font-weight:700;letter-spacing:.08em}.main-content{width:100%;padding:0 16px 48px}.topbar{min-height:58px;margin-bottom:24px}.top-actions .saved-state{display:none}.breadcrumb{font-size:9px}.page-header,.challenge-head{align-items:flex-start;flex-direction:column;gap:18px}.day-chip{align-self:stretch;text-align:left}.hero-card{min-height:430px}.hero-copy{padding:30px 24px}.hero-aside{right:20px;bottom:20px}.metrics-grid,.today-grid,.weeks-grid{grid-template-columns:1fr}.today-grid:before,.today-grid:after,.weeks-grid:before,.weeks-grid:after{display:none}.today-card-bottom{align-items:flex-start;flex-wrap:wrap;gap:14px}.today-card-bottom .outline-button{margin-left:0;width:100%;justify-content:center}.section-title{align-items:flex-start;flex-direction:column}.milestone{align-items:flex-start;flex-wrap:wrap}.milestone-progress{width:100%;margin-left:0}.milestone .outline-button{width:100%;justify-content:center}.challenge-head h1{font-size:34px}.challenge-progress{width:100%;min-width:0}.challenge-tabs{gap:16px;overflow-x:auto}.challenge-tabs button{white-space:nowrap}.compare-grid{grid-template-columns:1fr}}@media screen and (max-width: 780px){.app-shell{display:block!important;width:100%!important}.app-shell>.sidebar{display:none!important;width:0!important;flex:0 0 0!important}.app-shell>.main-content{display:block!important;width:100%!important;max-width:100%!important;margin:0!important}}
