:root{--bg:#f4f7fc;--surface:#fff;--line:#e3e8f4;--text:#111827;--muted:#6b7280;--primary:#2f5ef3;--primary-dark:#1e48ca;--radius:14px}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;color:var(--text);background:radial-gradient(circle at top right, #dce5ff, var(--bg) 35%);margin:0;font-family:Montserrat,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.page{min-height:100vh}.top-nav,.app-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6}.top-nav-inner,.app-header{justify-content:space-between;align-items:center;width:min(1240px,100% - 2rem);min-height:72px;margin:0 auto;display:flex}.logo{align-items:center;gap:10px;font-weight:800;display:flex}.logo-full-image{width:auto;height:36px;display:block}.logo-mark{color:#fff;background:linear-gradient(140deg, var(--primary), #62a0ff);border-radius:10px;place-items:center;width:32px;height:32px;font-size:24px;display:grid}.main-links,.nav-actions,.hero-actions,.shell{align-items:center;gap:12px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;padding:10px 20px;font-weight:700}.btn-primary{background:linear-gradient(140deg, var(--primary), var(--primary-dark));color:#fff}.btn-outline{color:var(--primary);background:#edf2ff;border-color:#c7d6ff}.hero{color:#fff;background:linear-gradient(145deg,#061137,#112a73 60%,#0a1e56);border-radius:24px;grid-template-columns:1.1fr 1fr;gap:16px;width:min(1240px,100% - 2rem);margin:24px auto;padding:48px;display:grid}.hero h1{margin:12px 0;font-size:clamp(38px,5vw,68px);line-height:1.04}.hero-copy{color:#ebf4ffcc;max-width:540px}.hero-pill{background:#ffffff1a;border:1px solid #fff3;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:700;display:inline-block}.hero-visual{min-height:320px;position:relative}.glow{background:radial-gradient(circle,#3a7cff,#214cbf 65%,#132b67);border-radius:50%;width:280px;height:280px;position:absolute;top:24px;right:28px;box-shadow:0 0 84px #3a7cff73}.hero-visual .badge{border-radius:var(--radius);background:#ffffff24;border:1px solid #ffffff3d;padding:12px 14px;font-weight:700;position:absolute}.hero-visual .badge.top{top:18px;right:0}.hero-visual .badge.bottom{bottom:20px;left:20px}.auth-wrap{place-items:center;min-height:calc(100vh - 72px);display:grid}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;width:min(460px,100% - 2rem);padding:28px}.field{gap:6px;margin:10px 0;font-size:14px;font-weight:700;display:grid}.field input{border:1px solid var(--line);border-radius:10px;height:44px;padding:0 12px}.full{width:100%;margin-top:12px}.sidebar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);align-content:start;gap:8px;width:240px;padding:16px;display:grid}.sidebar-label{color:var(--muted);text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:800}.side-link{color:#3f4961;border-radius:10px;padding:10px 12px;font-weight:600}.side-link.active{color:var(--primary);background:#edf2ff}.shell{align-items:flex-start;width:min(1240px,100% - 2rem);margin:16px auto}.shell main{flex:1}.stack{gap:14px;display:grid}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px}.stats-grid,.lessons-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.kicker{color:var(--primary);text-transform:uppercase;font-size:12px;font-weight:800}.subtle{color:var(--muted)}.stat-label{color:var(--muted);font-size:13px;font-weight:700}.stat-value{margin:6px 0;font-size:32px;font-weight:800}.progress{background:#e6ebf8;border-radius:999px;height:8px;margin:10px 0;overflow:hidden}.progress span{background:linear-gradient(90deg, var(--primary), #5d9bff);height:100%;display:block}.progress-fill.p72{width:72%}.progress-fill.p91{width:91%}.video-box{color:#fff;background:#0e1530;border-radius:10px;place-items:center;min-height:220px;display:grid}.loader-screen{background:linear-gradient(#eef1ff 0%,#f7f9ff 100%);place-items:center;width:100%;min-height:100vh;display:grid;position:relative}.loader{aspect-ratio:1;--_c:no-repeat radial-gradient(farthest-side, #25b09b 92%, #0000);background:var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;background-size:14px 14px;width:84px;animation:1s linear infinite loaderSpin}@keyframes loaderSpin{to{transform:rotate(.5turn)}}@media (width<=980px){.main-links{display:none}.hero,.shell,.stats-grid,.lessons-grid{grid-template-columns:1fr}.shell{display:grid}.sidebar{width:100%}}.page-auth{background:#fff;min-height:100vh}.page-auth .top-nav{-webkit-backdrop-filter:blur(20px);background:#ffffffeb;border-bottom:1px solid #e5e5e5;height:68px;padding:0 40px}.page-auth .top-nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1280px;min-height:68px;margin:0 auto;display:flex}.page-auth .logo{align-items:center;gap:10px;font-weight:800;display:flex}.page-auth .logo-mark{background:0 0;border-radius:10px;width:36px;height:36px;display:block;overflow:hidden}.page-auth .logo-mark svg{border-radius:10px;width:36px;height:36px;display:block}.page-auth .logo-text{color:#0a0a0a;letter-spacing:.2px;font-family:Montserrat,sans-serif;font-size:19px;font-weight:800}.page-auth .nav-actions{display:none}.auth-wrap{flex:1;justify-content:center;align-items:center;min-height:calc(100vh - 68px);padding:40px;display:flex}.page-auth.no-top-nav .auth-wrap{min-height:100vh}.auth-card{text-align:center;width:100%;max-width:420px;box-shadow:none;background:0 0;border:none;border-radius:0;margin:0;padding:0}.auth-head{text-align:center;margin-bottom:36px}.auth-logo-mini{border-radius:16px;width:52px;height:52px;margin:0 auto 16px;overflow:hidden}.auth-logo-mini img,.auth-logo-mini svg{border-radius:16px;width:52px;height:52px;display:block}.auth-card h1{color:#0a0a0a;margin:0;font-size:26px;font-weight:800;line-height:1.2}.auth-sub{color:#6b7280;margin-top:6px;font-size:14px}.social-row{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px;display:grid}.social-btn{cursor:pointer;letter-spacing:.02em;-webkit-backdrop-filter:blur(12px);color:#0062ff;background:#ffffffb3;border:1.5px solid #0062ff59;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:8px;width:100%;height:40px;padding:8px 20px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0062ff1a}.social-btn:after{content:"";pointer-events:none;background:linear-gradient(#ffffff38 0%,#fff0 100%);border-radius:10px 10px 0 0;width:100%;height:50%;position:absolute;top:0;left:0}.social-btn:hover{background:#0062ff0f;transform:translateY(-2px);box-shadow:0 6px 20px #0062ff2e}.social-icon{justify-content:center;align-items:center;width:16px;height:16px;line-height:1;display:inline-flex}.apple-icon{color:#0a0a0a}.divider{color:#6b7280;align-items:center;gap:12px;margin:0 0 24px;font-size:12px;font-weight:500;display:flex}.divider:before,.divider:after{content:"";background:#e5e5e5;flex:1;height:1px}.field{text-align:left;margin:0 0 20px;line-height:1.25;display:block}.field:last-of-type{margin-bottom:0}.field input{color:#0a0a0a;background:#fff;border:1px solid #e5e5e5;border-radius:10px;outline:none;width:100%;height:46px;margin-top:6px;padding:0 16px;font-family:Montserrat,sans-serif;font-size:14px;transition:all .2s}.field-input-wrap{margin-top:6px;position:relative}.field-input-wrap input{margin-top:0;padding-right:52px}.field-visibility-toggle{color:#7d8596;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.field-visibility-toggle:hover{color:#4b5563}.field-visibility-toggle:focus-visible{outline-offset:2px;border-radius:8px;outline:2px solid #0062ff59}.field input:focus{border-color:#0062ff;box-shadow:0 0 0 3px #0062ff2e}.field input::placeholder{color:#9ca3af}.tiny-note{color:#6b7280;text-align:left;margin-top:4px;margin-bottom:28px;font-size:12px}.field-error{color:#dc2626;text-align:left;margin:2px 0 10px;font-size:11px;font-weight:500;line-height:1.2}.field-has-error{margin-bottom:8px}.field-error-inline{color:#dc2626;margin-top:4px;font-size:11px;font-weight:500;line-height:1.2;display:block}.auth-card .field{color:#0a0a0a;font-size:13px;font-weight:600}.auth-card .btn.full{letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,#0062ff 0%,#004fcc 100%);border:none;border-radius:50px;width:100%;min-height:48px;margin-top:0;padding:16px 40px;font-family:Montserrat,sans-serif;font-size:15px;font-weight:600;transition:all .25s;position:relative;box-shadow:0 4px 20px #0062ff61,inset 0 1px #fff3}.auth-card .btn.full:before{content:"";pointer-events:none;border:1px solid #ffffff8c;border-radius:50px;position:absolute;inset:0}.auth-card .btn.full:after{content:"";pointer-events:none;background:linear-gradient(#ffffff38 0%,#fff0 100%);border-radius:50px 50px 0 0;width:100%;height:50%;position:absolute;top:0;left:0}.auth-card .btn.full:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0062ff7a,inset 0 1px #fff3}.auth-card .btn.full:active{transform:translateY(0)}.sign-in-note{text-align:center;color:#6b7280;margin-top:16px;font-size:13px}.sign-in-note a{color:#0062ff;font-weight:600}@media (width<=980px){.page-auth .top-nav{padding:0 16px}.auth-wrap{align-items:flex-start;min-height:calc(100vh - 68px);padding:24px 16px}.page-auth.no-top-nav .auth-wrap{min-height:100vh}.auth-card{max-width:420px}}.page-dashboard{--blue:#0062ff;--blue-dark:#004fcc;--blue-light:#e8f0ff;--blue-glow:#0062ff2e;--ink:#0a0a0a;--white:#fff;--grey-bg:#f5f5f5;--grey-border:#e5e5e5;--grey-text:#6b7280;--grey-mid:#9ca3af;--success:#10b981;--r:10px;--r-lg:16px;--r-xl:24px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014;background:#fff;height:100vh;overflow:hidden}.page-dashboard .navbar{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--grey-border);z-index:100;background:#ffffffeb;justify-content:space-between;align-items:center;height:68px;padding:0 40px;display:flex;position:sticky;top:0}.page-dashboard .navbar-inner{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;display:flex}.page-dashboard .logo-wrap,.page-dashboard .logo{align-items:center;gap:10px;display:flex}.page-dashboard .logo-mark{place-items:initial;background:0 0;border-radius:10px;width:36px;height:36px;font-size:0;display:block;overflow:hidden}.page-dashboard .logo-mark svg{width:36px;height:36px}.page-dashboard .logo-text{color:var(--ink);letter-spacing:.2px;margin-left:0;font-size:19px;font-weight:800;transform:none}.page-dashboard .country-meta{align-items:center;gap:8px;display:flex}.page-dashboard .country-flag{font-size:22px}.page-dashboard .country-name{color:var(--grey-text);font-size:13px;font-weight:600}.page-dashboard .nav-actions{align-items:center;gap:12px;display:flex}.page-dashboard .btn-glass{cursor:pointer;letter-spacing:.02em;border:none;border-radius:50px;outline:none;padding:8px 20px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;transition:all .25s;position:relative;overflow:hidden}.page-dashboard .btn-glass:before{content:"";pointer-events:none;border:1px solid #ffffff8c;border-radius:50px;position:absolute;inset:0}.page-dashboard .btn-glass:after{content:"";pointer-events:none;background:linear-gradient(#ffffff38 0%,#fff0 100%);border-radius:50px 50px 0 0;width:100%;height:50%;position:absolute;top:0;left:0}.page-dashboard .btn-outline{-webkit-backdrop-filter:blur(12px);color:var(--blue);background:#ffffffb3;box-shadow:0 2px 12px #0062ff1a;border:1.5px solid #0062ff59!important}.page-dashboard .btn-outline:before{border:none}.page-dashboard .btn-primary{color:#fff;background:linear-gradient(135deg,#0062ff 0%,#004fcc 100%);box-shadow:0 4px 20px #0062ff61,inset 0 1px #fff3}.page-dashboard .btn-primary:hover,.page-dashboard .btn-outline:hover{transform:translateY(-2px)}.page-dashboard .avatar{background:var(--blue-light);width:40px;height:40px;color:var(--blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.page-dashboard .avatar-menu-wrap{position:relative}.page-dashboard .avatar-btn{cursor:pointer;border:none;font-family:Montserrat,sans-serif}.page-dashboard .avatar-menu{border:1px solid var(--grey-border);z-index:120;background:#fff;border-radius:12px;min-width:150px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 8px 24px #0f172a1f}.page-dashboard .avatar-menu-item{color:#ef4444;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;height:36px;padding:0 12px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600}.page-dashboard .avatar-menu-item:hover{background:#fef2f2}.page-country{--grey-border:#e5e5e5;--grey-text:#6b7280;--grey-mid:#9ca3af;--blue:#0062ff;--blue-light:#e8f0ff;background:#fff;min-height:100vh}.page-country .navbar{border-bottom:1px solid var(--grey-border);background:#ffffffeb;justify-content:space-between;align-items:center;height:68px;padding:0 40px;display:flex}.page-country .logo-wrap,.page-country .logo{align-items:center;gap:10px;display:flex}.page-country .logo-mark{border-radius:10px;width:36px;height:36px;overflow:hidden}.page-country .logo-mark svg{width:36px;height:36px}.page-country .logo-text{color:#0a0a0a;letter-spacing:.2px;font-size:19px;font-weight:800}.country-main{text-align:center;width:100%;max-width:900px;margin:0 auto;padding:56px 20px 48px}.country-step{background:var(--blue-light);height:22px;color:var(--blue);border-radius:999px;justify-content:center;align-items:center;margin-bottom:12px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.country-title{color:#0a0a0a;margin:0;font-size:48px;line-height:1.06}.country-subtitle{color:var(--grey-text);margin:8px 0 28px;font-size:16px}.country-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.country-card{text-align:left;border:1px solid var(--grey-border);cursor:pointer;background:#fff;border-radius:22px;height:176px;padding:22px;transition:border-color .2s,box-shadow .2s,background .2s}.country-card.active{background:#f2f6ff;border-color:#2d67f6;box-shadow:inset 0 0 0 1px #2d67f6}.country-card-flag{font-size:24px;line-height:1}.country-card h3{color:#10131a;margin:18px 0 4px;font-size:16px}.country-card p{color:#7a8293;margin:0 0 12px;font-size:13px}.country-chip{height:30px;color:var(--blue);background:#dfe8ff;border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.country-card-disabled{cursor:not-allowed}.country-card-more{text-align:center;border:2px dashed #d8dde8;flex-direction:column;justify-content:center;align-items:center;display:flex}.country-card-more h3{margin:0 0 4px}.country-card-more p{margin:0}.country-continue{color:#fff;border:none;min-height:52px;margin-top:26px;padding:0 34px;font-size:16px;font-weight:700}.page-dashboard .app-layout{flex:1;height:calc(100vh - 68px);display:flex}.page-dashboard .sidebar{background:var(--white);border-right:1px solid var(--grey-border);border-radius:0;flex-direction:column;flex-shrink:0;gap:0;width:240px;min-height:calc(100vh - 68px);padding:24px 16px;display:flex}.page-dashboard .sidebar-section{margin-bottom:28px}.page-dashboard .sidebar-section:last-of-type{margin-bottom:0}.page-dashboard .sidebar-label{color:var(--grey-mid);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;padding:0 12px;font-size:10px;font-weight:700}.page-dashboard .sidebar-item{color:var(--grey-text);cursor:pointer;border-radius:10px;align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;font-size:13.5px;font-weight:500;transition:all .18s;display:flex}.page-dashboard .sidebar-item:hover{background:var(--grey-bg);color:var(--ink)}.page-dashboard .sidebar-item.active{background:var(--blue-light);color:var(--blue)}.page-dashboard .sidebar-item svg{flex-shrink:0;width:18px;height:18px}.page-dashboard .sidebar-badge{background:var(--blue-light);color:var(--blue);border-radius:20px;margin-left:auto;padding:2px 7px;font-size:11px;font-weight:700}.page-dashboard .sidebar-badge-new{color:#065f46;background:#d1fae5}.page-dashboard .sidebar-quick{background:linear-gradient(135deg,#eef3ff,#e0e9ff);border:1px solid #0062ff1a;border-radius:12px;margin-top:0;padding:14px 16px}.page-dashboard .sidebar-quick-title{color:var(--blue);letter-spacing:.05em;margin-bottom:8px;font-size:11px;font-weight:700}.page-dashboard .sidebar-quick-item{color:#374151;font-size:12px;font-weight:600;display:block}.page-dashboard .sidebar-quick-item+.sidebar-quick-item{margin-top:6px}.page-dashboard .main-content{flex:1;width:100%;padding:32px 40px;overflow:hidden auto}.page-dashboard .main-content-inner{width:100%;max-width:none}.page-dashboard .scroll-area{scrollbar-width:thin}.page-dashboard .grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.page-dashboard .grid-3{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.page-dashboard .card{background:var(--white);border:1px solid var(--grey-border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;overflow:hidden}.page-dashboard .card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.page-dashboard .card-pad{padding:24px}.page-dashboard .dashboard-welcome{background:linear-gradient(135deg,#eef3ff 0%,#f0eeff 100%);border:1px solid #0062ff1a;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:24px;display:flex}.page-dashboard .dashboard-welcome-copy{flex:1;min-width:200px}.page-dashboard .dashboard-kicker-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.page-dashboard .dashboard-kicker-icon{background:linear-gradient(135deg,#0062ff,#6366f1);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.page-dashboard .dashboard-kicker{color:#0062ff;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.page-dashboard .dashboard-title{color:var(--ink);letter-spacing:-.3px;margin:0 0 4px;font-size:20px;font-weight:900}.page-dashboard .dashboard-sub{color:var(--grey-text);margin:0;font-size:13px}.page-dashboard .dashboard-sub strong{color:#f59e0b}.page-dashboard .dashboard-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.page-dashboard .dashboard-action-btn{justify-content:center;align-items:center;font-size:12px;line-height:1;display:inline-flex}.page-dashboard .dashboard-action-ask{align-items:center;gap:6px;display:inline-flex}.page-dashboard .dashboard-goal{flex-direction:column;gap:8px;min-width:160px;display:flex}.page-dashboard .dashboard-goal-label{color:#0062ff;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700}.page-dashboard .dashboard-goal-inner{align-items:center;gap:10px;display:flex}.page-dashboard .dashboard-goal-ring{flex-shrink:0;width:52px;height:52px;position:relative}.page-dashboard .dashboard-goal-ring svg{transform:rotate(-90deg)}.page-dashboard .dashboard-goal-percent{color:#0062ff;justify-content:center;align-items:center;font-size:11px;font-weight:900;display:flex;position:absolute;inset:0}.page-dashboard .dashboard-goal-time{color:#0a0a0a;font-size:13px;font-weight:800}.page-dashboard .dashboard-goal-meta{color:#9ca3af;font-size:11px;font-weight:500}.page-dashboard .dashboard-goal-diff{color:#10b981;margin-top:2px;font-size:10px;font-weight:700}.page-dashboard .dashboard-stats-grid{margin-bottom:28px}.page-dashboard .stat-card{background:var(--white);border:1px solid var(--grey-border);border-radius:var(--r-lg);padding:20px}.page-dashboard .stat-label{color:var(--grey-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:12px;font-weight:600}.page-dashboard .stat-value{color:var(--ink);font-size:28px;font-weight:800;line-height:1}.page-dashboard .stat-change{color:var(--grey-text);margin-top:6px;font-size:12px;font-weight:600}.page-dashboard .stat-up{color:var(--success)}.page-dashboard .section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-dashboard .section-title{color:var(--ink);height:auto;margin-left:0;font-size:20px;font-weight:700;transform:none}.page-dashboard .section-sub{color:var(--grey-text);margin-top:2px;font-size:13px}.page-dashboard .dashboard-learning-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px;display:grid}.page-dashboard .dashboard-lesson-card{cursor:pointer}.page-dashboard .dashboard-lesson-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.page-dashboard .dashboard-lesson-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.page-dashboard .dashboard-lesson-icon-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.page-dashboard .dashboard-lesson-icon-green{background:linear-gradient(135deg,#10b981,#059669)}.page-dashboard .dashboard-lesson-copy{padding-right:20px}.page-dashboard .dashboard-lesson-title{color:var(--ink);font-size:14px;font-weight:700}.page-dashboard .dashboard-lesson-sub{color:var(--grey-text);font-size:12px}.page-dashboard .progress-bar{background:var(--grey-border);border-radius:10px;height:6px;overflow:hidden}.page-dashboard .lesson-progress{margin-bottom:6px}.page-dashboard .progress-fill{background:linear-gradient(90deg,#0062ff,#3b82f6);border-radius:10px;height:100%}.page-dashboard .progress-fill.success{background:linear-gradient(90deg,#10b981,#34d399)}.page-dashboard .dashboard-lesson-meta{color:var(--grey-text);justify-content:space-between;font-size:12px;display:flex}.page-dashboard .badge{border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.page-dashboard .badge-blue{background:var(--blue-light);color:var(--blue)}.page-dashboard .badge-green{color:#059669;background:#d1fae5}.page-dashboard .badge-amber{color:#d97706;background:#fef3c7}.page-dashboard .dashboard-grades-grid{margin-bottom:28px}.page-dashboard .dashboard-grade-card{cursor:pointer}.page-dashboard .dashboard-grade-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.page-dashboard .dashboard-grade-token{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex}.page-dashboard .dashboard-grade-percent{text-align:right;font-variant-numeric:tabular-nums;letter-spacing:0;white-space:nowrap;min-width:44px;font-size:12px;font-weight:700}.page-dashboard .dashboard-grade-title{color:var(--ink);margin-bottom:4px;font-size:15px;font-weight:700}.page-dashboard .dashboard-grade-sub{color:var(--grey-text);margin-bottom:12px;font-size:12px}.page-dashboard .dashboard-welcome-skeleton{pointer-events:none}.page-dashboard .dashboard-skeleton-kicker{border-radius:999px;width:110px;height:14px;margin-bottom:10px}.page-dashboard .dashboard-skeleton-title{border-radius:8px;width:min(360px,92%);height:24px;margin-bottom:8px}.page-dashboard .dashboard-skeleton-subtitle{border-radius:8px;width:min(430px,96%);height:14px}.page-dashboard .dashboard-skeleton-btn{border-radius:999px;width:130px;height:34px}.page-dashboard .dashboard-skeleton-btn-sm{width:92px}.page-dashboard .dashboard-skeleton-goal-label{border-radius:8px;width:90px;height:11px}.page-dashboard .dashboard-skeleton-goal-ring{border-radius:50%;flex-shrink:0;width:52px;height:52px}.page-dashboard .dashboard-skeleton-goal-copy{gap:6px;display:grid}.page-dashboard .dashboard-skeleton-goal-line{border-radius:6px;width:80px;height:10px}.page-dashboard .dashboard-skeleton-goal-line-lg{width:102px}.page-dashboard .dashboard-skeleton-goal-line-sm{width:64px}.page-dashboard .dashboard-skeleton-stat-label{border-radius:6px;width:92px;height:12px;margin-bottom:10px}.page-dashboard .dashboard-skeleton-stat-value{border-radius:8px;width:68px;height:28px;margin-bottom:10px}.page-dashboard .dashboard-skeleton-stat-change{border-radius:6px;width:114px;height:12px}.page-dashboard .dashboard-skeleton-section-title{border-radius:8px;width:190px;height:21px;margin-bottom:6px}.page-dashboard .dashboard-skeleton-section-sub{border-radius:6px;width:220px;height:13px}.page-dashboard .dashboard-skeleton-lesson-icon{border-radius:12px;flex-shrink:0;width:44px;height:44px}.page-dashboard .dashboard-skeleton-lesson-copy{flex:1}.page-dashboard .dashboard-skeleton-lesson-title{border-radius:7px;width:75%;height:14px;margin-bottom:8px}.page-dashboard .dashboard-skeleton-lesson-sub{border-radius:6px;width:56%;height:12px}.page-dashboard .dashboard-skeleton-progress{border-radius:999px;width:100%;height:6px;margin-bottom:8px}.page-dashboard .dashboard-skeleton-meta-left{border-radius:6px;width:90px;height:12px}.page-dashboard .dashboard-skeleton-meta-pill{border-radius:999px;width:56px;height:18px}.page-dashboard .dashboard-skeleton-grade-token{border-radius:10px;width:36px;height:36px}.page-dashboard .dashboard-skeleton-grade-percent{border-radius:6px;width:40px;height:12px}.page-dashboard .dashboard-skeleton-grade-title{border-radius:8px;width:68%;height:16px;margin-bottom:8px}.page-dashboard .dashboard-skeleton-grade-sub{border-radius:6px;width:86%;height:12px;margin-bottom:12px}@media (width<=1100px){.page-dashboard .grid-4{grid-template-columns:repeat(2,1fr)}.page-dashboard .grid-3,.page-dashboard .dashboard-learning-grid{grid-template-columns:1fr}}@media (width<=980px){.page-dashboard .navbar{padding:0 16px}.page-dashboard .country-meta{display:none}.page-dashboard .app-layout{flex-direction:column}.page-dashboard .sidebar{width:100%;min-height:auto}.page-dashboard .main-content{max-width:none;padding:20px}}.page-dashboard .grid-2{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.page-dashboard .tag{border:1px solid var(--grey-border);color:var(--grey-text);cursor:pointer;background:#fff;border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:1.2;display:inline-flex}.page-dashboard .tag.active{background:var(--blue-light);border-color:var(--blue);color:var(--blue)}.page-dashboard .bar-chart{align-items:flex-end;gap:8px;height:80px;display:flex}.page-dashboard .bar{background:var(--blue-light);border-radius:4px 4px 0 0;flex:1;min-width:20px;transition:opacity .2s;position:relative}.page-dashboard .bar-active{background:var(--blue)}.page-dashboard .bar-chart:hover .bar{opacity:.85}.page-dashboard .bar-chart:hover .bar:hover,.page-dashboard .bar-chart:hover .bar-active{opacity:1}.page-dashboard .bar-label{color:var(--grey-text);white-space:nowrap;font-size:10px;font-weight:500;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.page-dashboard .bar-label-active{color:var(--blue)}.page-dashboard .progress-fill.warning{background:linear-gradient(90deg,#f59e0b,#fcd34d)}.page-dashboard .analytics-header{margin-bottom:28px}.page-dashboard .analytics-filters{gap:8px;display:flex}.page-dashboard .analytics-stats,.page-dashboard .analytics-charts{margin-bottom:28px}.page-dashboard .analytics-card-title{color:var(--ink);margin-bottom:16px;font-size:14px;font-weight:700}.page-dashboard .analytics-bar-chart{margin-bottom:24px}.page-dashboard .analytics-method-list{flex-direction:column;gap:8px;display:flex}.page-dashboard .analytics-method-row{justify-content:space-between;margin-bottom:4px;font-size:12px;font-weight:600;display:flex}.page-dashboard .analytics-method-val{color:var(--blue)}.page-dashboard .analytics-subject-list{flex-direction:column;gap:14px;display:flex}.page-dashboard .analytics-subject-row{justify-content:space-between;margin-bottom:6px;font-size:13px;font-weight:600;display:flex}.page-dashboard .analytics-skeleton-shimmer{background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:10px;animation:1.4s infinite library-skeleton-shimmer}.page-dashboard .analytics-skeleton-title{width:170px;height:30px;margin-bottom:8px}.page-dashboard .analytics-skeleton-subtitle{width:260px;height:16px}.page-dashboard .analytics-skeleton-filter{border-radius:999px;width:110px;height:34px}.page-dashboard .analytics-skeleton-stat-label{width:110px;height:12px;margin-bottom:12px}.page-dashboard .analytics-skeleton-stat-value{width:95px;height:28px;margin-bottom:10px}.page-dashboard .analytics-skeleton-stat-change{width:130px;height:12px}.page-dashboard .analytics-skeleton-card-title{width:180px;height:18px;margin-bottom:16px}.page-dashboard .analytics-skeleton-bars{align-items:flex-end;gap:8px;height:104px;display:flex}.page-dashboard .analytics-skeleton-bar{border-radius:6px 6px 4px 4px;flex:1;min-width:20px}.page-dashboard .analytics-skeleton-method-label{width:120px;height:14px;display:inline-block}.page-dashboard .analytics-skeleton-method-value{width:40px;height:14px;display:inline-block}.page-dashboard .analytics-skeleton-progress{border-radius:999px;width:100%;height:8px}.page-dashboard .analytics-method-item-skeleton .analytics-method-row{margin-bottom:4px}.page-dashboard .analytics-skeleton-subject-row{margin-bottom:14px}.page-dashboard .analytics-skeleton-subject-label{width:120px;height:14px;margin-bottom:6px}.page-dashboard .analytics-skeleton-subject-meta{width:140px;height:14px;margin-bottom:6px;margin-left:auto}@media (width<=1100px){.page-dashboard .grid-2{grid-template-columns:1fr}}.page-dashboard .settings-content{width:100%;max-width:none}.page-dashboard .settings-grid{grid-template-columns:minmax(360px,1.2fr) minmax(320px,1fr);align-items:stretch;gap:16px;display:grid}.page-dashboard .settings-card-profile{grid-row:span 2}.page-dashboard .settings-grid>.settings-card{height:100%}.page-dashboard .settings-title{margin-bottom:24px}.page-dashboard .settings-card{margin-bottom:20px}.page-dashboard .settings-card-heading{margin-bottom:16px;font-size:14px;font-weight:700}.page-dashboard .settings-profile-row{align-items:center;gap:16px;margin-bottom:20px;display:flex}.page-dashboard .settings-profile-avatar{width:64px;height:64px;font-size:22px;font-weight:800}.page-dashboard .settings-profile-name{font-size:16px;font-weight:700}.page-dashboard .settings-profile-email{color:var(--grey-text);font-size:13px}.page-dashboard .settings-change-photo{margin-top:8px;font-size:12px}.page-dashboard .form-group{margin-bottom:20px}.page-dashboard .form-label{color:var(--ink);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.page-dashboard .form-input{border:1px solid var(--grey-border);border-radius:var(--r);width:100%;height:46px;color:var(--ink);background:var(--white);outline:none;padding:0 16px;font-family:Montserrat,sans-serif;font-size:14px}.page-dashboard .settings-form-last{margin-bottom:0}.page-dashboard .settings-country-row{justify-content:space-between;align-items:center;display:flex}.page-dashboard .settings-country-meta{align-items:center;gap:12px;display:flex}.page-dashboard .settings-country-flag{font-size:28px}.page-dashboard .settings-country-name{font-size:14px;font-weight:700}.page-dashboard .settings-country-sub{color:var(--grey-text);font-size:12px}.page-dashboard .settings-subscription-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.page-dashboard .settings-subscription-head .settings-card-heading{margin-bottom:0}.page-dashboard .settings-plan-box{background:var(--grey-bg);border-radius:var(--r);margin-bottom:14px;padding:14px 16px}.page-dashboard .settings-plan-title{margin-bottom:4px;font-size:13px;font-weight:700}.page-dashboard .settings-plan-sub{color:var(--grey-text);font-size:12px}.page-dashboard .settings-plan-progress{margin-top:10px}.page-dashboard .settings-plan-foot{color:var(--grey-text);margin-top:4px;font-size:11px}.page-dashboard .settings-plan-actions{gap:10px;display:flex}.page-dashboard .settings-cancel-btn{cursor:pointer;border:1px solid var(--grey-border);color:var(--grey-text);background:0 0;border-radius:50px;padding:8px 20px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600}.page-dashboard .settings-toggle-list{flex-direction:column;gap:16px;display:flex}.page-dashboard .settings-toggle-item{justify-content:space-between;align-items:center;display:flex}.page-dashboard .settings-toggle-title{font-size:13px;font-weight:600}.page-dashboard .settings-toggle-sub{color:var(--grey-text);font-size:12px}.page-dashboard .toggle{width:40px;height:22px;position:relative}.page-dashboard .toggle input{opacity:0;width:0;height:0}.page-dashboard .toggle-slider{background:var(--grey-border);cursor:pointer;border-radius:20px;transition:all .2s;position:absolute;inset:0}.page-dashboard .toggle-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:3px;left:3px}.page-dashboard .toggle input:checked+.toggle-slider{background:var(--blue)}.page-dashboard .toggle input:checked+.toggle-slider:before{transform:translate(18px)}.page-dashboard .settings-save-wrap{margin-top:20px}@media (width<=1100px){.page-dashboard .settings-grid{grid-template-columns:1fr}.page-dashboard .settings-card-profile{grid-row:auto}}.page-dashboard .back-btn{color:var(--grey-text);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:24px;padding:8px 0;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;transition:color .2s;display:flex}.page-dashboard .back-btn:hover{color:var(--blue)}.page-dashboard .back-btn svg{width:16px;height:16px}.page-dashboard .search-bar{position:relative}.page-dashboard .search-bar input{border:1px solid var(--grey-border);border-radius:var(--r);background:var(--grey-bg);width:100%;height:44px;color:var(--ink);outline:none;padding:0 16px 0 44px;font-family:Montserrat,sans-serif;font-size:14px;transition:all .2s}.page-dashboard .search-bar input:focus{background:var(--white);border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-glow)}.page-dashboard .search-bar svg{color:var(--grey-mid);width:18px;height:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.page-dashboard .learning-subjects-page{min-height:100%}.page-dashboard .learning-search{width:220px}.page-dashboard .learning-subject-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.page-dashboard .learning-subject-card{cursor:pointer}.page-dashboard .learning-subject-head{align-items:center;gap:14px;margin-bottom:16px;display:flex}.page-dashboard .learning-subject-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-dashboard .learning-subject-icon-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.page-dashboard .learning-subject-icon-green{background:linear-gradient(135deg,#10b981,#059669)}.page-dashboard .learning-subject-icon-amber{background:linear-gradient(135deg,#f59e0b,#d97706)}.page-dashboard .learning-subject-icon-purple{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.page-dashboard .learning-subject-title{color:var(--ink);font-size:15px;font-weight:700}.page-dashboard .learning-subject-sub{color:var(--grey-text);font-size:12px}.page-dashboard .learning-subject-badge{margin-left:auto}.page-dashboard .learning-subject-card-skeleton{pointer-events:none}.page-dashboard .learning-skeleton-shimmer{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%) 0 0/400% 100%;border-radius:10px;animation:1.4s infinite library-skeleton-shimmer}.page-dashboard .learning-skeleton-back{width:170px;height:14px;display:inline-block}.page-dashboard .learning-skeleton-heading{width:220px;height:24px;margin-bottom:8px}.page-dashboard .learning-skeleton-subheading{width:250px;height:14px}.page-dashboard .learning-skeleton-search{width:220px;height:44px}.page-dashboard .learning-skeleton-icon{border-radius:14px;flex-shrink:0;width:48px;height:48px}.page-dashboard .learning-skeleton-subject-title{width:140px;height:16px;margin-bottom:6px}.page-dashboard .learning-skeleton-subject-sub{width:180px;height:12px}.page-dashboard .learning-skeleton-badge{width:52px;height:24px;margin-left:auto}.page-dashboard .learning-skeleton-progress{border-radius:999px;width:100%;height:8px}.page-dashboard .library-page{min-height:100%}.page-dashboard .library-header{margin-bottom:28px}.page-dashboard .library-title-row{align-items:center;gap:10px;margin-bottom:6px;display:flex}.page-dashboard .library-title-icon{background:linear-gradient(135deg,#0062ff,#3b82f6);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.page-dashboard .library-title-icon-skeleton{background:#f3f4f6}.page-dashboard .library-title{color:var(--ink);letter-spacing:-.3px;margin:0;font-size:22px;font-weight:800}.page-dashboard .library-subtitle{color:var(--grey-text);margin:0;font-size:13px}.page-dashboard .library-filters{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.page-dashboard .library-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.page-dashboard .lib-grade-card{border:1px solid var(--grey-border);cursor:pointer;background:#fff;border-radius:16px;padding:20px;transition:all .22s cubic-bezier(.34,1.56,.64,1);position:relative}.page-dashboard .lib-grade-card:hover{border-color:#0062ff33;transform:translateY(-4px);box-shadow:0 12px 32px #0062ff1a}.page-dashboard .lib-grade-card .bm-btn{border:1px solid var(--grey-border);cursor:pointer;opacity:0;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .18s;display:flex;position:absolute;top:12px;right:12px}.page-dashboard .lib-grade-card:hover .bm-btn{opacity:1}.page-dashboard .lib-grade-card .bm-btn.bm-active{opacity:1;background:var(--blue-light);border-color:#0062ff40}.page-dashboard .lib-grade-card .bm-btn:hover{background:var(--blue-light);border-color:var(--blue)}.page-dashboard .library-grade-circle{border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:12px;font-size:18px;font-weight:900;display:flex}.page-dashboard .library-grade-title{color:var(--ink);margin-bottom:4px;font-size:15px;font-weight:800}.page-dashboard .library-grade-sub{color:var(--grey-text);margin-bottom:14px;font-size:12px}.page-dashboard .library-grade-tags{flex-wrap:wrap;gap:8px;display:flex}.page-dashboard .library-grade-tag{border-radius:20px;padding:3px 8px;font-size:10px;font-weight:700}.page-dashboard .library-grade-tag-muted{color:var(--grey-text);background:#f3f4f6;font-weight:600}.page-dashboard .lib-grade-card-skeleton{cursor:default;pointer-events:none}.page-dashboard .lib-grade-card-skeleton:hover{box-shadow:none;border-color:var(--grey-border);transform:none}.page-dashboard .library-skeleton-shimmer{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 37%,#f3f4f6 63%) 0 0/400% 100%;animation:1.4s infinite library-skeleton-shimmer}.page-dashboard .library-skeleton-circle{border-radius:12px;width:42px;height:42px;margin-bottom:12px}.page-dashboard .library-skeleton-title{border-radius:8px;width:120px;height:22px;margin-bottom:8px}.page-dashboard .library-skeleton-sub{border-radius:8px;width:180px;height:14px;margin-bottom:14px}.page-dashboard .library-skeleton-pill{border-radius:999px;width:132px;height:34px}.page-dashboard .library-skeleton-tags{gap:8px;display:flex}.page-dashboard .library-skeleton-tag{border-radius:20px;width:58px;height:20px}.page-dashboard .library-skeleton-tag-wide{width:96px}@keyframes library-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (width<=1200px){.page-dashboard .library-grid{grid-template-columns:repeat(2,1fr)}}.page-dashboard .bookmarks-page{min-height:100%}.page-dashboard .bookmarks-header{margin-bottom:24px}.page-dashboard .bookmarks-title-row{align-items:center;gap:10px;margin-bottom:6px;display:flex}.page-dashboard .bookmarks-title-icon{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.page-dashboard .bookmarks-title{color:var(--ink);margin:0;font-size:22px;font-weight:800}.page-dashboard .bookmarks-subtitle{color:var(--grey-text);margin:0;font-size:13px}.page-dashboard .bookmarks-filters{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.page-dashboard .bookmarks-list{gap:10px;display:grid}.page-dashboard .bm-card{border:1px solid var(--grey-border);cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:14px;padding:16px 18px;transition:all .22s;display:flex;position:relative}.page-dashboard .bm-card:hover{border-color:var(--blue);transform:translate(4px);box-shadow:0 4px 16px #0062ff14}.page-dashboard .bm-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.page-dashboard .bm-body{flex:1;min-width:0}.page-dashboard .bm-head-row{align-items:center;gap:8px;margin-bottom:3px;display:flex}.page-dashboard .bm-title{color:var(--ink);font-size:14px;font-weight:700}.page-dashboard .bm-sub{color:var(--grey-text);font-size:12px}.page-dashboard .bm-type-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700}.page-dashboard .bm-remove{border:1px solid var(--grey-border);cursor:pointer;opacity:0;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;transition:all .18s;display:flex}.page-dashboard .bm-card:hover .bm-remove{opacity:1}.page-dashboard .bm-remove:hover{background:#fee2e2;border-color:#ef4444}.page-dashboard .bookmarks-empty{text-align:center;padding:60px 24px}.page-dashboard .bookmarks-empty-icon{background:#f7f9ff;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 16px;display:flex}.page-dashboard .bookmarks-empty-title{color:var(--ink);margin-bottom:8px;font-size:18px;font-weight:800}.page-dashboard .bookmarks-empty-sub{color:var(--grey-text);max-width:300px;margin:0 auto;font-size:13px}.page-country{background:#fff;flex-direction:column;min-height:100vh;display:flex}.page-country .navbar{-webkit-backdrop-filter:blur(20px);z-index:100;background:#ffffffeb;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;height:68px;padding:0 40px;display:flex;position:sticky;top:0}.page-country .navbar-inner{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;display:flex}.page-country .logo-wrap{align-items:center;gap:10px;display:flex}.page-country .logo-icon{border-radius:10px;flex-shrink:0;width:36px;height:36px;overflow:hidden}.page-country .logo-icon img{border-radius:10px;width:36px;height:36px;display:block}.page-country .logo-text{color:#0a0a0a;letter-spacing:.2px;font-family:Montserrat,sans-serif;font-size:19px;font-weight:800}.page-country .nav-actions{align-items:center;gap:12px;display:flex}.page-country .avatar{color:#0062ff;background:#e8f0ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.country-main{flex:1;width:100%;max-width:860px;margin:0 auto;padding:56px 40px}.country-head{text-align:center;margin-bottom:12px}.country-step{color:#0062ff;background:#e8f0ff;border-radius:20px;align-items:center;gap:4px;margin-bottom:12px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.country-title{color:#0a0a0a;font-size:30px;font-weight:800}.country-subtitle{color:#6b7280;margin-top:8px;font-size:16px}.country-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;display:grid}.country-card{cursor:pointer;text-align:left;background:#fff;border:2px solid #e5e5e5;border-radius:24px;padding:28px 24px;font-family:Montserrat,sans-serif;transition:all .22s}.country-card:hover,.country-card.active{background:#e8f0ff;border-color:#0062ff;box-shadow:0 8px 32px #0062ff1f}.country-card-flag{margin-bottom:12px;font-size:36px;line-height:1}.country-card h3{color:#0a0a0a;margin-bottom:4px;font-size:16px;font-weight:700}.country-card p{color:#6b7280;margin-bottom:12px;font-size:12px}.country-chip{color:#0062ff;background:#e8f0ff;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.country-card-disabled .country-chip{color:#6b7280;background:#f5f5f5}.country-card-more{cursor:default;text-align:center;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;display:flex}.country-card-more:hover{box-shadow:none;background:#fff;border-color:#e5e5e5}.country-card-plus{color:#9ca3af;margin-bottom:8px;font-size:28px;line-height:1}.country-card-more h3{color:#6b7280;margin-bottom:0;font-size:13px;font-weight:600}.country-card-more p{color:#9ca3af;margin-top:4px;margin-bottom:0;font-size:11px}.country-actions{text-align:center;margin-top:36px}.page-country .btn-glass{cursor:pointer;letter-spacing:.02em;border:none;border-radius:50px;outline:none;padding:13px 28px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;transition:all .25s;position:relative;overflow:hidden}.page-country .btn-glass:before{content:"";pointer-events:none;border:1px solid #ffffff8c;border-radius:50px;position:absolute;inset:0}.page-country .btn-glass:after{content:"";pointer-events:none;background:linear-gradient(#ffffff38 0%,#fff0 100%);border-radius:50px 50px 0 0;width:100%;height:50%;position:absolute;top:0;left:0}.page-country .btn-primary{color:#fff;background:linear-gradient(135deg,#0062ff 0%,#004fcc 100%);box-shadow:0 4px 20px #0062ff61,inset 0 1px #fff3}.page-country .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #0062ff7a,inset 0 1px #fff3}.page-country .btn-lg{padding:16px 40px;font-size:15px}.country-continue{min-width:300px}@media (width<=980px){.country-main{max-width:100%;padding:28px 16px}.country-grid{grid-template-columns:1fr}.country-continue{width:100%;min-width:0}}.page-dashboard .chapters-page{min-height:100%}.page-dashboard .chapters-head-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:24px;display:flex}.page-dashboard .chapters-search{width:220px}.page-dashboard .chapters-list{display:block}.page-dashboard .topic-item{border:1px solid var(--grey-border);border-radius:var(--r);cursor:pointer;background:var(--white);align-items:center;gap:14px;margin-bottom:8px;padding:16px;transition:all .18s;display:flex}.page-dashboard .topic-item:hover{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-glow)}.page-dashboard .topic-check{border:2px solid var(--grey-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .2s;display:flex}.page-dashboard .topic-check.done{border-color:var(--success);background:var(--success)}.page-dashboard .topic-check.done svg{color:#fff;width:12px;height:12px}.page-dashboard .chapters-main{flex:1}.page-dashboard .chapters-title-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.page-dashboard .chapters-title-text{color:var(--ink);font-size:14px;font-weight:700}.page-dashboard .chapters-sub-text{color:var(--grey-text);margin-top:2px;font-size:12px}.page-dashboard .chapters-inline-progress{margin-left:6px;font-size:10px}.page-dashboard .chapters-progress-inline{height:4px;margin-top:8px}.page-dashboard .chapters-quiz-btn{color:#6b7280;cursor:pointer;white-space:nowrap;background:#f3f4f6;border:1px solid #e5e5e5;border-radius:10px;flex-shrink:0;padding:7px 14px;font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;transition:all .2s}.page-dashboard .chapters-quiz-btn:hover{color:#0062ff;background:#eef3ff;border-color:#0062ff}.page-dashboard .chapters-quiz-btn-primary{color:#fff;background:linear-gradient(135deg,#0062ff,#004fcc);border:none;box-shadow:0 3px 12px #0062ff4d}.page-dashboard .chapters-quiz-btn-primary:hover{color:#fff;background:linear-gradient(135deg,#0062ff,#004fcc);border:none;transform:scale(1.04)}.page-dashboard .chapters-topic-skeleton{cursor:default;pointer-events:none}.page-dashboard .chapters-topic-skeleton:hover{border-color:var(--grey-border);box-shadow:none}.page-dashboard .chapters-skeleton-shimmer{background:linear-gradient(90deg,#f1f3f6 25%,#e7ebf1 38%,#f1f3f6 63%) 0 0/400% 100%;border-radius:999px;animation:1.4s infinite library-skeleton-shimmer}.page-dashboard .chapters-skeleton-back{width:190px;height:14px}.page-dashboard .chapters-skeleton-title{border-radius:10px;width:150px;height:30px}.page-dashboard .chapters-skeleton-subtitle{width:220px;height:14px;margin-top:8px}.page-dashboard .chapters-skeleton-search{border-radius:12px;width:220px;height:40px}.page-dashboard .chapters-skeleton-circle{border-radius:50%;flex-shrink:0;width:22px;height:22px}.page-dashboard .chapters-skeleton-row-title{border-radius:8px;width:320px;max-width:100%;height:14px}.page-dashboard .chapters-skeleton-row-sub{border-radius:8px;width:240px;max-width:100%;height:12px;margin-top:8px}.page-dashboard .chapters-skeleton-pill{border-radius:12px;flex-shrink:0;width:64px;height:28px}.video-page{min-height:100vh;color:var(--ink);background:#f4f6fb;flex-direction:column;display:flex}.video-page .btn-glass{cursor:pointer;letter-spacing:.02em;border:none;border-radius:50px;outline:none;padding:8px 20px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;transition:all .25s;position:relative;overflow:hidden}.video-page .btn-glass:before{content:"";pointer-events:none;border:1px solid #ffffff8c;border-radius:50px;position:absolute;inset:0}.video-page .btn-glass:after{content:"";pointer-events:none;background:linear-gradient(#ffffff38 0%,#fff0 100%);border-radius:50px 50px 0 0;width:100%;height:50%;position:absolute;top:0;left:0}.video-page .btn-ghost{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border:1px solid #ffffff4d!important}.video-page .btn-ghost:hover{background:#ffffff38}.video-page .learning-header{color:#fff;background:linear-gradient(135deg,#0062ff,#022d9a);padding:16px 14px}.video-page .learning-header-inner{justify-content:space-between;align-items:center;gap:16px;display:flex}.video-page .learning-header-left{align-items:center;gap:12px;display:flex}.video-page .learning-title-kicker{opacity:.65;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:500}.video-page .learning-title{font-size:16px;font-weight:700}.video-page .learning-header-right{align-items:center;gap:10px;display:flex}.video-page .learning-progress-meta{text-align:right}.video-page .learning-progress-label{opacity:.65;font-size:11px}.video-page .learning-progress-value{font-size:14px;font-weight:700}.video-page .learning-progress-mini{width:60px}.video-page .progress-bar{background:var(--grey-border);border-radius:10px;height:6px;overflow:hidden}.video-page .learning-progress-bar-bg{background:#fff3}.video-page .learning-progress-bar-fill{background:#fff}.video-page .learning-header-icon{cursor:pointer;background:#ffffff1f;border:1px solid #ffffff40;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.video-page .learning-tabs{background:var(--white);border-bottom:1px solid var(--grey-border);scrollbar-width:none;gap:2px;padding:0 32px;display:flex;overflow-x:auto}.video-page .learning-tabs::-webkit-scrollbar{display:none}.video-page .learning-tab{color:var(--grey-text);cursor:pointer;white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:14px 20px;font-size:13px;font-weight:600;transition:all .18s;display:flex}.video-page .learning-tab svg{width:16px;height:16px}.video-page .learning-tab.active{color:var(--blue);border-bottom-color:var(--blue)}.video-page .learning-tab:hover:not(.active){color:var(--ink)}.video-page .learning-tab-ai{position:relative;color:#0062ff!important;font-weight:700!important}.video-page .learning-tab-ai:after{content:"AI";color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#0062ff,#4f46e5);border-radius:20px;padding:1px 5px;font-size:8px;font-weight:800;position:absolute;top:6px;right:4px}.video-page .learning-body{flex:1;padding:6px 40px}.video-page .video-stats-strip{grid-template-columns:repeat(7,minmax(120px,1fr));gap:10px;width:100%;margin:0 0 10px;display:grid}.video-page .video-stat-card{border:1px solid var(--grey-border);background:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 2px 12px #0f172a0d}.video-page .video-stat-kicker{text-transform:uppercase;letter-spacing:.05em;color:var(--grey-mid);margin-bottom:4px;font-size:10px}.video-page .video-stat-value{color:var(--ink);font-size:14px;font-weight:700}.video-page .video-stat-goal .progress-bar{height:5px;margin-top:6px}.video-page .video-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:stretch;gap:6px;width:100%;max-width:1760px;margin:0 auto;display:grid}.video-page .video-main-column{width:100%;min-width:0}.video-page .video-player{aspect-ratio:16/9;background:#0a0a0a;border-radius:10px;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 8px 26px #0f172a33}.video-page .video-element{object-fit:cover;width:100%;height:100%;display:block}.video-page .video-chapter-header{margin:10px 0 12px;padding:0}.video-page .video-chapter-title{color:#121a2a;letter-spacing:-.01em;margin:0;font-size:26px;font-weight:800;line-height:1.2}.video-page .video-chapter-meta{color:#5d6b82;margin:6px 0 0;font-size:13px;font-weight:600}.video-page .video-overlay-text{color:#fff;font-size:14px;font-weight:600;position:absolute;bottom:16px;left:16px}.video-page .video-overlay-top{z-index:2;justify-content:space-between;gap:8px;display:flex;position:absolute;top:12px;left:12px;right:64px}.video-page .video-overlay-chip{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#0f172a7a;border:1px solid #ffffff40;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;overflow:hidden}.video-page .video-quick-actions{z-index:2;gap:8px;display:flex;position:absolute;bottom:12px;right:12px}.video-page .video-quick-btn{color:#fff;cursor:pointer;background:#0f172a80;border:1px solid #ffffff59;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.video-page .video-quick-btn:hover{background:#0062ffb3}.video-page .video-tag-row{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.video-page .video-timestamps-card{margin-bottom:14px}.video-page .video-timestamps-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.video-page .video-timestamp-item{border:1px solid var(--grey-border);cursor:pointer;text-align:left;background:#fafbff;border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex}.video-page .video-timestamp-item:hover{background:#f3f7ff;border-color:#bfd0f5}.video-page .video-timestamp-time{color:var(--blue);min-width:42px;font-size:11px;font-weight:800}.video-page .video-timestamp-label{color:var(--ink);font-size:12px;font-weight:600}.video-page .video-learning-modes{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;padding:0;display:flex}.video-page .video-mode-chip{border:1px solid var(--grey-border);color:var(--grey-text);cursor:pointer;background:#fff;border-radius:999px;align-items:center;padding:8px 12px;font-size:12px;font-weight:700;line-height:1;transition:all .18s;display:inline-flex}.video-page .video-mode-chip:hover{background:#f3f7ff;border-color:#bfd0f5}.video-page .video-mode-chip.is-active{color:var(--blue);background:#eaf1ff;border-color:#9ebeff}.video-page .tag{border:1px solid var(--grey-border);color:var(--grey-text);cursor:pointer;background:#fff;border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;font-weight:500;transition:all .18s;display:inline-flex}.video-page .tag.active{background:var(--blue-light);border-color:var(--blue);color:var(--blue)}.video-page .card{background:var(--white);border:1px solid var(--grey-border);border-radius:var(--r-lg)}.video-page .card-pad{padding:24px}.video-page .video-about-title{margin-bottom:8px;font-size:15px;font-weight:700}.video-page .video-about-card{box-shadow:none;background:0 0;border:0;padding:0}.video-page .video-about-text{color:#566174;margin:0 0 14px;font-size:14px;line-height:1.7}.video-page .video-about-grid{display:block}.video-page .video-about-item{background:#f7f9ff;border:1px solid #e8edf8;border-radius:12px;padding:12px}.video-page .video-about-item-single{width:100%}.video-page .video-about-item-title{color:var(--ink);margin-bottom:8px;font-size:12px;font-weight:800}.video-page .video-about-list{color:#4a5568;gap:6px;margin:0;padding-left:16px;font-size:12px;display:grid}.video-page .video-about-mini{color:#4a5568;margin:0;font-size:12px;line-height:1.6}.video-page .video-quiz-item{flex-direction:column;gap:8px;display:flex}.video-page .video-quiz-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.video-page .video-quiz-pager{align-items:center;gap:8px;margin-bottom:0;display:inline-flex}.video-page .video-quiz-nav{color:#5b6a81;cursor:pointer;background:#fff;border:1px solid #cfd9ea;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .18s;display:inline-flex}.video-page .video-quiz-nav:hover:not(:disabled){color:#2563eb;background:#edf4ff;border-color:#9ebeff}.video-page .video-quiz-nav:disabled{opacity:.4;cursor:not-allowed}.video-page .video-quiz-counter{color:#4a5568;text-align:center;min-width:30px;font-size:11px;font-weight:700}.video-page .video-quiz-nav-icon{width:13px;height:13px}.video-page .video-quiz-options{flex-direction:column;gap:6px;display:flex}.video-page .video-quiz-option{color:#243042;text-align:left;cursor:pointer;background:#fff;border:1px solid #d5deee;border-radius:8px;padding:8px 10px;font-size:12px}.video-page .video-quiz-option.is-selected{background:#edf4ff;border-color:#6d9bff}.video-page .video-quiz-submit{color:#fff;cursor:pointer;background:#0062ff;border:none;border-radius:8px;width:fit-content;padding:8px 10px;font-size:12px;font-weight:700}.video-page .video-quiz-submit:disabled{opacity:.45;cursor:not-allowed}.video-page .video-quiz-correct{color:#0f9d58}.video-page .video-quiz-wrong{color:#d93025}.video-page .video-sidebar{border:1px solid var(--grey-border);background:#f7f9ff;border-radius:10px;flex-direction:column;height:100%;max-height:none;display:flex;position:static;overflow:hidden}.video-page .video-sidebar-head{border-bottom:1px solid var(--grey-border);padding:12px}.video-page .video-sidebar-title{color:var(--ink);font-size:18px;font-weight:700;line-height:1.1}.video-page .video-sidebar-sub{color:var(--grey-text);margin-top:4px;font-size:12px;font-weight:500}.video-page .video-lesson-list{flex-direction:column;flex:1;gap:0;padding:4px 10px 8px;display:flex}.video-page .video-lesson-block{border-bottom:1px solid #eef1f5;padding:10px 0}.video-page .video-lesson-head{cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:0;display:flex}.video-page .video-lesson-title-wrap{flex-direction:column;gap:3px;min-width:0;display:flex}.video-page .video-lesson-title{text-align:left;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:1.2;overflow:hidden}.video-page .video-lesson-count{color:#1f2937;background:#fff;border:1px solid #dce5f2;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:10px;font-weight:700;display:inline-flex}.video-page .video-chapter-list{flex-direction:column;gap:4px;padding:6px 0 0;display:flex}.video-page .video-chapter-item{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:16px;flex-direction:column;gap:0;width:100%;padding:8px 10px;transition:background-color .18s,border-color .18s,box-shadow .18s,transform .18s;display:flex}.video-page .video-chapter-item:hover{background:#eef4ff;border-color:#cfe0ff;transform:translateY(-1px);box-shadow:0 2px 8px #2563eb24}.video-page .video-chapter-item:hover .video-chapter-icon,.video-page .video-chapter-item:hover .video-chapter-title,.video-page .video-chapter-item:hover .video-chapter-time{color:#2563eb}.video-page .video-chapter-item.is-locked{cursor:not-allowed}.video-page .video-chapter-item.is-locked:hover{box-shadow:none;background:0 0;border-color:#0000;transform:none}.video-page .video-chapter-item.is-locked:hover .video-chapter-icon,.video-page .video-chapter-item.is-locked:hover .video-chapter-title,.video-page .video-chapter-item.is-locked:hover .video-chapter-time{color:inherit}.video-page .video-chapter-item.is-active{background:#eaf2ff;border:1px solid #cfe0ff}.video-page .video-chapter-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.video-page .video-chapter-title-wrap{align-items:center;gap:8px;min-width:0;display:inline-flex}.video-page .video-chapter-icon{color:#95a3b8;flex:none;justify-content:center;align-items:center;display:inline-flex}.video-page .video-chapter-title{color:#1f2937;text-align:left;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;line-height:1.3;overflow:hidden}.video-page .video-chapter-time{color:#9ca3af;letter-spacing:.01em;font-size:12px;font-weight:500;line-height:1}.video-page .video-chapter-item.is-active .video-chapter-icon{color:#5b88ff}.video-page .video-chapter-item.is-active .video-chapter-title,.video-page .video-chapter-item.is-active .video-chapter-time{color:#2563eb}.video-page .video-chapter-item.is-locked .video-chapter-icon{color:#b9c3d3}.video-page .video-chapter-item.is-locked .video-chapter-title,.video-page .video-chapter-item.is-locked .video-chapter-time{color:#9ca3af}@media (width<=1200px){.video-page .video-sidebar-title{font-size:22px}.video-page .video-lesson-title{font-size:18px}.video-page .video-lesson-count{min-width:34px;height:34px;font-size:20px}.video-page .video-chapter-title{font-size:14px}.video-page .video-chapter-time{font-size:22px}}.video-page .video-skeleton{background:linear-gradient(90deg,#f1f3f6 25%,#e7ebf1 38%,#f1f3f6 63%) 0 0/400% 100%;border-radius:999px;animation:1.4s infinite library-skeleton-shimmer}.video-page .video-skeleton-kicker{width:210px;height:10px;margin-bottom:8px}.video-page .video-skeleton-title{width:270px;height:18px}.video-page .video-skeleton-mini-progress{width:120px;height:18px}.video-page .video-player-skeleton{box-shadow:none;background:linear-gradient(90deg,#e9edf5 25%,#dfe6f2 38%,#e9edf5 63%) 0 0/400% 100%;border-radius:10px;animation:1.4s infinite library-skeleton-shimmer}.video-page .video-skeleton-tag{width:100px;height:28px}.video-page .video-card-skeleton{border:1px solid var(--grey-border);background:#f7f9ff;border-radius:12px;flex-direction:column;gap:10px;min-height:190px;display:flex}.video-page .video-sidebar-skeleton{min-height:420px}.video-page .video-skeleton-chapter-title{border-radius:10px;width:320px;height:22px}.video-page .video-skeleton-mode{border-radius:999px;width:92px;height:32px}.video-page .video-skeleton-section-title{border-radius:8px;width:190px;height:18px}.video-page .video-skeleton-line{border-radius:8px;width:100%;height:12px}.video-page .video-skeleton-line-short{width:76%}.video-page .video-skeleton-block{border-radius:10px;width:100%;height:84px}.video-page .video-skeleton-sidebar-title{border-radius:8px;width:180px;height:20px}.video-page .video-skeleton-sidebar-sub{border-radius:6px;width:120px;height:12px;margin-top:8px}.video-page .video-skeleton-lesson{border-bottom:1px solid #eef1f5;flex-direction:column;gap:8px;padding:10px 0;display:flex}.video-page .video-skeleton-lesson-title{border-radius:7px;width:190px;height:14px}.video-page .video-skeleton-chapter-row{border-radius:10px;width:100%;height:32px}@media (width<=900px){.video-page .learning-header,.video-page .learning-body{padding-left:16px;padding-right:16px}.video-page .learning-header-inner{flex-direction:column;align-items:flex-start}.video-page .learning-header-right{justify-content:flex-end;width:100%}.video-page .video-layout{grid-template-columns:1fr;gap:16px}.video-page .video-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 16px}.video-page .video-overlay-top{flex-direction:column;right:12px}.video-page .video-overlay-chip{width:fit-content;max-width:100%}.video-page .video-timestamps-list,.video-page .video-about-grid{grid-template-columns:1fr}.video-page .video-sidebar{max-height:none;position:static}}
