.login-page.auth-page.site-shell{width:min(1160px,calc(100% - 16px));min-height:100vh;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:24px 0 48px}.login-page.auth-page .site-footer,.login-page.auth-page .site-header{flex:0 0 auto;width:100%}.login-page.auth-page .site-footer{margin-top:auto}.login-page .login-panel{flex:1 0 auto;width:min(92vw,620px);min-width:min(100%,300px);max-width:620px;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:18px;gap:18px;place-items:stretch;align-content:center;margin:clamp(20px,5vw,56px) auto;padding:0;border:0;border-radius:0;background:none;box-shadow:none}.login-intro{min-width:0;display:grid;grid-gap:12px;gap:12px;text-align:center}.login-card-label,.login-kicker{color:var(--gold-light);font-size:.82rem;font-weight:900;letter-spacing:0}.login-intro h1{margin:0;color:var(--ink);font-size:clamp(2rem,8vw,3.4rem);line-height:1.12}.login-lede{max-width:58ch;margin:0 auto;color:var(--muted);line-height:1.8;overflow-wrap:break-word;word-break:normal}.login-benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.login-benefits span{padding:6px 10px;border:1px solid rgba(200,164,90,.22);border-radius:999px;background:rgba(200,164,90,.08);color:var(--gold-light);font-size:.86rem;font-weight:800;line-height:1.4}.login-page .login-card{width:100%;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(22px,5vw,38px);border:1px solid rgba(200,164,90,.24);border-radius:18px;background:linear-gradient(135deg,rgba(200,164,90,.12),rgba(255,255,255,.025) 42%,rgba(34,90,58,.12)),rgba(15,14,12,.93);box-shadow:0 22px 54px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05);overflow-wrap:break-word;word-break:normal}.login-card-head{min-width:0}.login-card-label{display:inline-flex;margin-bottom:8px}.login-card-head h2{margin:0 0 10px;color:var(--gold-light);font-size:clamp(1.35rem,5vw,2rem);line-height:1.2}.login-card-head p,.login-status{margin:0;color:var(--muted);line-height:1.8;overflow-wrap:break-word;word-break:normal}.login-page .login-form{width:100%;min-width:0;display:grid;grid-gap:10px;gap:10px;margin-top:22px}.login-form[hidden],[data-auth-panel][hidden]{display:none!important}.login-tabs{width:100%;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:20px;padding:4px;border:1px solid rgba(200,164,90,.18);border-radius:12px;background:rgba(0,0,0,.22)}.login-tab{min-width:0;min-height:42px;padding:8px 10px;border:0;border-radius:9px;background:transparent;color:var(--muted);font:inherit;font-size:.9rem;font-weight:900;line-height:1.35;cursor:pointer;white-space:normal;overflow-wrap:break-word;word-break:normal}.login-tab.is-active{background:rgba(200,164,90,.16);color:var(--gold-light)}.login-field{color:var(--ink);font-size:.92rem;font-weight:900;line-height:1.5}.login-entry{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:stretch}.login-input{width:100%;min-width:0;min-height:48px;padding:11px 14px;border:1px solid rgba(200,164,90,.34);border-radius:10px;background:rgba(255,255,255,.06);color:var(--ink);font:inherit;outline:none}.login-check{display:flex;align-items:center;gap:10px;color:var(--muted);font-weight:800;line-height:1.5}.login-check input{flex:0 0 auto;width:18px;height:18px;accent-color:var(--gold)}.login-help{margin:0;color:var(--muted);font-size:.92rem;line-height:1.7}.login-account-email{margin:6px 0 14px;color:var(--gold-light);font-weight:900;overflow-wrap:anywhere}.login-input:focus{border-color:rgba(245,209,126,.72);box-shadow:0 0 0 3px rgba(200,164,90,.16)}.login-btn,.login-links a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border:1px solid rgba(200,164,90,.34);border-radius:10px;font:inherit;font-weight:900;line-height:1.35;text-align:center;text-decoration:none;cursor:pointer;white-space:normal}.login-btn-primary{width:100%;background:linear-gradient(180deg,var(--gold-light),var(--gold));color:var(--bg)}.login-btn-secondary,.login-links a{background:rgba(200,164,90,.09);color:var(--gold-light)}.login-btn:disabled{cursor:wait;opacity:.62}.login-status{min-height:1.9em;margin-top:14px;font-size:.95rem}.login-account-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.login-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.login-links a{flex:1 1 150px}.login-success-panel{display:grid;grid-gap:10px;gap:10px;margin-top:16px;padding:16px;border:1px solid rgba(200,164,90,.28);border-radius:12px;background:rgba(200,164,90,.08)}.login-card.is-signed-in .login-form,.login-card:not(.is-signed-in) .login-success-panel,.login-success-panel[hidden]{display:none!important}.login-success-kicker{color:var(--gold-light);font-weight:900;font-size:.8rem}.login-success-panel h2,.login-success-panel p{margin:0}.login-success-detail{color:var(--muted)}.login-card.is-signed-in .login-card-head{display:none}.login-intro.is-muted{opacity:.76}@media (max-width:620px){.login-page.auth-page.site-shell{width:min(100% - 16px,1160px);padding-top:12px}.login-page .login-panel{width:min(92vw,620px);margin-block:18px 36px}.login-intro h1{font-size:clamp(1.75rem,9vw,2.4rem)}.login-page .login-card{padding:20px}.login-account-actions,.login-entry,.login-tabs{grid-template-columns:minmax(0,1fr)}.login-account-actions .login-btn,.login-btn,.login-links a{width:100%}}html[dir=ltr] body{direction:ltr}.account-page{min-height:calc(100vh - 140px);padding:40px 5% 72px}.account-dashboard{width:min(1180px,100%);min-width:0;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 260px;grid-gap:22px;gap:22px;align-items:flex-start;direction:ltr}html[dir=ltr] .account-dashboard{grid-template-columns:260px minmax(0,1fr)}html[dir=rtl] .account-sidebar{grid-column:2}html[dir=rtl] .account-main{grid-column:1;grid-row:1}.account-sidebar{min-width:0;position:-webkit-sticky;position:sticky;top:84px}.account-main,.account-sidebar{direction:inherit}html[dir=rtl] .account-main,html[dir=rtl] .account-sidebar{direction:rtl}.account-section,.account-sidebar-card{border:1px solid rgba(200,164,90,.2);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015)),rgba(15,14,12,.9);box-shadow:0 18px 42px rgba(0,0,0,.22)}.account-sidebar-card{min-width:0;padding:18px}.account-section-kicker,.account-sidebar-kicker{margin:0;color:var(--gold-light);font-size:.78rem;font-weight:900}.account-sidebar-kicker{display:none}.account-sidebar h1{margin:0 0 18px;color:var(--text);font-size:1.75rem;line-height:1.15}.account-sidebar-nav{display:grid;grid-gap:8px;gap:8px}.account-sidebar-nav a{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid rgba(200,164,90,.18);border-radius:999px;background:rgba(0,0,0,.22);color:var(--text-muted);font-size:.92rem;font-weight:900}.account-info-nav-link{display:none!important}.account-sidebar-nav a:focus-visible,.account-sidebar-nav a:hover{border-color:rgba(200,164,90,.48);color:var(--gold-light)}.account-count,.account-sidebar-nav span{min-width:28px;min-height:24px;display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;background:rgba(126,207,160,.12);color:#b9f3cf;font-size:.78rem;font-weight:900}.account-main{min-width:0;display:grid;grid-gap:18px;gap:18px}.account-section{scroll-margin-top:92px;padding:clamp(18px,2.4vw,28px)}.account-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.account-section h2{margin:4px 0 0;color:var(--text);font-size:clamp(1.2rem,2vw,1.75rem);line-height:1.2}.account-empty,.account-item-meta,.account-lesson-date,.account-status-message{color:var(--text-muted);line-height:1.8}.account-status-pill{flex:0 0 auto;display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border:1px solid rgba(200,164,90,.24);border-radius:999px;color:var(--gold-light);background:rgba(200,164,90,.08);font-size:.82rem;font-weight:900}.account-status-pill.is-signed-in{border-color:rgba(126,207,160,.42);color:#b9f3cf;background:rgba(126,207,160,.1)}.account-info-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:18px 0}.account-info-list div{min-width:0;padding:14px;border:1px solid rgba(200,164,90,.16);border-radius:8px;background:rgba(0,0,0,.18)}.account-info-list dt{color:var(--text-muted);font-size:.82rem;font-weight:800}.account-info-list dd{margin:6px 0 0;color:var(--text);font-weight:900;overflow-wrap:anywhere}.account-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.account-item-card,.account-lesson-card{min-width:0;padding:16px;border:1px solid rgba(200,164,90,.16);border-radius:8px;background:rgba(0,0,0,.2)}.account-item-card h3,.account-lesson-card h3{margin:0 0 8px;color:var(--gold-light);font-size:1.05rem;line-height:1.35}.account-item-meta{display:grid;grid-gap:4px;gap:4px;margin:0 0 12px;padding:0;list-style:none;font-size:.9rem}.account-item-actions,.account-lesson-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.account-btn,.account-item-actions a,.account-item-actions button,.account-lesson-actions a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border:1px solid rgba(200,164,90,.34);border-radius:999px;font:inherit;font-size:.9rem;font-weight:900;cursor:pointer;text-decoration:none}.account-btn-primary,.account-item-actions a,.account-lesson-actions a{background:linear-gradient(180deg,var(--gold-light),var(--gold));color:var(--bg)}.account-btn-secondary,.account-item-actions button{background:rgba(200,164,90,.08);color:var(--gold-light)}#account-logout,.account-btn-logout{border-color:rgba(196,96,96,.42);background:rgba(196,96,96,.14);color:#ffc4c4}#account-logout:focus-visible,#account-logout:hover,.account-btn-logout:focus-visible,.account-btn-logout:hover{border-color:rgba(196,96,96,.7);background:rgba(196,96,96,.22);color:#ffe0e0}.account-btn:disabled,.account-item-actions button:disabled{cursor:wait;opacity:.65}.account-empty{margin:0;padding:16px;border:1px dashed rgba(200,164,90,.24);border-radius:8px;background:rgba(255,255,255,.025)}.account-locked .account-section:not([data-account-section=info]){opacity:.72}@media (max-width:800px){.account-page{padding:24px 4% 52px}.account-dashboard,html[dir=ltr] .account-dashboard{grid-template-columns:minmax(0,1fr)}html[dir=rtl] .account-main,html[dir=rtl] .account-sidebar{grid-column:auto;grid-row:auto}.account-sidebar{position:static}.account-sidebar-card{padding:14px 12px}.account-sidebar h1{margin-bottom:12px;font-size:1.42rem}.account-sidebar-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px;overflow:visible;padding-bottom:0}.account-sidebar-nav a{min-width:0;min-height:34px;flex:initial;padding:6px 9px;gap:6px;border-radius:14px;font-size:clamp(.67rem,3.05vw,.78rem);line-height:1.25;white-space:normal}.account-count,.account-sidebar-nav span{min-width:22px;min-height:20px;padding:1px 6px;font-size:.68rem}.account-info-list{grid-template-columns:1fr}.account-section-head{flex-direction:column}}@media (max-width:390px){.account-sidebar-nav a{font-size:.64rem;padding-inline:7px}}.auth-page.account-page{align-items:stretch}.auth-page.account-page .account-shell{flex:1 0 auto;width:min(100%,1180px);min-width:0;margin:clamp(18px,4vw,44px) auto clamp(28px,5vw,56px)}.account-empty,.account-item-card,.account-lesson-card,.account-section,.account-sidebar-card,.account-sidebar-nav a,.account-status-message{overflow-wrap:break-word;word-break:normal}.account-items-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.account-btn,.account-item-actions a,.account-item-actions button,.account-lesson-actions a{white-space:normal;text-align:center}@media (max-width:800px){.auth-page.account-page .account-shell{width:min(100%,680px);margin-block:18px 36px}.account-section{padding:20px}.account-item-actions,.account-lesson-actions{display:grid;grid-template-columns:minmax(0,1fr)}.account-btn,.account-item-actions a,.account-item-actions button,.account-lesson-actions a{width:100%}}.account-profile-form{display:grid;grid-gap:9px;gap:9px;margin:18px 0;padding:14px;border:1px solid rgba(200,164,90,.18);border-radius:16px;background:rgba(255,255,255,.035)}.account-profile-form label{color:var(--gold-light,#e2c07a);font-weight:900}.account-profile-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.account-profile-row input{flex:1 1 220px;min-width:0;min-height:42px;border:1px solid rgba(200,164,90,.24);border-radius:12px;padding:9px 12px;color:var(--text-main,#f8f3df);background:rgba(0,0,0,.24);font:inherit}.account-profile-row input:focus{outline:2px solid rgba(73,190,122,.38);border-color:rgba(73,190,122,.52)}.account-profile-help{margin:0;color:rgba(235,233,206,.72);font-size:.9rem}.account-dashboard{width:min(1440px,100%);grid-template-columns:minmax(0,1fr) 400px;gap:34px}html[dir=ltr] .account-dashboard{grid-template-columns:400px minmax(0,1fr)}.account-sidebar-card{padding:34px 30px;border-radius:18px}.account-section-kicker,.account-sidebar-kicker{font-size:.95rem;letter-spacing:.01em}.account-sidebar h1{margin:8px 0 30px;font-size:clamp(2.75rem,4vw,4.15rem);line-height:1.05}.account-section{padding:clamp(30px,3vw,44px);border-radius:18px}.account-section h2{margin-top:8px;font-size:clamp(2.35rem,4vw,4rem);line-height:1.08}.account-status-message{font-size:1.08rem}.account-sidebar-nav{gap:12px}.account-sidebar-nav a{min-height:64px;padding:14px 18px;border-radius:20px;font-size:1.08rem;text-decoration:none;transition:border-color .22s ease,background .22s ease,color .22s ease,transform .22s ease}.account-sidebar-nav a.is-active,.account-sidebar-nav a:focus-visible,.account-sidebar-nav a:hover{border-color:rgba(200,164,90,.56);background:rgba(200,164,90,.11);color:var(--gold-light)}.account-sidebar-nav a.is-active{transform:translateX(-2px);box-shadow:inset 0 0 0 1px rgba(200,164,90,.12),0 12px 24px rgba(0,0,0,.18)}html[dir=ltr] .account-sidebar-nav a.is-active{transform:translateX(2px)}.account-main{min-height:520px}.account-section[hidden]{display:none!important}.account-section.is-active{display:block;animation:accountSectionIn .22s ease both}@keyframes accountSectionIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1180px){.account-dashboard,html[dir=ltr] .account-dashboard{grid-template-columns:minmax(0,1fr) 340px}html[dir=ltr] .account-dashboard{grid-template-columns:340px minmax(0,1fr)}.account-sidebar h1{font-size:clamp(2.35rem,4vw,3.4rem)}.account-section h2{font-size:clamp(2rem,4vw,3.25rem)}}@media (max-width:980px){.account-dashboard,html[dir=ltr] .account-dashboard{grid-template-columns:minmax(0,1fr)}html[dir=rtl] .account-main,html[dir=rtl] .account-sidebar{grid-column:auto;grid-row:auto}.account-sidebar{position:static}}@media (max-width:800px){.account-sidebar-card{padding:22px}.account-section h2,.account-sidebar h1{font-size:clamp(2rem,10vw,2.8rem)}.account-sidebar-nav a{min-height:48px;border-radius:999px;font-size:.96rem}}.auth-page.account-page .account-shell.account-dashboard{width:min(100%,1180px)}@media (max-width:980px){.auth-page.account-page .account-shell.account-dashboard,html[dir=ltr] .auth-page.account-page .account-shell.account-dashboard{grid-template-columns:minmax(0,1fr)}}.favorites-page{color:var(--text-main,#f8f3df)}.favorites-shell{width:min(1120px,calc(100% - 28px));margin:28px auto 56px;display:grid;grid-gap:22px;gap:22px}.favorites-hero,.favorites-login-required,.favorites-section{border:1px solid rgba(200,164,90,.18);border-radius:22px;background:linear-gradient(145deg,rgba(18,18,20,.92),rgba(8,8,10,.88));box-shadow:0 18px 38px rgba(0,0,0,.28)}.favorites-hero{padding:clamp(22px,4vw,34px)}.favorites-kicker{display:inline-flex;margin-bottom:8px;color:var(--gold-light,#e2c07a);font-weight:900}.favorites-hero h1,.favorites-login-required h2,.favorites-section h2{margin:0;color:var(--gold-light,#e2c07a)}.favorites-hero p{max-width:680px;margin:10px 0 0;color:rgba(235,233,206,.78);line-height:1.8}.favorites-login-required{padding:clamp(22px,4vw,32px);display:grid;grid-gap:16px;gap:16px;justify-items:start}.favorites-sections{display:grid;grid-gap:18px;gap:18px}.favorites-section{padding:clamp(18px,3vw,26px);min-width:0}.favorites-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.favorites-count{min-width:34px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(73,190,122,.35);border-radius:999px;color:#9af0b5;background:rgba(46,160,96,.14);font-weight:900}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,235px),1fr));grid-gap:14px;gap:14px;min-width:0}.favorites-card,.favorites-empty{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.04)}.favorites-card{display:grid;grid-gap:12px;gap:12px;min-width:0;padding:15px}.favorites-card h3{margin:0;color:#f7e4a7;font-size:1.02rem;line-height:1.45;overflow-wrap:anywhere}.favorites-card h3 a{color:inherit;text-decoration:none}.favorites-card h3 a:focus-visible,.favorites-card h3 a:hover{color:var(--gold-light,#e2c07a);text-decoration:underline}.favorites-meta{display:grid;grid-gap:6px;gap:6px;margin:0;padding:0;list-style:none;color:rgba(235,233,206,.74);font-size:.9rem}.favorites-meta li{min-width:0;overflow-wrap:anywhere}.favorites-meta strong{color:rgba(226,192,122,.9)}.favorites-open{justify-self:start;display:inline-flex;align-items:center;min-height:36px;padding:8px 12px;border:1px solid rgba(200,164,90,.28);border-radius:999px;color:var(--gold-light,#e2c07a);background:rgba(200,164,90,.09);font-weight:900;text-decoration:none}.favorites-open:focus-visible,.favorites-open:hover{border-color:rgba(200,164,90,.5);background:rgba(200,164,90,.15)}.favorites-empty{margin:0;padding:16px;color:rgba(235,233,206,.72)}@media (max-width:640px){.favorites-shell{width:min(100% - 18px,1120px);margin-top:18px}.favorites-section-head{align-items:flex-start}}