@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#24251f;background:#f5f3ed;font-synthesis:none;text-rendering:optimizeLegibility;--surface: #fffdf8;--surface-strong: #ffffff;--ink: #24251f;--muted: #74766e;--line: rgba(49, 50, 43, .1);--accent: #ef6c4d;--accent-dark: #be432d;--shadow: 0 16px 40px rgba(56, 51, 38, .08)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#e9e6de}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at 12% 8%,rgba(239,108,77,.1),transparent 28rem),#f5f3ed}button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}button:focus-visible{outline:3px solid rgba(239,108,77,.28);outline-offset:3px}h1,h2,p{margin:0}.app-shell{position:relative;width:100%;min-height:100dvh;margin:0 auto;background:#f5f3edeb}.app-content{width:100%;min-height:100dvh;padding-bottom:calc(108px + env(safe-area-inset-bottom))}.page{width:min(100%,780px);min-height:100%;margin:0 auto;padding:32px 20px 40px;animation:page-enter .28s ease both}@keyframes page-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.page-header{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:28px}.page-header__copy{max-width:560px}.eyebrow{margin-bottom:7px;color:var(--accent-dark);font-size:.71rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.page-header h1{color:var(--ink);font-size:clamp(2.25rem,10vw,4rem);font-weight:800;letter-spacing:-.055em;line-height:.98}.page-header__description{max-width:440px;margin-top:13px;color:var(--muted);font-size:.98rem;line-height:1.55}.level-chip,.coin-balance{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 11px;border:1px solid var(--line);border-radius:999px;color:#605f58;background:#fffdf8d1;font-size:.73rem;font-weight:700}.coin-balance{border-color:#cc901833;color:#865f0b;background:#fff4cf;font-size:.85rem}.daily-note{display:flex;align-items:center;gap:15px;margin-bottom:34px;padding:17px;border:1px solid rgba(239,108,77,.12);border-radius:21px;background:linear-gradient(135deg,#fff4e8,#fffaf3)}.daily-note__mark{display:grid;flex:0 0 50px;width:50px;height:50px;place-items:center;border-radius:16px;color:#fff;background:var(--accent);box-shadow:0 8px 18px #db573833;font-family:Georgia,serif;font-size:1.15rem;font-style:italic;font-weight:700}.daily-note__label{margin-bottom:4px;color:#b04e37;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.daily-note p:last-child{color:#5f554c;font-size:.86rem;line-height:1.45}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.section-heading h2,.settings-group h2{font-size:1rem;font-weight:800;letter-spacing:-.02em}.section-heading span{color:#96978f;font-size:.72rem;font-weight:600}.module-grid{display:grid;grid-template-columns:1fr;gap:12px}.module-card{--module-color: #ef6c4d;--module-tint: #fff1ec;display:flex;min-height:172px;padding:18px;border:1px solid var(--line);border-radius:24px;flex-direction:column;justify-content:space-between;color:var(--ink);background:var(--surface-strong);box-shadow:0 9px 26px #3833260b;cursor:pointer;text-align:left;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.module-card:hover:not(:disabled){border-color:color-mix(in srgb,var(--module-color) 32%,transparent);box-shadow:0 14px 30px #38332614;transform:translateY(-2px)}.module-card:active:not(:disabled){transform:translateY(0)}.module-card--green{--module-color: #4f866b;--module-tint: #eaf5ec}.module-card--violet{--module-color: #7466a3;--module-tint: #f0edfa}.module-card--blue{--module-color: #65839a;--module-tint: #edf3f7}.module-card__topline{display:flex;align-items:flex-start;justify-content:space-between}.module-card__icon{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;color:var(--module-color);background:var(--module-tint)}.module-card__arrow{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:var(--module-color);background:var(--module-tint)}.module-card__copy{display:flex;flex-direction:column;gap:5px}.module-card__copy strong{font-size:1.12rem;font-weight:800;letter-spacing:-.025em}.module-card__copy>span{color:var(--muted);font-size:.78rem;line-height:1.45}.module-card--disabled{opacity:.67;cursor:not-allowed;filter:saturate(.7)}.status-badge{padding:6px 9px;border-radius:999px;color:#657580;background:#eef1f3;font-size:.65rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.bottom-navigation{position:fixed;z-index:10;right:0;bottom:0;left:0;display:grid;width:100%;grid-template-columns:repeat(4,1fr);padding:9px 8px calc(9px + env(safe-area-inset-bottom));border-top:1px solid rgba(49,50,43,.1);background:#fffdf8f0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.nav-item{position:relative;display:flex;min-width:0;min-height:56px;padding:5px 2px;border:0;border-radius:15px;align-items:center;flex-direction:column;justify-content:center;gap:4px;color:#92948c;background:transparent;cursor:pointer;font-size:clamp(.61rem,2.8vw,.7rem);font-weight:700;transition:color .16s ease,background .16s ease}.nav-item__icon{display:grid;place-items:center}.nav-item--active{color:var(--accent-dark);background:#fff1ec}.room-preview{position:relative;min-height:340px;margin-bottom:16px;overflow:hidden;border:1px solid rgba(70,82,61,.12);border-radius:28px;background:#dce9dc;box-shadow:var(--shadow)}.room-preview__sun{position:absolute;top:42px;right:56px;width:70px;height:70px;border-radius:50%;background:#ffd87bc7;box-shadow:0 0 0 18px #ffebb347}.room-preview__window{position:absolute;top:34px;right:30px;display:grid;width:128px;height:138px;padding:8px;grid-template-columns:1fr 1fr;gap:5px;border:7px solid rgba(255,253,248,.84);border-radius:60px 60px 4px 4px}.room-preview__window span{border-radius:40px 40px 2px 2px;background:#fffdf842}.room-preview__floor{position:absolute;right:-8%;bottom:-45px;left:-8%;height:170px;border-radius:50% 50% 0 0;background:#b8cbb3}.room-preview__furniture{position:absolute;right:34px;bottom:52px;display:flex;align-items:flex-end;gap:30px;color:#53644f}.room-preview__caption{position:absolute;top:38px;left:24px;max-width:185px}.room-preview__caption span{color:#687c63;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.room-preview__caption h2{margin-top:8px;font-size:1.7rem;letter-spacing:-.045em;line-height:1.08}.info-card{display:flex;align-items:flex-start;gap:14px;padding:19px;border:1px solid var(--line);border-radius:21px;background:var(--surface)}.info-card__icon{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:13px;color:#806921;background:#fff2c6}.info-card h2{margin-bottom:5px;font-size:.9rem;font-weight:800}.info-card p{color:var(--muted);font-size:.76rem;line-height:1.5}.empty-state{display:flex;min-height:345px;margin-bottom:16px;padding:38px 28px;border:1px solid var(--line);border-radius:28px;align-items:center;flex-direction:column;justify-content:center;background:var(--surface-strong);text-align:center}.empty-state__visual{position:relative;display:flex;width:128px;height:108px;margin-bottom:26px;border-radius:28px;align-items:flex-end;justify-content:center;gap:8px;color:#6f846b;background:#edf4e9}.empty-state__visual>svg{position:absolute;top:15px;right:15px;opacity:.75}.empty-state__bar{display:block;width:14px;border-radius:6px 6px 2px 2px;background:#8aa586}.empty-state__bar--one{height:24px}.empty-state__bar--two{height:38px}.empty-state__bar--three{height:54px}.empty-state h2{margin-bottom:8px;font-size:1.3rem;letter-spacing:-.035em}.empty-state>p:last-child{max-width:340px;color:var(--muted);font-size:.84rem;line-height:1.55}.profile-card{display:flex;align-items:center;gap:15px;margin-bottom:32px;padding:18px;border:1px solid var(--line);border-radius:23px;background:var(--surface-strong)}.profile-avatar{display:grid;flex:0 0 58px;width:58px;height:58px;place-items:center;border-radius:19px;color:#fff;background:#586e57;box-shadow:0 8px 18px #455b4430;font-size:1.2rem;font-weight:800}.profile-card__name{margin-bottom:4px;font-size:1rem;font-weight:800}.profile-card__meta{color:var(--muted);font-size:.76rem}.settings-group h2{margin-bottom:12px}.settings-list{overflow:hidden;border:1px solid var(--line);border-radius:23px;background:var(--surface-strong)}.settings-row{display:flex;width:100%;min-height:76px;padding:13px 15px;border:0;align-items:center;gap:12px;color:var(--ink);background:transparent;cursor:pointer;text-align:left}.settings-row+.settings-row{border-top:1px solid var(--line)}.settings-row:hover{background:#fbfaf6}.settings-row__icon{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:13px;color:#586e57;background:#edf4e9}.settings-row__copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.settings-row__copy strong{font-size:.83rem;font-weight:700}.settings-row__copy small{color:var(--muted);font-size:.7rem}.settings-row>svg{color:#aaaca4}.back-button{display:inline-flex;min-height:40px;margin-bottom:26px;padding:8px 12px 8px 9px;border:1px solid var(--line);border-radius:999px;align-items:center;gap:7px;color:#5f615a;background:#fffdf8c7;cursor:pointer;font-size:.76rem;font-weight:700;transition:color .16s ease,background .16s ease,transform .16s ease}.back-button:hover{color:var(--accent-dark);background:#fff;transform:translate(-2px)}.nested-heading{margin-bottom:27px}.nested-heading h1,.lesson-header h1,.result-hero h1{color:var(--ink);font-size:clamp(2.25rem,10vw,4rem);font-weight:800;letter-spacing:-.055em;line-height:.98}.nested-heading>p:last-child,.lesson-header>p:last-of-type{max-width:480px;margin-top:13px;color:var(--muted);font-size:.94rem;line-height:1.55}.module-empty-state .empty-state__visual{align-items:center;color:#786ba2;background:#f0edfa}.module-empty-state .empty-state__visual>svg{position:static}.reading-tabs{display:flex;margin:0 -20px 22px;padding:2px 20px 8px;gap:8px;overflow-x:auto;scrollbar-width:none}.reading-tabs::-webkit-scrollbar{display:none}.reading-tab{display:inline-flex;flex:0 0 auto;min-height:39px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;align-items:center;gap:7px;color:#787a72;background:#fffdf8b3;cursor:pointer;font-size:.71rem;font-weight:700;white-space:nowrap;transition:color .16s ease,border-color .16s ease,background .16s ease}.reading-tab:hover{border-color:#ef6c4d40;color:var(--accent-dark)}.reading-tab--active{border-color:#e56d52;color:#fff;background:#e56d52}.reading-tab>span{display:grid;min-width:19px;height:19px;padding:0 4px;place-items:center;border-radius:999px;color:var(--accent-dark);background:#fff;font-size:.62rem}.topic-list{display:grid;gap:16px}.topic-card{padding:19px;border:1px solid var(--line);border-radius:26px;background:#fffdf8b8}.topic-card__heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:17px}.topic-card__icon{display:grid;flex:0 0 46px;width:46px;height:46px;place-items:center;border-radius:15px;color:#c5533b;background:#fff0eb}.topic-card__heading .eyebrow{margin-bottom:3px;font-size:.62rem}.topic-card__heading h2{margin-bottom:4px;font-size:1.07rem;letter-spacing:-.025em}.topic-card__heading div>p:last-child{color:var(--muted);font-size:.72rem;line-height:1.45}.topic-card__materials{display:grid;gap:10px}.reading-material-card{display:flex;width:100%;min-height:190px;padding:17px;border:1px solid var(--line);border-radius:21px;flex-direction:column;align-items:flex-start;justify-content:space-between;color:var(--ink);background:#fff;cursor:pointer;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.reading-material-card:hover{border-color:#ef6c4d4d;box-shadow:0 11px 25px #38332612;transform:translateY(-2px)}.lesson-status{display:inline-flex;min-height:25px;padding:5px 8px;border-radius:999px;align-items:center;gap:5px;font-size:.62rem;font-weight:800}.lesson-status--new{color:#74776f;background:#f0f0ed}.lesson-status--active{color:#975f0c;background:#fff2cb}.lesson-status--completed{color:#417058;background:#e8f4ea}.reading-material-card__body{display:flex;margin:19px 0;flex-direction:column;gap:6px}.reading-material-card__title{font-size:1.18rem;font-weight:800;letter-spacing:-.03em}.reading-material-card__description{color:var(--muted);font-size:.77rem;line-height:1.45}.reading-material-card__footer{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;color:#909188;font-size:.66rem;font-weight:700}.material-action{display:inline-flex;align-items:center;gap:5px;color:var(--accent-dark)}.compact-empty-state{display:flex;min-height:285px;padding:30px 24px;border:1px solid var(--line);border-radius:26px;align-items:center;flex-direction:column;justify-content:center;background:var(--surface-strong);text-align:center}.compact-empty-state__icon{display:grid;width:72px;height:72px;margin-bottom:20px;place-items:center;border-radius:22px;color:#5f7f64;background:#eaf4e9}.compact-empty-state h2{max-width:340px;margin-bottom:8px;font-size:1.05rem;letter-spacing:-.025em}.compact-empty-state p{max-width:330px;color:var(--muted);font-size:.76rem;line-height:1.5}.content-state{display:flex;min-height:285px;padding:30px 24px;border:1px solid var(--line);border-radius:26px;align-items:center;flex-direction:column;justify-content:center;background:var(--surface-strong);text-align:center}.content-state__icon{display:grid;width:72px;height:72px;margin-bottom:20px;place-items:center;border-radius:22px;color:#65755f;background:#edf4e9}.content-state--loading .content-state__icon{color:#ad5039;background:#fff0eb}.content-state--loading .content-state__icon svg{animation:content-spinner .9s linear infinite}.content-state--error .content-state__icon{color:#a04b39;background:#fff0ec}.content-state h2{margin-bottom:8px;font-size:1.05rem;letter-spacing:-.025em}.content-state p{max-width:330px;color:var(--muted);font-size:.76rem;line-height:1.5}.content-state .secondary-button{margin-top:18px}@keyframes content-spinner{to{transform:rotate(360deg)}}.lesson-header{margin-bottom:28px}.lesson-meta{display:flex;margin-top:19px;flex-wrap:wrap;gap:8px}.lesson-meta span{display:inline-flex;min-height:32px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;align-items:center;gap:6px;color:#686a63;background:#fffdf8cc;font-size:.67rem;font-weight:700}.reading-article{padding:24px 21px;border:1px solid rgba(49,50,43,.09);border-radius:25px;background:#fffefa;box-shadow:0 12px 34px #3833260e}.reading-article p{color:#3b3b35;font-family:Georgia,Times New Roman,serif;font-size:1.02rem;line-height:1.82}.reading-article p+p{margin-top:1.05em}.lesson-callout{display:flex;margin-top:18px;padding:20px;border:1px solid rgba(239,108,77,.13);border-radius:23px;flex-direction:column;align-items:flex-start;gap:20px;background:linear-gradient(135deg,#fff2eb,#fffaf4)}.lesson-callout .eyebrow{margin-bottom:4px}.lesson-callout h2{margin-bottom:6px;font-size:1rem}.lesson-callout div>p:last-child{color:var(--muted);font-size:.74rem;line-height:1.45}.primary-button,.secondary-button{display:inline-flex;min-height:48px;padding:12px 17px;border-radius:15px;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-size:.77rem;font-weight:800;transition:opacity .16s ease,transform .16s ease,box-shadow .16s ease}.primary-button{border:1px solid #dc5f43;color:#fff;background:#e56d52;box-shadow:0 9px 20px #d04e3230}.primary-button:hover:not(:disabled){box-shadow:0 12px 24px #d04e323d;transform:translateY(-1px)}.primary-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.secondary-button{border:1px solid var(--line);color:#60625b;background:#fff}.quiz-header{margin-bottom:22px}.quiz-header__topline{display:flex;align-items:baseline;justify-content:space-between;gap:18px}.quiz-header__topline>span{color:#8b8d85;font-size:.72rem;font-weight:800}.quiz-progress{height:7px;overflow:hidden;border-radius:999px;background:#e8e5de}.quiz-progress span{display:block;height:100%;border-radius:inherit;background:#e56d52;transition:width .25s ease}.question-card{padding:22px 18px;border:1px solid var(--line);border-radius:26px;background:var(--surface-strong)}.question-card__number{margin-bottom:9px;color:var(--accent-dark);font-size:.65rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.question-card h1{margin-bottom:23px;font-size:clamp(1.35rem,6vw,1.85rem);letter-spacing:-.04em;line-height:1.2}.answer-options{display:grid;gap:9px}.answer-option{display:grid;width:100%;min-height:58px;padding:10px 12px;border:1px solid var(--line);border-radius:17px;grid-template-columns:32px 1fr auto;align-items:center;gap:11px;color:#3b3c36;background:#fbfaf7;cursor:pointer;text-align:left;font-size:.77rem;font-weight:600;transition:border-color .15s ease,background .15s ease}.answer-option:hover:not(:disabled){border-color:#ef6c4d52;background:#fff5f1}.answer-option:disabled{color:#65675f;cursor:default}.answer-option__letter{display:grid;width:32px;height:32px;place-items:center;border-radius:10px;color:#777970;background:#edede9;font-size:.67rem;font-weight:800}.answer-option--correct{border-color:#427e5457;color:#356343;background:#edf7ee}.answer-option--correct .answer-option__letter{color:#fff;background:#5d8d68}.answer-option--wrong{border-color:#bf46314d;color:#9c4433;background:#fff0ec}.answer-option--wrong .answer-option__letter{color:#fff;background:#d16a54}.answer-feedback{display:flex;margin-top:12px;padding:15px;border-radius:19px;align-items:flex-start;gap:11px}.answer-feedback--correct{color:#3e6b4a;background:#e9f4e9}.answer-feedback--wrong{color:#9d4431;background:#fff0ec}.answer-feedback__icon{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:11px;background:#ffffff8c}.answer-feedback h2{margin-bottom:3px;font-size:.84rem}.answer-feedback p{font-size:.72rem;line-height:1.45}.quiz-next-button{width:100%;margin-top:14px}.result-hero{padding:10px 0 26px;text-align:center}.result-hero__mark{display:grid;width:76px;height:76px;margin:0 auto 19px;place-items:center;border-radius:24px;color:#fff;background:#5c8665;box-shadow:0 12px 26px #3f6a4a38}.result-hero .eyebrow{color:#4c7457}.result-hero>p:last-child{margin-top:11px;color:var(--muted);font-size:.78rem}.result-score-card,.reward-card{padding:20px;border:1px solid var(--line);border-radius:23px;background:#fff}.result-score-card{display:grid;margin-bottom:12px;gap:19px}.result-percentage{display:flex;align-items:center;gap:13px}.result-percentage strong{color:#4e7859;font-size:2.4rem;letter-spacing:-.065em}.result-percentage span{max-width:155px;color:var(--muted);font-size:.72rem;line-height:1.35}.result-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:8px}.result-breakdown>div{display:flex;padding:12px;border-radius:15px;align-items:center;gap:9px;color:#4d7958;background:#edf5ed}.result-breakdown>div:last-child{color:#a04b39;background:#fff0ec}.result-breakdown span{display:flex;flex-direction:column}.result-breakdown small{margin-bottom:2px;font-size:.61rem}.result-breakdown strong{font-size:1.04rem}.reward-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff9e8}.reward-card .eyebrow{color:#9a711a}.reward-card h2{font-size:1.05rem}.reward-items{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.reward-items span{display:inline-flex;align-items:center;gap:6px;color:#806012;font-size:.76rem;font-weight:800}.result-actions{display:grid;margin-top:15px;gap:9px}.result-actions>button{width:100%}.error-review-list{display:grid;gap:11px}.error-review-card{padding:18px;border:1px solid rgba(181,79,57,.16);border-radius:22px;background:#fff}.error-review-card__material{margin-bottom:7px;color:var(--accent-dark);font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.error-review-card h2{margin-bottom:15px;font-size:.94rem;line-height:1.35}.answer-comparison{display:grid;gap:7px}.answer-comparison__row{display:flex;padding:11px;border-radius:14px;align-items:flex-start;gap:8px;font-size:.71rem;font-weight:700;line-height:1.4}.answer-comparison__row span{display:flex;flex-direction:column;gap:2px}.answer-comparison__row small{opacity:.7;font-size:.59rem;font-weight:700}.answer-comparison__row--wrong{color:#a34c38;background:#fff0ec}.answer-comparison__row--correct{color:#41714e;background:#ebf5eb}.material-progress-card{display:flex;margin-bottom:30px;padding:20px;border:1px solid rgba(78,119,86,.14);border-radius:25px;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#eaf3e8,#f7faf3)}.material-progress-card h2{margin-bottom:6px;font-size:1.04rem}.material-progress-card>div:first-child>p:last-child{color:#637160;font-size:.76rem}.material-progress-ring{display:grid;flex:0 0 76px;width:76px;height:76px;border:7px solid rgba(94,139,103,.22);border-top-color:#64906d;border-radius:50%;place-items:center;align-content:center;color:#477052;background:#ffffff7a}.material-progress-ring strong{font-size:1.25rem;line-height:1}.material-progress-ring span{margin-top:2px;font-size:.57rem;font-weight:700}.progress-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.progress-stat{--stat-color: #b54c35;--stat-tint: #fff0eb;display:flex;min-height:140px;padding:15px;border:1px solid var(--line);border-radius:21px;flex-direction:column;align-items:flex-start;background:#fff}.progress-stat--green{--stat-color: #4e795a;--stat-tint: #eaf4e9}.progress-stat--violet{--stat-color: #7466a3;--stat-tint: #f0edfa}.progress-stat--rose{--stat-color: #a45461;--stat-tint: #fbeef0}.progress-stat--gold{--stat-color: #91701d;--stat-tint: #fff3cf}.progress-stat__icon{display:grid;width:38px;height:38px;margin-bottom:auto;place-items:center;border-radius:12px;color:var(--stat-color);background:var(--stat-tint)}.progress-stat>strong{margin-top:16px;color:var(--ink);font-size:1.45rem;letter-spacing:-.04em;line-height:1}.progress-stat>span:last-child{margin-top:5px;color:var(--muted);font-size:.65rem;font-weight:600;line-height:1.35}.progress-note{margin-top:13px;padding:13px 15px;border-radius:15px;color:#777970;background:#fffdf8b8;font-size:.7rem;line-height:1.45;text-align:center}@media(min-width:540px){.page{padding:44px 28px 48px}.page-header{flex-direction:row;align-items:flex-end;justify-content:space-between}.module-grid{grid-template-columns:repeat(2,1fr)}.reading-tabs{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.topic-card{padding:23px}.reading-article{padding:34px 38px}.reading-article p{font-size:1.08rem}.lesson-callout{flex-direction:row;align-items:center;justify-content:space-between}.question-card{padding:28px}.result-score-card{grid-template-columns:1fr 1fr;align-items:center}.result-actions{grid-template-columns:1fr 1fr}.progress-stat-grid{grid-template-columns:repeat(3,1fr)}.bottom-navigation{right:auto;bottom:14px;left:50%;width:min(calc(100% - 32px),720px);padding-bottom:9px;border:1px solid rgba(49,50,43,.11);border-radius:23px;box-shadow:0 16px 40px #38332621;transform:translate(-50%)}}@media(min-width:860px){.app-shell{width:min(100%,960px);border-right:1px solid rgba(49,50,43,.06);border-left:1px solid rgba(49,50,43,.06)}.page{padding-top:58px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
