@import "https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&family=Space+Mono:wght@700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap";:root{--page-bg:#121005;--card:#121212;--card-soft:#1f1d12;--card-border:#41391d;--line:#3d351c;--accent:#f3cd00;--accent-soft:#f3cd0024;--text:#d8cfb7;--text-strong:#f1eadb;--muted:#d0c4a9;--muted-dark:#9b927c;--danger:#ffb3ad;--font-heading:Inter, system-ui, sans-serif;--font-body:Inter, system-ui, sans-serif;--font-mono:"Space Mono", ui-monospace, SFMono-Regular, Consolas, monospace;color:var(--text);background:var(--page-bg);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{background:var(--page-bg)}body{background:var(--page-bg);min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}h1,h2,h3,p{margin-top:0}#root{min-height:100vh}.auth-page{place-items:center;min-height:calc(100vh - 112px);padding:48px 24px 80px;display:grid}.auth-card{border:1px solid var(--card-border);background:linear-gradient(180deg, var(--card-soft), var(--card));border-radius:16px;width:min(440px,100%);padding:32px 28px 36px;box-shadow:0 24px 64px #00000073}.auth-card__eyebrow{color:var(--accent);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:.75rem}.auth-card__title{color:var(--text-strong);font-family:var(--font-heading);letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(1.6rem,4vw,2rem);font-weight:800}.auth-card__lead{color:var(--muted);margin:0 0 24px;font-size:.95rem;line-height:1.5}.auth-config-banner{border:2px dashed var(--accent);background:var(--accent-soft);color:var(--text-strong);border-radius:12px;margin-bottom:24px;padding:16px 18px;font-size:.9rem;line-height:1.5}.auth-config-banner strong{color:var(--accent);margin-bottom:8px;display:block}.auth-config-banner ol{margin:10px 0 0;padding-left:1.2rem}.auth-config-banner code{font-family:var(--font-mono);color:var(--accent);font-size:.82em}.auth-config-banner__hint{color:var(--muted);margin:12px 0 0;font-size:.85rem}.auth-tabs{background:#00000040;border-radius:12px;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:24px;padding:4px;display:grid}.auth-tab{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:12px 16px;font-weight:700;transition:background .15s,color .15s}.auth-tab:hover{color:var(--text-strong)}.auth-tab--active{background:var(--accent);color:#121005}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-field{flex-direction:column;gap:8px;display:flex}.auth-field span{color:var(--muted);font-size:.88rem;font-weight:600}.auth-field input{border:1px solid var(--line);width:100%;color:var(--text-strong);background:#00000059;border-radius:10px;padding:14px 16px}.auth-field input::placeholder{color:var(--muted-dark)}.auth-field input:focus{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.auth-field input:disabled{opacity:.55;cursor:not-allowed}.auth-feedback{border-radius:10px;margin:0;padding:12px 14px;font-size:.9rem;line-height:1.45}.auth-feedback--error{color:var(--danger);background:#ff50461f;border:1px solid #ff786e59}.auth-feedback--success{background:var(--accent-soft);color:var(--text-strong);border:1px solid var(--card-border)}.auth-submit{background:var(--accent);color:#121005;cursor:pointer;border:0;border-radius:10px;margin-top:4px;padding:14px 20px;font-size:1rem;font-weight:800}.auth-submit:hover:not(:disabled){filter:brightness(1.06)}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.navbar__user{justify-self:end;align-items:center;gap:16px;display:flex}.navbar__email{text-overflow:ellipsis;white-space:nowrap;max-width:180px;color:var(--muted);font-size:.85rem;overflow:hidden}.navbar__logout{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:8px 14px;font-size:.85rem;font-weight:600}.navbar__logout:hover{border-color:var(--accent);color:var(--accent)}@media (width<=900px){.navbar{grid-template-columns:1fr;gap:16px;padding:16px 24px}.navbar__user{justify-self:start}}.app{color:#e8e8e8;background:#0f0f0f}@layer base;#root .app{color:#e8e8e8;background:#0f0f0f}.studenthub-callout{z-index:9998;background:linear-gradient(#0d0d0d,#0a0a0a);border:1px solid #f7df1e;border-radius:12px;width:min(840px,100% - 48px);padding:18px 22px;display:block;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 48px #0009}.studenthub-callout__title{color:#f7df1e;margin:0 0 6px;font-size:16px;font-weight:800}.studenthub-callout__text{color:#ddd;margin:0 0 6px;font-size:13px}.studenthub-callout__meta{color:#bdbdbd;margin:0;font-size:12px}@media (width<=560px){.studenthub-callout{width:calc(100% - 32px);padding:14px;bottom:12px}}.navbar,#root .app>.navbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f0f0f;border-bottom:.5px solid #2a2a2a;min-height:auto;padding:16px clamp(20px,5vw,48px)}.navbar__brand,#root .app>.navbar .navbar__brand{color:#f7df1e;font-family:var(--font-body);letter-spacing:0;gap:0;font-size:18px;font-weight:500}.brand-mark,#root .app>.navbar .brand-mark{display:none}.navbar__links,#root .app>.navbar .navbar__links{gap:24px;margin:0;padding:0}.nav-link,#root .app>.navbar .nav-link{color:#888;padding:0;font-size:14px;font-weight:500}.nav-link:after,#root .app>.navbar .nav-link:after{display:none}.nav-link:hover,#root .app>.navbar .nav-link:hover,.nav-link--active,#root .app>.navbar .nav-link--active{color:#f7df1e}.page-shell,#root .app .page-shell{min-height:auto}.studenthub-home{color:#e8e8e8;min-height:calc(100vh - 53px);font-family:var(--font-body);background:#0f0f0f;animation:1.8s both studenthub-page-enter}@keyframes studenthub-page-enter{0%{opacity:0}to{opacity:1}}@keyframes studenthub-block-enter{0%{opacity:0;translate:0 22px;scale:.985}to{opacity:1;translate:0;scale:1}}.studenthub-feature,.studenthub-stat,.studenthub-programming-intro,.studenthub-benefits li,.studenthub-language,.studenthub-subject{will-change:transform;transition:transform .42s,border-color .32s,background .32s,box-shadow .32s;animation:1.45s cubic-bezier(.2,.8,.2,1) both studenthub-block-enter}.studenthub-feature:hover,.studenthub-stat:hover,.studenthub-programming-intro:hover,.studenthub-benefits li:hover,.studenthub-language:hover,.studenthub-subject:hover{z-index:2;border-color:#f7df1e9e;position:relative;transform:translateY(-10px)scale(1.08);box-shadow:0 24px 62px #00000073,0 0 0 1px #f7df1e14}.studenthub-feature:focus-within,.studenthub-stat:focus-within,.studenthub-programming-intro:focus-within,.studenthub-benefits li:focus-within,.studenthub-language:focus-within,.studenthub-subject:focus-within{border-color:#f7df1eb8;transform:translateY(-8px)scale(1.045);box-shadow:0 24px 62px #00000073,0 0 0 1px #f7df1e1f}.studenthub-feature:nth-child(2),.studenthub-stat:nth-child(2),.studenthub-benefits li:nth-child(2),.studenthub-language:nth-child(2){animation-delay:.18s}.studenthub-feature:nth-child(3),.studenthub-stat:nth-child(3),.studenthub-benefits li:nth-child(3),.studenthub-language:nth-child(3){animation-delay:.36s}.studenthub-benefits li:nth-child(4),.studenthub-language:nth-child(4){animation-delay:.54s}.studenthub-language:nth-child(5){animation-delay:.72s}.studenthub-language:nth-child(6){animation-delay:.9s}@media (prefers-reduced-motion:reduce){.studenthub-home,.studenthub-feature,.studenthub-stat,.studenthub-programming-intro,.studenthub-benefits li,.studenthub-language,.studenthub-subject,.pomodoro{transition:none;animation:none}}.studenthub-section{width:100%;margin:0;padding:64px clamp(20px,5vw,48px)}.studenthub-section+.studenthub-section{border-top:.5px solid #1e1e1e}.studenthub-badge{color:#888;letter-spacing:.5px;text-transform:uppercase;background:#1e1e1e;border:.5px solid #2a2a2a;border-radius:20px;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:500;display:inline-block}.studenthub-hero__title{color:#f0f0f0;letter-spacing:0;max-width:560px;margin:0 0 16px;font-size:clamp(2rem,4vw,36px);font-weight:500;line-height:1.3}.studenthub-hero__title span{color:#f7df1e}.studenthub-typewriter-cursor{vertical-align:-.12em;background:#f7df1e;width:2px;height:1em;margin-left:3px;animation:.8s steps(2,start) infinite studenthub-cursor-blink;display:inline-block}@keyframes studenthub-cursor-blink{50%{opacity:0}}.studenthub-hero__row{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:34px;display:flex}.studenthub-hero__left{flex-direction:column;flex:0 0 calc(50% - 17px);justify-content:space-between;min-width:280px;max-width:calc(50% - 17px);display:flex}.studenthub-hero__pomodoro{flex:0 0 calc(50% - 17px);align-self:flex-start;min-width:280px;max-width:calc(50% - 17px)}.studenthub-hero__pomodoro .pomodoro{width:100%;max-width:520px;margin-top:0}.studenthub-hero__pomodoro{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.studenthub-hero__pomodoro .pomodoro{margin-top:0!important}.studenthub-hero__text{color:#f4f4f4;flex:auto;font-size:15px;line-height:1.85}.studenthub-hero__text p{min-height:1.85em;margin:0 0 18px}.studenthub-section__label{color:#f7df1e;letter-spacing:1px;text-transform:uppercase;margin:0 0 20px;font-size:14px;font-weight:900;line-height:1.2}.studenthub-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:8px;display:grid}.studenthub-feature{text-align:center;background:#161616;border:.5px solid #2a2a2a;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:center;min-width:0;min-height:220px;padding:28px 20px;display:flex}.studenthub-feature--center{grid-column:1/-1;justify-self:center;width:min(720px,100%);max-width:720px}.studenthub-feature__icon{color:#111;background:#f7df1e;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:12px;font-size:26px;display:inline-flex;position:relative}.studenthub-feature__icon--bolt:before{clip-path:polygon(55% 0,100% 0,62% 42%,100% 42%,36% 100%,47% 56%,0 56%);content:"";background:currentColor;position:absolute;inset:1px 5px 1px 4px}.studenthub-feature__icon--brain:before,.studenthub-feature__icon--brain:after{content:"";border:2px solid;position:absolute}.studenthub-feature__icon--brain:before{border-radius:45% 45% 38% 38%;inset:4px 2px 3px}.studenthub-feature__icon--brain:after{border-width:0 0 0 2px;width:1px;height:12px;top:6px;left:50%;transform:translate(-1px)}.studenthub-feature__icon--clock:before{content:"";border:2px solid;border-radius:50%;position:absolute;inset:2px}.studenthub-feature__icon--clock:after{content:"";border-bottom:2px solid;border-left:2px solid;width:6px;height:7px;position:absolute;top:6px;left:10px}.studenthub-feature__icon--users{background:radial-gradient(circle at 7px 6px,currentColor 0 3px,#0000 3.5px),radial-gradient(circle at 15px 7px,currentColor 0 3px,#0000 3.5px),radial-gradient(at 7px 16px,currentColor 0 5px,#0000 5.5px),radial-gradient(at 15px 17px,currentColor 0 5px,#0000 5.5px)}.studenthub-feature h3{color:#f0f0f0;margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.2}.studenthub-feature__more{color:#999;margin-top:10px;font-size:13px}.studenthub-feature--center .studenthub-feature__desc,.studenthub-feature--center .studenthub-feature__more{text-align:center}#why-studenthub.studenthub-section__label,.studenthub-section__label#why-studenthub{color:#f7df1e;letter-spacing:1.6px;font-size:14px;font-weight:800}.studenthub-feature p{color:#666;margin:0;font-size:13px;line-height:1.6}.studenthub-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.studenthub-stat{text-align:center;background:#161616;border:.5px solid #2a2a2a;border-radius:12px;justify-items:center;min-width:0;padding:28px 20px;display:grid}.studenthub-stat strong{color:#f7df1e;font-size:42px;font-weight:800;line-height:1}.studenthub-stat>span{color:#bdbdbd;margin-top:8px;font-size:14px;font-weight:600}.studenthub-stat p{color:#8f8f8f;max-width:360px;margin:10px 0 0;font-size:13px;line-height:1.55}.studenthub-stat--center{grid-column:1/-1;justify-self:center;width:min(720px,100%)}.studenthub-subject-list{gap:12px;display:grid}.studenthub-programming-wrapper{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:stretch;gap:28px;display:grid;position:relative}.studenthub-programming-wrapper:after{content:"";background:linear-gradient(90deg,#f7df1e,#f7df1e00);height:1px;position:absolute;top:-18px;left:0;right:0}.studenthub-programming-intro{color:#eaeaea;text-align:left;background:#141414;border:1px solid #242424;border-radius:18px;max-width:none;margin:0;padding:30px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.7}.studenthub-programming-intro p{color:#cfcfcf;margin:0;font-size:16px;font-weight:500}.studenthub-programming-intro p+p{margin-top:18px}.studenthub-programming-intro__eyebrow{color:#f7df1e;letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:900}.studenthub-programming-intro__lead{color:#f2f2f2;font-size:clamp(23px,3vw,36px);font-weight:900;line-height:1.18}.studenthub-benefits{color:#ddd;gap:12px;margin:0;padding:0;list-style:none;display:grid}.studenthub-benefits li{color:#e0e0e0;background:#141414;border:1px solid #242424;border-radius:14px;margin:0;padding:18px 18px 18px 52px;font-size:15px;line-height:1.5;position:relative}.studenthub-benefits li:before{content:"";background:#f7df1e;border-radius:50%;width:18px;height:18px;position:absolute;top:20px;left:18px;box-shadow:0 0 0 6px #f7df1e14}.studenthub-benefits strong,.studenthub-benefits span{display:block}.studenthub-benefits strong{color:#f7df1e;font-size:15px;font-weight:900}.studenthub-benefits span{color:#bdbdbd;margin-top:4px;font-size:14px}.studenthub-highlight{color:#0b0b0b;background:#f7df1e;border-radius:8px;padding:1px 8px 3px;font-weight:800}@media (width<=900px){.studenthub-programming-wrapper{grid-template-columns:1fr;gap:14px}.studenthub-programming-intro{padding:24px}}.programming-grid{box-sizing:border-box;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;margin:32px 0 0;display:grid}.studenthub-language{text-align:left;background:linear-gradient(#181818 0%,#111 100%);border:.5px solid #2a2a2a;border-radius:12px;flex-direction:column;align-items:flex-start;gap:14px;min-height:100%;padding:24px;display:flex;box-shadow:0 18px 42px #00000038}.studenthub-language__logo{background:#202020;border-radius:14px;justify-content:center;align-items:center;width:68px;height:68px;padding:12px;transition:transform .32s,box-shadow .32s;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff14,0 10px 24px #00000047}.studenthub-language:hover .studenthub-language__logo{transform:scale(1.08);box-shadow:inset 0 0 0 1px #f7df1e52,0 16px 34px #0000005c}.studenthub-language__logo img{object-fit:contain;width:100%;height:100%;display:block}.studenthub-language__body{gap:6px;display:grid}.studenthub-language h3{color:#f0f0f0;margin:0;font-size:21px;font-weight:800;line-height:1.2}.studenthub-language__focus{color:#f7df1e;margin:0;font-size:13px;font-weight:800;line-height:1.35}.studenthub-language__desc{color:#c9c9c9;margin:0;font-size:14px;line-height:1.65}@media (width<=980px){.programming-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.programming-grid{grid-template-columns:1fr}.studenthub-language{padding:22px}}.studenthub-subject{background:#161616;border:.5px solid #2a2a2a;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:24px;display:flex}.studenthub-subject__left{align-items:center;gap:14px;min-width:0;display:flex}.studenthub-subject__dot{background:#f7df1e;border-radius:50%;flex:none;width:12px;height:12px}.studenthub-subject h3{color:#f0f0f0;margin:0;font-size:18px;font-weight:500;line-height:1.3}.studenthub-subject p{color:#555;margin:2px 0 0;font-size:13px;line-height:1.45}.studenthub-subject__count{text-align:right;flex:none}.studenthub-subject__count strong{color:#f7df1e;font-size:24px;font-weight:500;line-height:1.1;display:block}.studenthub-subject__count span{color:#555;font-size:12px}.studenthub-footer{border-top:.5px solid #1e1e1e;justify-content:space-between;align-items:center;gap:24px;padding:24px clamp(20px,5vw,48px);display:flex}.studenthub-footer__logo{color:#f7df1e;flex:none;font-size:14px;font-weight:500}.studenthub-footer p,.studenthub-footer span{color:#333;margin:0;font-size:12px;line-height:1.5}.studenthub-footer p{max-width:620px}@media (width<=900px){.navbar,#root .app>.navbar{align-items:flex-start;gap:16px;padding:16px 20px}.navbar__links,#root .app>.navbar .navbar__links{gap:18px;width:100%;overflow-x:auto}.studenthub-section{padding:48px 20px}.studenthub-feature-grid,.studenthub-stats{grid-template-columns:1fr}.studenthub-feature--center{grid-column:auto;width:100%;max-width:none}.studenthub-subject,.studenthub-footer{flex-direction:column;align-items:flex-start}.studenthub-subject__count{text-align:left}}@media (width<=560px){.studenthub-hero__title{font-size:30px}.studenthub-subject{padding:20px}.studenthub-hero__row{flex-direction:column}.studenthub-hero__text,.pomodoro--wide{max-width:100%}}.pomodoro{background:#090909;border:none;border-radius:20px;gap:24px;width:100%;margin-top:12px;padding:36px;display:grid;box-shadow:0 28px 80px #00000080}.pomodoro__top{justify-content:center;align-items:center;gap:14px;display:flex}.pomodoro__adjust-row{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.pomodoro__display{color:#f7df1e;text-align:center;background:#121212;border:2px solid #f7df1e;border-radius:18px;padding:28px 34px;font-size:clamp(4rem,7vw,6rem);font-weight:800}.pomodoro__controls{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.pomodoro__adjust-row .btn,.pomodoro__controls .btn{min-width:84px}.btn{color:#f7df1e;cursor:pointer;background:#121212;border:1px solid #f7df1e;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-weight:700;transition:transform .15s,background .15s;display:inline-flex}.btn:hover{background:#f7df1e1f;transform:translateY(-1px)}.btn-primary{color:#090909;background:#f7df1e;border-color:#f7df1e}.btn-secondary{background:0 0}#pomodoro-portal{z-index:9999;pointer-events:auto;position:fixed;bottom:18px;right:18px}.pomodoro-mini{color:#f7df1e;min-width:180px;font-family:var(--font-body);background:#090909;border:2px solid #f7df1e;border-radius:14px;padding:14px 16px;position:relative;box-shadow:0 16px 34px #0000008c}.pomodoro-mini__time{color:#f7df1e;text-align:center;font-size:15px}.pomodoro-mini__hide{color:#f7df1e;cursor:pointer;background:0 0;border:none;font-size:16px;position:absolute;top:4px;right:5px}.pomodoro--wide{flex:0 0 420px;align-self:flex-start;width:100%;max-width:520px;margin-top:-56px;margin-left:auto;transform:translate(-42px)}.pomodoro{justify-content:center}.material-content{padding-top:40px}.planner-layout-wrapper{grid-template-columns:1fr 520px;align-items:start;gap:60px;display:grid}@media (width<=1400px){.planner-layout-wrapper{grid-template-columns:1fr 420px;gap:30px}}@media (width<=1100px){.planner-layout-wrapper{grid-template-columns:1fr}.study-planner-side{order:-1;margin-bottom:40px}}.study-planner-side{position:sticky;top:120px}.study-planner-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#12121266;border:1px solid #f3cd0026;padding:32px;box-shadow:0 40px 100px #0006}.planner-title{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px;font-size:.85rem;font-weight:800}.planner-header-controls{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.planner-month{color:var(--text-strong);text-transform:capitalize;margin:0;font-size:1.4rem;font-weight:700}.planner-nav-btns{gap:8px;display:flex}.planner-nav-btns button{color:var(--accent);cursor:pointer;background:#1c1a10;border:1px solid #3b3b35;border-radius:6px;padding:6px 12px;font-weight:700;transition:all .2s}.planner-nav-btns button:hover{background:var(--accent);color:#000}.calendar-weekdays{text-align:center;font-family:var(--font-mono);color:#444;grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:8px;font-size:.75rem;font-weight:700;display:grid}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:10px;display:grid}.calendar-day-cell{cursor:pointer;background:#0d0d0d;border:1px solid #222;border-radius:8px;flex-direction:column;min-height:70px;padding:8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.calendar-day-cell:hover{border-color:var(--accent);z-index:2;background:#1a1a15;transform:scale(1.05);box-shadow:0 10px 30px #00000080}.calendar-day-cell--active{border-color:var(--accent);background:#24221a;box-shadow:0 0 20px #f3cd0026}.calendar-day-cell--today{background:#1b1a12;border-color:#f3cd0066}.calendar-day-cell--today .day-num{color:var(--accent);font-weight:700}.calendar-day-cell--empty{cursor:default;background:0 0;border-color:#0000}.calendar-day-cell--empty:hover{transform:none}.day-num{font-size:.9rem;font-family:var(--font-mono);color:#444}.day-events-list{scrollbar-width:none;flex-direction:column;gap:3px;max-height:50px;margin-top:6px;display:flex;overflow-y:auto}.day-events-list::-webkit-scrollbar{display:none}.calendar-event-pill{background:var(--subject-color);width:100%;height:4px;box-shadow:0 0 10px var(--subject-color);border-radius:2px;transition:height .2s}.calendar-day-cell:hover .calendar-event-pill{height:6px}.planner-legend{grid-template-columns:1fr 1fr;gap:8px;margin-top:24px;display:grid}.legend-item{color:var(--muted);font-size:.75rem;font-family:var(--font-mono);align-items:center;gap:8px;display:flex}.legend-dot{border-radius:50%;width:6px;height:6px}.material-explorer-header{border-bottom:1px solid #ffffff0d;margin-bottom:40px;padding-bottom:20px}.material-explorer-header .page-title{margin-bottom:12px}.material-explorer-header .page-lead{color:var(--muted-dark);font-size:1.2rem}.planner-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0009;justify-content:center;align-items:center;padding:20px;animation:.3s overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.planner-modal-window{background:#0f0e0af2;border:1px solid #f3cd0033;border-radius:20px;width:100%;max-width:620px;padding:40px;animation:.4s cubic-bezier(.16,1,.3,1) modalSlideUp;position:relative;box-shadow:0 0 50px #000c,0 0 0 1px #f3cd000d}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-accent-bar{background:linear-gradient(90deg, transparent, var(--accent), transparent);height:3px;position:absolute;top:0;left:0;right:0}.planner-modal-header{border-bottom:1px solid #22211c;justify-content:space-between;align-items:baseline;margin-bottom:32px;padding-bottom:20px;display:flex}.planner-modal-header h2{color:var(--text-strong);font-size:1.8rem}.selected-date-badge{font-family:var(--font-mono);color:var(--accent);background:#1c1a10;border:1px solid #f3cd0033;border-radius:4px;padding:6px 12px;font-size:.85rem}.modal-field{margin-bottom:24px}.modal-field label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:#666;margin-bottom:10px;font-size:.7rem;display:block}.modal-field input[type=text],.modal-field textarea,.modal-field input[type=time]{width:100%;color:var(--text-strong);background:#0a0a07;border:1px solid #2a2a25;border-radius:8px;padding:14px 18px;font-size:1rem;transition:all .2s}.modal-field input:focus,.modal-field textarea:focus{border-color:var(--accent);background:#0f0e0a;outline:none;box-shadow:0 0 10px #f3cd000d}.subject-card-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.subject-card-btn{color:var(--muted);cursor:pointer;background:#14130f;border:1px solid #2a2a25;border-radius:8px;align-items:center;gap:10px;padding:12px;font-size:.85rem;transition:all .2s;display:flex}.subject-card-btn:hover{background:#1c1a10;border-color:#3b3b35}.subject-card-btn--active{border-color:var(--accent);color:var(--accent);background:#24221a;box-shadow:0 0 12px #f3cd001a}.subject-card-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.material-selector-wrapper{position:relative}.material-selector-input{border-style:dashed!important;border-color:#3b3b35!important}.material-selector-dropdown{z-index:10;border:1px solid var(--accent);background:#1c1a10;border-radius:8px;margin-top:5px;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}.material-selector-item{cursor:pointer;border-bottom:1px solid #2a2a25;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.material-selector-item:hover{background:#24221a}.material-selector-item:last-child{border-bottom:none}.material-selector-item .item-subject{font-family:var(--font-mono);text-transform:uppercase;font-size:.7rem;font-weight:700}.material-selector-item .item-title{color:var(--text-strong);font-size:.9rem}.modal-existing-plans{margin-bottom:24px}.existing-plans-list{background:#0a0a07;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.existing-plans-list label{color:#444;margin-bottom:4px;font-size:.65rem;display:block}.mini-plan-tag{color:var(--text-strong);cursor:pointer;background:#14130f;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:.85rem;transition:background .2s;display:flex}.mini-plan-tag:hover{background:#1c1a10}.mini-plan-tag .dot{border-radius:50%;width:6px;height:6px}.mini-plan-tag .time{font-family:var(--font-mono);color:var(--accent);font-size:.75rem}.mini-plan-tag .title{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.mini-plan-tag .del{color:#555;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0 4px;font-size:.9rem;transition:color .2s}.mini-plan-tag .del:hover{color:var(--danger)}.planner-skeleton{text-align:center;color:#333;font-style:italic;font-family:var(--font-mono);padding:20px;font-size:.8rem}.format-pill-btn{color:var(--muted);cursor:pointer;background:#14130f;border:1px solid #2a2a25;border-radius:20px;padding:8px 16px;font-size:.8rem;transition:all .2s}.format-pill-btn--active{background:var(--accent);color:#000;border-color:var(--accent);font-weight:700}.modal-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.planner-modal-footer{border-top:1px solid #22211c;justify-content:flex-end;gap:20px;margin-top:40px;padding-top:30px;display:flex}.planner-btn-cancel{color:#666;cursor:pointer;font-family:var(--font-mono);text-transform:uppercase;background:0 0;border:none;font-size:.9rem;font-weight:700;transition:color .2s}.planner-btn-cancel:hover{color:var(--text-strong)}.planner-btn-save{background:var(--accent);color:#000;font-family:var(--font-mono);text-transform:uppercase;cursor:pointer;border:none;border-radius:8px;padding:14px 28px;font-weight:800;transition:all .2s}.planner-btn-save:hover{transform:translateY(-2px);box-shadow:0 0 25px #f3cd0066}.planner-btn-save:disabled{opacity:.5;cursor:not-allowed;filter:grayscale()}@keyframes pulseAccent{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.calendar-day-cell--active{animation:2s infinite pulseBorder}@keyframes pulseBorder{0%{border-color:#f3cd0033}50%{border-color:var(--accent)}to{border-color:#f3cd0033}}.material-hero__meta span{min-height:38px;color:var(--accent);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#17150e;border:1px solid #3b3b35;border-radius:999px;align-items:center;padding:0 16px;font-size:.8rem;font-weight:800;display:inline-flex}.filter-panel{flex-wrap:wrap;gap:18px;margin-bottom:46px;padding:34px;display:flex}.filter-chip{min-height:54px;color:var(--muted);cursor:pointer;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;background:#24231f;border:1px solid #3b3b35;border-radius:999px;padding:0 28px;font-size:1.02rem;font-weight:800}.filter-chip:hover,.filter-chip--active{border-color:var(--accent);color:var(--accent);background:#282519}.material-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;display:grid}.material-card{cursor:pointer;min-height:405px;transition:border-color .15s;overflow:hidden}.material-card:hover,.material-card:focus-visible{border-color:#f3cd008c;outline:none}.material-card__visual{background:linear-gradient(145deg,#27241b,#171717 65%);border-bottom:1px solid #25251f;min-height:188px;position:relative;overflow:hidden}.material-card__visual--rings:after{content:"";border:1px solid #f3cd0038;border-radius:50%;width:190px;height:190px;position:absolute;top:-64px;right:-40px;box-shadow:-24px 24px 0 -2px #0000,-24px 24px 0 -1px #f3cd0038}.material-card__visual--grid{background:linear-gradient(90deg,#0000 49.7%,#f3cd0033 50%,#0000 50.3%),linear-gradient(#0000 49.7%,#f3cd0033 50%,#0000 50.3%),linear-gradient(145deg,#29261d,#181818 68%)}.material-card__visual--grid:after,.material-card__visual--folder:after,.material-card__visual--small-folder:after{color:var(--accent);content:"◦";font-family:var(--font-mono);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.material-card__visual--folder:after{content:"▱"}.material-card__visual--small-folder:after{content:"▪"}.material-card__visual--folder{border-bottom:5px solid #f3cd008c}.material-card__tags{gap:12px;display:flex;position:absolute;top:22px;left:22px}.material-card__tags span{min-height:46px;color:var(--accent);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#08090b;border:1px solid #2d2d2d;border-radius:4px;align-items:center;padding:0 14px;font-size:.84rem;font-weight:800;display:inline-flex}.material-card__body{padding:30px 30px 34px}.material-card__meta{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.material-card__meta span{color:#77715f;min-height:28px;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background:#12110c;border:1px solid #2a2a25;border-radius:999px;align-items:center;padding:0 10px;font-size:.72rem;font-weight:800;display:inline-flex}.material-card__body h2{color:var(--text-strong);margin-bottom:18px;font-size:clamp(1.4rem,1.8vw,2rem);line-height:1.3}.material-card__body p{color:var(--muted);font-size:1.12rem;line-height:1.45}@media (width<=1100px){.material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.filter-panel{padding:22px}.filter-chip{width:100%}.material-grid{grid-template-columns:1fr}}.material-search{background:#14130f;border:1px solid #3b3b35;border-radius:10px;align-items:center;margin-bottom:32px;padding:0 20px;transition:border-color .15s;display:flex;position:relative}.material-search:focus-within{border-color:var(--accent)}.material-search__icon{color:var(--muted);pointer-events:none;-webkit-user-select:none;user-select:none;margin-right:14px;font-size:1.3rem}.material-search__input{color:var(--text-strong);font-family:var(--font-mono);letter-spacing:.04em;background:0 0;border:none;outline:none;flex:1;padding:18px 0;font-size:1rem}.material-search__input::placeholder{color:#3b3b35}.material-search__clear{color:var(--muted);cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px 8px;font-size:.9rem;transition:opacity .15s}.material-search__clear:hover{opacity:1}.type-filter-panel{flex-wrap:wrap;gap:10px;margin-bottom:48px;display:flex}.type-chip{min-height:40px;color:var(--muted);cursor:pointer;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;background:#14130f;border:1px solid #3b3b35;border-radius:6px;padding:0 18px;font-size:.88rem;font-weight:800;transition:border-color .15s,color .15s,background .15s}.type-chip:hover,.type-chip--active{border-color:var(--accent);color:var(--accent);background:#1c1a10}.material-section-header{justify-content:space-between;align-items:baseline;margin-bottom:24px;display:flex}.material-section-title{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.84rem;font-weight:800}.material-section-count{font-family:var(--font-mono);color:#3b3b35;letter-spacing:.06em;font-size:.8rem}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;margin-bottom:56px;display:grid}.material-card--featured .material-card__visual{min-height:220px}.material-card__accent-bar{background:var(--accent);height:3px;position:absolute;top:0;left:0;right:0}.material-card__footer{border-top:1px solid #1e1e1a;justify-content:space-between;align-items:center;margin-top:24px;padding-top:20px;display:flex}.material-card__extra-tags{flex-wrap:wrap;gap:8px;display:flex}.material-card__extra-tags span{color:#555550;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background:#14130f;border:1px solid #2a2a25;border-radius:4px;align-items:center;padding:4px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.material-card__arrow{color:#3b3b35;flex-shrink:0;font-size:1.1rem;transition:color .15s,transform .15s}.material-card:hover .material-card__arrow{color:var(--accent);transform:translate(4px)}.material-empty{flex-direction:column;grid-column:1/-1;align-items:center;gap:16px;padding:72px 0;display:flex}.material-empty__icon{color:#2a2a25;font-size:2.4rem}.material-empty p{color:var(--muted);font-family:var(--font-mono);letter-spacing:.06em;font-size:.96rem}.material-empty__reset{color:var(--muted);cursor:pointer;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;background:0 0;border:1px solid #3b3b35;border-radius:999px;padding:10px 24px;font-size:.84rem;font-weight:800;transition:border-color .15s,color .15s}.material-empty__reset:hover{border-color:var(--accent);color:var(--accent)}.detail-hero{padding-bottom:16px}.detail-back{color:var(--muted);cursor:pointer;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;background:0 0;border:1px solid #3b3b35;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:.86rem;font-weight:800;transition:border-color .15s,color .15s;display:inline-flex}.detail-back:hover{border-color:var(--accent);color:var(--accent)}.detail-content{padding-top:8px}.detail-layout{grid-template-columns:1fr 320px;align-items:start;gap:40px;display:grid}.detail-visual{border-radius:4px;min-height:280px;margin-bottom:28px}.detail-extra-tags{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.detail-tag{color:#555550;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#14130f;border:1px solid #2a2a25;border-radius:4px;align-items:center;padding:5px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.detail-title{color:var(--text-strong);margin-bottom:20px;font-size:clamp(1.8rem,2.4vw,2.8rem);font-weight:700;line-height:1.25}.detail-desc{color:var(--muted);margin-bottom:24px;font-size:1.15rem;line-height:1.65}.detail-goal{margin-bottom:40px;padding:24px 28px}.detail-goal span{color:var(--accent);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:800;display:block}.detail-goal p{color:var(--text-strong);margin:0;font-size:1.08rem;line-height:1.6}.detail-section-label{color:var(--accent);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;font-size:.82rem;font-weight:800}.detail-section-label--practice{margin-top:36px}.detail-content-body{flex-direction:column;gap:14px;padding:28px 32px;display:flex}.detail-content-item{color:var(--muted);align-items:baseline;gap:14px;font-size:1.05rem;line-height:1.5;display:flex}.detail-content-dot{color:var(--accent);font-family:var(--font-mono);flex-shrink:0;font-size:1.1rem}.detail-practice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.detail-practice-item{padding:22px}.detail-practice-item span{color:var(--accent);font-family:var(--font-mono);letter-spacing:.12em;margin-bottom:14px;font-size:.8rem;font-weight:800;display:inline-flex}.detail-practice-item p{color:var(--muted);margin:0;font-size:1rem;line-height:1.55}.detail-sidebar{flex-direction:column;gap:16px;display:flex;position:sticky;top:32px}.detail-info-card{padding:28px}.detail-info-title{color:var(--accent);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin-bottom:20px;font-size:.8rem;font-weight:800}.detail-info-rows{flex-direction:column;gap:0;display:flex}.detail-info-row{border-bottom:1px solid #1e1e1a;grid-template-columns:minmax(84px,auto) minmax(0,1fr);align-items:start;gap:12px;padding:12px 0;font-size:1rem;display:grid}.detail-info-row:last-child{border-bottom:none}.detail-info-row span:first-child{color:#3b3b35;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;min-width:0;font-size:.84rem}.detail-info-row span:last-child{color:var(--muted);font-family:var(--font-mono);overflow-wrap:anywhere;text-align:right;min-width:0;font-size:.9rem;line-height:1.45}.detail-download{border:1px solid var(--accent);width:100%;min-height:56px;color:var(--accent);cursor:pointer;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;background:#1c1a10;border-radius:6px;font-size:.94rem;font-weight:800;transition:background .15s}.detail-download:hover{background:#282519}.detail-resources{padding:18px 20px}.detail-resources__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.detail-resources__item{display:block}.detail-resources__link{width:100%;color:var(--muted);font-family:var(--font-mono);letter-spacing:.04em;background:#14130f;border:1px solid #2a2a25;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:.92rem;font-weight:800;text-decoration:none;transition:border-color .15s,color .15s,transform .15s;display:inline-flex}.detail-resources__link:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.detail-resources__empty{color:var(--muted);font-family:var(--font-mono);margin:0;font-size:.92rem}.detail-video{padding:18px 20px}.detail-video__link{border:1px solid var(--accent);width:100%;color:var(--accent);font-family:var(--font-mono);letter-spacing:.06em;background:#1c1a10;border-radius:6px;justify-content:center;align-items:center;gap:12px;padding:12px 14px;font-size:.95rem;font-weight:800;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.detail-video__link:hover{background:#282519;transform:translateY(-1px)}@media (width<=1100px){.material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-grid,.detail-layout,.detail-practice-grid{grid-template-columns:1fr}.detail-sidebar{position:static}}@media (width<=760px){.filter-panel{padding:22px}.filter-chip{width:100%}.material-grid{grid-template-columns:1fr}.type-filter-panel{gap:8px}.type-chip{text-align:center;flex:1}.material-hero__meta span{justify-content:center;width:100%}}.detail-topic-map{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.detail-topic-map__item{padding:20px 22px}.detail-topic-map__item span{color:#555550;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:.76rem;font-weight:800;display:block}.detail-topic-map__item strong{color:var(--text-strong);font-size:1.05rem;line-height:1.45}.detail-study-text{gap:16px;margin-bottom:40px;padding:28px 32px;display:grid}.detail-study-text p{color:var(--muted);margin:0;font-size:1.06rem;line-height:1.7}.detail-download:after{content:" PDF";opacity:.75}.detail-resources__link:after{content:"↗";color:var(--accent);font-size:.86rem}.detail-video__link:before{content:"▶";font-size:.8rem}@media (width<=760px){.detail-topic-map{grid-template-columns:1fr}.detail-study-text{padding:22px}}.quiz-hero{padding-bottom:26px}.quiz-hero__title{margin-bottom:20px}.quiz-hero__text p{color:var(--muted);max-width:820px;font-size:1.15rem;line-height:1.55}.quiz-typewriter-cursor{vertical-align:text-bottom;background:var(--accent);width:2px;height:1.1em;margin-left:4px;animation:.9s step-end infinite quiz-cursor-blink;display:inline-block}@keyframes quiz-cursor-blink{50%{opacity:0}}.quiz-hero__meta{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.quiz-hero__meta span{min-height:38px;color:var(--accent);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:#17150e;border:1px solid #3b3b35;border-radius:999px;align-items:center;padding:0 16px;font-size:.8rem;font-weight:800;display:inline-flex}.quiz-content{padding-top:34px}.quiz-section-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:28px;display:flex}.quiz-section-heading .section-title{color:var(--text-strong);margin:0;font-size:clamp(1.35rem,2vw,1.75rem)}.quiz-section-count{color:var(--muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.9rem;font-weight:800}.quiz-filter-panel{margin-bottom:40px}.quiz-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;display:grid}.quiz-topic-card{border:1px solid var(--card-border);cursor:pointer;background:#151307;border-radius:12px;flex-direction:column;min-height:220px;padding:28px 30px;transition:border-color .15s;display:flex}.quiz-topic-card:hover,.quiz-topic-card:focus-visible{border-color:#f3cd008c;outline:none}.quiz-topic-card__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.quiz-topic-card__lang{color:var(--accent);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}.quiz-topic-card__count{color:var(--muted-dark);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:700}.quiz-topic-card__score{color:var(--muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:800}.quiz-topic-card__score--ok{color:#5dd39e}.quiz-topic-card--attempted{border-color:#f3cd0038}.quiz-topic-card--mastered{border-color:#5dd39e73}.quiz-topic-card h3{color:var(--text-strong);margin-bottom:12px;font-size:clamp(1.15rem,1.6vw,1.45rem);line-height:1.25}.quiz-topic-card__focus{color:var(--muted);flex:1;margin:0 0 18px;font-size:.98rem;line-height:1.45}.quiz-topic-card__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.quiz-topic-card__level{color:var(--muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border:1px solid #3b3b35;border-radius:999px;padding:6px 12px;font-size:.72rem;font-weight:800}.quiz-topic-card__cta{color:var(--accent);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;font-weight:800}.quiz-empty{text-align:center;color:var(--muted);padding:40px}.quiz-back{border:1px solid var(--card-border);min-height:44px;color:var(--text-strong);cursor:pointer;font-family:var(--font-mono);letter-spacing:.06em;background:#1b180d;border-radius:999px;padding:0 18px;font-size:.9rem;font-weight:800}.quiz-back:hover{border-color:var(--accent);color:var(--accent)}.quiz-runner-intro{max-width:760px;padding:36px 40px}.quiz-runner-intro__eyebrow{color:var(--accent);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:.8rem;font-weight:800}.quiz-runner-intro__title{color:var(--text-strong);margin-bottom:14px;font-size:clamp(1.6rem,2.4vw,2.2rem);line-height:1.2}.quiz-runner-intro__focus{color:var(--muted);margin-bottom:20px;line-height:1.5}.quiz-runner-intro__meta{flex-wrap:wrap;gap:10px;margin-bottom:22px;display:flex}.quiz-runner-intro__meta span{color:var(--muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border:1px solid #3b3b35;border-radius:999px;padding:6px 14px;font-size:.72rem;font-weight:800}.quiz-runner-intro__lead{color:var(--text);margin-bottom:28px;line-height:1.55}.quiz-runner-intro__actions{flex-wrap:wrap;gap:14px;display:flex}.quiz-primary-btn,.quiz-secondary-btn{cursor:pointer;min-height:52px;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:0 28px;font-size:.95rem;font-weight:800}.quiz-primary-btn{border:1px solid var(--accent);background:var(--accent);color:#121005}.quiz-primary-btn:disabled{cursor:not-allowed;opacity:.45}.quiz-secondary-btn{border:1px solid var(--card-border);color:var(--text-strong);background:#24231f}.quiz-question-layout{max-width:820px}.quiz-progress{margin-bottom:24px;padding:22px 26px}.quiz-progress__bar{background:#2a2718;border-radius:999px;height:8px;margin-bottom:12px;overflow:hidden}.quiz-progress__bar span{border-radius:inherit;background:var(--accent);height:100%;transition:width .2s;display:block}.quiz-progress__label{color:var(--muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:800}.quiz-question{padding:32px 36px}.quiz-question__toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.quiz-question__topic{color:var(--accent);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.quiz-inline-link,.quiz-material-link{color:var(--accent);cursor:pointer;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background:0 0;border:0;padding:0;font-size:.78rem;font-weight:800;text-decoration:underline}.quiz-material-link{margin-bottom:22px;font-size:.85rem;display:inline-block}.quiz-inline-link:hover,.quiz-material-link:hover{color:var(--text-strong)}.quiz-question__text{color:var(--text-strong);margin-bottom:24px;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.35}.quiz-options{gap:12px;margin-bottom:28px;display:grid}.quiz-option{border:1px solid var(--card-border);width:100%;color:var(--text);cursor:pointer;text-align:left;background:#1b180d;border-radius:10px;align-items:flex-start;gap:14px;padding:16px 18px;transition:border-color .15s,background .15s;display:flex}.quiz-option:hover{border-color:#f3cd0066}.quiz-option--active{border-color:var(--accent);background:var(--accent-soft)}.quiz-option--correct{background:#5dd39e1f;border-color:#5dd39e8c}.quiz-option--wrong{background:#ff75751a;border-color:#ff75758c}.quiz-option:disabled{cursor:default;opacity:1}.quiz-feedback{margin-bottom:22px;padding:18px 20px}.quiz-feedback strong{color:var(--text-strong);margin-bottom:8px;font-size:1.05rem;display:block}.quiz-feedback p{color:var(--muted);margin:0;line-height:1.5}.quiz-feedback--ok{border-color:#5dd39e66}.quiz-feedback--bad{border-color:#ff757566}.quiz-option__letter{width:28px;height:28px;color:var(--accent);font-family:var(--font-mono);text-align:center;background:#3a3625;border-radius:50%;flex:none;font-size:.82rem;font-weight:800;line-height:28px}.quiz-results{max-width:900px;padding:36px 40px}.quiz-results__title{color:var(--text-strong);margin-bottom:8px;font-size:clamp(1.6rem,2.2vw,2rem)}.quiz-results__topic{color:var(--muted);margin-bottom:24px}.quiz-results__score{flex-wrap:wrap;align-items:baseline;gap:10px 16px;margin-bottom:16px;display:flex}.quiz-results__score strong{color:var(--accent);font-size:2.4rem;line-height:1}.quiz-results__score span{color:var(--muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.95rem;font-weight:800}.quiz-results__score em{color:var(--text-strong);font-size:1.2rem;font-style:normal;font-weight:700}.quiz-results__message{color:var(--text);margin-bottom:28px;line-height:1.5}.quiz-results__review{gap:16px;margin-bottom:28px;display:grid}.quiz-review-item{border:1px solid var(--card-border);background:#14120a;border-radius:10px;padding:18px 20px}.quiz-review-item--ok{border-color:#5dd39e59}.quiz-review-item--bad{border-color:#ff757559}.quiz-review-item h3{color:var(--text-strong);margin-bottom:10px;font-size:1rem;line-height:1.4}.quiz-review-item p{color:var(--muted);margin:0 0 6px;font-size:.95rem;line-height:1.45}.quiz-review-item__explain{color:var(--text)!important;margin-top:8px!important}.quiz-results__actions{flex-wrap:wrap;gap:14px;display:flex}@media (width<=900px){.quiz-topic-grid{grid-template-columns:1fr}}.profile-page{padding-bottom:42px}.profile-grid{grid-template-columns:1.4fr 1.6fr;gap:24px;display:grid}.profile-card{flex-direction:column;gap:22px;padding:28px;display:flex}.profile-header-card{grid-column:1/-1}.profile-header-main{text-align:center;flex-direction:column;align-items:center;gap:32px;margin-bottom:24px;display:flex}.profile-avatar-block{place-items:center;gap:16px;display:grid}.profile-avatar{object-fit:cover;border:1px solid var(--accent-soft);border-radius:50%;width:160px;height:160px;box-shadow:0 0 0 1px #f3cd0021}.avatar-upload-button{border:1px solid var(--accent);min-height:42px;color:var(--accent);cursor:pointer;background:#f3cd0014;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-weight:700;display:inline-flex}.avatar-upload-button input{display:none}.profile-name-row{flex-direction:column;justify-content:center;align-items:center;gap:16px;margin-bottom:8px;display:flex}.profile-name-row h2{color:var(--text-strong);margin:0;font-size:clamp(2rem,2.4vw,2.7rem)}.profile-header-copy{flex-direction:column;align-items:center;gap:24px;display:flex}.profile-header-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.profile-quick-info{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.profile-quick-info div{gap:6px;display:grid}.profile-quick-info span{color:var(--muted);font-size:.95rem}.profile-quick-info strong{color:var(--text-strong)}.section-title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.section-title-row h2{color:var(--text-strong);margin:0;font-size:clamp(1.3rem,1.75vw,1.8rem)}.status-badge{min-width:94px;color:var(--accent);background:#f3cd0014;border:1px solid #f3cd0033;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-size:.95rem;font-weight:700;display:inline-flex}.progress-grid{grid-template-columns:1fr;gap:24px;display:grid}.progress-compact-view{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;padding:10px 0;display:flex}.progress-stats-modern{flex-direction:column;gap:16px;min-width:200px;display:flex}.stat-card{border-left:3px solid var(--accent);background:#f3cd0008;border-radius:4px 12px 12px 4px;flex-direction:column;gap:4px;padding:8px 16px;transition:transform .2s,background .2s;display:flex}.stat-card:hover{background:#f3cd0012;transform:translate(4px)}.stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:700}.stat-value{color:var(--text-strong);font-size:1.6rem;font-weight:800;line-height:1.1}.progress-ring-card,.course-list-card{gap:18px;display:grid}.progress-ring{flex-shrink:0;width:180px;height:180px;margin:0 auto;position:relative}.progress-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring-bg,.ring-fill{fill:none;stroke-width:12px;stroke-linecap:round}.ring-bg{stroke:#ffffff14}.ring-fill{stroke:var(--accent);stroke-dasharray:302;stroke-dashoffset:302px;transition:stroke-dashoffset .4s}.progress-ring-value{text-align:center;color:var(--text-strong);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.progress-ring-value span{color:var(--accent);font-size:2.8rem;font-weight:800;line-height:1;display:block}.progress-ring-value small{color:var(--muted);font-size:.9rem;font-weight:600}.progress-summary{gap:12px;padding:0 12px;display:grid}.progress-summary div{color:var(--muted);justify-content:space-between;gap:12px;display:flex}.progress-summary strong{color:var(--text-strong)}.course-list-header{color:var(--muted);border-bottom:1px solid var(--line);grid-template-columns:1.7fr .7fr .6fr;gap:12px;padding-bottom:6px;font-size:.95rem;display:grid}.course-list-body{gap:12px;display:grid}.course-item{border:1px solid var(--line);color:var(--text);background:#ffffff05;border-radius:14px;grid-template-columns:1.7fr .7fr .6fr;gap:12px;padding:16px 14px;text-decoration:none;transition:background .2s;display:grid}.course-item:hover{background:#f3cd0014}.course-status{justify-content:center;display:inline-flex}.course-status--done{color:#a0d695}.course-status--in-progress{color:#f3cd00}.course-status--todo{color:#9b927c}.profile-avatar--empty{width:160px;height:160px;color:var(--muted);background:#f3cd0014;border:1px dashed #f3cd0066;border-radius:50%;place-items:center;font-size:3rem;display:grid}.profile-name-edit--expanded{gap:12px;display:grid}.profile-name-edit--expanded input{width:100%}.profile-edit-grid input,.profile-chips-edit input,.notes-textarea{text-align:center;border-radius:12px;padding:12px 16px;font-size:1rem;transition:all .2s;color:var(--accent)!important;background:#000!important;border:1px solid #f3cd004d!important}.profile-edit-grid input:focus,.profile-chips-edit input:focus,.notes-textarea:focus{outline:none;box-shadow:0 0 12px #f3cd0026;border-color:var(--accent)!important}.edit-group-vertical{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.edit-group-vertical label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.chip--add{color:var(--accent);cursor:pointer;background:#f3cd000d;border:1px dashed #f3cd004d;font-family:inherit;transition:all .2s}.chip--add:hover{background:#f3cd001a;border-style:solid}.profile-edit-grid{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:500px;margin:0 auto;display:flex}.edit-group{justify-content:center;gap:15px;width:100%;display:flex}.edit-group input{flex:1;min-width:120px}.profile-edit-grid input,.profile-chips-edit input,.profile-chips-edit textarea,.notes-textarea{text-align:center;border-radius:14px;width:100%;padding:14px;font-family:inherit;font-size:1rem;transition:all .25s;color:#f3cd00!important;background-color:#000!important;border:1px solid #f3cd0066!important}.profile-edit-grid input:focus,.profile-chips-edit textarea:focus,.notes-textarea:focus{outline:none;box-shadow:0 0 15px #f3cd0033;border-color:#f3cd00!important}.profile-chips-edit{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;width:100%;display:grid}.profile-chips-edit .chips-textarea{resize:vertical;min-width:0;min-height:96px}.profile-chips-edit .primary-button{white-space:nowrap;flex-shrink:0}.profile-error{color:var(--text);border:1px solid var(--line);background:#ffffff08;border-radius:18px;padding:22px}.course-empty{color:var(--muted);background:#ffffff05;border-radius:16px;padding:24px}.chip-section{gap:20px;display:grid}.chip-section-group{gap:18px;display:grid}.chip-section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.9rem}.chip-row{flex-wrap:wrap;gap:12px;display:flex}.chip{color:var(--accent);background:#f3cd0014;border:1px solid #f3cd003d;border-radius:999px;align-items:center;padding:10px 16px;font-size:.95rem;font-weight:700;display:inline-flex}.deadline-sections{gap:18px;display:grid}.deadline-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:.85rem}.deadline-card{border:1px solid var(--line);background:#ffffff05;border-radius:16px;gap:8px;padding:16px;display:grid}.deadline-card strong{color:var(--text-strong)}.deadline-card span{color:var(--accent);font-size:.95rem}.notes-textarea{resize:vertical;border:1px solid var(--card-border);background:var(--card-soft);width:100%;min-height:240px;color:var(--text);border-radius:16px;padding:16px}.notes-help,.notes-status{color:var(--muted);margin:0;font-size:.95rem}.notes-status{color:var(--accent);font-weight:700}.primary-button,.secondary-button{cursor:pointer;border:0;border-radius:999px;min-height:44px;padding:0 18px;font-weight:700}.primary-button{background:var(--accent);color:#10100a}.secondary-button{color:var(--accent);background:0 0;border:1px solid #f3cd004d}@media (width<=1100px){.profile-grid,.profile-header-main,.progress-grid{grid-template-columns:1fr}.progress-ring{width:220px;height:220px}}@media (width<=720px){.page-section{padding:32px 18px}.profile-card{padding:20px}.profile-header-actions,.section-title-row{flex-direction:column;align-items:stretch}.primary-button,.secondary-button,.avatar-upload-button{width:100%}.profile-chips-edit,.course-list-header,.course-item{grid-template-columns:1fr}.course-list-body{gap:10px}}.app{background:radial-gradient(circle at 18% 0%, #d6b10014, transparent 28rem), var(--page-bg);min-height:100vh;color:var(--text)}.navbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#110f06f0;grid-template-columns:auto 1fr auto;align-items:center;min-height:112px;padding:0 64px;display:grid;position:sticky;top:0}.navbar__brand{color:var(--accent);cursor:pointer;font-family:var(--font-heading);letter-spacing:-.06em;background:0 0;border:0;align-items:center;gap:12px;font-size:clamp(2rem,4vw,4.2rem);font-weight:900;line-height:1;text-decoration:none;display:inline-flex}.navbar__brand--big{color:var(--accent);font-size:clamp(2.6rem,5vw,5rem)}.navbar__links{justify-self:center}.brand-mark{background:var(--accent);clip-path:polygon(50% 0,100% 24%,100% 68%,50% 100%,0 68%,0 24%);width:34px;height:24px;display:none}.navbar__links{align-items:center;gap:36px;list-style:none;display:flex}.nav-link{color:var(--muted);cursor:pointer;font-family:var(--font-body);background:0 0;border:0;padding:12px 0 16px;font-size:clamp(1rem,1.3vw,1.45rem);font-weight:700;line-height:1;text-decoration:none;position:relative}.nav-link:after{content:"";background:0 0;border-radius:999px;height:3px;position:absolute;bottom:5px;left:0;right:0}.nav-link:hover,.nav-link--active{color:var(--accent)}.nav-link--active:after{background:var(--accent)}.page-shell{min-height:calc(100vh - 112px)}.auth-loading{min-height:100vh;color:var(--muted);place-items:center;font-weight:600;display:grid}.page-section{width:min(100%,1780px);margin:0 auto;padding:76px 64px}.page-title{max-width:900px;color:var(--text-strong);margin:0 0 20px;font-size:clamp(2.4rem,3.2vw,3.9rem);line-height:1.08}.page-lead{max-width:920px;color:var(--muted);font-size:clamp(1.15rem,1.7vw,1.9rem);line-height:1.42}.section-heading{justify-content:space-between;align-items:center;gap:24px;margin:0 0 28px;display:flex}.section-title{color:var(--text-strong);align-items:center;gap:18px;margin:0;font-size:clamp(1.8rem,2.4vw,2.55rem);line-height:1.1;display:flex}.section-action{color:var(--accent);cursor:pointer;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;font-size:1.1rem;font-weight:800}.panel,.content-card{border:1px solid var(--card-border);background:var(--card);border-radius:10px}.footer{border-top:1px solid var(--line);color:var(--muted);font-family:var(--font-mono);letter-spacing:.08em;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:36px;padding:62px 64px;font-size:1.05rem;font-weight:700;display:grid}.footer__brand{color:var(--accent);font-family:var(--font-heading);letter-spacing:-.05em;font-size:2rem;font-weight:900}.footer__about{text-align:center}.footer__copy{text-align:right}@media (width<=900px){.navbar{flex-direction:column;align-items:flex-start;gap:22px;min-height:auto;padding:28px 24px}.navbar__links{gap:20px;width:100%;overflow-x:auto}.page-section{padding:48px 24px}.footer{grid-template-columns:1fr;padding:42px 24px}.footer__about,.footer__copy{text-align:left}}.pomodoro-mini{z-index:1000;border:2px solid var(--accent);background-color:#000;border-radius:12px;flex-direction:column;align-items:center;min-width:120px;padding:12px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 32px #00000080}.pomodoro-mini__hide{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;line-height:1;position:absolute;top:4px;right:8px}.pomodoro-mini__time{color:var(--accent);font-family:var(--font-mono);margin-bottom:10px;font-size:1.4rem;font-weight:800}.pomodoro-mini__controls{gap:6px;display:flex}.pomodoro-mini__btn{background-color:var(--accent);color:#000;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;padding:4px 10px;font-size:.7rem;font-weight:900;transition:opacity .2s,transform .1s}.pomodoro-mini__btn:hover:not(:disabled){opacity:.8}.pomodoro-mini__btn:active:not(:disabled){transform:scale(.95)}.pomodoro-mini__btn:disabled{opacity:.3;cursor:not-allowed}
