@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";html,body{width:100%;height:100%}:root{--heading:"Montserrat", system-ui, -apple-system, sans-serif;--mono:ui-monospace, Consolas, monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,system-ui,-apple-system,sans-serif;line-height:1.6}code{font-family:ui-monospace,Consolas,monospace}button,input,select,textarea{font-family:inherit}body{margin:0}#root{box-sizing:border-box;flex-direction:column;width:100%;max-width:none;min-height:100svh;margin:0;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;position:sticky;top:0;box-shadow:0 8px 24px #00000014}.navbar-container{padding:0 max(var(--main-inline-pad,24px), env(safe-area-inset-left,0px)) 0 max(var(--main-inline-pad,24px), env(safe-area-inset-right,0px));box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:none;height:80px;margin:0;display:flex}.navbar-logo{color:#1f2937;align-items:center;text-decoration:none;transition:opacity .2s,transform .2s;display:flex}.navbar-logo:hover{opacity:.92}.navbar-logo:active{transform:scale(.98)}.navbar-logo-img{object-fit:contain;width:auto;max-width:min(220px,38vw);height:48px;display:block}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:8px;display:none}.menu-toggle span{background-color:#1f2937;border-radius:3px;width:25px;height:3px;transition:all .3s}.menu-toggle.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.navbar-menu{gap:40px;list-style:none;display:flex}.nav-link{color:#6b7280;letter-spacing:.3px;border-radius:8px;padding:8px 16px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.nav-link:before{content:"";transform-origin:50%;background:linear-gradient(90deg,#3b6fd8,#6b9aeb);height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.nav-link:hover{color:#1e3a8a;background-color:#3b6fd81a}.nav-link:hover:before{transform:scaleX(1)}.nav-link.active{color:#0f2744;background-color:#3b6fd824}.nav-link.active:before{transform:scaleX(1)}.navbar-user{align-items:center;gap:12px;display:flex}.navbar-logout{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin:0;padding:0;transition:background-color .2s,color .2s;display:flex}.navbar-logout:hover{color:#dc2626;background:#ef44441f}.navbar-logout:focus-visible{outline-offset:2px;outline:2px solid #3b6fd8}.auth-buttons{gap:12px;display:flex}.auth-buttons .btn{border-radius:12px;padding:10px 20px}.auth-buttons .btn-primary{color:#fff;background:linear-gradient(#4e7ee8 0%,#2b52b5 100%);border:none}.auth-buttons .btn-primary:hover{color:#fff;background:linear-gradient(#5b8def 0%,#3b6fd8 100%)}.auth-buttons .btn-secondary{color:#1e3a8a;background:0 0;border:2px solid #3b6fd873}.auth-buttons .btn-secondary:hover{color:#0f2744;background:#3b6fd81a;border-color:#3b6fd88c}.user-menu{cursor:pointer;align-items:center;gap:12px;display:flex;position:relative}.user-name{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:min(200px,30vw);font-weight:600;display:inline-block;overflow:hidden}.dropdown-menu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border-radius:12px;min-width:200px;margin-top:12px;transition:all .3s;position:absolute;top:100%;right:0;transform:translateY(-10px);box-shadow:0 10px 25px #0000001a}.user-menu:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{text-align:left;color:#1f2937;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.dropdown-item:hover{color:#1e3a8a;background-color:#eff6ff}.dropdown-item:first-child{border-radius:12px 12px 0 0}.dropdown-item:last-child{border-radius:0 0 12px 12px}.dropdown-item.logout{color:#ef4444;border-top:1px solid #e5e7eb}.dropdown-item.logout:hover{background-color:#fee2e2}@media (width<=768px){.navbar-container{justify-content:flex-start;gap:8px;height:56px;padding:0 14px}.navbar-logo-img{max-width:min(200px,40vw);height:36px}.navbar-logo{margin-right:auto}.menu-toggle{gap:5px;padding:6px;display:flex}.menu-toggle span{width:22px;height:2px}.navbar-menu{padding:10px max(14px, env(safe-area-inset-right,0px)) 14px max(14px, env(safe-area-inset-left,0px));background:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;gap:0;max-height:0;transition:max-height .3s;position:absolute;top:56px;left:0;right:0;overflow:hidden;box-shadow:0 18px 34px #0f172a1f}.navbar-menu.active{-webkit-overflow-scrolling:touch;max-height:min(100dvh - 96px,920px);overflow-y:auto}.nav-link{border-radius:10px;align-items:center;min-height:44px;padding:10px 12px;font-size:14px;font-weight:600;line-height:1.25;display:flex}.nav-link.active:after{width:3px;height:auto;top:0;bottom:0;left:-20px}.navbar-user,.auth-buttons{gap:8px;min-width:0}.auth-buttons .btn{padding:8px 16px;font-size:12px}.user-name{max-width:120px}.dropdown-menu{max-width:calc(100vw - 24px);right:0}}@media (width<=480px){.navbar-container{gap:6px;height:48px;padding:0 10px}.navbar-logo-img{max-width:min(200px,44vw);height:30px}.navbar-menu{padding:12px;top:48px}.navbar-user{gap:8px}.user-name{display:none}.navbar-logout{width:36px;height:36px}.auth-buttons{gap:5px;max-width:48vw}.auth-buttons .btn{min-height:36px;padding:8px 10px;font-size:11px;line-height:1.15}}@media (width<=640px){.navbar-container{height:48px;min-height:48px;padding-top:0;padding-bottom:0}.navbar-logo-img{height:30px}.menu-toggle,.navbar-logout{width:38px;height:38px}.menu-toggle{justify-content:center;align-items:center}.navbar-menu{top:48px}}.home-page{width:100%;min-width:0;overflow-x:clip}.home-v2-page{background:radial-gradient(circle at 8% 10%,#818cf81f,#0000 35%),radial-gradient(circle at 92% 18%,#38bdf81f,#0000 32%),radial-gradient(circle at 80% 88%,#a78bfa1a,#0000 36%),#f4f7ff;padding:28px 0 44px}.home-v2-shell{background:linear-gradient(#fff 0%,#fbfcff 100%);border:1px solid #e3e9f6;border-radius:26px;max-width:1180px;margin:0 auto;padding:clamp(24px,4vw,38px);box-shadow:0 14px 42px #1c315f1a}.home-v2-hero{text-align:center;max-width:760px;margin:0 auto 24px}.home-v2-hero-brand{justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.home-v2-hero-logo{object-fit:contain;filter:drop-shadow(0 14px 36px #162d6b24);width:auto;max-width:min(100%,560px);height:clamp(96px,22vw,200px);display:block}.home-v2-kicker{color:#3f59c7;letter-spacing:.05em;text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:700}.home-v2-hero h1{letter-spacing:-.03em;color:#0e1f3f;margin:0 0 12px;font-size:clamp(2rem,4.2vw,3.45rem);line-height:1.03}.home-v2-hero h1 span{background:linear-gradient(90deg,#4252f2 0%,#0ea5e9 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.home-v2-hero p{color:#5a6278;max-width:64ch;margin:0 auto;line-height:1.6}.home-v2-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.home-v2-card{color:inherit;background:linear-gradient(180deg, #ffffffe6 0%, #f8fbffd1 100%), var(--card-tint,#fff);border:1px solid var(--card-border,#e6ebf7);box-shadow:0 8px 24px var(--card-shadow,#161e4b0f);border-radius:22px;flex-direction:column;gap:8px;min-height:168px;padding:18px;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.home-v2-card:before{content:"";background:linear-gradient(135deg, var(--card-glow,#3b82f61f), transparent 46%), radial-gradient(circle at 88% 18%, var(--card-orb,#ffffffa6), transparent 34%);opacity:.75;pointer-events:none;position:absolute;inset:0}.home-v2-card>*{z-index:1;position:relative}.home-v2-card:hover{border-color:var(--card-border-hover,var(--card-border,#d7e0f3));box-shadow:0 16px 34px var(--card-shadow-hover,#1e2d6224);transform:translateY(-2px)}.home-v2-card h3{color:#0c1d3b;margin:0;font-size:1.25rem;line-height:1.25}.home-v2-card p{color:#5d667f;margin:0;line-height:1.5}.home-v2-icon{background:var(--icon-bg,linear-gradient(145deg, #eef2ff, #e8f6ff));width:38px;height:38px;box-shadow:inset 0 0 0 1px var(--icon-border,#fff9);border-radius:12px;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.home-v2-card--docs{--card-tint:#eef7ff;--card-border:#cfe8ff;--card-border-hover:#9bd2ff;--card-glow:#0ea5e929;--card-orb:#7dd3fc57;--card-shadow:#0e749014;--card-shadow-hover:#0e74902e;--icon-bg:linear-gradient(145deg, #dff5ff, #bde8ff);--icon-border:#0ea5e92e;grid-column:span 4}.home-v2-card--pedagogy{--card-tint:#fff7ed;--card-border:#fed7aa;--card-border-hover:#fb923c;--card-glow:#f9731629;--card-orb:#fdba7457;--card-shadow:#9a341214;--card-shadow-hover:#9a34122b;--icon-bg:linear-gradient(145deg, #fff1d6, #fed7aa);--icon-border:#f973162e;grid-column:span 5}.home-v2-card--npa{--card-tint:#f0fdf4;--card-border:#bbf7d0;--card-border-hover:#4ade80;--card-glow:#22c55e24;--card-orb:#86efac57;--card-shadow:#16653412;--card-shadow-hover:#16653429;--icon-bg:linear-gradient(145deg, #dcfce7, #bbf7d0);--icon-border:#22c55e2e;grid-column:span 3}.home-v2-card--courses{grid-column:span 4}.home-v2-card--courses,.home-v2-card--olympiad{--card-border:#fff3;--card-border-hover:#ffffff61;--card-shadow:#3134dc2e;--card-shadow-hover:#3134dc57;--card-glow:#ffffff2e;--card-orb:#ffffff2e;background:linear-gradient(165deg,#4b5cf6 0%,#3134dc 58%,#1d4ed8 100%);border-color:#fff3}.home-v2-card--courses h3,.home-v2-card--courses p,.home-v2-card--olympiad h3,.home-v2-card--olympiad p{color:#fff}.home-v2-card--courses .home-v2-icon,.home-v2-card--olympiad .home-v2-icon{background:#fff3;box-shadow:inset 0 0 0 1px #ffffff3d}.home-v2-card--support{--card-tint:#f7f3ff;--card-border:#ddd6fe;--card-border-hover:#a78bfa;--card-glow:#8b5cf624;--card-orb:#c4b5fd57;--card-shadow:#5b21b612;--card-shadow-hover:#5b21b629;--icon-bg:linear-gradient(145deg, #ede9fe, #ddd6fe);--icon-border:#8b5cf62e;grid-column:span 3}.home-v2-card--olympiad{grid-column:span 5}.home-v2-mini-list{gap:8px;margin-top:auto;display:grid}.home-v2-mini-list span{color:#7f5e16;background:#fff8de;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:block}.home-v2-cta{color:#3337d9;background:#fff;border-radius:999px;justify-content:center;margin-top:auto;padding:9px 12px;font-size:13px;font-weight:700;display:inline-flex}.home-v2-live{color:#09844d;background:#e9fff4;border-radius:999px;align-self:flex-start;margin-top:auto;padding:5px 10px;font-size:12px;font-weight:700}.home-v2-date-wrap{gap:10px;margin-top:auto;display:flex}.home-v2-date-wrap span{color:#4b556a;background:#f8f9fd;border-radius:16px;padding:8px 12px;font-size:12px;font-weight:700}.home-v2-news{background:radial-gradient(circle at 12% 8%,#6366f114,#0000 36%),radial-gradient(circle at 88% 20%,#0ea5e912,#0000 34%),linear-gradient(#fbfcff 0%,#f5f8ff 100%);border:1px solid #e3e9f7;border-radius:24px;margin-bottom:24px;padding:clamp(16px,3vw,24px)}.home-v2-news-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.home-v2-news-head h2{color:#0e1f3f;margin:0}.home-v2-news-controls{gap:8px;display:inline-flex}.home-v2-news-btn{color:#2f4582;cursor:pointer;background:#fff;border:1px solid #d4ddf4;border-radius:10px;width:34px;height:34px}.home-v2-news-slide{background:linear-gradient(#fff 0%,#fbfcff 100%);border:1px solid #e3e9f7;border-radius:18px;padding:clamp(16px,3vw,22px);box-shadow:0 10px 24px #142e5814}.home-v2-news-tag{color:#4b5fe8;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:12px;font-weight:700}.home-v2-news-slide h3{color:#102347;margin:0 0 8px;line-height:1.3}.home-v2-news-slide p{color:#58637f;margin:0 0 12px;line-height:1.6}.home-v2-news-slide a{color:#2d4bd9;font-weight:700;text-decoration:none}.home-v2-news-dots{justify-content:center;gap:8px;margin-top:14px;display:flex}.home-v2-news-dot{cursor:pointer;background:#c4d0f2;border:0;border-radius:999px;width:10px;height:10px;padding:0}.home-v2-news-dot.is-active{background:linear-gradient(90deg,#3f54ea,#0ea5e9);width:22px}.home-v2-partners{color:#8d95ab;letter-spacing:.02em;flex-wrap:wrap;justify-content:center;gap:clamp(14px,3.5vw,34px);margin:8px 0 26px;font-size:14px;font-weight:700;display:flex}.home-v2-banner{background:linear-gradient(140deg,#07162f 0%,#0f2146 70%,#12285a 100%);border-radius:30px;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:20px;margin-bottom:30px;padding:clamp(18px,4vw,30px);display:grid}.home-v2-banner-copy h2{color:#fff;margin:0 0 10px;line-height:1.2}.home-v2-banner-copy p{color:#dee6ffe0;margin:0 0 12px}.home-v2-banner-copy a{color:#a8b8ff;font-weight:700}.home-v2-banner-tag{color:#9db3ff;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:700}.home-v2-banner-image{background:radial-gradient(circle at 78% 18%,#4a97ff59,#0000 50%),linear-gradient(160deg,#4f5f79 0%,#1a263f 55%,#101d34 100%);border-radius:18px;min-height:200px}.home-v2-footer{border-top:1px solid #e4eaf7;grid-template-columns:1.35fr 1fr 1fr 1.2fr;gap:clamp(16px,3vw,32px);padding-top:22px;display:grid}.home-v2-footer-brand .home-v2-footer-logo{object-fit:contain;width:auto;max-width:200px;height:52px;margin-bottom:10px;display:block}.home-v2-footer h4{color:#0e1f3f;margin:0 0 10px;font-size:.95rem}.home-v2-footer p{color:#697188;margin:0;font-size:.9rem;line-height:1.5}.home-v2-footer a{color:#55607a;margin-bottom:6px;font-size:.9rem;text-decoration:none;transition:color .15s;display:block}.home-v2-footer a:hover{color:#3048c5}.home-v2-newsletter{color:#98a2b8;border:1px solid #e5eaf4;border-radius:999px;margin-top:10px;padding:9px 14px;font-size:.9rem}.hero-section{margin-left:calc(-1 * var(--main-inline-pad,24px));margin-right:calc(-1 * var(--main-inline-pad,24px));width:calc(100% + 2 * var(--main-inline-pad,24px));box-sizing:border-box;color:#f8fafc;background:radial-gradient(120% 80% at 100% 0,#6ecfb838 0%,#0000 55%),radial-gradient(90% 70% at 0 100%,#3b6fd81f 0%,#0000 50%),linear-gradient(155deg,#0c1f33 0%,#142a45 38%,#1a3650 100%);border-radius:0 0 28px 28px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(32px,5vw,80px);max-width:none;margin-bottom:clamp(56px,8vw,96px);padding:clamp(56px,9vw,120px) clamp(28px,5vw,88px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 64px #0c1f3347,inset 0 0 0 1px #ffffff0f}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff12 0%,#0000 68%);border-radius:50%;width:min(720px,90vw);height:min(720px,90vw);animation:9s ease-in-out infinite float;position:absolute;top:-40%;right:-8%}.hero-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#6ecfb814 0%,#0000 65%);border-radius:50%;width:min(560px,75vw);height:min(560px,75vw);animation:11s ease-in-out infinite reverse float;position:absolute;bottom:-35%;left:-12%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.hero-content{z-index:2;position:relative}.hero-content h1{letter-spacing:-.03em;text-wrap:balance;max-width:18ch;margin-bottom:clamp(16px,2vw,24px);font-size:clamp(2rem,4.2vw,3.5rem);font-weight:700;line-height:1.12;animation:.8s ease-out slideInLeft}.hero-content p{opacity:.88;color:#f8fafceb;max-width:36ch;margin-bottom:clamp(28px,4vw,40px);font-size:clamp(1rem,1.35vw,1.25rem);font-weight:400;line-height:1.6;animation:.8s ease-out .1s both slideInLeft}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.hero-image{z-index:2;justify-content:center;align-items:center;animation:.8s ease-out .2s both slideInRight;display:flex;position:relative}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-image svg{filter:drop-shadow(0 24px 48px #00000059);width:min(100%,520px);height:auto;max-height:min(380px,40vw);animation:5s ease-in-out infinite pulse}.hero-content .btn-primary.btn-large{color:#fff;background:linear-gradient(#4e7ee8 0%,#2b52b5 100%);border:none;border-radius:14px;padding:16px 36px;font-weight:600;box-shadow:0 8px 28px #2b52b559}.hero-content .btn-primary.btn-large:hover{color:#fff;background:linear-gradient(#5b8def 0%,#3b6fd8 100%)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.features-section{margin-bottom:100px}.features-section h2{text-align:center;color:#0f2744;letter-spacing:-.03em;margin-bottom:clamp(40px,6vw,60px);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:40px;display:grid}.feature-card-link{color:inherit;text-decoration:none;display:block}.feature-card{text-align:center;background:#fff;border:1px solid #3b6fd81f;border-radius:20px;padding:clamp(36px,5vw,48px) clamp(28px,4vw,40px);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s;position:relative;overflow:hidden;box-shadow:0 4px 28px #0f27440f}.feature-card:before{content:"";background:linear-gradient(90deg,#3b6fd8,#6b9aeb);width:100%;height:3px;transition:left .35s;position:absolute;top:0;left:-100%}.feature-card:hover:before{left:0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 24px 56px #0f27441a}.feature-icon{margin-bottom:24px;font-size:56px;transition:all .3s;animation:.6s ease-out fadeInScale;display:inline-block}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.feature-card:hover .feature-icon{transform:scale(1.15)rotate(10deg)}.feature-card h3{color:#1f2937;margin-bottom:12px;font-size:22px;font-weight:700}.feature-card p{color:#6b7280;letter-spacing:.3px;font-size:15px;line-height:1.6}.popular-courses-section{margin-bottom:100px}.popular-courses-section h2{text-align:center;color:#0f2744;letter-spacing:-.03em;margin-bottom:clamp(40px,6vw,60px);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.courses-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(24px,3vw,36px);margin-bottom:50px;display:grid}.course-card-link{color:inherit;text-decoration:none}.course-card{background:#fff;border:1px solid #3b6fd81a;border-radius:20px;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s;position:relative;overflow:hidden;box-shadow:0 4px 28px #0f274412}.course-card:before{content:"";z-index:10;background:linear-gradient(90deg,#2b52b5,#6b9aeb);height:3px;position:absolute;top:0;left:0;right:0}.course-card:hover{transform:translateY(-8px);box-shadow:0 28px 56px #0f27441f}.course-card img{object-fit:cover;width:100%;height:220px;transition:all .5s cubic-bezier(.4,0,.2,1)}.course-card:hover img{transform:scale(1.08)}.course-info{padding:28px}.course-category{color:#1e3a8a;text-transform:uppercase;letter-spacing:.06em;background:#3b6fd82e;border-radius:999px;margin-bottom:12px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-block}.course-info h3{color:#1f2937;margin-bottom:12px;font-size:20px;font-weight:700;line-height:1.4}.instructor{color:#6b7280;margin-bottom:16px;font-size:14px;transition:color .3s}.course-card:hover .instructor{color:#2563eb}.course-stats{color:#6b7280;border-bottom:1px solid #f3f4f6;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;font-size:14px;display:flex}.rating{color:#f59e0b;font-weight:700}.course-price{color:#0f2744;font-size:18px;font-weight:700}.view-all{text-align:center;margin-top:60px}.view-all .btn{border-radius:14px;padding:14px 40px;font-size:16px}.home-page .view-all .btn-secondary{color:#1e3a8a;background:0 0;border:2px solid #3b6fd873}.home-page .view-all .btn-secondary:hover{color:#fff;background:linear-gradient(#4e7ee8 0%,#2b52b5 100%);border-color:#0000}.resources-section{margin-bottom:80px}.resources-section h2{text-align:center;color:#0f2744;margin-bottom:clamp(28px,4vw,44px);font-size:clamp(1.65rem,2.8vw,2.35rem);font-weight:700}.resources-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:20px;display:grid}.resource-card{color:inherit;background:#fff;border:1px solid #3b6fd824;border-radius:18px;padding:24px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 30px #0f27440f}.resource-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #0f27441f}.resource-card h3{color:#1f2937;margin:0 0 12px;font-size:20px}.resource-card p{color:#5b6472;margin:0 0 14px;line-height:1.6}.resource-badge{color:#1e3a8a;background:#3b6fd829;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.resource-page{max-width:1080px;margin:0 auto;padding:42px 20px 60px}.resource-page-header{margin-bottom:24px}.resource-page-header h1{color:#0f2744;margin:0 0 10px}.resource-page-header p{color:#586170;margin:0;line-height:1.6}.resource-toolbar{flex-wrap:wrap;gap:10px;margin:12px 0 20px;display:flex}.resource-search,.resource-filter{background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:14px}.resource-search{flex:1;min-width:0}.resource-empty{color:#6b7280;margin:12px 0 18px}.resource-found-count{color:#334155;margin:4px 0 14px;font-weight:600}.resource-list-grid{gap:16px;display:grid}.resource-list-card{background:#fff;border:1px solid #3b6fd824;border-radius:14px;padding:18px 20px}.resource-list-card h3{color:#1f2937;margin:0 0 8px}.resource-list-card p{color:#5b6472;margin:0 0 14px;line-height:1.6}.resource-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:18px;display:flex}.resource-page-indicator{color:#1f2937;text-align:center;min-width:72px;font-weight:600}.resource-page-numbers{align-items:center;gap:6px;display:flex}.resource-page-number{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:34px;height:34px;padding:0 10px;font-weight:600}.resource-page-number:hover{color:#1e3a8a;border-color:#3b6fd8}.resource-page-number.active{color:#fff;background:#2b52b5;border-color:#2b52b5}.resource-page-dots{color:#6b7280;padding:0 4px;font-weight:700}.stats-section{background:linear-gradient(165deg,#fff 0%,#f5f8ff 100%);border:1px solid #3b6fd824;border-radius:24px;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:clamp(28px,4vw,40px);padding:clamp(48px,7vw,88px) clamp(32px,5vw,72px);display:grid;box-shadow:0 8px 40px #0f27440f}.stat{text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat:hover{transform:translateY(-5px)}.stat h3{color:#0f2744;letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.stat p{color:#6b7280;letter-spacing:.5px;font-size:16px;font-weight:600}.courses-page{width:100%;min-width:0;padding:clamp(16px,4vw,40px) 0}.courses-container{grid-template-columns:280px 1fr;gap:40px;display:grid}.courses-sidebar{height:fit-content;position:sticky;top:100px}.filters{background:#fff;border:1px solid #0000000d;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014}.filters h3{background:linear-gradient(135deg,#1f2937,#3b6fd8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:20px;font-weight:700}.filter-section{border-bottom:1px solid #f3f4f6;margin-bottom:24px;padding-bottom:24px}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-section label{color:#1f2937;letter-spacing:.3px;margin-bottom:10px;font-size:14px;font-weight:600;display:block}.search-input,.filter-select{border:2px solid var(--border);border-radius:10px;width:100%;padding:12px 16px;font-size:14px;font-weight:500;transition:all .3s}.search-input:focus,.filter-select:focus{background-color:#3b6fd808;border-color:#3b6fd8;outline:none;box-shadow:0 0 0 3px #3b6fd833}.courses-main{width:100%}.courses-header{border-bottom:2px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:24px;display:flex}.courses-header h1{background:linear-gradient(135deg,#1f2937,#3b6fd8);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:800}.sort-controls{align-items:center;gap:16px;display:flex}.sort-controls label{color:#1f2937;font-size:14px;font-weight:600}.results-count{color:#6b7280;letter-spacing:.3px;margin-bottom:20px;font-size:14px;font-weight:600}.no-results{text-align:center;background:#fff;border-radius:12px;padding:60px 40px}.course-card.large{box-shadow:var(--shadow);background:#fff;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.course-card.large:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.course-image-wrapper{height:250px;position:relative;overflow:hidden}.course-image-wrapper img{object-fit:cover;width:100%;height:100%}.course-badge{color:#fff;text-transform:capitalize;background:#000000b3;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;position:absolute;top:12px;right:12px}.course-info{flex-direction:column;flex-grow:1;padding:20px;display:flex}.course-meta{justify-content:space-between;gap:10px;margin-bottom:10px;display:flex}.course-info h3{color:var(--dark);margin-bottom:10px;font-size:18px;font-weight:700}.description{color:var(--gray);flex-grow:1;margin-bottom:10px;font-size:14px}.course-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.stats{color:var(--gray);gap:15px;font-size:13px;display:flex}.price{color:var(--primary);font-size:18px;font-weight:700}.course-details-page{width:100%;min-width:0;overflow-x:clip}.course-header-section{color:#fff;background:linear-gradient(135deg,#3b6fd8 0%,#2b52b5 100%);margin-bottom:40px;padding:clamp(20px,5vw,40px)}.course-header-content{grid-template-columns:400px 1fr;align-items:start;gap:40px;display:grid}.course-hero-image{object-fit:cover;width:100%;height:300px;box-shadow:var(--shadow-lg);border-radius:12px}.course-header-info h1{margin:20px 0;font-size:36px;font-weight:800}.course-description{opacity:.95;margin-bottom:30px;font-size:16px}.course-breadcrumb{gap:10px;margin-bottom:15px;display:flex}.course-breadcrumb .badge{color:#fff;background:#fff3;margin-right:0}.course-meta-info{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px;display:grid}.meta-item{flex-direction:column;gap:5px;display:flex}.meta-item .label{opacity:.8;font-size:13px}.meta-item .value{font-size:16px;font-weight:600}.course-tabs{border-bottom:2px solid var(--border);z-index:10;-webkit-overflow-scrolling:touch;scrollbar-width:thin;background:#fff;gap:0;padding:0 40px;display:flex;position:sticky;top:80px;overflow-x:auto}.tab-btn{color:var(--gray);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex-shrink:0;padding:16px 24px;font-size:15px;font-weight:600;transition:all .3s}.tab-btn:hover{color:var(--primary)}.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary)}.course-content{padding:40px}.tab-content{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-content h2{margin-bottom:20px;font-size:28px;font-weight:700}.tab-content h3{margin:25px 0 15px;font-size:20px;font-weight:700}.tab-content p{color:var(--gray);margin-bottom:15px;line-height:1.8}.instructor-card{background:var(--light-gray);border-radius:12px;flex-wrap:wrap;align-items:center;gap:20px;margin-top:20px;padding:25px;display:flex}.instructor-card__initials{color:#334155;letter-spacing:.02em;background:linear-gradient(145deg,#e2e8f0,#cbd5e1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;font-size:28px;font-weight:800;display:flex}.instructor-card h4{margin-bottom:8px;font-size:16px;font-weight:700}.modules-list{flex-direction:column;gap:20px;display:flex}.module{background:var(--light-gray);border-radius:12px;overflow:hidden}.module-header{border-bottom:1px solid var(--border);cursor:pointer;background:#fff;justify-content:space-between;align-items:center;padding:20px;transition:all .3s;display:flex}.module-header:hover{background:var(--light-gray)}.module-header h3{margin:0;font-size:16px}.module-info{color:var(--gray);font-size:14px}.module-lessons{padding:15px 20px}.lesson{color:var(--gray);align-items:center;gap:12px;padding:12px;font-size:14px;display:flex}.lesson-icon{font-size:18px}.curriculum-hint{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;margin-bottom:24px;padding:16px 18px}.curriculum-layout{grid-template-columns:minmax(220px,280px) 1fr;align-items:start;gap:32px;display:grid}.curriculum-sidebar{background:var(--light-gray);border-radius:12px;padding:16px;position:sticky;top:100px}.curriculum-sidebar-title{margin:0 0 12px;font-size:15px}.curriculum-lesson-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.curriculum-lesson-btn{text-align:left;border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;flex-wrap:wrap;align-items:center;gap:6px;width:100%;padding:10px 12px;font-size:14px;transition:background .15s,border-color .15s;display:flex}.curriculum-lesson-btn:hover:not(:disabled){border-color:var(--primary)}.curriculum-lesson-btn.active{border-color:var(--primary);background:#3b6fd814}.curriculum-lesson-btn.locked{opacity:.55;cursor:not-allowed}.curriculum-lesson-btn .lesson-num{color:var(--primary);font-weight:700}.curriculum-lesson-btn .lesson-ti{flex:1;min-width:0}.lock-tag,.done-tag{font-size:12px}.curriculum-main .lesson-desc{color:var(--gray);line-height:1.7}.lesson-video-wrap{margin:20px 0}.video-note{color:var(--gray);margin:12px 0;font-size:14px}.lesson-materials ul{margin:0;padding-left:20px}.lesson-materials a{color:var(--primary);font-weight:600}.lesson-desc-preview{color:var(--gray);margin:0;padding:0 20px 16px;font-size:14px}@media (width<=900px){.curriculum-layout{grid-template-columns:1fr}.curriculum-sidebar{position:static}}.review-form{background:var(--light-gray);border-radius:12px;margin-bottom:30px;padding:30px}.review-form h3{margin-top:0}.reviews-list{flex-direction:column;gap:20px;display:flex}.review-item{border-left:4px solid var(--primary);background:#fff;border-radius:12px;padding:20px}.review-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.reviewer-name{font-weight:600}.review-rating{font-size:14px}.review-text{color:var(--gray);margin-bottom:10px;line-height:1.6}.review-date{color:var(--gray);font-size:12px}.my-learning-page{min-width:0;padding:clamp(16px,4vw,40px) 0}.page-header{margin-bottom:40px}.page-header h1{margin-bottom:5px;font-size:clamp(1.5rem,5vw,2.25rem);font-weight:700}.page-header p{color:var(--gray);font-size:16px}.learning-filters{border-bottom:2px solid var(--border);-webkit-overflow-scrolling:touch;flex-wrap:wrap;gap:15px;margin-bottom:30px;padding-bottom:0;display:flex;overflow-x:auto}.filter-btn{color:var(--gray);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:12px 20px;font-size:15px;font-weight:600;transition:all .3s}.filter-btn:hover{color:var(--primary)}.filter-btn.active{color:var(--primary);border-bottom-color:var(--primary)}.learning-list{flex-direction:column;gap:20px;display:flex}.learning-item{box-shadow:var(--shadow);background:#fff;border-radius:12px;grid-template-columns:250px 1fr auto;align-items:center;gap:25px;padding:25px;transition:all .3s;display:grid}.learning-item:hover{box-shadow:var(--shadow-lg)}.learning-image{object-fit:cover;border-radius:8px;width:100%;height:180px}.learning-info h3{margin-bottom:8px;font-size:18px;font-weight:700}.learning-info .instructor{color:var(--gray);margin-bottom:5px;font-size:14px}.learning-info .last-accessed{color:var(--gray);margin-bottom:15px;font-size:13px}.progress-section{flex-direction:column;gap:8px;display:flex}.progress-header{justify-content:space-between;font-size:13px;font-weight:600;display:flex}.progress-bar{background:var(--light-gray);border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--primary), var(--secondary));height:100%;transition:width .3s}.learning-actions{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.completed-badge{background:var(--success);color:#fff;text-align:center;border-radius:6px;padding:10px 20px;font-weight:600}.quick-actions{gap:8px;display:flex}.quick-actions button{background:var(--light-gray);border:2px solid var(--border);cursor:pointer;border-radius:6px;padding:8px 12px;font-weight:600;transition:all .2s}.quick-actions button:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.learning-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:40px;display:grid}.stat-card{box-shadow:var(--shadow);background:#fff;border-radius:12px;align-items:center;gap:20px;padding:25px;display:flex}.stat-icon{font-size:32px}.stat-content h4{color:var(--primary);margin-bottom:5px;font-size:24px;font-weight:700}.stat-content p{color:var(--gray);font-size:14px}.auth-page{background:linear-gradient(160deg,#e8eef9 0%,#f0f4ff 45%,#e9ecf5 100%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:20px;display:flex}.auth-container{grid-template-columns:1fr 1fr;align-items:center;gap:40px;width:100%;max-width:1000px;display:grid}.auth-card{box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;padding:40px}.auth-header h1{margin-bottom:10px;font-size:28px;font-weight:700}.auth-header p{color:var(--gray);margin-bottom:30px}.auth-form{flex-direction:column;gap:0;display:flex}.auth-toggle{text-align:center;color:var(--gray);margin-top:20px;font-size:14px}.toggle-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-left:5px;font-weight:600;text-decoration:underline}.demo-credentials{background:var(--light-gray);color:var(--gray);border-radius:8px;margin-top:20px;padding:15px;font-size:12px}.demo-credentials p{margin-bottom:8px;font-weight:600}.demo-credentials code{word-break:break-all;background:#fff;border-radius:4px;padding:10px;font-family:monospace;display:block}.auth-illustration{justify-content:center;align-items:center;display:flex}@media (width<=1024px){.home-v2-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-v2-card--docs,.home-v2-card--pedagogy,.home-v2-card--npa,.home-v2-card--courses,.home-v2-card--support,.home-v2-card--olympiad{grid-column:span 1}.home-v2-banner{grid-template-columns:1fr}.home-v2-banner-image{min-height:170px}.home-v2-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-section{text-align:center;grid-template-columns:1fr;padding:clamp(40px,8vw,72px) clamp(24px,5vw,40px)}.hero-content h1,.hero-content p{margin-left:auto;margin-right:auto}.hero-image{order:-1}.course-header-content,.courses-container{grid-template-columns:1fr}.courses-sidebar{position:static}.auth-container{grid-template-columns:1fr}.auth-illustration{display:none}.learning-item{grid-template-columns:1fr}}@media (width<=768px){.home-v2-shell{border-radius:18px;padding:16px}.home-v2-grid,.home-v2-footer{grid-template-columns:1fr}.home-v2-news-head{flex-direction:column;align-items:flex-start}.hero-content h1{font-size:32px}.courses-header{flex-direction:column;align-items:flex-start;gap:15px}.courses-header h1{font-size:clamp(1.5rem,5vw,2rem)}.sort-controls{width:100%}.sort-controls select{flex:1}.features-grid,.courses-grid,.stats-section,.course-meta-info{grid-template-columns:1fr}.course-tabs{padding:0 clamp(12px,3vw,28px);top:70px;overflow-x:auto}.learning-actions{flex-direction:row;align-items:center}}@media (width<=480px){.hero-section,.course-header-section{padding:20px}.hero-content h1,.features-section h2,.popular-courses-section h2,.courses-header h1{font-size:24px}.tab-btn{padding:12px 16px;font-size:13px}.course-content{padding:16px 12px}.course-tabs{padding:0 12px;top:60px}.learning-item{padding:15px}.auth-card{padding:25px}.course-header-info h1{font-size:clamp(1.35rem,6vw,1.85rem)}.resource-page{padding:24px 12px 40px}}.api-check-page{max-width:960px;margin:0 auto;padding:clamp(16px,4vw,24px) 0}.api-check-actions{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.api-check-actions .btn{flex:auto;min-width:min(100%,140px)}.home-live-dash{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(16px,3vw,28px);max-width:1100px;margin-bottom:clamp(40px,6vw,72px);margin-left:auto;margin-right:auto;display:grid}.home-live-card{background:#fff;border:1px solid #0f27440f;border-radius:16px;padding:clamp(18px,3vw,24px);box-shadow:0 8px 28px #0f274414}.home-live-card h2{color:#0f2744;margin:0 0 12px;font-size:1.1rem}.home-live-card .muted{color:#64748b;margin:0;font-size:.95rem}.home-resume-link{color:#1a6b5c;align-items:center;gap:8px;margin-top:12px;font-weight:600;display:inline-flex}.home-notifications-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.home-notifications-list li{color:#334155;border-bottom:1px solid #eef2f7;padding:8px 0;font-size:.92rem}.home-notifications-list li:last-child{border-bottom:0}.home-notifications-list a{color:#1d4ed8;font-weight:500}.home-notif-badge{text-transform:uppercase;letter-spacing:.04em;color:#075985;background:#e0f2fe;border-radius:999px;margin-right:8px;padding:2px 8px;font-size:.72rem;display:inline-block}@media (width<=720px){.home-live-dash{grid-template-columns:1fr}}.admin-tools-page{max-width:1100px;margin:0 auto;padding:clamp(20px,4vw,40px) 0}.admin-tools-page h1{margin-bottom:8px}.admin-tools-lead{color:#64748b;max-width:72ch;line-height:1.5}.admin-tools-error{color:#b91c1c;margin:12px 0}.admin-tools-actions{flex-wrap:wrap;gap:12px;margin:24px 0 32px;display:flex}.admin-tools-audit h2{margin-bottom:12px}.admin-tools-table-wrap{border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.admin-tools-table{border-collapse:collapse;width:100%;font-size:.88rem}.admin-tools-table th,.admin-tools-table td{text-align:left;border-bottom:1px solid #eef2f7;padding:10px 12px}.admin-tools-table th{color:#475569;background:#f8fafc;font-weight:600}.admin-tools-path{word-break:break-all;max-width:360px}.crs-catalog-root{--crs-accent:#1e3a5f;--crs-accent-soft:#3b82f6;--crs-surface:#fff;--crs-border:#e8ecf4;--crs-muted:#6b7289;--crs-text:#0f172a;background:#f8f9fc;min-height:100vh;padding:clamp(20px,3vw,36px) clamp(14px,3vw,28px) 72px}.crs-catalog-shell{max-width:1180px;margin:0 auto}.crs-cat-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.crs-cat-brand{letter-spacing:.06em;text-transform:uppercase;color:var(--crs-accent-soft);margin:0 0 6px;font-size:13px;font-weight:800}.crs-cat-title{letter-spacing:-.03em;color:#0c1f3f;margin:0 0 10px;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800}.crs-cat-lead{max-width:70ch;color:var(--crs-muted);margin:0;font-size:15px;line-height:1.6}.crs-announcements{flex-wrap:wrap;align-items:flex-start;gap:16px;margin:0 0 20px;display:flex}.crs-announcements .crs-announcement{flex:min(100%,320px);max-width:420px;margin:0}.crs-announcement{background:#fff;border:1px solid #d6def0;border-radius:16px;flex-direction:column;align-items:stretch;max-width:420px;margin:0 0 20px;padding:8px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 10px 30px #0f172a14}.crs-announcement-cta{color:#fff;background:linear-gradient(#2b4fa8 0%,#162d6b 100%);border-radius:10px;justify-content:center;align-items:center;margin-top:8px;padding:10px 14px;font-size:13px;font-weight:800;display:flex;box-shadow:0 8px 20px #162d6b4d}.crs-announcement-image{object-fit:cover;border-radius:10px;width:100%;display:block}.crs-announcement-image--flyer{object-fit:contain;background:#f4f6fb;max-height:min(72vh,640px)}.crs-announcement:hover{transform:translateY(-2px);box-shadow:0 14px 32px #0f172a1f}.crs-cat-search-row{margin-bottom:16px}.crs-cat-search{background:var(--crs-surface);border:1px solid var(--crs-border);border-radius:999px;align-items:center;gap:10px;max-width:520px;padding:10px 16px;display:flex;box-shadow:0 4px 18px #0f172a0d}.crs-cat-search-icon{opacity:.45;font-size:15px}.crs-cat-search input{min-width:0;color:var(--crs-text);background:0 0;border:0;outline:none;flex:1;font-size:15px}.crs-cat-chips{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.crs-cat-chip{border:1px solid var(--crs-border);color:#334155;cursor:pointer;background:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;transition:background .15s,color .15s,border-color .15s}.crs-cat-chip.is-active{background:var(--crs-accent);border-color:var(--crs-accent);color:#fff}.crs-cat-empty{color:var(--crs-muted);margin:24px 0;font-size:15px}.crs-cat-featured{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:14px;margin-bottom:22px;display:grid}.crs-cat-hero{text-align:left;cursor:pointer;min-height:300px;font:inherit;color:#fff;border:1px solid #1e1b4b22;border-radius:28px;padding:0;transition:transform .2s,box-shadow .2s;display:block;position:relative;overflow:hidden;box-shadow:0 16px 44px #0f172a1f}.crs-cat-hero:hover{transform:translateY(-3px);box-shadow:0 22px 50px #0f172a29}.crs-cat-hero-bg{background-color:#0000;background-image:radial-gradient(circle at 20% 20%,#78c8ff59,#0000 45%),radial-gradient(circle at 85%,#ffb47859,#0000 48%),linear-gradient(145deg,#0b1028 0%,#1a2f5c 55%,#3d1b69 100%);background-position:50%;background-repeat:repeat,repeat,repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;position:absolute;inset:0}.crs-cat-hero-overlay{background:linear-gradient(#080c2026 0%,#080c20d1 100%);position:absolute;inset:0}.crs-cat-hero-play{z-index:2;color:#fff;pointer-events:none;background:#ffffff38;border:1px solid #ffffff59;border-radius:50%;place-items:center;width:48px;height:48px;padding-left:3px;font-size:18px;display:grid;position:absolute;top:18px;right:18px}.crs-cat-hero-inner{z-index:1;flex-direction:column;justify-content:flex-end;gap:10px;height:100%;min-height:300px;padding:22px;display:flex;position:relative}.crs-cat-hero-badges{flex-wrap:wrap;gap:8px;display:flex}.crs-cat-badge{letter-spacing:.07em;text-transform:uppercase;border:0;border-radius:999px;padding:5px 12px;font-size:11px;font-weight:800;display:inline-flex}.crs-cat-badge--amber{color:#fff;background:#f97316}.crs-cat-badge--green{color:#fff;background:#22c55e}.crs-cat-badge--pink{color:#fff;background:#ec4899}.crs-cat-badge--violet{color:#fff;background:#8b5cf6}.crs-cat-badge--sky{color:#fff;background:#0ea5e9}.crs-cat-badge--orange{color:#fff;background:#ea580c}.crs-cat-badge--slate{color:#fff;background:#64748b}.crs-cat-badge--accent{color:#fff;background:#3b82f6eb}.crs-cat-hero-title{margin:0;font-size:clamp(1.35rem,3vw,1.95rem);font-weight:800;line-height:1.2}.crs-cat-hero-desc{color:#f8fafceb;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.crs-cat-hero-meta{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.crs-cat-hero-pill{color:#f1f5f9;background:#0f172a8c;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.crs-cat-side{border:1px solid var(--crs-border);border-radius:26px;box-shadow:0 10px 28px #0f172a0f}.crs-cat-side--placeholder{opacity:.75;background:linear-gradient(#eef2ff 0%,#fff 70%);min-height:120px}.crs-cat-side--stack{text-align:left;cursor:pointer;font:inherit;color:inherit;background:#fff;flex-direction:column;padding:0;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.crs-cat-side--stack:hover{transform:translateY(-2px);box-shadow:0 16px 36px #0f172a1a}.crs-cat-side-top{background-color:#0000;background-image:radial-gradient(circle at 30% 30%,#ffc89680,#0000 50%),linear-gradient(160deg,#c7d2fe,#e0e7ff);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:160px;position:relative}.crs-cat-side-top--empty{opacity:.5;place-items:center;font-size:48px;display:grid}.crs-cat-side-tag{position:absolute;top:14px;left:14px}.crs-cat-side-bottom{flex-direction:column;flex:1;gap:8px;padding:18px 18px 16px;display:flex}.crs-cat-side-title{color:#0f1f44;margin:0;font-size:1.12rem;font-weight:800;line-height:1.25}.crs-cat-side-desc{color:var(--crs-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.crs-cat-side-foot{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.crs-cat-inst{align-items:center;gap:10px;min-width:0;display:flex}.crs-cat-inst-av{color:#fff;background:linear-gradient(145deg,#93c5fd,#3b82f6);border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:grid}.crs-cat-inst-name{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.crs-cat-side-arrow{color:#1d4ed8;background:#dbeafe;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:18px;font-weight:800;display:grid}.crs-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.crs-cat-card{border:1px solid var(--crs-border);background:#fff;border-radius:24px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 10px 28px #0f172a0f}.crs-cat-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px #0f172a1a}.crs-cat-card-link{width:100%;font:inherit;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;margin:0;padding:0;display:block}.crs-cat-card-media{background:linear-gradient(145deg,#e0e7ff,#fce7f3);height:148px;position:relative}.crs-cat-card-media img{object-fit:cover;width:100%;height:100%}.crs-cat-card-media--empty{opacity:.45;place-items:center;font-size:44px;display:grid}.crs-cat-card-lock{background:#0f172a8c;border-radius:50%;place-items:center;width:36px;height:36px;font-size:16px;display:grid;position:absolute;top:10px;right:10px}.crs-cat-card-body{padding:14px 16px 18px}.crs-cat-card-cat{letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:800}.crs-cat-card-cat--amber{color:#c2410c}.crs-cat-card-cat--green{color:#15803d}.crs-cat-card-cat--pink{color:#be185d}.crs-cat-card-cat--violet{color:#6d28d9}.crs-cat-card-cat--sky{color:#0369a1}.crs-cat-card-cat--orange{color:#c2410c}.crs-cat-card-cat--slate{color:#475569}.crs-cat-card-title{color:#0f1f44;margin:0 0 8px;font-size:1.05rem;font-weight:800;line-height:1.25}.crs-cat-card-blurb{color:var(--crs-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.crs-cat-card-footer{color:#64748b;justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.crs-cat-card-meta{color:#334155;text-align:right;font-weight:700}.crs-cat-cta{text-align:center;color:#fff;background:linear-gradient(165deg,#7c3aed 0%,#4f46e5 42%,#2563eb 100%);border:1px solid #fff3;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:260px;padding:22px 20px 20px;display:flex;box-shadow:0 14px 36px #4f46e559}.crs-cat-cta-icon{background:#fff3;border-radius:50%;place-items:center;width:52px;height:52px;margin-bottom:4px;font-size:26px;display:grid}.crs-cat-cta-title{margin:0;font-size:1.25rem;font-weight:800}.crs-cat-cta-desc{color:#f8fafce6;max-width:28ch;margin:0;font-size:13px;line-height:1.5}.crs-cat-cta-btn{color:#2563eb;background:#fff;border-radius:16px;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:14px 16px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .15s;display:flex;box-shadow:0 8px 24px #0000001f}.crs-cat-cta-btn:hover{transform:scale(1.02)}@media (width<=960px){.crs-cat-featured{grid-template-columns:1fr}.crs-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.crs-cat-grid{grid-template-columns:1fr}.crs-cat-hero-inner{min-height:260px}}.crs-player-page{--crs-p-purple:#5d5cde;--crs-p-purple-dark:#4a4ac7;--crs-p-tag-bg:#fff4d2;--crs-p-tag-text:#a67c00;--crs-p-surface:#fff;--crs-p-border:#e5e7eb;--crs-p-muted:#6b7280;--crs-p-text:#111827;background:#f9fafb;min-height:100vh;padding-bottom:48px}.crs-player-loading{min-height:40vh;color:var(--crs-p-muted);place-items:center;font-size:16px;display:grid}.crs-player-shell{max-width:1180px;margin:0 auto;padding:clamp(16px,3vw,28px) clamp(14px,3vw,24px) 0}.crs-player-back{color:#6478b8;align-items:center;gap:6px;margin-bottom:18px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.crs-player-back:hover{color:var(--crs-p-purple)}.crs-player-grid{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:start;gap:clamp(20px,3vw,32px);display:grid}.crs-player-main{min-width:0}.crs-player-video-card{background:var(--crs-p-surface);border:1px solid var(--crs-p-border);border-radius:24px;margin-bottom:28px;overflow:hidden;box-shadow:0 10px 40px #0f172a0f}.crs-player-video-stage{aspect-ratio:16/9;background:#0f172a;position:relative}.crs-player-iframe,.crs-player-video{object-fit:cover;border:0;width:100%;height:100%;display:block}.crs-player-poster{background-position:50%;background-size:cover;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.crs-player-poster:after{content:"";background:linear-gradient(#0f172a33 0%,#0f172a8c 100%);position:absolute;inset:0}.crs-player-poster-play{z-index:1;cursor:pointer;background:#ffffff47;border:2px solid #ffffff73;border-radius:50%;place-items:center;width:88px;height:88px;padding:0;transition:transform .2s,background .2s;display:grid;position:relative}.crs-player-poster-play:hover{background:#ffffff61;transform:scale(1.06)}.crs-player-poster-play-inner{color:#fff;margin-left:4px;font-size:32px;line-height:1}.crs-player-poster-fallback{z-index:1;text-align:center;color:#f8fafc;max-width:36ch;padding:24px;font-weight:600;position:relative}.crs-player-lesson-below{border-top:1px solid var(--crs-p-border);padding:20px 22px 22px}.crs-player-lesson-title{color:var(--crs-p-text);letter-spacing:-.02em;margin:0 0 10px;font-size:1.25rem;font-weight:800}.crs-player-lesson-desc{color:var(--crs-p-muted);margin:0 0 16px;font-size:15px;line-height:1.65}.crs-player-video-note{color:var(--crs-p-muted);margin:0 0 12px;font-size:14px}.crs-player-btn{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;padding:12px 18px;font-size:14px;font-weight:700;transition:opacity .15s,transform .15s;display:inline-flex}.crs-player-btn:disabled{opacity:.6;cursor:not-allowed}.crs-player-btn--primary{background:linear-gradient(180deg, var(--crs-p-purple) 0%, var(--crs-p-purple-dark) 100%);color:#fff;box-shadow:0 8px 24px #5d5cde59}.crs-player-btn--secondary{color:#374151;border:1px solid var(--crs-p-border);background:#f3f4f6}.crs-player-btn--ghost{width:100%;color:var(--crs-p-purple);background:0 0;border:2px solid #5d5cde59;margin-top:10px}.crs-player-materials{border-top:1px solid var(--crs-p-border);margin-top:18px;padding-top:16px}.crs-player-materials-title{color:var(--crs-p-text);margin:0 0 10px;font-size:15px;font-weight:800}.crs-player-materials ul{margin:0;padding-left:1.1rem}.crs-player-materials a{color:var(--crs-p-purple);font-weight:600}.crs-syllabus{margin-bottom:36px}.crs-syllabus-heading{letter-spacing:-.02em;color:var(--crs-p-text);margin:0 0 16px;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800}.crs-syllabus-hint{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;margin:0 0 18px;padding:14px 16px;font-size:14px;line-height:1.55}.crs-syllabus-hint--warn{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.crs-syllabus-empty{color:var(--crs-p-muted);margin:0 0 12px}.crs-syllabus-outline-lead{color:var(--crs-p-muted);margin:0 0 14px;font-size:14px;line-height:1.55}.crs-syllabus-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.crs-syllabus-row{background:var(--crs-p-surface);text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;border:2px solid #0000;border-radius:18px;align-items:flex-start;gap:14px;padding:16px 18px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;box-shadow:0 4px 18px #0f172a0a}.crs-syllabus-row:hover:not(:disabled){box-shadow:0 8px 28px #0f172a14}.crs-syllabus-row:disabled{cursor:not-allowed}.crs-syllabus-row--static{cursor:default;box-shadow:none}.crs-syllabus-row--completed{background:#f3f4f6;border-color:#0000}.crs-syllabus-row--current{border-color:var(--crs-p-purple);background:#fff;box-shadow:0 8px 28px #5d5cde1f}.crs-syllabus-row--available{border-color:var(--crs-p-border);background:#fff}.crs-syllabus-row--locked{opacity:.88;background:#f9fafb;border-color:#e5e7eb}.crs-syllabus-icon{border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:grid}.crs-syllabus-icon--completed{background:var(--crs-p-purple);color:#fff;font-size:18px}.crs-syllabus-icon--current{background:var(--crs-p-purple);color:#fff;padding-left:2px;font-size:14px}.crs-syllabus-icon--available{color:var(--crs-p-purple);background:#eef2ff;border:1px solid #5d5cde40}.crs-syllabus-icon--locked{color:#6b7280;background:#e5e7eb;font-size:15px}.crs-syllabus-text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.crs-syllabus-name{color:var(--crs-p-text);font-size:15px;font-weight:800;line-height:1.35}.crs-syllabus-meta{color:var(--crs-p-muted);font-size:13px;font-weight:600}.crs-syllabus-meta--current{color:var(--crs-p-purple)}.crs-syllabus-meta--locked{color:#9ca3af;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.crs-player-instructor-bio{margin-bottom:40px}.crs-player-instructor-card{background:var(--crs-p-surface);border:1px solid var(--crs-p-border);border-radius:20px;align-items:flex-start;gap:18px;padding:20px;display:flex;box-shadow:0 6px 24px #0f172a0d}.crs-player-instructor-card-av{color:#334155;background:linear-gradient(145deg,#e2e8f0,#cbd5e1);border-radius:50%;flex-shrink:0;place-items:center;width:72px;height:72px;font-size:22px;font-weight:800;display:grid}.crs-player-instructor-card-name{margin:0 0 8px;font-size:17px;font-weight:800}.crs-player-instructor-card p{color:var(--crs-p-muted);margin:0;font-size:14px;line-height:1.65}.crs-player-reviews{padding-bottom:24px}.crs-player-review-form{border-radius:20px}.crs-player-aside{position:sticky;top:88px}.crs-player-aside-card{background:var(--crs-p-surface);border:1px solid var(--crs-p-border);border-radius:24px;padding:22px 20px 20px;box-shadow:0 14px 44px #0f172a14}.crs-player-cat-tag{letter-spacing:.06em;text-transform:uppercase;background:var(--crs-p-tag-bg);color:var(--crs-p-tag-text);border-radius:999px;margin-bottom:12px;padding:6px 12px;font-size:11px;font-weight:800;display:inline-block}.crs-player-aside-title{letter-spacing:-.03em;color:var(--crs-p-text);margin:0 0 14px;font-size:clamp(1.35rem,2.5vw,1.6rem);font-weight:800;line-height:1.2}.crs-player-instructor-row{align-items:center;gap:10px;margin-bottom:14px;display:flex}.crs-player-instructor-av{color:#fff;background:linear-gradient(145deg, #818cf8, var(--crs-p-purple));border-radius:50%;place-items:center;width:40px;height:40px;font-size:13px;font-weight:800;display:grid}.crs-player-instructor-name{color:#374151;font-size:14px;font-weight:700}.crs-player-aside-desc{color:var(--crs-p-muted);-webkit-line-clamp:6;-webkit-box-orient:vertical;margin:0 0 18px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.crs-player-primary-cta{cursor:pointer;color:#fff;background:linear-gradient(180deg, var(--crs-p-purple) 0%, var(--crs-p-purple-dark) 100%);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 16px;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 10px 28px #5d5cde61}.crs-player-primary-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 34px #5d5cde73}.crs-player-primary-cta:disabled{opacity:.65;cursor:not-allowed}.crs-player-primary-cta-icon{font-size:18px}.crs-player-aside-price{text-align:center;color:var(--crs-p-text);margin:12px 0 0;font-size:18px;font-weight:800}.crs-player-aside-hint{color:#9ca3af;margin:14px 0 0;font-size:12px;line-height:1.5}.crs-player-aside-stats{border-top:1px solid var(--crs-p-border);color:#4b5563;flex-wrap:wrap;gap:12px 20px;margin-top:20px;padding-top:18px;font-size:13px;font-weight:700;display:flex}.crs-player-stat{align-items:center;gap:6px;display:inline-flex}@media (width<=960px){.crs-player-grid{grid-template-columns:1fr}.crs-player-aside{position:static}}@media (width<=768px){.home-v2-page,.courses-page,.course-details-page,.my-learning-page,.api-check-page,.admin-tools-page,.crs-page,.crs-cat-page,.crs-player-page{min-width:0;overflow-x:clip}.home-v2-page{padding:12px 0 28px}.home-v2-shell{box-shadow:0 8px 26px #1c315f14}.home-v2-card,.home-v2-news,.home-v2-news-slide,.home-v2-banner,.resource-card,.resource-list-card,.course-card,.filters,.no-results,.stat-card,.learning-item,.crs-cat-card,.crs-cat-side,.crs-cat-cta,.crs-player-video-card,.crs-player-aside-card,.crs-syllabus-row,.crs-player-instructor-card{border-radius:14px}.home-v2-card,.resource-card,.resource-list-card,.filters,.course-info,.no-results,.learning-item,.stat-card,.crs-player-aside-card{padding:16px}.home-v2-hero{margin-bottom:18px}.home-v2-hero-logo{height:clamp(72px,27vw,118px)}.home-v2-hero h1,.hero-content h1,.course-header-info h1,.page-header h1,.crs-page-title,.crs-cat-title,.crs-player-aside-title{overflow-wrap:anywhere;line-height:1.15}.home-v2-date-wrap,.course-footer,.course-stats,.course-meta,.resource-toolbar,.resource-pagination,.crs-cat-side-foot,.crs-cat-card-footer,.crs-player-aside-stats{flex-direction:column;align-items:stretch}.home-v2-date-wrap span,.resource-search,.resource-filter,.resource-page-numbers,.course-footer .btn,.learning-actions .btn,.crs-player-btn,.crs-player-primary-cta{width:100%}.hero-section{margin-left:calc(-1 * var(--main-inline-pad,14px));margin-right:calc(-1 * var(--main-inline-pad,14px));width:calc(100% + 2 * var(--main-inline-pad,14px));border-radius:0 0 18px 18px;margin-bottom:36px}.hero-image svg{max-height:260px}.features-section,.popular-courses-section,.resources-section{margin-bottom:48px}.features-grid{grid-template-columns:1fr;gap:18px}.feature-card{border-radius:14px;padding:22px 16px}.course-header-section{margin-left:calc(-1 * var(--main-inline-pad,14px));margin-right:calc(-1 * var(--main-inline-pad,14px));border-radius:0;margin-bottom:24px}.course-header-content{gap:22px}.course-hero-image{aspect-ratio:16/10;height:auto}.course-breadcrumb,.course-meta-info{min-width:0}.course-content{padding:22px 0}.course-tabs{margin-left:calc(-1 * var(--main-inline-pad,14px));margin-right:calc(-1 * var(--main-inline-pad,14px));width:calc(100% + 2 * var(--main-inline-pad,14px));top:56px}.tab-content h2{font-size:22px}.module-header,.lesson,.review-header,.instructor-card,.crs-player-instructor-card,.crs-syllabus-row{flex-direction:column;align-items:flex-start}.module-info,.review-rating{width:100%}.curriculum-sidebar{-webkit-overflow-scrolling:touch;max-height:45dvh;overflow-y:auto}.learning-filters{scrollbar-width:none;flex-wrap:nowrap;gap:8px;padding-bottom:8px}.learning-filters::-webkit-scrollbar{display:none}.filter-btn{white-space:nowrap;flex:none;min-height:42px;padding:10px 14px}.learning-actions,.quick-actions{align-items:stretch;width:100%}.learning-actions,.quick-actions,.sort-controls{flex-direction:column}.learning-image{aspect-ratio:16/10;height:auto}.learning-stats{grid-template-columns:1fr;gap:12px}.resource-page{padding-left:0;padding-right:0}.resource-page-numbers{flex-wrap:wrap;justify-content:center}.admin-tools-table-wrap,.api-check-page{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.crs-search-card{border-radius:16px}.crs-featured,.crs-cat-featured{grid-template-columns:1fr}.crs-player-shell{padding-left:0;padding-right:0}.crs-player-video-card{margin-left:calc(-1 * var(--main-inline-pad,14px));margin-right:calc(-1 * var(--main-inline-pad,14px));border-left:0;border-right:0;border-radius:0}.crs-player-lesson-below{padding:16px 14px 18px}}@media (width<=480px){.courses-page,.my-learning-page,.api-check-page,.admin-tools-page{padding-top:12px}.home-v2-shell{border-radius:14px;padding:12px}.home-v2-card{min-height:0}.home-v2-banner-image{min-height:130px}.courses-container{gap:18px}.filters{padding:14px}.courses-header{margin-bottom:24px;padding-bottom:16px}.course-image-wrapper{aspect-ratio:16/10;height:auto}.course-badge{text-align:center;width:auto;left:10px;right:10px}.stats,.course-meta{flex-wrap:wrap;justify-content:flex-start}.page-header{margin-bottom:24px}.completed-badge,.quick-actions button,.view-all .btn,.crs-cat-cta-btn{width:100%}.review-form,.instructor-card,.curriculum-hint,.crs-syllabus-hint,.crs-player-instructor-card{padding:16px}.crs-player-poster-play{width:64px;height:64px}.crs-player-poster-play-inner{font-size:24px}.crs-syllabus-row{gap:10px;padding:14px}.crs-syllabus-icon{width:36px;height:36px}}._courseCard_14f6z_5{background:linear-gradient(165deg,#f5f8ff 0%,#eef2ff 45%,#e8edfb 100%);border:1px solid #3b6fd838;border-radius:20px;flex-direction:column;height:100%;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,opacity .25s;display:flex;overflow:hidden;box-shadow:0 4px 24px #2b52b51f,0 1px 3px #1e3a8a0f}._courseCard_14f6z_5:hover{transform:translateY(-6px);box-shadow:0 18px 40px #2b52b52e,0 4px 12px #1e3a8a14}._courseCard_14f6z_5._locked_14f6z_53{opacity:.78}._courseCard_14f6z_5._locked_14f6z_53:hover{opacity:.88}._imageWrap_14f6z_69{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}._image_14f6z_69{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}._overlay_14f6z_101{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1e3a8a6b;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._lockCircle_14f6z_121{background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;box-shadow:0 8px 28px #1e3a8a40}._lockIcon_14f6z_143{color:#2b52b5}._statusBadge_14f6z_151{color:#fff;background:linear-gradient(145deg,#5b8def 0%,#3b6fd8 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 4px 14px #3b6fd873}._checkIcon_14f6z_181{flex-shrink:0}._priceBadge_14f6z_189{color:#fff;background:linear-gradient(135deg,#e8a598 0%,#d4897a 100%);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;position:absolute;bottom:14px;right:14px;box-shadow:0 4px 14px #b46e5f59}._body_14f6z_215{flex-direction:column;flex:1;gap:12px;padding:20px 22px 22px;display:flex}._title_14f6z_231{color:#1e3a8a;letter-spacing:-.02em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.125rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}._description_14f6z_257{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.55;display:-webkit-box;overflow:hidden}._meta_14f6z_279{border-top:1px solid #3b6fd833;border-bottom:1px solid #3b6fd833;flex-direction:column;gap:8px;padding:10px 0;font-size:12px;display:flex}._metaRow_14f6z_299{color:#1e40af;align-items:center;gap:8px;font-weight:500;display:inline-flex}._metaIcon_14f6z_315{color:#3b6fd8;flex-shrink:0}._category_14f6z_325{text-transform:capitalize;color:#1e3a8a;background:#3b6fd82e;border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:11px;font-weight:600}._filesBlock_14f6z_347{background:#ffffffa6;border:1px solid #3b6fd82e;border-radius:14px;margin-top:auto;padding:12px 14px}._filesHeading_14f6z_363{text-transform:uppercase;letter-spacing:.04em;color:#1e40af;align-items:center;gap:6px;margin:0 0 8px;font-size:11px;font-weight:700;display:flex}._filesHeadingIcon_14f6z_387{color:#3b6fd8;flex-shrink:0}._filesList_14f6z_397{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}._fileRow_14f6z_415{color:#475569;align-items:center;gap:8px;padding:2px 0;font-size:12px;display:flex}._fileIcon_14f6z_433{color:#3b6fd8;flex-shrink:0}._cta_14f6z_443{cursor:pointer;border:none;border-radius:14px;width:100%;margin-top:auto;padding:14px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s,filter .2s}._cta_14f6z_443:active{transform:scale(.98)}._ctaOpen_14f6z_483{color:#fff;background:linear-gradient(135deg,#4e7ee8 0%,#3b6fd8 55%,#2b52b5 100%);box-shadow:0 6px 20px #2b52b559}._ctaOpen_14f6z_483:hover{filter:brightness(1.05);box-shadow:0 8px 26px #2b52b56b}._ctaLocked_14f6z_505{color:#1e3a8a;background:#ffffffd9;border:2px solid #3b6fd88c;box-shadow:0 4px 16px #2b52b51f}._ctaLocked_14f6z_505:hover{background:#fff;border-color:#3b6fd8bf}@media (width<=768px){._courseCard_14f6z_5{border-radius:14px}._body_14f6z_215{padding:16px 18px 18px}._title_14f6z_231{font-size:1rem}}@media (width<=480px){._courseCard_14f6z_5,._body_14f6z_215,._title_14f6z_231,._description_14f6z_257{min-width:0}._imageWrap_14f6z_69{aspect-ratio:16/10;height:auto;padding-bottom:0}._metaRow_14f6z_299,._footerMeta_14f6z_564,._fileRow_14f6z_415{flex-wrap:wrap}._cta_14f6z_443{min-height:44px;padding:12px 14px}._statusBadge_14f6z_151{width:36px;height:36px;top:10px;right:10px}._statusBadge_14f6z_151 svg{width:18px;height:18px}._priceBadge_14f6z_189{padding:6px 12px;font-size:12px}}._modalOverlay_odhyy_1{z-index:1000;padding:max(16px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(16px, env(safe-area-inset-bottom,0px)) max(16px, env(safe-area-inset-left,0px));background-color:#00000080;justify-content:center;align-items:center;animation:.3s _fadeIn_odhyy_1;display:flex;position:fixed;inset:0}@keyframes _fadeIn_odhyy_1{0%{opacity:0}to{opacity:1}}._modalContent_odhyy_51{background:linear-gradient(135deg,#fff5f7 0%,#f5f3ff 100%);border-radius:20px;flex-direction:column;width:100%;max-width:400px;max-height:min(92dvh,720px);animation:.3s _slideUp_odhyy_1;display:flex;overflow:hidden;box-shadow:0 20px 60px #0003}@keyframes _slideUp_odhyy_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._header_odhyy_87{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;padding:20px;display:flex}._title_odhyy_103{color:#1f2937;margin:0;font-size:18px;font-weight:700}._closeButton_odhyy_117{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}._closeButton_odhyy_117:hover:not(:disabled){color:#1f2937}._closeButton_odhyy_117:disabled{opacity:.5;cursor:not-allowed}._body_odhyy_159{text-align:center;-webkit-overflow-scrolling:touch;padding:20px;overflow-y:auto}._courseTitle_odhyy_167{color:#6b7280;margin:0 0 16px;font-size:14px;font-weight:500}._priceLabel_odhyy_181{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:12px}._price_odhyy_181{background:linear-gradient(135deg,#8b5cf6 0%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 24px;font-size:32px;font-weight:700}._qrContainer_odhyy_217{justify-content:center;margin:24px 0;display:flex}._qrPlaceholder_odhyy_229{background:#fff;border:2px dashed #d1d5db;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:20px;display:flex}._qrCode_odhyy_251{filter:drop-shadow(0 2px 4px #0000001a);width:180px;height:180px}._qrLabel_odhyy_263{color:#8b5cf6;margin:0;font-size:14px;font-weight:600}._instruction_odhyy_277{color:#6b7280;margin:0;font-size:13px;line-height:1.5}._status_odhyy_291{color:#166534;margin:16px 0 0;font-size:13px;font-weight:600;line-height:1.5}._paymentMeta_odhyy_307{color:#6b7280;margin:8px 0 0;font-size:12px}._error_odhyy_319{color:#b91c1c;margin:16px 0 0;font-size:13px;font-weight:600}._copyButton_odhyy_333{color:#7c3aed;cursor:pointer;background:#ffffffeb;border:1px solid #8b5cf638;border-radius:12px;margin-top:16px;padding:10px 14px;font-size:13px;font-weight:600;transition:transform .2s,background-color .2s}._copyButton_odhyy_333:hover{background:#fff;transform:translateY(-1px)}._footer_odhyy_369{border-top:1px solid #0000001a;gap:12px;padding:20px;display:flex}._cancelButton_odhyy_383,._confirmButton_odhyy_385{cursor:pointer;border:none;border-radius:12px;flex:1;padding:12px 16px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;transition:all .2s}:is(._cancelButton_odhyy_383,._confirmButton_odhyy_385):active{transform:scale(.95)}:is(._cancelButton_odhyy_383,._confirmButton_odhyy_385):disabled{opacity:.5;cursor:not-allowed}._cancelButton_odhyy_383{color:#1f2937;background-color:#f3f4f6;border:1px solid #e5e7eb}._cancelButton_odhyy_383:hover:not(:disabled){background-color:#e5e7eb}._confirmButton_odhyy_385{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#ec4899 100%);justify-content:center;align-items:center;gap:8px;display:flex;box-shadow:0 4px 12px #8b5cf64d}._confirmButton_odhyy_385:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #8b5cf666}._confirmButton_odhyy_385._processing_odhyy_475{color:#fffc;background:linear-gradient(135deg,#7c3aed 0%,#db2777 100%)}._spinner_odhyy_487{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite _spin_odhyy_487;display:inline-block}@keyframes _spin_odhyy_487{to{transform:rotate(360deg)}}@media (width<=480px){._modalOverlay_odhyy_1{padding:max(10px, env(safe-area-inset-top,0px)) max(10px, env(safe-area-inset-right,0px)) max(10px, env(safe-area-inset-bottom,0px)) max(10px, env(safe-area-inset-left,0px));align-items:flex-end}._modalContent_odhyy_51{border-radius:18px;max-width:100%}._header_odhyy_87,._body_odhyy_159,._footer_odhyy_369{padding:16px}._title_odhyy_103{font-size:16px}._price_odhyy_181{font-size:28px}._qrCode_odhyy_251{width:min(160px,58vw);height:min(160px,58vw)}._footer_odhyy_369{padding-bottom:max(16px, env(safe-area-inset-bottom,0px));flex-direction:column}._cancelButton_odhyy_383,._confirmButton_odhyy_385{width:100%}}._adminPanel_1qku3_1{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);min-height:100vh;padding:40px 20px}._container_1qku3_13{grid-template-columns:1fr 1.2fr;gap:40px;max-width:1200px;margin:0 auto;display:grid}._formSection_1qku3_29,._listSection_1qku3_31{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 30px #0000001a}._formSectionHint_1qku3_45{color:#6b7280;margin:-12px 0 20px;font-size:13px;line-height:1.45}._sectionTitle_1qku3_59{color:#1f2937;align-items:center;gap:8px;margin:0 0 24px;font-size:22px;font-weight:700;display:flex}._listSection_1qku3_31>._sectionTitle_1qku3_59{margin-bottom:8px}._listSectionHint_1qku3_87{color:#6b7280;margin:0 0 20px;font-size:13px;line-height:1.45}._form_1qku3_29{flex-direction:column;gap:20px;display:flex}._formGroup_1qku3_113{flex-direction:column;gap:8px;display:flex}._label_1qku3_125{color:#1f2937;font-size:14px;font-weight:600}._fieldHelp_1qku3_137{color:#6b7280;margin:6px 0 0;font-size:12px;line-height:1.45}._input_1qku3_151,._textarea_1qku3_153,._select_1qku3_155{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:12px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:all .2s}:is(._input_1qku3_151,._textarea_1qku3_153,._select_1qku3_155):focus{background-color:#fff;border-color:#8b5cf6;outline:none;box-shadow:0 0 0 3px #8b5cf61a}:is(._input_1qku3_151,._textarea_1qku3_153,._select_1qku3_155)::placeholder{color:#9ca3af}._textarea_1qku3_153{resize:vertical;min-height:80px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}._filePickRow_1qku3_209{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._fileInputNative_1qku3_223{max-width:100%;font-size:13px}._fileHint_1qku3_233{color:#6b7280;flex:1;min-width:0;font-size:13px}._clearFileBtn_1qku3_247{color:#6b7280;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;transition:background .15s}._clearFileBtn_1qku3_247:hover{background:#e5e7eb}._imagePreview_1qku3_279{object-fit:contain;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;max-width:100%;max-height:180px;margin-top:10px}._fileInputWrapper_1qku3_299{gap:8px;display:flex}._addFileButton_1qku3_309{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:12px 16px;font-weight:600;transition:all .2s;display:flex}._addFileButton_1qku3_309:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}._addFileButton_1qku3_309:active{transform:scale(.95)}._filesList_1qku3_357{background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;flex-direction:column;gap:8px;margin-top:12px;padding:12px;display:flex}._fileItem_1qku3_379{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}._fileName_1qku3_392{color:#1f2937;overflow-wrap:anywhere;flex:1;min-width:0;font-size:13px;font-weight:500}._removeFileButton_1qku3_402{color:#ef4444;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}._removeFileButton_1qku3_402:hover{color:#dc2626;transform:scale(1.1)}._submitButton_1qku3_436{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4e7ee8 0%,#2b52b5 100%);border:none;border-radius:12px;margin-top:12px;padding:14px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #10b9814d}._submitButton_1qku3_436:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}._submitButton_1qku3_436:active:not(:disabled){transform:scale(.98)}._submitButton_1qku3_436:disabled{opacity:.65;cursor:not-allowed}._courseRowWrap_1qku3_492{flex-direction:column;gap:0;width:100%;display:flex}._coursesList_1qku3_506{flex-direction:column;gap:12px;max-height:700px;padding-right:8px;display:flex;overflow-y:auto}._coursesList_1qku3_506::-webkit-scrollbar{width:6px}._coursesList_1qku3_506::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}._coursesList_1qku3_506::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._coursesList_1qku3_506::-webkit-scrollbar-thumb:hover{background:#9ca3af}._emptyMessage_1qku3_560{text-align:center;color:#9ca3af;margin:0;padding:40px 20px;font-size:14px}._resourceAdminsWrap_1qku3_576{gap:22px;margin-top:28px;display:grid}._resourceAdminSection_1qku3_588{background:linear-gradient(135deg,#f8fbff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:16px;padding:16px}._resourceItems_1qku3_602{gap:10px;margin-top:12px;display:grid}._resourceItemCard_1qku3_614{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}._courseItem_1qku3_636{background:linear-gradient(135deg,#f0f9ff 0%,#f5f3ff 100%);border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:12px;padding:12px;transition:all .2s;display:flex}._courseItem_1qku3_636:hover{border-color:#8b5cf6;box-shadow:0 4px 12px #00000014}._courseThumbnail_1qku3_668{object-fit:cover;border-radius:8px;flex-shrink:0;width:60px;height:60px}._courseInfo_1qku3_684{flex:1;min-width:0}._courseTitle_1qku3_694{color:#1f2937;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 4px;font-size:14px;font-weight:700;display:-webkit-box;overflow:hidden}._courseDesc_1qku3_716{color:#6b7280;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0 0 8px;font-size:12px;display:-webkit-box;overflow:hidden}._courseFooter_1qku3_736{justify-content:space-between;gap:8px;font-size:12px;display:flex}._courseMeta_1qku3_750{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._courseMeta_1qku3_750._price_1qku3_762{color:#ec4899;font-weight:600}._courseRowActions_1qku3_774{flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;display:flex}._textAction_1qku3_790{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;text-decoration:underline}._lessonsLink_1qku3_812{color:#059669;font-size:13px;font-weight:600;text-decoration:none}._lessonsLink_1qku3_812:hover{text-decoration:underline}._lessonsToggleBtn_1qku3_834{color:#5b21b6;cursor:pointer;background:#fff;border:2px solid #7c3aed;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:700;transition:background .15s,color .15s}._lessonsToggleBtn_1qku3_834:hover{background:#f5f3ff}._lessonsToggleBtnActive_1qku3_866{background:#ede9fe;border-color:#6d28d9}._inlineLessons_1qku3_876{background:#faf5ff;border:1px dashed #c4b5fd;border-radius:4px 4px 12px 12px;margin-top:4px;padding:16px 18px 18px}._inlineLessonsIntro_1qku3_896{color:#5b21b6;margin:0 0 14px;font-size:13px;line-height:1.45}._inlineMuted_1qku3_910{color:#6b7280;margin:0 0 12px;font-size:13px}._inlineLessonForm_1qku3_922{border-bottom:1px solid #e9d5ff;flex-direction:column;gap:10px;margin-bottom:16px;padding-bottom:16px;display:flex}._inlineLessonsFormTitle_1qku3_940{color:#1f2937;font-size:14px;font-weight:700}._inlineLessonRow2_1qku3_952{flex-wrap:wrap;align-items:center;gap:10px;display:flex}._inlineLessonRow2_1qku3_952 ._input_1qku3_151:first-child{flex:1;min-width:200px}._inlineAddLessonBtn_1qku3_976{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);border:none;border-radius:10px;align-self:flex-start;padding:10px 18px;font-size:14px;font-weight:700}._inlineAddLessonBtn_1qku3_976:disabled{opacity:.6;cursor:not-allowed}._inlineLessonListWrap_1qku3_1010{margin-bottom:12px}._inlineLessonList_1qku3_1010{flex-direction:column;gap:6px;margin:8px 0 0;padding:0;list-style:none;display:flex}._inlineLessonListItem_1qku3_1036{background:#fff;border:1px solid #e9d5ff;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:flex}._inlineLessonOrder_1qku3_1058{color:#7c3aed;flex-shrink:0;font-weight:700}._inlineLessonTitle_1qku3_1070{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}._inlineLessonDelete_1qku3_1086{color:#ef4444;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:4px;display:flex}._inlineLessonDelete_1qku3_1086:disabled{opacity:.5;cursor:not-allowed}._inlineLessonsFooter_1qku3_1118{border-top:1px solid #e9d5ff;margin-top:4px;padding-top:12px}._lessonsLinkFull_1qku3_1130{color:#2563eb;font-size:13px;font-weight:600}._modalBackdrop_1qku3_1142{z-index:1000;padding:max(16px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(16px, env(safe-area-inset-bottom,0px)) max(16px, env(safe-area-inset-left,0px));background:#11182773;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modal_1qku3_1142{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 50px #0003}._modalTitle_1qku3_1180{color:#111827;margin:0 0 16px;font-size:18px}._modalActions_1qku3_1192{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}._modalCancel_1qku3_1206{cursor:pointer;color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:12px 18px;font-weight:600}._deleteButton_1qku3_1226{color:#ef4444;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}._deleteButton_1qku3_1226:hover{color:#dc2626;transform:scale(1.15)}._deleteButton_1qku3_1226:active{transform:scale(.9)}@media (width<=1024px){._container_1qku3_13{grid-template-columns:1fr;gap:30px}._coursesList_1qku3_506{max-height:none}}@media (width<=768px){._adminPanel_1qku3_1{padding:20px 14px}._formSection_1qku3_29,._listSection_1qku3_31{padding:20px}._sectionTitle_1qku3_59{font-size:18px}._form_1qku3_29{gap:16px}._fileInputWrapper_1qku3_299,._inlineLessonRow2_1qku3_952,._modalActions_1qku3_1192{flex-direction:column;align-items:stretch}._addFileButton_1qku3_309,._inlineAddLessonBtn_1qku3_976,._modalCancel_1qku3_1206{width:100%}._courseItem_1qku3_636,._fileItem_1qku3_379,._inlineLessonListItem_1qku3_1036{align-items:flex-start}}@media (width<=480px){._adminPanel_1qku3_1{padding:12px 10px}._formSection_1qku3_29,._listSection_1qku3_31{border-radius:16px;padding:16px}._sectionTitle_1qku3_59{font-size:16px}._courseItem_1qku3_636{gap:8px}._courseThumbnail_1qku3_668{width:50px;height:50px}._input_1qku3_151,._textarea_1qku3_153,._select_1qku3_155{font-size:16px}._modal_1qku3_1142{border-radius:14px;padding:16px}}._page_gqh5m_1{view-transition-name:auth-page;background:linear-gradient(160deg,#e8eef9 0%,#f0f4ff 45%,#e9ecf5 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}._card_gqh5m_23{background:#fff;border-radius:24px;width:100%;max-width:880px;min-height:520px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #1e3a8a38,inset 0 0 0 1px #fff9}._panel_gqh5m_49{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:clamp(32px,5vw,56px) clamp(28px,4vw,48px);display:flex}._panelLight_gqh5m_67{background:#fff}._panelGradient_gqh5m_75{color:#fff;text-align:center;background:linear-gradient(145deg,#3b6fd8 0%,#2b52b5 42%,#1e3a8a 100%);align-items:center}._title_gqh5m_89{letter-spacing:-.02em;color:#111827;text-align:center;margin:0 0 8px;font-size:clamp(1.75rem,3vw,2rem);font-weight:700}._titleLight_gqh5m_107{color:#fff}._titleContainer_gqh5m_115{flex-direction:column;justify-content:center;align-items:center;margin-top:28%;display:flex}._subtitle_gqh5m_131{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:320px;margin:0 0 28px;font-size:.875rem;line-height:1.5;display:flex}._subtitleLight_gqh5m_157{color:#ffffffe0;max-width:280px}._subtitleLight2_gqh5m_167{color:#ffffffe0;max-width:280px;margin-top:50px}._socialRow_gqh5m_179{justify-content:center;gap:14px;margin-bottom:20px;display:flex}._socialBtn_gqh5m_193{color:#3b6fd8;cursor:pointer;background:#fff;border:1.5px solid #3b6fd8;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s,background .15s,color .15s;display:flex}._socialBtn_gqh5m_193:hover{background:#eff6ff;transform:translateY(-2px)}._socialBtn_gqh5m_193 svg{width:18px;height:18px}._divider_gqh5m_241{text-align:center;color:#9ca3af;margin:0 0 22px;font-size:.8125rem}._form_gqh5m_255{flex-direction:column;gap:16px;width:100%;max-width:340px;margin:0 auto;display:flex}._input_gqh5m_273{color:#111827;box-sizing:border-box;background:#f3f4f6;border:none;border-radius:14px;outline:none;width:100%;padding:14px 18px;font-size:.9375rem;transition:box-shadow .2s,background .2s}._input_gqh5m_273::placeholder{color:#9ca3af}._input_gqh5m_273:focus{background:#eef2ff;box-shadow:0 0 0 2px #3b6fd859}._forgot_gqh5m_317{color:#3b6fd8;cursor:pointer;background:0 0;border:none;align-self:center;margin-top:-4px;padding:0;font-size:.8125rem;text-decoration:none}._forgot_gqh5m_317:hover{text-decoration:underline}._submit_gqh5m_349{letter-spacing:.08em;text-transform:uppercase;color:#fff;cursor:pointer;background:linear-gradient(#4e7ee8 0%,#2b52b5 100%);border:none;border-radius:14px;margin-top:8px;padding:14px 24px;font-size:.8125rem;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 8px 20px #2b52b559}._submit_gqh5m_349:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #2b52b566}._submit_gqh5m_349:disabled{opacity:.65;cursor:not-allowed}._ghost_gqh5m_401{letter-spacing:.08em;text-transform:uppercase;color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:14px;margin-top:28px;padding:12px 42px;font-size:.8125rem;font-weight:700;transition:background .2s,color .2s,transform .15s}._ghost_gqh5m_401:hover{background:#ffffff26;transform:translateY(-1px)}._ghostLink_gqh5m_441{letter-spacing:.08em;text-transform:uppercase;color:#fff;text-align:center;background:0 0;border:2px solid #fff;border-radius:14px;margin-top:24px;padding:12px 42px;font-size:.8125rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,transform .15s;display:inline-block}._ghostLink_gqh5m_441:hover{background:#ffffff26;transform:translateY(-1px)}._footerLink_gqh5m_485{color:#9ca3af;text-align:center;max-width:320px;margin-top:20px;margin-left:auto;margin-right:auto;font-size:.75rem;line-height:1.45}._error_gqh5m_507{color:#b91c1c;text-align:center;background:#fef2f2;border-radius:12px;padding:10px 14px;font-size:.875rem}._hint_gqh5m_525{color:#9ca3af;text-align:center;max-width:300px;margin-top:20px;font-size:.75rem;line-height:1.45}::view-transition-group(auth-page){animation-duration:.26s;animation-timing-function:cubic-bezier(.22,1,.36,1)}html[data-auth-transition=to-register]::view-transition-old(auth-page){animation:.26s both _auth-slide-out-left_gqh5m_1}html[data-auth-transition=to-register]::view-transition-new(auth-page){animation:.26s both _auth-slide-in-right_gqh5m_1}html[data-auth-transition=to-login]::view-transition-old(auth-page){animation:.26s both _auth-slide-out-right_gqh5m_1}html[data-auth-transition=to-login]::view-transition-new(auth-page){animation:.26s both _auth-slide-in-left_gqh5m_1}@keyframes _auth-slide-in-right_gqh5m_1{0%{opacity:0;transform:translate(28px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes _auth-slide-in-left_gqh5m_1{0%{opacity:0;transform:translate(-28px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes _auth-slide-out-left_gqh5m_1{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(-28px)scale(.98)}}@keyframes _auth-slide-out-right_gqh5m_1{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(28px)scale(.98)}}@media (prefers-reduced-motion:reduce){._page_gqh5m_1{view-transition-name:none}}@media (width<=768px){._card_gqh5m_23{min-height:unset;flex-direction:column;width:100%;max-width:420px}._panelGradient_gqh5m_75{padding:36px 28px}._panelLight_gqh5m_67{padding:36px 24px 44px}._titleContainer_gqh5m_115{margin-top:12%}._form_gqh5m_255{max-width:none}}@media (width<=480px){._page_gqh5m_1{padding:16px 12px}._titleContainer_gqh5m_115{margin-top:8%}._ghost_gqh5m_401,._ghostLink_gqh5m_441{box-sizing:border-box;width:100%;max-width:100%;padding:12px 20px}._input_gqh5m_273{font-size:16px}}._page_1jwfg_1{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);min-height:100vh;padding:32px 20px 60px}._topBar_1jwfg_13{max-width:900px;margin:0 auto 16px}._backBtn_1jwfg_23{cursor:pointer;color:#374151;background:#fff;border:none;border-radius:10px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 14px;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0000000f}._title_1jwfg_53{color:#111827;margin:0;font-size:1.5rem}._hint_1jwfg_65{color:#6b7280;max-width:900px;margin:0 auto 24px;font-size:14px}._section_1jwfg_79{background:#fff;border-radius:16px;max-width:900px;margin:0 auto 28px;padding:24px;box-shadow:0 8px 24px #00000014}._section_1jwfg_79 h2{color:#1f2937;margin:0 0 16px;font-size:1.1rem}._newForm_1jwfg_109{flex-direction:column;gap:12px;display:flex}._input_1jwfg_121,._textarea_1jwfg_123{border:2px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px}._inputSmall_1jwfg_137{border:2px solid #e5e7eb;border-radius:10px;max-width:120px;padding:10px 12px}._lessonList_1jwfg_151{flex-direction:column;gap:20px;display:flex}._lessonCard_1jwfg_163{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;padding:16px}._lessonGrid_1jwfg_177{grid-template-columns:1fr 100px;gap:12px;display:grid}._field_1jwfg_189{color:#374151;flex-direction:column;gap:4px;font-size:13px;font-weight:600;display:flex}._embedHint_1jwfg_207{color:#6b7280;margin:6px 0 0;font-size:12px;font-weight:400;line-height:1.45}._field_1jwfg_189._full_1jwfg_223{grid-column:1/-1}._fileRow_1jwfg_231{flex-direction:column;grid-column:1/-1;gap:6px;font-size:13px;display:flex}._fileLabel_1jwfg_247{color:#4b5563;font-weight:600}._lessonActions_1jwfg_257{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}._btnPrimary_1jwfg_271{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4e7ee8 0%,#2b52b5 100%);border:none;border-radius:10px;padding:10px 16px;font-weight:600}._btnPrimary_1jwfg_271:disabled{opacity:.6;cursor:not-allowed}._btnDanger_1jwfg_301{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:6px;padding:10px 16px;font-weight:600;display:inline-flex}._matList_1jwfg_327{margin:12px 0 0;padding-left:20px;font-size:14px}._matList_1jwfg_327 a{color:#2563eb}._footerLink_1jwfg_347{text-align:center;max-width:900px;margin:24px auto 0}._footerLink_1jwfg_347 a{color:#4f46e5;font-weight:600}@media (width<=768px){._page_1jwfg_1{padding:20px 14px 48px}._section_1jwfg_79{padding:18px 14px}._lessonGrid_1jwfg_177{grid-template-columns:1fr}._inputSmall_1jwfg_137{max-width:100%}}@media (width<=480px){._page_1jwfg_1{padding:16px 12px 40px}._title_1jwfg_53{font-size:1.25rem}._input_1jwfg_121,._textarea_1jwfg_123{font-size:16px}}.olym-root{--olym-bg0:#eef2ff;--olym-bg1:#f0f4ff;--olym-bg2:#e8eef9;--olym-surface:#fff;--olym-card-border:#e2e8f0;--olym-text:#0f172a;--olym-muted:#64748b;--olym-accent:#2563eb;--olym-accent-soft:#dbeafe;--olym-success:#059669;--olym-success-bg:#ecfdf5;--olym-danger:#dc2626;--olym-danger-bg:#fef2f2;--olym-radius:16px;--olym-shadow:0 12px 40px #0f172a14;--olym-shadow-hover:0 20px 50px #2563eb1f;min-height:100vh;color:var(--olym-text);background:radial-gradient(900px 480px at 0% 0%, #bfdbfe8c, transparent 55%), radial-gradient(700px 400px at 100% 10%, #e0e7ffb3, transparent 50%), linear-gradient(165deg, var(--olym-bg2) 0%, var(--olym-bg1) 40%, var(--olym-bg0) 100%);padding:clamp(24px,4vw,48px) clamp(16px,3vw,32px) 64px}.olym-shell{max-width:1120px;margin:0 auto}.olym-back{color:var(--olym-accent);align-items:center;gap:8px;margin-bottom:20px;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.olym-back:hover{color:#1d4ed8}.olym-hero{border-radius:calc(var(--olym-radius) + 4px);border:1px solid var(--olym-card-border);box-shadow:var(--olym-shadow);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);margin-bottom:28px;padding:clamp(24px,4vw,40px);position:relative;overflow:hidden}.olym-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb14 0%,#0000 65%);width:55%;height:100%;position:absolute;inset:-30% -15% auto auto}.olym-hero-inner{z-index:1;gap:16px;display:grid;position:relative}.olym-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--olym-accent);font-size:12px;font-weight:700}.olym-title{letter-spacing:-.02em;color:#0f2744;margin:0;font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1.15}.olym-desc{color:var(--olym-muted);max-width:62ch;margin:0;font-size:15px;line-height:1.6}.olym-hero-meta{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.olym-pill{border:1px solid var(--olym-card-border);color:var(--olym-muted);background:#f8fafc;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.olym-pill--accent{color:#1e40af;background:var(--olym-accent-soft);border-color:#bfdbfe}.olym-pill--success{color:#047857;background:var(--olym-success-bg);border-color:#a7f3d0}.olym-pill--muted{opacity:.95}.olym-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.olym-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:20px;display:grid}.olym-card{border-radius:var(--olym-radius);border:1px solid var(--olym-card-border);background:var(--olym-surface);box-shadow:var(--olym-shadow);flex-direction:column;min-height:100%;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.olym-card:hover{box-shadow:var(--olym-shadow-hover);border-color:#cbd5e1;transform:translateY(-3px)}.olym-card-media{background:linear-gradient(145deg,#e2e8f0,#cbd5e1);height:160px;position:relative}.olym-card-media img{object-fit:cover;width:100%;height:100%}.olym-card-media--empty{opacity:.4;justify-content:center;align-items:center;font-size:48px;display:flex}.olym-card-body{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.olym-card-title{letter-spacing:-.01em;color:#0f2744;margin:0;font-size:18px;font-weight:700}.olym-card-text{color:var(--olym-muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin:0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.olym-card-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.olym-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:11px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.olym-btn:disabled{opacity:.55;cursor:not-allowed}.olym-btn--primary{color:#fff;background:linear-gradient(#4e7ee8 0%,#2b52b5 100%);flex:1;min-width:140px;box-shadow:0 6px 20px #2b52b547}.olym-btn--primary:hover:not(:disabled){transform:translateY(-1px)}.olym-btn--ghost{color:#1e3a5f;background:#f1f5f9;border:1px solid #e2e8f0}.olym-btn--ghost:hover:not(:disabled){background:#e2e8f0}.olym-btn--secondary{color:#0f2744;background:#fff;border:1px solid #cbd5e1}.olym-btn--secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.olym-btn--danger{color:var(--olym-danger);background:var(--olym-danger-bg);border:1px solid #fecaca}.olym-form-panel{border-radius:var(--olym-radius);border:1px solid var(--olym-card-border);background:var(--olym-surface);box-shadow:var(--olym-shadow);gap:12px;margin-bottom:28px;padding:24px;display:grid}.olym-input,.olym-textarea{width:100%;color:var(--olym-text);background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:12px 14px;font-size:14px}.olym-input:focus,.olym-textarea:focus{border-color:var(--olym-accent);box-shadow:0 0 0 3px #2563eb26}.olym-textarea{resize:vertical;min-height:88px}.olym-empty{color:var(--olym-muted);font-size:15px}.olym-error{color:var(--olym-danger);font-size:14px}.olym-progress-wrap{margin-bottom:22px}.olym-progress-label{color:var(--olym-muted);justify-content:space-between;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.olym-progress-track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.olym-progress-fill{background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:999px;height:100%;transition:width .35s}.olym-q-card{border-radius:var(--olym-radius);border:1px solid var(--olym-card-border);background:var(--olym-surface);margin-bottom:16px;padding:22px;box-shadow:0 4px 16px #0f172a0a}.olym-q-card--ok{border-left:4px solid var(--olym-success)}.olym-q-card--bad{border-left:4px solid var(--olym-danger)}.olym-q-num{letter-spacing:.08em;color:var(--olym-accent);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800}.olym-q-text{color:#0f2744;margin:0 0 14px;font-size:16px;font-weight:650;line-height:1.45}.olym-answer{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:12px;margin-bottom:10px;padding:12px 14px;transition:background .15s,border-color .15s;display:flex}.olym-answer:hover{background:#eff6ff;border-color:#bfdbfe}.olym-answer input{accent-color:#2563eb;margin-top:3px}.olym-answer--sel{background:#eff6ff;border-color:#93c5fd}.olym-answer--correct{background:var(--olym-success-bg);border-color:#6ee7b7}.olym-answer--wrong{background:var(--olym-danger-bg);border-color:#fca5a5}.olym-result-panel{border-radius:var(--olym-radius);border:1px solid var(--olym-card-border);background:var(--olym-surface);box-shadow:var(--olym-shadow);margin-bottom:24px;padding:24px}.olym-result-panel--pass{background:linear-gradient(135deg,#ecfdf5 0%,#fff 55%);border-color:#a7f3d0}.olym-result-panel--fail{background:linear-gradient(135deg,#fef2f2 0%,#fff 55%);border-color:#fecaca}.olym-doc-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.olym-result-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:14px;margin-top:16px;display:grid}.olym-stat-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.olym-stat-val{color:#0f2744;font-size:26px;font-weight:800}.olym-stat-lbl{color:var(--olym-muted);margin-top:4px;font-size:12px;font-weight:600}.olym-banner{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:14px;margin-bottom:20px;padding:14px 18px;font-size:14px;font-weight:600}.olym-rating{margin-top:32px}.olym-rating-title{color:#0f2744;margin:0 0 6px;font-size:18px;font-weight:800}.olym-rating-sub{color:var(--olym-muted);margin:0 0 16px;font-size:14px}.olym-table-wrap{border-radius:var(--olym-radius);border:1px solid var(--olym-card-border);background:var(--olym-surface);box-shadow:var(--olym-shadow);overflow-x:auto}.olym-table{border-collapse:collapse;width:100%;font-size:14px}.olym-table th,.olym-table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:12px 16px}.olym-table th{color:var(--olym-muted);text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;font-size:12px;font-weight:700}.olym-table tr:last-child td{border-bottom:none}.olym-rank{color:var(--olym-accent);width:48px;font-weight:800}.olym-admin-row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.olym-admin-bonus-form{align-items:center;gap:6px;display:flex}.olym-admin-bonus-input{width:72px;color:var(--olym-text);background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;font-size:13px}@media (width<=720px){.olym-toolbar,.olym-card-actions{flex-direction:column;align-items:stretch}.olym-btn--primary{width:100%;min-width:0}.olym-input,.olym-textarea{font-size:16px}.olym-q-card{padding:16px}}@media (width<=480px){.olym-root{padding:16px 12px 48px}.olym-form-panel{padding:18px 14px}.olym-admin-bonus-form{flex-wrap:wrap}.olym-admin-bonus-input{width:100%;max-width:120px}}.olym-root.olym-catalog{--olym-cat-accent:#1e3a8a;--olym-cat-accent-dark:#162d6b;--olym-cat-surface:#fff;--olym-cat-border:#d7dfea;--olym-cat-muted:#56647c;--olym-cat-text:#0f172a;background:linear-gradient(#eef2f8 0%,#f7f9fc 100%);padding:clamp(20px,3vw,36px) clamp(14px,3vw,28px) 72px}.olym-catalog-shell{max-width:1180px}.olym-cat-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.olym-cat-brand{letter-spacing:.06em;text-transform:uppercase;color:var(--olym-cat-accent);margin:0 0 6px;font-size:13px;font-weight:800}.olym-cat-title{letter-spacing:-.03em;color:#0c1f3f;margin:0 0 10px;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800}.olym-cat-lead{max-width:70ch;color:var(--olym-cat-muted);margin:0;font-size:15px;line-height:1.6}.olym-cat-admin-new{cursor:pointer;color:#fff;background:linear-gradient(#2b4fa8 0%,#1b397f 100%);border:1px solid #2a4aa0;border-radius:12px;padding:10px 18px;font-size:14px;font-weight:700;transition:transform .15s,box-shadow .15s,filter .15s;box-shadow:0 8px 20px #162d6b47}.olym-cat-admin-new:hover{filter:brightness(1.02);box-shadow:0 10px 24px #162d6b59}.olym-cat-admin-new:active{transform:translateY(1px)}.olym-cat-search-row{margin-bottom:16px}.olym-cat-search{background:var(--olym-cat-surface);border:1px solid var(--olym-cat-border);border-radius:12px;align-items:center;gap:10px;max-width:520px;padding:10px 16px;display:flex;box-shadow:0 4px 18px #0f172a0d}.olym-cat-search-icon{opacity:.45;font-size:15px}.olym-cat-search input{min-width:0;color:var(--olym-cat-text);background:0 0;border:0;outline:none;flex:1;font-size:15px}.olym-cat-chips{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.olym-cat-chip{border:1px solid var(--olym-cat-border);color:#334155;cursor:pointer;background:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;transition:background .15s,color .15s,border-color .15s}.olym-cat-chip.is-active{background:var(--olym-cat-accent);border-color:var(--olym-cat-accent);color:#fff}.olym-cat-admin-form{margin-bottom:22px}.olym-cat-featured{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:16px;margin-bottom:26px;display:grid}.olym-cat-hero{color:#fff;border:1px solid #13254f55;border-radius:16px;min-height:280px;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 14px 36px #0f172a24}.olym-cat-hero-wrap,.olym-cat-side-wrap{flex-direction:column;gap:8px;display:flex}.olym-cat-hero-bg{background-color:#0000;background-image:radial-gradient(circle at 15% 20%,#3a5ba861,#0000 48%),radial-gradient(circle at 82% 64%,#1c2c5880,#0000 52%),linear-gradient(145deg,#0a1429 0%,#10203f 50%,#14294f 100%);background-position:50%;background-repeat:repeat,repeat,repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;position:absolute;inset:0}.olym-cat-hero-overlay{background:linear-gradient(#080e1e14 0%,#080e1edb 100%);position:absolute;inset:0}.olym-cat-hero-inner{z-index:1;flex-direction:column;justify-content:flex-end;gap:10px;height:100%;min-height:280px;padding:22px;display:flex;position:relative}.olym-cat-hero-badges{flex-wrap:wrap;gap:8px;display:flex}.olym-cat-badge{letter-spacing:.08em;text-transform:uppercase;background:#ffffff24;border:1px solid #ffffff47;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800;display:inline-flex}.olym-cat-badge--accent{background:#1e3a8aa3;border-color:#ffffff59}.olym-cat-hero-title{margin:0;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:800;line-height:1.2}.olym-cat-hero-desc{color:#f8fafceb;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.olym-cat-hero-meta{color:#e2e8f0f2;flex-wrap:wrap;gap:12px 18px;font-size:13px;font-weight:600;display:flex}.olym-cat-side{border:1px solid var(--olym-cat-border);background:linear-gradient(#f2f5fb 0%,#fff 60%);border-radius:16px;flex-direction:column;gap:10px;padding:20px;display:flex;box-shadow:0 10px 28px #0f172a0f}.olym-cat-side--placeholder{opacity:.6;min-height:120px}.olym-cat-side-icon{background:linear-gradient(160deg, var(--olym-cat-accent), var(--olym-cat-accent-dark));color:#fff;border-radius:10px;place-items:center;width:44px;height:44px;font-size:22px;font-weight:800;display:grid}.olym-cat-side-kicker{letter-spacing:.1em;text-transform:uppercase;color:#334a84;margin:0;font-size:11px;font-weight:800}.olym-cat-side-title{color:#0f1f44;margin:0;font-size:1.15rem;font-weight:800;line-height:1.25}.olym-cat-side-desc{color:var(--olym-cat-muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.olym-cat-side-dl{gap:8px;margin:0;font-size:13px;display:grid}.olym-cat-side-dl dt{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:11px;font-weight:700}.olym-cat-side-dl dd{color:#1e293b;margin:0;font-weight:700}.olym-cat-side-cta{background:linear-gradient(180deg, #2b4fa8 0%, var(--olym-cat-accent-dark) 100%);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-top:4px;padding:12px 14px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 8px 20px #162d6b47}.olym-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.olym-cat-card{border:1px solid var(--olym-cat-border);background:#fff;border-radius:14px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 22px #0f172a12}.olym-cat-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a1f}.olym-cat-card-link{color:inherit;text-decoration:none;display:block}.olym-cat-card-media{background:linear-gradient(145deg,#dce4ef,#c6d2e3);height:140px}.olym-cat-card-media img{object-fit:cover;width:100%;height:100%}.olym-cat-card-media--empty{opacity:.45;place-items:center;font-size:44px;display:grid}.olym-cat-card-body{padding:14px 16px 16px}.olym-cat-card-cat{letter-spacing:.08em;text-transform:uppercase;color:#1e3a8a;margin:0 0 6px;font-size:11px;font-weight:800}.olym-cat-card-title{color:#0f1f44;margin:0 0 12px;font-size:1.05rem;font-weight:800;line-height:1.25}.olym-cat-card-footer{color:#64748b;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.olym-cat-card-price{color:#1e3a8a;font-weight:800}.olym-cat-card-admin{border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:8px 12px;padding:0 16px 14px;font-size:12px;display:flex}.olym-cat-card-admin-link{color:#1e3a8a;font-weight:700;text-decoration:none}.olym-cat-card-admin-del{color:#dc2626;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:0;font-weight:700}.olym-cat-featured-admin{flex-wrap:wrap;gap:8px 12px;padding:0 4px;font-size:12px;display:flex}.olym-cat-fab{background:linear-gradient(180deg, #2b4fa8 0%, var(--olym-cat-accent-dark) 100%);color:#fff;cursor:pointer;z-index:50;border:0;border-radius:50%;width:56px;height:56px;font-size:28px;font-weight:300;line-height:1;position:fixed;bottom:clamp(20px,5vw,36px);right:clamp(16px,4vw,32px);box-shadow:0 12px 30px #162d6b59}@media (width<=960px){.olym-cat-featured{grid-template-columns:1fr}.olym-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.olym-cat-grid{grid-template-columns:1fr}.olym-cat-hero-inner{min-height:240px}}.olym-root.olym-test-exp{--olym-tx-purple:#5b51e8;--olym-tx-purple-dark:#4b42d4;--olym-tx-navy:#0f172a;--olym-tx-surface:#fff;--olym-tx-muted:#6b7280;--olym-tx-border:#e5e7eb;--olym-tx-sky:#e0f2fe;--olym-tx-sky-mid:#bae6fd;--olym-tx-sky-deep:#7dd3fc;--olym-tx-sky-text:#0c4a6e;--olym-tx-sky-border:#7dd3fc;--olym-tx-opt-unsel-bg:#fff;--olym-tx-opt-sel-bg:#0ea5e9;--olym-tx-opt-sel-bg-end:#0284c7;background:#f5f3ff;padding-bottom:100px}.olym-test-shell{max-width:800px}.olym-test-back{color:#6d28d9}.olym-test-back:hover{color:var(--olym-tx-purple)}.olym-test-pagehead{background:var(--olym-tx-surface);border:1px solid var(--olym-tx-border);border-radius:22px;margin-bottom:20px;padding:22px 24px 20px;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -2px #0000000f}.olym-test-pagehead-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--olym-tx-purple);margin:0 0 6px;font-size:11px;font-weight:800}.olym-test-pagehead-title{letter-spacing:-.03em;color:#111827;margin:0 0 10px;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;line-height:1.2}.olym-test-pagehead-desc{color:var(--olym-tx-muted);margin:0 0 14px;font-size:14px;line-height:1.55}.olym-test-pagehead-pills{flex-wrap:wrap;gap:8px;display:flex}.olym-test-pill{color:#4b5563;border:1px solid var(--olym-tx-border);background:#f3f4f6;border-radius:999px;align-items:center;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.olym-test-pill--accent{color:#5b21b6;background:#ede9fe;border-color:#ddd6fe}.olym-test-status{background:var(--olym-tx-surface);border:1px solid var(--olym-tx-border);border-radius:18px;flex-wrap:wrap;align-items:center;gap:14px 20px;margin-bottom:18px;padding:14px 18px;display:flex;box-shadow:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000d}.olym-test-status-left{flex-direction:column;flex:200px;gap:4px;min-width:0;display:flex}.olym-test-olym-kicker{letter-spacing:.14em;text-transform:uppercase;color:#9ca3af;font-size:10px;font-weight:800}.olym-test-olym-name{color:#374151;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:800;overflow:hidden}.olym-test-status-mid{flex:2 260px;min-width:0}.olym-test-status-mid-row{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.olym-test-q-pos{color:var(--olym-tx-purple)}.olym-test-q-answered{color:var(--olym-tx-muted);font-size:12px;font-weight:600}.olym-test-progress-track{background:#e5e7eb;border-radius:999px;height:8px;overflow:hidden}.olym-test-progress-fill{background:linear-gradient(90deg, var(--olym-tx-purple), #8b5cf6);border-radius:999px;height:100%;transition:width .35s}.olym-test-timer-pill{background:var(--olym-tx-sky-mid);color:var(--olym-tx-sky-text);border:1px solid var(--olym-tx-sky-border);font-variant-numeric:tabular-nums;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 2px 10px #0ea5e924}.olym-test-timer-pill--warn{color:#9a3412;background:#fed7aa;border-color:#fdba74;box-shadow:0 2px 10px #ea580c2e}.olym-test-timer-pill--done{color:#475569;box-shadow:none;background:#e2e8f0;border-color:#cbd5e1}.olym-test-main-card{background:var(--olym-tx-surface);border:1px solid var(--olym-tx-border);border-radius:24px;margin-bottom:20px;padding:22px 22px 24px;box-shadow:0 10px 40px #0f172a12}.olym-test-main-card--ok{border-left:4px solid var(--olym-success)}.olym-test-main-card--bad{border-left:4px solid var(--olym-danger)}.olym-test-tags{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.olym-test-tag{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:800;display:inline-flex}.olym-test-tag--warm{color:#c2410c;background:#ffedd5}.olym-test-tag--muted{color:#4b5563;background:#f3f4f6}.olym-test-q-title{color:#111827;margin:0 0 18px;font-size:clamp(1.05rem,2.4vw,1.2rem);font-weight:800;line-height:1.45}.olym-test-opts{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.olym-test-check{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.olym-test-opt{background:var(--olym-tx-opt-unsel-bg);cursor:pointer;border:1px solid #bae6fd;border-radius:18px;align-items:center;gap:14px;padding:16px 18px;transition:border-color .15s,box-shadow .15s,background .15s,color .15s;display:flex;position:relative;box-shadow:0 1px 3px #0000000f}.olym-test-opt:hover{border-color:var(--olym-tx-sky-border);box-shadow:0 4px 14px #0ea5e924}.olym-test-opt-letter{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:grid}.olym-test-opt-text{color:#111827;text-align:left;font-size:14px;font-weight:600;line-height:1.4}.olym-test-opt--sel{background:linear-gradient(165deg, var(--olym-tx-opt-sel-bg) 0%, var(--olym-tx-opt-sel-bg-end) 100%);color:#0f172a;border-color:#0369a1;box-shadow:0 6px 22px #0284c759}.olym-test-opt--sel:hover{border-color:#075985;box-shadow:0 8px 26px #0284c766}.olym-test-opt--sel .olym-test-opt-letter{color:#0f172a;background:#fff;border-color:#0369a1}.olym-test-opt--sel .olym-test-opt-text{color:#0f172a}.olym-test-opt:has(.olym-test-check:checked){background:linear-gradient(165deg, var(--olym-tx-opt-sel-bg) 0%, var(--olym-tx-opt-sel-bg-end) 100%);color:#0f172a;border-color:#0369a1;box-shadow:0 6px 22px #0284c759}.olym-test-opt:has(.olym-test-check:checked) .olym-test-opt-letter{color:#0f172a;background:#fff;border-color:#0369a1}.olym-test-opt:has(.olym-test-check:checked) .olym-test-opt-text{color:#0f172a}.olym-test-opt--blocked{opacity:.75;cursor:not-allowed;pointer-events:none}.olym-test-opt--correct{background:var(--olym-success-bg);border-color:#6ee7b7}.olym-test-opt--correct .olym-test-opt-letter{color:#047857;background:#d1fae5;border-color:#6ee7b7}.olym-test-opt--wrong{background:var(--olym-danger-bg);border-color:#fca5a5}.olym-test-opt--wrong .olym-test-opt-letter{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.olym-test-main-card--ok .olym-test-opt,.olym-test-main-card--bad .olym-test-opt{cursor:default}.olym-test-main-card--ok .olym-test-opt:hover,.olym-test-main-card--bad .olym-test-opt:hover{box-shadow:0 4px 6px -1px #00000014,0 2px 4px -2px #0000000f}.olym-test-results-block{flex-direction:column;gap:18px;margin-bottom:8px;display:flex}.olym-test-footer{z-index:40;padding:14px clamp(16px,4vw,28px);padding-bottom:max(14px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--olym-tx-border);background:#ffffffeb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #0f172a0f}.olym-test-footer-prev{cursor:pointer;background:var(--olym-tx-sky);color:var(--olym-tx-sky-text);border:1px solid #93c5fd;border-radius:14px;padding:12px 18px;font-size:14px;font-weight:700;transition:opacity .15s,transform .15s,filter .15s,box-shadow .15s;box-shadow:0 2px 8px #0ea5e91a}.olym-test-footer-prev:hover:not(:disabled){filter:brightness(.98);transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e929}.olym-test-footer-prev:disabled{opacity:.45;cursor:not-allowed}.olym-test-footer-next{cursor:pointer;background:var(--olym-tx-sky);color:var(--olym-tx-sky-text);border:1px solid #93c5fd;border-radius:14px;padding:12px 22px;font-size:14px;font-weight:800;transition:opacity .15s,transform .15s,filter .15s,box-shadow .15s;box-shadow:0 2px 8px #0ea5e91a}.olym-test-footer-next:hover:not(:disabled){filter:brightness(.98);transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e929}.olym-test-footer-next:disabled{opacity:.65;cursor:not-allowed}.olym-test-footer-next--submit{background:var(--olym-tx-sky-deep);color:#0c4a6e;border-color:#38bdf8;box-shadow:0 4px 16px #0ea5e938}.olym-test-footer-next--submit:hover:not(:disabled){filter:brightness(.97);box-shadow:0 6px 18px #0ea5e947}.olym-test-dots{flex:1;justify-content:center;align-items:center;gap:8px;min-width:120px;display:flex}.olym-test-dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:transform .15s,background .15s}.olym-test-dot:hover{transform:scale(1.15)}.olym-test-dot.is-active{background:var(--olym-tx-purple);transform:scale(1.2)}@media (width<=640px){.olym-test-opts{grid-template-columns:1fr}.olym-test-status{flex-direction:column;align-items:stretch}.olym-test-timer-pill{align-self:flex-start}.olym-test-footer{justify-content:center}.olym-test-dots{flex:none;order:-1;width:100%}}@media (width<=720px){.olym-root,.olym-shell,.olym-catalog-shell,.olym-test-shell{min-width:0;overflow-x:clip}.olym-hero,.olym-card,.olym-form-panel,.olym-q-card,.olym-result-panel,.olym-cat-hero,.olym-cat-card,.olym-test-card{border-radius:14px}.olym-hero-meta,.olym-card-actions,.olym-doc-actions,.olym-cat-hero-meta{flex-direction:column;align-items:stretch}.olym-pill,.olym-btn,.olym-cat-hero-pill,.olym-cat-btn{width:100%}.olym-table-wrap{-webkit-overflow-scrolling:touch}.olym-root:not(.olym-test-exp){padding-top:28px}.olym-hero{margin-bottom:18px;padding:18px 16px}.olym-title{overflow-wrap:anywhere;font-size:clamp(1.45rem,8vw,2rem);line-height:1.12}.olym-rating{margin-top:24px}.olym-table-wrap{border-radius:14px;max-width:100%;overflow-x:auto}.olym-table{min-width:680px}.olym-table th,.olym-table td{vertical-align:top;padding:10px 12px}.olym-admin-row-actions,.olym-admin-bonus-form{flex-direction:column;align-items:stretch}.olym-admin-row-actions .olym-btn,.olym-admin-bonus-form .olym-btn,.olym-admin-bonus-input{width:100%;max-width:none}}@media (width<=480px){.olym-root{padding-left:10px;padding-right:10px}.olym-root:not(.olym-test-exp){padding-top:34px}.olym-hero,.olym-card-body,.olym-form-panel,.olym-result-panel,.olym-cat-card-body,.olym-test-card{padding:16px}.olym-title,.olym-cat-title,.olym-test-title,.olym-q-text{overflow-wrap:anywhere;line-height:1.15}.olym-card-media,.olym-cat-card-media{aspect-ratio:16/9;height:auto}.olym-back{margin-bottom:14px}.olym-rating-title{font-size:17px}.olym-rating-sub{font-size:13px;line-height:1.5}}@media (width<=640px){.olym-root.olym-test-exp{padding-top:12px}.olym-test-pagehead{margin-bottom:12px}.olym-test-status{border-radius:14px;gap:8px;margin-bottom:8px;padding:10px 12px}.olym-test-status-left{flex:none;gap:2px}.olym-test-status-mid{flex:none}.olym-test-status-mid-row{margin-bottom:6px}.olym-test-timer-pill{padding:8px 12px}.olym-test-main-card{border-radius:16px;margin-bottom:12px;padding:16px 14px 18px}}.profile-page{box-sizing:border-box;width:100%;min-width:0;max-width:100%;min-height:100dvh;padding-top:clamp(4px,1.5vw,12px);padding-bottom:max(clamp(20px, 4vw, 32px), env(safe-area-inset-bottom,0px))}.profile-admin-page{background:#f6f8fd}.profile-admin-shell{grid-template-columns:250px 1fr;gap:20px;max-width:1380px;margin:0 auto;display:grid}.profile-admin-sidebar{background:#fff;border:1px solid #e8edf7;border-radius:18px;flex-direction:column;gap:14px;min-height:calc(100vh - 48px);padding:18px 14px;display:flex}.profile-admin-logo{border-bottom:1px solid #eef2fa;align-items:center;gap:10px;padding:8px 6px 12px;display:flex}.profile-admin-logo-icon{color:#fff;background:linear-gradient(160deg,#4a4cf6,#3339d6);border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.profile-admin-logo strong{color:#182949;display:block}.profile-admin-logo span{color:#8391a9;font-size:13px}.profile-admin-nav{gap:6px;display:grid}.profile-admin-nav button,.profile-admin-side-bottom button{text-align:left;color:#33466a;cursor:default;background:0 0;border:0;border-radius:10px;padding:10px 12px}.profile-admin-nav button.is-active{color:#2d43cf;background:#eef1ff;font-weight:700}.profile-admin-side-bottom{gap:6px;margin-top:auto;display:grid}.profile-admin-main{background:#fff;border:1px solid #e8edf7;border-radius:18px;padding:clamp(14px,2vw,24px)}.profile-admin-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.profile-admin-header h1{color:#152744;margin:0}.profile-admin-header p{color:#66758f;margin:6px 0 0}.profile-admin-user{color:#3a4f7b;background:#f4f7ff;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600}.profile-admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.profile-admin-stats article{background:#fff;border:1px solid #e9edf8;border-radius:14px;padding:14px}.profile-admin-stats p{color:#8290a8;margin:0;font-size:13px}.profile-admin-stats h3{color:#152744;margin:8px 0 4px;font-size:1.8rem}.profile-admin-stats span{color:#6f7f99;font-size:12px}.profile-admin-table-wrap{background:#fff;border:1px solid #e9edf8;border-radius:16px;overflow:hidden}.profile-admin-toolbar{border-bottom:1px solid #edf2fa;justify-content:space-between;gap:10px;padding:12px;display:flex}.profile-admin-toolbar input{color:#4a5d80;border:1px solid #dfe6f4;border-radius:10px;flex:1;min-width:0;padding:10px 12px}.profile-admin-actions{gap:8px;display:flex}.profile-admin-actions button{color:#2f446d;background:#fff;border:1px solid #dfe6f4;border-radius:10px;padding:10px 12px;font-weight:600}.profile-admin-table{border-collapse:collapse;width:100%}.profile-admin-table th,.profile-admin-table td{text-align:left;border-bottom:1px solid #edf2fa;padding:12px;font-size:14px}.profile-admin-table th{color:#7d8ca4;text-transform:uppercase;letter-spacing:.04em;font-size:12px}.profile-admin-status{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.profile-admin-status.ok{color:#11844b;background:#e9fbef}.profile-admin-status.pending{color:#a66308;background:#fff4e5}.profile-admin-status.warn{color:#b2234d;background:#feecef}.profile-admin-modal-backdrop{z-index:1200;background:#0f172a73;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.profile-admin-modal{background:#fff;border:1px solid #e5ebfa;border-radius:18px;width:min(560px,100%);padding:20px;box-shadow:0 24px 50px #14234c40}.profile-admin-modal h3{color:#152744;margin:0}.profile-admin-modal p{color:#66758f;margin:8px 0 0}.profile-admin-type-list{gap:10px;margin-top:14px;display:grid}.profile-admin-type-list button{text-align:left;cursor:pointer;background:#f8faff;border:1px solid #dbe5f8;border-radius:12px;padding:12px}.profile-admin-type-list button strong{color:#1a2f57;display:block}.profile-admin-type-list button span{color:#657794;margin-top:4px;font-size:13px;display:block}.profile-admin-modal-form{gap:8px;margin-top:14px;display:grid}.profile-admin-modal-form label{color:#425a80;font-size:13px;font-weight:600}.profile-admin-modal-form input,.profile-admin-modal-form textarea{color:#24385f;border:1px solid #d9e2f4;border-radius:10px;padding:10px 12px}.profile-admin-modal-actions{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.profile-admin-modal-actions button{color:#fff;background:#2f46d9;border:1px solid #2f46d9;border-radius:10px;padding:9px 13px;font-weight:700}.profile-admin-modal-actions button.is-secondary{color:#324572;background:#fff;border-color:#d9e2f4}.profile-user-page{background:#f7f9ff}.profile-user-shell{grid-template-columns:220px 1fr;gap:18px;max-width:1380px;margin:0 auto;display:grid}.profile-user-sidebar{background:#fff;border:1px solid #e8edf7;border-radius:18px;flex-direction:column;gap:14px;padding:14px;display:flex}.profile-user-brand{border-bottom:1px solid #edf1fa;align-items:center;gap:10px;padding-bottom:12px;display:flex}.profile-user-brand-icon{color:#fff;background:linear-gradient(160deg,#4a4cf6,#3339d6);border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.profile-user-brand strong{color:#1b2f55;display:block}.profile-user-brand span{color:#8290a8;font-size:13px}.profile-user-nav{gap:6px;display:grid}.profile-user-nav button{color:#40557a;text-align:left;background:0 0;border:0;border-radius:10px;padding:10px 12px;font-weight:600}.profile-user-nav button.is-active{color:#2d43cf;background:#eef1ff}.profile-user-pro{color:#fff;background:linear-gradient(160deg,#4150ed,#3038c8);border-radius:16px;margin-top:auto;padding:14px}.profile-user-pro p{opacity:.85;margin:0 0 6px;font-size:12px}.profile-user-pro h4{margin:0 0 10px;font-size:14px;line-height:1.4}.profile-user-pro button{color:#2e3fcc;background:#fff;border:0;border-radius:999px;padding:8px 12px;font-weight:700}.profile-user-main{gap:14px;display:grid}.profile-user-hero{background:#fff;border:1px solid #e8edf7;border-radius:22px;grid-template-columns:104px 1fr;align-items:center;gap:16px;padding:clamp(14px,3vw,24px);display:grid}.profile-user-avatar{color:#253a89;background:linear-gradient(145deg,#dbe4ff,#bfcfff);border-radius:50%;place-items:center;width:96px;height:96px;font-size:34px;font-weight:800;display:grid}.profile-user-tag{color:#3f54ea;background:#eef1ff;border-radius:999px;margin:0 0 4px;padding:4px 9px;font-size:11px;font-weight:700;display:inline-block}.profile-user-hero h1{color:#122649;margin:0}.profile-user-hero p{color:#6b7b97;margin:6px 0 0}.profile-user-hero-actions{gap:8px;margin-top:12px;display:flex}.profile-user-hero-actions button,.profile-user-hero-actions a{border:0;border-radius:999px;padding:9px 14px;font-weight:700;text-decoration:none}.profile-user-hero-actions button{color:#fff;background:#3f54ea}.profile-user-hero-actions a{color:#2d43cf;background:#edf2ff}.profile-user-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.profile-user-kpis article{text-align:center;background:#fff;border:1px solid #e8edf7;border-radius:18px;padding:16px}.profile-user-kpis p{color:#1a3057;margin:0;font-size:2rem;font-weight:800}.profile-user-kpis span{color:#8391a9;letter-spacing:.05em;font-size:12px;font-weight:700}.profile-user-tabs{flex-wrap:wrap;gap:8px;display:flex}.profile-user-tabs button{color:#40557a;background:#fff;border:1px solid #dfe6f5;border-radius:999px;padding:8px 14px;font-weight:700}.profile-user-tabs button.is-active{color:#fff;background:#3f54ea;border-color:#3f54ea}.profile-user-content{grid-template-columns:minmax(0,1fr) 290px;gap:12px;display:grid}.profile-user-modules,.profile-user-olymps{background:#fff;border:1px solid #e8edf7;border-radius:20px;padding:14px}.profile-user-content-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.profile-user-content-head h2{color:#152744;margin:0;font-size:1.35rem}.profile-user-content-head a{color:#3f54ea;font-weight:700;text-decoration:none}.profile-user-module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-user-module-card{border:1px solid #e9edf8;border-radius:16px;overflow:hidden}.profile-user-module-cover{background:linear-gradient(165deg,#101f42 0%,#1f366f 55%,#263c8a 100%);height:92px}.profile-user-module-body{padding:12px}.profile-user-module-body h3{color:#172b51;margin:0;font-size:1.1rem}.profile-user-module-body p{color:#72819c;margin:6px 0 10px;font-size:13px}.profile-user-progress-line{background:#e8edf9;border-radius:999px;height:7px;overflow:hidden}.profile-user-progress-line span{background:linear-gradient(90deg,#5064ef,#3349db);border-radius:999px;height:100%;display:block}.profile-user-module-body strong{color:#3147c3;margin-top:8px;display:block}.profile-user-olymp-list{gap:8px;display:grid}.profile-user-olymp-item{border:1px solid #e9edf8;border-radius:14px;justify-content:space-between;align-items:center;gap:8px;padding:10px;display:flex}.profile-user-olymp-item h3{color:#182a4d;margin:0;font-size:.98rem}.profile-user-olymp-item p{color:#6f7e99;margin:4px 0 0;font-size:12px}.profile-user-olymp-item strong{color:#3147c3}.profile-user-download-btn{color:#3046c8;background:#edf2ff;border-radius:12px;justify-content:center;width:100%;margin-top:12px;padding:10px;font-weight:700;text-decoration:none;display:inline-flex}.profile-user-diplomas{border-top:1px solid #e9edf8;margin-top:14px;padding-top:12px}.profile-user-diploma-upload{color:#3046c8;cursor:pointer;background:#f6f8ff;border:1px dashed #9eb0e4;border-radius:10px;justify-content:center;align-items:center;width:100%;padding:9px 10px;font-weight:700;display:inline-flex}.profile-user-diploma-upload input{display:none}.profile-user-diploma-list{gap:8px;margin-top:10px;display:grid}.profile-user-diploma-item{border:1px solid #e9edf8;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.profile-user-diploma-link{color:#1f356f;text-overflow:ellipsis;white-space:nowrap;font-weight:600;text-decoration:none;overflow:hidden}button.profile-user-diploma-link{font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;max-width:min(100%,220px);padding:0}button.profile-user-diploma-link:hover{text-decoration:underline}.profile-user-diploma-del{color:#a82e4f;background:#ffe8ee;border:0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.profile-diploma-modal-backdrop{z-index:1400;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.profile-diploma-modal{background:#fff;border:1px solid #e3e9f7;border-radius:16px;flex-direction:column;width:min(960px,100%);max-height:min(92vh,900px);display:flex;overflow:hidden;box-shadow:0 24px 48px #14234c47}.profile-diploma-modal-head{border-bottom:1px solid #edf1f8;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.profile-diploma-modal-title{color:#152744;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:700;overflow:hidden}.profile-diploma-modal-close{color:#33466a;cursor:pointer;background:#f1f4fb;border:0;border-radius:10px;flex:none;width:36px;height:36px;font-size:22px;line-height:1}.profile-diploma-modal-close:hover{background:#e4e9f7}.profile-diploma-modal-body{background:#0f172a0a;justify-content:center;align-items:flex-start;min-height:120px;padding:12px;display:flex;overflow:auto}.profile-diploma-modal-body img{border-radius:10px;max-width:100%;height:auto;display:block;box-shadow:0 8px 24px #0f172a1f}.profile-user-empty{color:#7d8ca6;margin:0}.profile-user-settings-layout{gap:12px;display:grid}.profile-user-settings-top{background:#fff;border:1px solid #e8edf7;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.profile-user-settings-top h2{color:#152744;margin:0}.profile-user-settings-top p{color:#697a97;margin:6px 0 0}.profile-user-settings-actions{gap:8px;display:flex}.profile-user-settings-actions button{color:#324572;background:#fff;border:1px solid #dce5f5;border-radius:999px;padding:10px 14px;font-weight:700}.profile-user-settings-actions button:last-child{color:#fff;background:#2f46d9;border-color:#2f46d9}.profile-user-settings-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:10px 12px;font-size:14px}.profile-user-settings-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:10px 12px;font-size:14px}.profile-user-settings-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:12px;display:grid}.profile-user-settings-card{background:#fff;border:1px solid #e8edf7;border-radius:20px;padding:16px}.profile-user-settings-card h3{color:#152744;margin:0 0 12px}.profile-user-settings-card label{color:#60718f;letter-spacing:.03em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.profile-user-settings-card input{color:#233760;background:#f7f8ff;border:1px solid #dce5f5;border-radius:11px;width:100%;margin-bottom:10px;padding:10px 12px}.profile-user-settings-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-user-setting-row{border-bottom:1px solid #edf2fa;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.profile-user-setting-row:last-child{border-bottom:0}.profile-user-setting-row strong{color:#1d3158;display:block}.profile-user-setting-row span{color:#71809c;font-size:13px}.profile-toggle{background:#dbe3f2;border:0;border-radius:999px;flex:none;width:48px;height:28px;position:relative}.profile-toggle:after{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:left .15s;position:absolute;top:4px;left:4px}.profile-toggle.on{background:#344bdf}.profile-toggle.on:after{left:24px}.profile-user-settings-danger{background:#fff8f9;border:1px dashed #f4b1bb}.profile-user-settings-danger p{color:#b04556;margin:0 0 10px}.profile-user-settings-danger button{color:#fff;opacity:.7;background:#fca5b3;border:0;border-radius:11px;padding:10px 14px;font-weight:700}.profile-inner{width:100%;min-width:0;max-width:min(980px,100%)}.profile-page .profile-title{font-size:clamp(1.35rem,5vw,2rem);line-height:1.2}.profile-stats-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,148px),1fr))}@media (width<=480px){.profile-stats-grid{grid-template-columns:1fr 1fr}}@media (width<=360px){.profile-stats-grid{grid-template-columns:1fr}}.profile-section-head{flex-wrap:wrap}.profile-select{width:100%;min-width:0;max-width:min(100%,420px)}.profile-list-row{align-items:flex-start}@media (width<=640px){.profile-section-head{flex-direction:column;align-items:stretch}.profile-section-head .profile-link-btn{align-self:flex-start}}@media (width<=1100px){.profile-admin-shell{grid-template-columns:1fr}.profile-admin-sidebar{min-height:unset}.profile-admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-user-shell{grid-template-columns:1fr}.profile-user-sidebar{min-height:unset}.profile-user-content{grid-template-columns:1fr}}@media (width<=760px){.profile-page,.profile-admin-shell,.profile-user-shell,.profile-user-main,.profile-user-content{min-width:0;overflow-x:clip}.profile-page{padding-top:22px}.profile-admin-toolbar,.profile-admin-header{flex-direction:column;align-items:stretch}.profile-admin-header h1{overflow-wrap:anywhere;font-size:clamp(1.6rem,8vw,2.25rem);line-height:1.12}.profile-admin-header p,.profile-admin-user{overflow-wrap:anywhere}.profile-admin-actions{flex-wrap:wrap;width:100%}.profile-admin-actions button,.profile-user-settings-actions button,.profile-user-settings-actions a{flex:160px}.profile-admin-stats{grid-template-columns:1fr}.profile-admin-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.profile-admin-table{min-width:700px}.profile-user-hero{border-radius:16px;grid-template-columns:1fr;justify-items:start;gap:12px;padding:12px}.profile-user-avatar{width:72px;height:72px;font-size:28px}.profile-user-hero h1{font-size:1.85rem;line-height:1.05}.profile-user-hero-actions{gap:6px;margin-top:8px}.profile-user-hero-actions button,.profile-user-hero-actions a{padding:8px 11px;font-size:12px}.profile-user-pro{border-radius:12px;padding:10px}.profile-user-pro h4{margin-bottom:8px;font-size:12px}.profile-user-pro button{padding:7px 10px;font-size:12px}.profile-user-kpis{grid-template-columns:1fr;gap:8px}.profile-user-kpis article{border-radius:14px;padding:12px}.profile-user-kpis p{font-size:1.4rem}.profile-user-brand-name{display:none}.profile-user-module-grid{grid-template-columns:1fr}.profile-user-settings-top{flex-direction:column;align-items:flex-start}.profile-user-settings-actions{flex-wrap:wrap;width:100%}.profile-user-settings-grid,.profile-user-settings-two{grid-template-columns:1fr}}@media (width<=560px){.profile-page{padding-top:30px}.profile-admin-main{padding:14px}.profile-admin-header h1{font-size:clamp(1.45rem,7vw,1.75rem)}.profile-user-shell{gap:10px}.profile-user-sidebar{border-radius:12px;gap:10px;padding:10px}.profile-user-brand{padding-bottom:10px}.profile-user-main{gap:10px}.profile-user-hero{text-align:center;border-radius:14px;grid-template-columns:1fr;justify-items:center;gap:12px;padding:10px}.profile-user-avatar{width:86px;height:86px;font-size:30px}.profile-user-tag{margin-bottom:8px;padding:3px 8px;font-size:10px}.profile-user-hero h1{overflow-wrap:anywhere;font-size:1.55rem;line-height:1.15}.profile-user-hero p{overflow-wrap:anywhere;word-break:break-word;max-width:100%;font-size:13px}.profile-user-hero-actions{flex-direction:column;width:100%}.profile-user-hero-actions button,.profile-user-hero-actions a{width:100%;min-height:42px;padding:10px 12px;font-size:11px}.profile-user-tabs button{padding:6px 10px;font-size:12px}.profile-user-kpis p{font-size:1.45rem}.profile-user-kpis span{font-size:10px}.profile-list-row{flex-direction:column;align-items:stretch}.profile-list-row .profile-badge,.profile-list-row .profile-progress{align-self:stretch}.profile-admin-actions button,.profile-user-settings-actions button,.profile-user-settings-actions a,.profile-link-btn{width:100%}.profile-section-card,.profile-user-sidebar,.profile-user-card,.profile-user-pro,.profile-user-kpis article{border-radius:12px}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#3b6fd8;--primary-dark:#2b52b5;--primary-light:#6b9aeb;--secondary:#5b8def;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--dark:#1f2937;--gray:#6b7280;--light-gray:#f3f4f6;--border:#e5e7eb;--shadow:0 2px 8px #0000001a;--shadow-lg:0 10px 25px #0000001a}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}body{color:var(--dark);overflow-wrap:anywhere;background-color:#f9fafb;min-width:0;min-height:100svh;font-family:Montserrat,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;width:100%;min-width:0;min-height:100svh;display:flex;overflow-x:clip}main{flex:1;min-width:0}img,svg,video,canvas,iframe{max-width:100%}img,video,canvas{height:auto}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}.btn{cursor:pointer;text-align:center;white-space:nowrap;overflow-wrap:anywhere;border:none;border-radius:6px;justify-content:center;align-items:center;max-width:100%;min-height:42px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{color:var(--primary);border:2px solid var(--primary);background-color:#0000}.btn-secondary:hover{background-color:var(--primary);color:#fff}.btn-success{background-color:var(--success);color:#fff}.btn-large{border-radius:8px;padding:14px 32px;font-size:16px}.form-group{margin-bottom:20px}.form-group label{color:var(--dark);margin-bottom:8px;font-weight:600;display:block}.form-input,.form-select,textarea,select{border:2px solid var(--border);border-radius:6px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .3s}.form-input:focus,.form-select:focus,textarea:focus,select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6366f11a}textarea{resize:vertical;min-height:100px}.loading{color:var(--gray);justify-content:center;align-items:center;padding:60px 20px;font-size:18px;display:flex}.error{color:var(--error);background-color:#ef44441a;border-radius:8px;justify-content:center;align-items:center;padding:60px 20px;font-size:18px;display:flex}.error-message{color:#dc2626;background-color:#fee2e2;border-left:4px solid #dc2626;border-radius:6px;margin-bottom:16px;padding:12px 16px}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-icon{margin-bottom:20px;font-size:64px}.badge{background-color:var(--light-gray);color:var(--dark);border-radius:20px;margin-right:8px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.category-badge{background-color:var(--primary);color:#fff;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}@media (width<=768px){.btn-large{padding:12px 24px;font-size:14px}.btn{white-space:normal;width:auto;min-height:44px;line-height:1.35}.form-input,textarea,select{padding:10px 12px;font-size:16px}.loading,.error,.empty-state{padding:40px 14px;font-size:16px}}@media (width<=480px){.btn{width:100%}.badge,.category-badge{overflow-wrap:anywhere;margin-bottom:6px}}:root{--main-inline-pad:clamp(16px, 3vw, 40px)}main{min-height:calc(100dvh - 80px);padding:0 var(--main-inline-pad);padding-left:max(var(--main-inline-pad), env(safe-area-inset-left,0px));padding-right:max(var(--main-inline-pad), env(safe-area-inset-right,0px));padding-bottom:max(0px, env(safe-area-inset-bottom,0px));background:linear-gradient(#f4f6f8 0%,#eef1f4 55%,#e8ecf0 100%);min-width:0;display:flow-root}.home-page{width:100%;max-width:none;margin:0}.courses-page,.my-learning-page{width:100%;max-width:1400px;margin:0 auto}.course-details-page,.auth-page{width:100%}@media (width<=1024px){:root{--main-inline-pad:clamp(16px, 3.5vw, 40px)}}@media (width<=768px){:root{--main-inline-pad:14px}main{min-height:calc(100dvh - 56px)}}@media (width<=480px){:root{--main-inline-pad:10px}main{min-height:calc(100dvh - 48px)}}
