:root{--orange: #f48a16;--orange-deep: #d96a08;--forest: #0c5f31;--forest-deep: #074624;--ink: #152018;--muted: #58665d;--paper: #fff8ef;--card: rgba(255, 255, 255, .94);--line: rgba(21, 32, 24, .12);--line-strong: rgba(21, 32, 24, .86);--shadow: 0 18px 48px rgba(12, 95, 49, .12);--shadow-soft: 0 12px 28px rgba(21, 32, 24, .08);--radius-xl: 36px;--radius-lg: 28px;--radius-md: 22px;--radius-sm: 16px;--font-body: "Montserrat", "Segoe UI", sans-serif;--font-display: "Montserrat", "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,rgba(244,138,22,.12),transparent 28%),radial-gradient(circle at right center,rgba(12,95,49,.08),transparent 24%),var(--paper);color:var(--ink);font-family:var(--font-body)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{border:0;background:none;cursor:pointer}img,svg{display:block;max-width:100%}#root{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.container{width:min(1140px,calc(100% - 32px));margin:0 auto}.header{position:sticky;top:0;z-index:40;background:#0c5f31f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 34px #07462429}.header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:90px}.header__brand{display:inline-flex;align-items:center;gap:14px;color:#fff;flex-shrink:0}.header__logo{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;border:2px solid rgba(255,255,255,.16);background:#ffffff1a}.header__logo svg{width:34px;height:34px}.header__brand-text{max-width:148px;font-family:var(--font-display);font-size:1rem;line-height:1.1;text-align:left}.header__nav{display:flex;align-items:center;gap:8px;margin-left:auto}.header__nav-link{padding:12px 16px;border-radius:999px;color:#ffffffeb;font-weight:700;transition:background-color .2s ease,color .2s ease}.header__nav-link:hover,.header__nav-link:focus-visible,.profile-button:hover,.profile-button:focus-visible,.menu-toggle:hover,.menu-toggle:focus-visible{outline:none;background:#ffffff24}.header__actions{display:flex;align-items:center;gap:12px}.language-switch{display:inline-flex;padding:4px;border-radius:999px;background:#ffffff21}.language-switch button{min-width:58px;padding:10px 14px;border-radius:999px;color:#ffffffc2;font-weight:800;transition:background-color .2s ease,color .2s ease}.language-switch button.is-active{background:#fff;color:var(--forest)}.profile-button{display:inline-flex;align-items:center;gap:10px;padding:8px 10px 8px 14px;border-radius:999px;background:#ffffff17;color:#fff;font-weight:800;transition:background-color .2s ease}.profile-button__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#ffffff24}.profile-button__icon svg{width:22px;height:22px}.menu-toggle{display:none;width:46px;height:46px;border-radius:14px;color:#fff;background:#ffffff14;transition:background-color .2s ease}.menu-toggle svg{width:22px;height:22px;margin:auto}.hero{position:relative;overflow:hidden;padding:86px 0 148px;background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.18),transparent 14%),radial-gradient(circle at 84% 18%,rgba(255,255,255,.16),transparent 18%),linear-gradient(135deg,var(--orange) 0%,var(--orange-deep) 100%);border-bottom-left-radius:52px;border-bottom-right-radius:52px}.hero:after{content:"";position:absolute;inset:auto -10% -42% 44%;height:320px;border-radius:50%;background:#ffffff14;transform:rotate(-16deg)}.hero__content{position:relative;z-index:1;display:grid;justify-items:center;text-align:center;gap:16px}.hero__eyebrow{margin:0;padding:8px 14px;border-radius:999px;background:#ffffff29;color:#fff;font-size:.86rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hero__title,.section-heading h2,.page-title-pill,.result-card h2{font-family:var(--font-display)}.hero__title{margin:0;max-width:10ch;font-size:clamp(2.8rem,8vw,5.4rem);line-height:.96;color:#fff;text-shadow:0 12px 24px rgba(126,64,0,.2)}.hero__subtitle{margin:0;max-width:700px;color:#fffffff0;font-size:clamp(1.05rem,2vw,1.45rem);line-height:1.6}.hero__note{margin:0;max-width:580px;color:#ffffffd6;line-height:1.65}.hero__actions,.contact-panel__actions,.result-card__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 24px;border-radius:999px;border:2px solid transparent;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.button:hover,.button:focus-visible,.subject-card:hover,.subject-card:focus-visible,.catalog-card:hover,.catalog-card:focus-visible,.question-chip:hover,.question-chip:focus-visible,.option-card:hover,.option-card:focus-visible,.modal-close:hover,.modal-close:focus-visible{transform:translateY(-2px);outline:none}.button:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.button--primary,.button--dark{background:var(--forest);color:#fff;box-shadow:0 16px 30px #0c5f3138}.button--secondary{border-color:var(--line-strong);background:#fff;color:var(--ink)}.button--ghost{border-color:#1520181f;background:#1520180a;color:var(--ink)}.button--full{width:100%}.stats{position:relative;z-index:2;margin-top:-74px}.stats__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.stat-card{min-height:176px;padding:26px;border-radius:var(--radius-xl);border:3px solid rgba(255,255,255,.24);background:linear-gradient(150deg,var(--forest) 0%,#12703d 100%);color:#fff;display:grid;place-items:center;text-align:center;box-shadow:var(--shadow)}.stat-card strong{font-size:clamp(2.1rem,5vw,3rem);line-height:1}.stat-card span{max-width:14ch;font-size:clamp(1rem,2vw,1.3rem);font-weight:800}.landing-section,.catalog-page,.test-page{padding:90px 0}.landing-section{scroll-margin-top:108px}.landing-section--subjects{padding-top:74px}.section-heading{display:grid;gap:12px;justify-items:center;text-align:center;margin-bottom:34px}.section-heading--left{justify-items:start;text-align:left;margin-bottom:0}.section-heading h2{margin:0;font-size:clamp(2rem,5vw,3.1rem);line-height:1.04}.section-heading p,.page-intro__text,.panel-card p,.about-panel p,.catalog-card p,.modal-copy p,.contact-panel__hint,.result-card p,.question-card__title{color:var(--muted)}.subject-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.subject-card{position:relative;min-height:220px;padding:22px;display:grid;align-content:space-between;gap:16px;border-radius:30px;border:2px solid rgba(21,32,24,.12);text-align:left;background:linear-gradient(135deg,#ffe7c8,#fff4df 48%,#ffe0b2);box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.subject-card:before{content:"";position:absolute;inset:14px 14px auto auto;width:64px;height:64px;border-radius:18px;background:#ffffff57}.subject-card__index{position:relative;z-index:1;font-family:var(--font-display);font-size:.92rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#15201899}.subject-card__title{position:relative;z-index:1;font-size:1.35rem;font-weight:800;line-height:1.18}.subject-card__text{position:relative;z-index:1;color:#152018c7;line-height:1.58}.subject-card[data-subject=math]{background:linear-gradient(135deg,#ffe58f,#ffd0a8 48%,#fff4d0)}.subject-card[data-subject=reading]{background:linear-gradient(135deg,#d9f1ff,#f0f7ff 46%,#ffd8b8)}.subject-card[data-subject=science]{background:linear-gradient(135deg,#dff5bf,#f7ffe1 48%,#d8f2ff)}.subject-card[data-subject=digital]{background:linear-gradient(135deg,#cfefff,#e4fbff,#dff0ff)}.subject-card[data-subject=finance]{background:linear-gradient(135deg,#d2f1c9,#f6ffdb 52%,#ffe1a8)}.subject-card[data-subject=creative]{background:linear-gradient(135deg,#ffd7b8,#ffe6f1,#fff4c8)}.subject-card[data-subject=ai]{background:linear-gradient(135deg,#d5e4ff,#eaf4ff 52%,#ffe7cb)}.subject-card[data-subject=critical]{background:linear-gradient(135deg,#ffe0cf,#fff1df,#ffd8c8)}.subject-card[data-subject=global]{background:linear-gradient(135deg,#d1f3eb,#ebfff7,#d8e9ff)}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.panel-card,.about-panel,.contact-panel,.catalog-card,.question-card,.result-card,.modal-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow)}.panel-card{padding:28px}.panel-card h3,.catalog-card h2,.question-card__title,.modal-title{margin:0 0 12px}.about-panel,.contact-panel{padding:36px}.about-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}.about-list,.modal-list{margin:0;padding-left:22px;display:grid;gap:10px;line-height:1.65}.contact-panel__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 0 22px}.contact-card,.info-chip{padding:18px 20px;border-radius:22px;background:#1520180a;border:1px solid rgba(21,32,24,.08)}.contact-card--compact{background:#15201808}.contact-card__label,.info-chip__label{display:block;margin-bottom:8px;color:var(--muted);font-size:.92rem;font-weight:700}.contact-card a,.info-chip a{font-weight:800}.contact-panel__hint{margin:12px 0 0;text-align:center}.page-intro{display:grid;gap:18px;justify-items:center;text-align:center;margin-bottom:34px}.page-intro--tight{margin-bottom:24px}.page-title-pill{width:fit-content;max-width:100%;padding:22px 32px;border-radius:30px;border:2px solid rgba(21,32,24,.12);background:linear-gradient(135deg,#ffe39d,#ffe2c4 48%,#fff1da);font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.12;text-align:center}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.catalog-card{min-height:280px;padding:28px;display:grid;gap:18px;transition:transform .18s ease,box-shadow .18s ease}.catalog-card.is-open{background:linear-gradient(135deg,#fffffff0,#fff3deeb),var(--card)}.catalog-card.is-locked{background:linear-gradient(135deg,#1520180d,#15201817),var(--card)}.catalog-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.catalog-card__lock{width:42px;height:42px;color:var(--forest)}.catalog-card__notice{margin-top:auto;padding:14px 16px;border-radius:18px;background:#1520180d}.catalog-badge{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#0c5f311f;color:var(--forest);font-size:.92rem;font-weight:800}.catalog-badge--locked{background:#15201814;color:var(--ink)}.question-track{display:flex;gap:10px;overflow-x:auto;padding:8px 2px 18px;margin-bottom:18px;scrollbar-width:thin}.question-track::-webkit-scrollbar{height:8px}.question-track::-webkit-scrollbar-thumb{border-radius:999px;background:#15201824}.question-chip{width:48px;height:48px;flex:0 0 auto;border-radius:50%;background:#ffd481;color:var(--ink);font-weight:800;transition:transform .18s ease,background-color .18s ease,color .18s ease}.question-chip.is-answered{background:#0c5f3129;color:var(--forest)}.question-chip.is-current{background:var(--forest);color:#fff;box-shadow:0 8px 18px #0c5f313d}.question-card{padding:32px;display:grid;gap:24px}.question-card__eyebrow,.result-card__eyebrow{margin:0;color:var(--forest);font-size:.88rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.question-context{padding:20px 22px;border-radius:22px;border:2px dashed rgba(21,32,24,.16);background:#fff8eff0;line-height:1.75;white-space:pre-line}.question-card__title{font-size:clamp(1.28rem,3vw,1.8rem);line-height:1.35;color:var(--ink)}.option-list{display:grid;gap:14px}.option-card{display:flex;align-items:flex-start;gap:14px;width:100%;padding:18px 20px;border-radius:22px;border:1px solid rgba(21,32,24,.12);background:#fff;text-align:left;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.option-card.is-selected{border-color:var(--forest);background:#d2f1c98f}.option-card__letter{width:34px;height:34px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;background:#0c5f311f;color:var(--forest);font-weight:800}.option-card__text{line-height:1.6}.test-footer-bar{position:sticky;bottom:16px;margin-top:24px;padding:18px 22px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;border-radius:24px;border:1px solid var(--line);background:#fffffff5;box-shadow:0 14px 30px #15201814}.test-footer-bar__status{display:grid;justify-items:center;text-align:center;gap:4px}.test-footer-bar__status strong{font-size:1.04rem}.test-footer-bar__status span{color:var(--muted)}.result-card{max-width:760px;margin:0 auto;padding:36px;display:grid;gap:18px;text-align:center}.result-card__feedback{padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,#ffe58f52,#d2f1c96b);color:var(--ink)}.footer{padding:26px 0 42px}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted)}.footer__inner a{font-weight:800}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:20px;background:#07130b8f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-card{position:relative;width:min(560px,100%);padding:32px}.modal-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:14px;color:var(--ink);background:#1520180f;transition:transform .18s ease,background-color .18s ease}.modal-close svg{width:20px;height:20px;margin:auto}.modal-title{max-width:calc(100% - 52px)}.modal-copy{display:grid;gap:20px}.modal-contact-grid{display:grid;gap:12px}.modal-tag{width:fit-content;max-width:100%;padding:10px 14px;border-radius:999px;background:#0c5f311a;color:var(--forest);font-size:.92rem;font-weight:800}@media (max-width: 1040px){.subject-grid,.info-grid,.contact-panel__grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-panel{grid-template-columns:1fr}}@media (max-width: 920px){.header__inner{min-height:82px}.header__nav{position:absolute;top:calc(100% + 8px);left:16px;right:16px;display:none;flex-direction:column;align-items:stretch;padding:14px;border-radius:24px;background:#074624fa;box-shadow:0 18px 40px #07462447}.header__nav.is-open{display:flex}.menu-toggle{display:inline-flex}}@media (max-width: 760px){.container{width:min(100% - 20px,1140px)}.hero{padding:68px 0 130px;border-bottom-left-radius:36px;border-bottom-right-radius:36px}.hero:after{inset:auto -24% -46% 32%}.stats{margin-top:-54px}.stats__grid,.subject-grid,.info-grid,.contact-panel__grid,.catalog-grid{grid-template-columns:1fr}.stat-card{min-height:146px}.landing-section,.catalog-page,.test-page{padding:72px 0}.about-panel,.contact-panel,.catalog-card,.question-card,.result-card,.modal-card{padding:24px}.subject-card{min-height:190px}.page-title-pill{padding:18px 20px;font-size:clamp(1.34rem,7vw,2rem)}.test-footer-bar{grid-template-columns:1fr;justify-items:stretch;bottom:10px}.test-footer-bar__status{justify-items:start;text-align:left}.footer__inner{flex-direction:column;text-align:center}}@media (max-width: 640px){.header__brand-text,.profile-button span:first-child{display:none}.header__actions{gap:8px}.language-switch button{min-width:52px;padding:10px 12px}.hero__title{max-width:none}.question-chip{width:44px;height:44px}}
