:root{--ma-font-sans:"Inter","Segoe UI",Arial,sans-serif;--ma-space-1:4px;--ma-space-2:8px;--ma-space-3:12px;--ma-space-4:16px;--ma-space-5:20px;--ma-space-6:24px;--ma-space-8:32px;--ma-space-10:40px;--ma-radius-sm:10px;--ma-radius-md:14px;--ma-radius-lg:20px;--ma-radius-xl:28px;--ma-color-canvas:#f8fbff;--ma-color-surface:#ffffff;--ma-color-surface-soft:#f3f8fc;--ma-color-surface-glass:rgba(255,255,255,.82);--ma-color-text:#082858;--ma-color-text-soft:#526a91;--ma-color-border:#d9e6f4;--ma-color-primary:#0ac3db;--ma-color-primary-strong:#00a8cf;--ma-color-primary-soft:#e7faff;--ma-color-navy:#082858;--ma-color-success:#21a96b;--ma-color-warning:#ef942d;--ma-color-danger:#df4b55;--ma-shadow-sm:0 4px 14px rgba(24,72,128,.055);--ma-shadow-md:0 14px 38px rgba(21,69,123,.09);--ma-shadow-glow:0 12px 34px rgba(10,195,219,.2);--ma-shell-sidebar:296px;--ma-dashboard-max:1320px;--ma-dashboard-gap:18px;--ma-dashboard-hero-height:336px}.app-theme{min-height:100vh;color:var(--ma-color-text);background:var(--ma-color-canvas);font-family:var(--ma-font-sans);--bg:var(--ma-color-canvas);--card:var(--ma-color-surface);--soft:var(--ma-color-surface-soft);--ink:var(--ma-color-text);--muted:var(--ma-color-text-soft);--line:var(--ma-color-border);--blue:var(--ma-color-primary-strong);--primary:var(--ma-color-primary-strong);--violet:var(--ma-color-primary);--teal:var(--ma-color-primary-strong);--al-canvas:var(--ma-color-canvas);--al-text:var(--ma-color-text);--al-muted:var(--ma-color-text-soft);--al-border:var(--ma-color-border);--al-navy:var(--ma-color-navy);--al-cyan:var(--ma-color-primary);--al-cyan-soft:var(--ma-color-primary-soft)}.theme-dark{--ma-color-canvas:#03162d;--ma-color-surface:#061d3a;--ma-color-surface-soft:#0a2546;--ma-color-surface-glass:rgba(5,25,51,.84);--ma-color-text:#f7fbff;--ma-color-text-soft:#aebddd;--ma-color-border:#1e3c63;--ma-color-primary:#10d1df;--ma-color-primary-strong:#06bdd3;--ma-color-primary-soft:#083552;--ma-color-navy:#f7fbff;--ma-shadow-sm:0 5px 18px rgba(0,0,0,.16);--ma-shadow-md:0 18px 50px rgba(0,0,0,.22);--ma-shadow-glow:0 12px 36px rgba(16,209,223,.13)}body{font-family:var(--ma-font-sans);background:var(--ma-color-canvas);color:var(--ma-color-text)}button,input,select,textarea{font:inherit}:where(a,button,input,select,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--ma-color-primary) 32%,transparent);outline-offset:2px}.app-theme .card{color:var(--ma-color-text);background:var(--ma-color-surface);border-color:var(--ma-color-border);box-shadow:var(--ma-shadow-sm)}.app-theme .btn{min-height:44px;border-radius:var(--ma-radius-sm);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.app-theme .btn:hover:not(:disabled){transform:translateY(-1px)}.app-theme .btn:disabled{cursor:not-allowed;opacity:.55}.app-theme .btn-primary{color:#04192f;background:linear-gradient(135deg,#31d9e8,var(--ma-color-primary));box-shadow:0 8px 22px rgba(8,190,211,.18)}.app-theme .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#55e4ef,#11c5da);box-shadow:var(--ma-shadow-glow)}.app-theme .btn-outline{color:var(--ma-color-text);background:var(--ma-color-surface);border:1px solid var(--ma-color-border)}.app-theme .btn-outline:hover:not(:disabled){border-color:color-mix(in srgb,var(--ma-color-primary) 55%,var(--ma-color-border));background:var(--ma-color-primary-soft)}.app-theme .btn-secondary{color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.app-theme .ui-field{display:grid;grid-gap:7px;gap:7px;color:var(--ma-color-text);font-size:12px;font-weight:750}.app-theme .ui-field input,.app-theme .ui-field select,.app-theme .ui-field textarea{width:100%;min-height:44px;padding:0 13px;color:var(--ma-color-text);background:var(--ma-color-surface);border:1px solid var(--ma-color-border);border-radius:var(--ma-radius-sm);outline:0}.app-theme .ui-field input:focus,.app-theme .ui-field select:focus,.app-theme .ui-field textarea:focus{border-color:var(--ma-color-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--ma-color-primary) 14%,transparent)}.app-theme .ui-field small[role=alert]{color:var(--ma-color-danger)}.app-theme .pill{border-radius:999px;font-weight:800}.app-theme .pill-blue{color:#087f9a;background:var(--ma-color-primary-soft)}.app-theme .pill-green{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 13%,var(--ma-color-surface))}.app-theme .tabs{gap:4px;padding:4px;border:1px solid var(--ma-color-border);border-radius:var(--ma-radius-md);background:var(--ma-color-surface-soft)}.app-theme .tabs button{min-height:38px;padding:8px 14px;border:0;border-radius:10px;color:var(--ma-color-text-soft)}.app-theme .tabs button.active{color:var(--ma-color-text);background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.app-theme .modal-backdrop{background:rgba(1,14,30,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-theme .modal-card{border:1px solid var(--ma-color-border);border-radius:var(--ma-radius-lg);color:var(--ma-color-text);background:var(--ma-color-surface);box-shadow:0 28px 90px rgba(0,12,28,.3)}.app-theme .page-state{border-radius:var(--ma-radius-md);background:var(--ma-color-surface-soft)}.app-theme .progress{background:color-mix(in srgb,var(--ma-color-border) 70%,var(--ma-color-surface))}.app-theme .progress>span{background:linear-gradient(90deg,var(--ma-color-primary-strong),#24dbe5)}.theme-switcher{display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--ma-color-border);border-radius:12px;background:var(--ma-color-surface-soft)}.theme-switcher button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:9px;color:var(--ma-color-text-soft);background:transparent;cursor:pointer;font-size:11px;font-weight:750}.theme-switcher button:hover{color:var(--ma-color-text)}.theme-switcher button.active{color:var(--ma-color-text);background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.theme-switcher.is-compact button{width:34px;padding:0;justify-content:center}.theme-switcher.is-compact button span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.student-platform .shell{grid-template-columns:var(--ma-shell-sidebar) minmax(0,1fr);background:var(--ma-color-canvas)}.student-platform .sidebar{z-index:50;width:auto;padding:26px 20px 18px;overflow:hidden;border-right:1px solid var(--ma-color-border);color:var(--ma-color-text);background:var(--ma-color-surface-glass);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.student-platform .sidebar>.row{position:relative;z-index:2}.student-platform .sidebar .brand{width:100%;min-height:76px;margin:0 0 20px;padding:10px 14px;justify-content:flex-start;border:0;background:transparent}.student-platform .sidebar .brand-logo{width:230px;height:auto}.student-platform .sidebar .nav{position:relative;z-index:2;max-height:calc(100vh - 206px);padding-right:3px}.student-platform .sidebar .nav-group+.nav-group{margin-top:16px;padding-top:14px;border-top:1px solid var(--ma-color-border)}.student-platform .sidebar .nav-label{padding:0 13px 7px;color:var(--ma-color-text-soft);font-size:9px;letter-spacing:.12em}.student-platform .sidebar .nav a{position:relative;isolation:isolate;min-height:54px;margin:4px 0;padding:13px 16px;overflow:hidden;border-radius:12px;color:var(--ma-color-text-soft);font-size:15px;font-weight:620}.student-platform .sidebar .nav a>span:not(.nav-active-marker),.student-platform .sidebar .nav a>svg{position:relative;z-index:1}.student-platform .sidebar .nav a:hover{color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.student-platform .sidebar .nav a.active{color:var(--ma-color-primary-strong);font-weight:800;background:transparent}.student-platform .nav-active-marker{position:absolute;z-index:0;inset:0;border:1px solid color-mix(in srgb,var(--ma-color-primary) 34%,var(--ma-color-border));border-radius:inherit;background:linear-gradient(110deg,var(--ma-color-primary-soft),color-mix(in srgb,var(--ma-color-surface) 75%,transparent));box-shadow:inset 3px 0 0 var(--ma-color-primary)}.student-platform .sidebar-user{padding-top:12px;border-color:var(--ma-color-border);background:linear-gradient(180deg,transparent,var(--ma-color-surface))}.student-platform .sidebar-user b{color:var(--ma-color-text)}.student-platform .sidebar-user .icon-btn,.student-platform .sidebar-user small{color:var(--ma-color-text-soft)}.student-platform .main{min-height:100vh;background:radial-gradient(circle at 84% 4%,color-mix(in srgb,var(--ma-color-primary) 8%,transparent),transparent 28rem),var(--ma-color-canvas)}.student-platform .topbar{position:-webkit-sticky;position:sticky;z-index:35;top:0;height:72px;padding:0 30px;border-color:var(--ma-color-border);background:var(--ma-color-surface-glass);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.student-platform .search{border:1px solid var(--ma-color-border);background:var(--ma-color-surface-soft)}.student-platform.dashboard-mode .topbar{display:none}.student-platform.dashboard-mode .sidebar{background:var(--ma-color-surface-glass)}.student-platform.dashboard-mode .sidebar .brand{min-height:76px;margin-bottom:20px;flex-direction:row}.student-platform.dashboard-mode .sidebar .brand-logo{width:230px;height:auto}.student-platform.dashboard-mode .sidebar .nav{max-height:calc(100vh - 206px)}.student-platform.dashboard-mode .sidebar .nav-label{display:block}.student-platform.dashboard-mode .sidebar .nav a{min-height:54px;margin:4px 0;padding:13px 16px;border-radius:12px;font-size:15px}.student-platform.dashboard-mode .sidebar .nav a.active{color:var(--ma-color-primary-strong)}.student-platform.dashboard-mode .sidebar-user{display:flex}.student-platform.lesson-mode .topbar{display:none}.student-platform.lesson-mode .sidebar{overflow-y:auto;scrollbar-width:thin}.student-platform.lesson-mode .sidebar .brand{min-height:62px;margin-bottom:10px;padding-block:5px}.student-platform.lesson-mode .sidebar .brand-logo{width:205px}.student-platform.lesson-mode .sidebar .nav{max-height:none;margin-top:14px;padding-bottom:76px;overflow:visible}.student-platform.lesson-mode .sidebar .nav a{min-height:44px;margin:2px 0;padding:9px 13px;font-size:13px}.student-platform.lesson-mode .sidebar .nav-label{display:none}.lesson-shell-context{position:relative;z-index:2;padding:15px;border:1px solid var(--ma-color-border);border-radius:var(--ma-radius-md);background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.lesson-shell-context>header{display:grid;grid-template-columns:minmax(0,1fr) 68px;align-items:center;grid-gap:10px;gap:10px}.lesson-shell-context header small{color:var(--ma-color-text-soft);font-size:9px}.lesson-shell-context h2{margin:5px 0 0;font-size:15px;line-height:1.25}.lesson-shell-ring{position:relative;width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--ma-color-primary) var(--lesson-progress),color-mix(in srgb,var(--ma-color-border) 70%,var(--ma-color-surface)) 0)}.lesson-shell-ring:before{content:"";position:absolute;inset:7px;border-radius:50%;background:var(--ma-color-surface)}.lesson-shell-ring b{position:relative;font-size:16px;letter-spacing:-.03em}.lesson-shell-progress{margin-top:13px}.lesson-shell-progress>span{height:6px;display:block;overflow:hidden;border-radius:999px;background:var(--ma-color-surface-soft)}.lesson-shell-progress i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--ma-color-primary-strong),var(--ma-color-primary))}.lesson-shell-progress small{display:block;margin-top:7px;color:var(--ma-color-text-soft);font-size:8px}.lesson-shell-course-link{min-height:38px;margin-top:12px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;border-radius:9px;color:#031a31;background:linear-gradient(135deg,#31d9e8,var(--ma-color-primary));font-size:10px;font-weight:850}.lesson-shell-lessons{margin-top:10px;border-top:1px solid var(--ma-color-border)}.lesson-shell-lessons summary{padding:11px 2px 3px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:var(--ma-color-text-soft);font-size:9px;font-weight:850}.lesson-shell-lessons summary span{min-width:24px;padding:4px 7px;text-align:center;border-radius:8px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.lesson-shell-lessons>div{max-height:178px;margin-top:6px;overflow-y:auto;overscroll-behavior:contain}.lesson-shell-lessons a,.lesson-shell-lessons>div>div{min-height:44px;padding:6px;display:grid;grid-template-columns:27px minmax(0,1fr);align-items:center;grid-gap:7px;gap:7px;border-radius:9px;color:var(--ma-color-text)}.lesson-shell-lessons a.active,.lesson-shell-lessons a:hover{background:var(--ma-color-primary-soft)}.lesson-shell-lessons a.completed{color:var(--ma-color-success)}.lesson-shell-lessons>div>div.locked{opacity:.5}.lesson-shell-lessons a>span:first-child,.lesson-shell-lessons>div>div>span:first-child{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:var(--ma-color-surface-soft)}.lesson-shell-lessons b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.lesson-shell-lessons small{display:block;margin-top:2px;color:var(--ma-color-text-soft);font-size:7px}.v20-dashboard{width:100%;max-width:var(--ma-dashboard-max);padding:32px 40px 52px;color:var(--ma-color-text)}.v20-dashboard-header{min-height:82px;margin-bottom:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.v20-dashboard-header h1{margin:0;font-size:clamp(32px,3vw,44px);line-height:1;letter-spacing:-.045em}.v20-dashboard-header p{margin:12px 0 0;display:flex;align-items:center;gap:9px;color:var(--ma-color-text-soft);font-size:18px}.v20-dashboard-header p svg{color:var(--ma-color-primary-strong)}.v20-dashboard-actions{display:flex;align-items:center;gap:12px}.v20-icon-button{position:relative;width:46px;height:46px;display:grid;place-items:center;border:1px solid transparent;border-radius:14px;color:var(--ma-color-text-soft);transition:background .18s ease,color .18s ease,border-color .18s ease}.v20-icon-button:hover{color:var(--ma-color-primary-strong);border-color:var(--ma-color-border);background:var(--ma-color-surface)}.v20-user-avatar{width:54px;height:54px;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#fff;background:linear-gradient(145deg,#17d4e5,#078fd0);box-shadow:0 9px 22px rgba(8,153,203,.2);font-size:17px;font-weight:850}.v20-user-avatar img{width:100%;height:100%;object-fit:cover}.v20-course-hero{position:relative;min-height:var(--ma-dashboard-hero-height);padding:30px;display:grid;grid-template-columns:minmax(330px,1fr) 230px 270px;align-items:center;grid-gap:24px;gap:24px;overflow:hidden;border-radius:var(--ma-radius-md);background:linear-gradient(var(--ma-color-border) 1px,transparent 1px),linear-gradient(90deg,var(--ma-color-border) 1px,transparent 1px),var(--ma-color-surface);background-size:44px 44px,44px 44px,auto}.v20-course-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,var(--ma-color-surface) 0,color-mix(in srgb,var(--ma-color-surface) 88%,transparent) 43%,transparent 100%)}.v20-course-copy,.v20-course-visual,.v20-progress-ring{position:relative;z-index:1}.v20-course-copy>span{color:var(--ma-color-text-soft);font-size:15px}.v20-course-copy h2{max-width:520px;margin:12px 0 5px;font-size:clamp(27px,2.5vw,36px);line-height:1.08;letter-spacing:-.035em}.v20-course-copy>p{margin:0;color:var(--ma-color-text-soft);font-size:16px}.v20-course-progress-label{display:flex;align-items:baseline;gap:5px;margin:25px 0 9px;color:var(--ma-color-text-soft);font-size:14px}.v20-course-progress-label b{color:var(--ma-color-text);font-size:16px}.v20-course-copy .progress{width:min(100%,340px);height:9px}.v20-course-copy .btn{width:min(100%,310px);min-height:52px;margin-top:25px;font-size:16px}.v20-progress-ring{width:205px;height:205px;justify-self:center}.v20-progress-ring svg{width:100%;height:100%;transform:rotate(-90deg);filter:drop-shadow(0 8px 16px rgba(0,179,206,.13))}.v20-progress-ring circle{fill:none;stroke:color-mix(in srgb,var(--ma-color-border) 65%,transparent);stroke-width:10}.v20-progress-ring .v20-progress-ring-value{stroke:var(--ma-color-primary);stroke-linecap:round}.v20-progress-ring>span{position:absolute;inset:0;display:grid;place-content:center;text-align:center}.v20-progress-ring b{font-size:54px;line-height:1;letter-spacing:-.055em}.v20-progress-ring b small{font-size:25px}.v20-progress-ring em{margin-top:5px;color:var(--ma-color-text-soft);font-size:17px;font-style:normal}.v20-course-visual{display:grid;place-items:center}.v20-course-visual .dashboard-subject-icon{width:230px;height:230px;border-radius:42px;transform:rotate(-3deg);box-shadow:0 24px 55px rgba(3,77,126,.25),0 0 42px rgba(10,195,219,.2)}.v20-stats-strip{scroll-margin-top:88px;min-height:104px;margin-top:var(--ma-dashboard-gap);padding:16px 28px;display:grid;grid-template-columns:repeat(3,1fr);border-radius:var(--ma-radius-md)}.v20-stats-strip article{display:flex;align-items:center;justify-content:center;gap:18px;border-right:1px solid var(--ma-color-border)}.v20-stats-strip article:last-child{border:0}.v20-metric-icon{position:relative;width:64px;height:64px;display:grid;place-items:center;flex:none;color:#0a8bd4;filter:drop-shadow(0 8px 12px rgba(5,119,181,.16))}.v20-metric-icon.is-xp{width:68px;color:#fff;background:linear-gradient(145deg,#29a8ed,#0862bc);-webkit-clip-path:polygon(50% 0,88% 18%,100% 63%,74% 100%,26% 100%,0 63%,12% 18%);clip-path:polygon(50% 0,88% 18%,100% 63%,74% 100%,26% 100%,0 63%,12% 18%)}.v20-metric-icon.is-xp:before{content:"";position:absolute;inset:6px;-webkit-clip-path:inherit;clip-path:inherit;background:linear-gradient(145deg,#127bcf,#06448f)}.v20-metric-icon.is-xp>span{position:relative;font-size:22px;font-weight:850;letter-spacing:-.04em;text-shadow:0 2px 4px rgba(0,24,74,.35)}.v20-metric-icon.is-streak{color:#ff771f;filter:drop-shadow(0 8px 11px rgba(255,116,26,.21))}.v20-metric-icon.is-lessons{color:#098fc2;filter:drop-shadow(0 8px 11px rgba(4,123,177,.18))}.v20-metric-icon>svg{width:48px;height:48px;stroke-width:1.65}.v20-stats-strip b{font-size:24px}.v20-stats-strip b small{font-size:14px;font-weight:600}.v20-stats-strip p{margin:4px 0 0;color:var(--ma-color-text-soft);font-size:14px}.v20-dashboard-lower{grid-template-columns:minmax(0,1.45fr) minmax(350px,1fr);margin-top:var(--ma-dashboard-gap)}.v20-dashboard-left,.v20-dashboard-lower{display:grid;grid-gap:var(--ma-dashboard-gap);gap:var(--ma-dashboard-gap)}.v20-dashboard-left{min-width:0}.v20-catalog-panel,.v20-my-courses,.v20-next-lesson,.v20-route-card,.v20-schedule-card{border-radius:var(--ma-radius-md)}.v20-route-card{min-height:206px;padding:22px}.v20-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.v20-section-heading h2{margin:0;font-size:20px;letter-spacing:-.025em}.v20-section-heading>a,.v20-section-heading>span{display:flex;align-items:center;gap:4px;color:var(--ma-color-text-soft);font-size:13px}.v20-section-heading>a{color:var(--ma-color-primary-strong);font-weight:800}.v20-route-steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:38px;gap:38px;margin-top:18px}.v20-route-steps:before{content:"";position:absolute;left:12%;right:12%;top:31px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--ma-color-success),var(--ma-color-primary),var(--ma-color-border))}.v20-route-step{position:relative;z-index:1;min-width:0;min-height:120px;padding:13px 12px;display:grid;align-content:start;justify-items:center;text-align:center;border:1px solid var(--ma-color-border);border-radius:13px;background:var(--ma-color-surface);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.v20-route-step:hover:is(a){transform:translateY(-2px);box-shadow:var(--ma-shadow-md)}.v20-route-step.is-done{border-color:color-mix(in srgb,var(--ma-color-success) 60%,var(--ma-color-border))}.v20-route-step.is-current{border-color:var(--ma-color-primary-strong);box-shadow:0 8px 22px rgba(8,178,205,.1)}.v20-route-step.is-locked{color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft)}.v20-route-number{width:38px;height:38px;display:grid;place-items:center;margin-bottom:10px;border:2px solid;border-radius:50%;color:var(--ma-color-primary-strong);background:var(--ma-color-surface);font-size:16px;font-weight:850}.v20-route-step.is-done .v20-route-number{color:var(--ma-color-success)}.v20-route-step.is-locked .v20-route-number{color:var(--ma-color-text-soft)}.v20-route-step b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.v20-route-step small{margin-top:7px;color:var(--ma-color-text-soft);font-size:11px}.v20-next-lesson{min-height:150px;padding:16px 18px;display:grid;grid-template-columns:104px minmax(0,1fr) auto;align-items:center;grid-gap:20px;gap:20px}.v20-next-lesson>.dashboard-subject-icon{width:104px;height:104px;border-radius:18px}.v20-next-lesson small{color:var(--ma-color-text-soft)}.v20-next-lesson h2{margin:5px 0 9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:22px}.v20-next-lesson p{margin:0;display:flex;align-items:center;gap:7px;color:var(--ma-color-text-soft)}.v20-next-lesson p span{padding:5px 9px;border:1px solid var(--ma-color-border);border-radius:8px;font-size:11px}.v20-next-lesson .btn{min-width:150px}.v20-schedule-card{min-height:370px;padding:22px;display:flex;flex-direction:column}.v20-event-list{display:grid;grid-gap:9px;gap:9px;margin-top:17px}.v20-event-row{min-height:76px;padding:10px 8px;display:grid;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;grid-gap:11px;gap:11px;border-bottom:1px solid var(--ma-color-border);transition:transform .18s ease}.v20-event-row:hover{transform:translateX(3px)}.v20-event-row>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-event-row>div{min-width:0}.v20-event-row small{color:var(--ma-color-primary-strong);font-size:10px}.v20-event-row b,.v20-event-row p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v20-event-row b{margin-top:4px;font-size:13px}.v20-event-row p{margin:4px 0 0;color:var(--ma-color-text-soft);font-size:10px}.v20-learning-summary{margin-top:auto;padding-top:17px;display:flex;align-items:center;gap:11px}.v20-learning-summary>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-learning-summary div{display:grid;grid-gap:3px;gap:3px}.v20-learning-summary small{color:var(--ma-color-text-soft)}.v20-catalog-panel,.v20-my-courses{margin-top:18px;padding:22px}.v20-course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.v20-course-tile{min-width:0;min-height:104px;padding:13px;display:grid;grid-template-columns:56px minmax(0,1fr) 18px;align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--ma-color-border);border-radius:13px;background:var(--ma-color-surface);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.v20-course-tile:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--ma-color-primary) 60%,var(--ma-color-border));box-shadow:var(--ma-shadow-md)}.v20-course-tile>.dashboard-subject-icon{width:56px;height:56px;border-radius:13px}.v20-course-tile>div{min-width:0}.v20-course-tile small{color:var(--ma-color-primary-strong);font-size:9px}.v20-course-tile h3{margin:4px 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.v20-course-tile p{margin:6px 0 0;color:var(--ma-color-text-soft);font-size:9px}.v20-course-tile .progress{height:5px}.v20-restricted{display:grid;grid-gap:9px;gap:9px;margin-top:18px}.v20-restricted-card{min-height:76px;padding:14px 16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px;border:1px solid color-mix(in srgb,var(--ma-color-warning) 42%,var(--ma-color-border));border-radius:var(--ma-radius-md);background:color-mix(in srgb,var(--ma-color-warning) 7%,var(--ma-color-surface))}.v20-restricted-card>svg{color:var(--ma-color-warning)}.v20-restricted-card p{margin:4px 0 0;color:var(--ma-color-text-soft);font-size:11px}.v20-restricted-card strong{color:var(--ma-color-warning);font-size:11px}.v20-dashboard-error{min-height:220px;padding:28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:20px;gap:20px}.v20-dashboard-error>svg{color:var(--ma-color-primary-strong)}.v20-dashboard-error h1{margin:0 0 8px}.v20-dashboard-error p{margin:0;color:var(--ma-color-text-soft)}.v20-empty-dashboard{display:grid;grid-gap:18px;gap:18px}.v20-empty-dashboard .v20-dashboard-header{margin-bottom:0}.v20-empty-hero{min-height:340px;padding:44px clamp(28px,5vw,66px);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(230px,.8fr);align-items:center;grid-gap:30px;gap:30px;overflow:hidden;border:1px solid var(--ma-color-border);border-radius:var(--ma-radius-lg);background:radial-gradient(circle at 80% 40%,color-mix(in srgb,var(--ma-color-primary) 20%,transparent),transparent 18rem),var(--ma-color-surface);box-shadow:var(--ma-shadow-md)}.v20-eyebrow{display:inline-flex;gap:7px;font-size:10px;letter-spacing:.13em}.v20-empty-hero h2{max-width:680px;margin:14px 0 0;font-size:clamp(36px,4vw,58px);line-height:1;letter-spacing:-.05em}.v20-empty-hero p{max-width:650px;margin:19px 0 0;color:var(--ma-color-text-soft);font-size:15px;line-height:1.65}.v20-empty-hero>div>div{display:flex;gap:11px;margin-top:26px}.v20-empty-symbol{width:190px;height:190px;justify-self:center;border-radius:36px;transform:rotate(-4deg);box-shadow:0 26px 60px rgba(3,78,125,.26)}.v20-skeleton{position:relative;overflow:hidden;border-radius:var(--ma-radius-md);background:var(--ma-color-surface-soft)}.v20-skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ma-color-surface) 85%,transparent),transparent);animation:v20-shimmer 1.3s infinite}.v20-skeleton-title{width:380px;height:70px;margin-bottom:30px}.v20-skeleton-hero{height:var(--ma-dashboard-hero-height)}.v20-skeleton-stats{height:104px;margin-top:var(--ma-dashboard-gap)}.v20-skeleton-panel{height:290px;margin-top:var(--ma-dashboard-gap)}@keyframes v20-shimmer{to{transform:translateX(100%)}}.theme-dark .v20-course-hero{background:linear-gradient(var(--ma-color-border) 1px,transparent 1px),linear-gradient(90deg,var(--ma-color-border) 1px,transparent 1px),var(--ma-color-surface);background-size:44px 44px,44px 44px,auto}.theme-dark .v20-course-hero:after{background:linear-gradient(90deg,var(--ma-color-surface) 0,color-mix(in srgb,var(--ma-color-surface) 88%,transparent) 43%,transparent 100%)}.theme-dark .v20-stat-icon{box-shadow:none}@media(max-width:1240px){.student-platform .shell{grid-template-columns:250px minmax(0,1fr)}.student-platform .sidebar .brand-logo,.student-platform.dashboard-mode .sidebar .brand-logo{width:200px}.v20-dashboard{padding-inline:28px}.v20-course-hero{grid-template-columns:minmax(300px,1fr) 200px 200px}.v20-course-visual .dashboard-subject-icon{width:185px;height:185px}.v20-progress-ring{width:180px;height:180px}}@media(max-width:1050px){.v20-course-hero{grid-template-columns:minmax(300px,1fr) 190px}.v20-course-visual{display:none}.v20-dashboard-lower{grid-template-columns:1fr}.v20-schedule-card{min-height:0}.v20-course-grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.student-platform .shell{grid-template-columns:1fr}.student-platform .sidebar{display:block;position:fixed;width:min(310px,88vw);transform:translateX(-105%)}.student-platform .sidebar.sidebar-open{transform:translateX(0)}.student-platform.dashboard-mode .topbar,.student-platform.lesson-mode .topbar{display:flex}.student-platform .topbar{padding:0 18px}.student-platform .topbar .theme-switcher{display:none}.v20-dashboard{padding:22px 18px 92px}.v20-dashboard-actions{display:none}}@media(max-width:700px){.v20-dashboard-header{min-height:68px}.v20-dashboard-header h1{font-size:30px}.v20-dashboard-header p{font-size:14px}.v20-icon-button{width:42px;height:42px}.v20-user-avatar{width:46px;height:46px}.v20-course-hero{min-height:0;padding:24px 20px;grid-template-columns:1fr}.v20-course-hero:after{background:linear-gradient(180deg,var(--ma-color-surface),transparent)}.v20-progress-ring{width:170px;height:170px;grid-row:1;justify-self:start}.v20-course-copy{grid-row:2}.v20-course-copy .btn{width:100%}.v20-stats-strip{padding:8px 14px;grid-template-columns:1fr}.v20-stats-strip article{min-height:80px;justify-content:flex-start;border-right:0;border-bottom:1px solid var(--ma-color-border)}.v20-stats-strip article:last-child{border-bottom:0}.v20-route-steps{grid-template-columns:1fr;gap:9px}.v20-route-steps:before{display:none}.v20-route-step{min-height:76px;grid-template-columns:38px 1fr;grid-template-rows:1fr 1fr;justify-items:start;text-align:left;column-gap:12px}.v20-route-number{grid-row:1/3;margin:0}.v20-route-step b{align-self:end}.v20-route-step small{align-self:start;margin:3px 0 0}.v20-next-lesson{min-height:0;grid-template-columns:70px minmax(0,1fr)}.v20-next-lesson>.dashboard-subject-icon{width:70px;height:70px}.v20-next-lesson .btn{grid-column:1/-1;width:100%}.v20-course-grid,.v20-empty-hero{grid-template-columns:1fr}.v20-empty-hero{padding:30px 22px}.v20-empty-symbol{display:none}.v20-empty-hero>div>div{display:grid}.v20-dashboard-error{grid-template-columns:1fr;text-align:center;justify-items:center}}@media(max-width:440px){.v20-dashboard{padding-inline:13px}.v20-dashboard-header h1{font-size:26px}.v20-dashboard-header p{font-size:12px}.v20-user-avatar{display:none}.v20-course-hero{padding:20px 16px}.v20-progress-ring{width:145px;height:145px}.v20-progress-ring b{font-size:43px}.v20-catalog-panel,.v20-my-courses,.v20-route-card,.v20-schedule-card{padding:17px}.v20-restricted-card{grid-template-columns:auto 1fr}.v20-restricted-card strong{grid-column:2}}@media(prefers-reduced-motion:reduce){.app-theme .btn,.v20-course-tile,.v20-event-row,.v20-route-step{transition:none}.v20-skeleton:after{animation:none}}.v20-course-detail,.v20-courses-page{width:100%;max-width:1320px;padding:34px 40px 64px;color:var(--ma-color-text)}.public-site-shell .v20-course-detail,.public-site-shell .v20-courses-page{max-width:1440px;margin-inline:auto;padding-top:54px}.v20-courses-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.v20-courses-header h1{margin:9px 0 8px;font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.045em}.v20-courses-header p{max-width:680px;margin:0;color:var(--ma-color-text-soft);font-size:15px}.v20-courses-header .tabs{flex:none}.v20-catalog-tools{display:grid;grid-gap:16px;gap:16px;margin-bottom:28px}.v20-course-search{width:min(100%,620px);min-height:52px;padding:0 17px;display:flex;align-items:center;gap:11px;border:1px solid var(--ma-color-border);border-radius:var(--ma-radius-md);color:var(--ma-color-text-soft);background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.v20-course-search:focus-within{border-color:var(--ma-color-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--ma-color-primary) 12%,transparent)}.v20-course-search input{width:100%;border:0;outline:0;color:var(--ma-color-text);background:transparent}.v20-course-search input::placeholder{color:var(--ma-color-text-soft)}.v20-category-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}.v20-category-filters button{min-height:38px;padding:8px 15px;flex:none;border:1px solid var(--ma-color-border);border-radius:999px;color:var(--ma-color-text-soft);background:var(--ma-color-surface);font-size:12px;font-weight:750}.v20-category-filters button.active,.v20-category-filters button:hover{border-color:color-mix(in srgb,var(--ma-color-primary) 50%,var(--ma-color-border));color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-courses-current{position:relative;min-height:238px;margin-bottom:32px;padding:30px;display:grid;grid-template-columns:minmax(0,1fr) 220px;align-items:center;grid-gap:28px;gap:28px;overflow:hidden;border-radius:var(--ma-radius-lg);background:linear-gradient(115deg,var(--ma-color-surface) 45%,color-mix(in srgb,var(--ma-color-primary) 12%,var(--ma-color-surface)))}.v20-courses-current:after{content:"";position:absolute;right:-80px;top:-120px;width:340px;height:340px;border-radius:50%;background:color-mix(in srgb,var(--ma-color-primary) 13%,transparent);filter:blur(6px)}.v20-courses-current>.dashboard-subject-icon,.v20-courses-current>div{position:relative;z-index:1}.v20-courses-current h2{margin:12px 0 5px;font-size:clamp(25px,3vw,36px);letter-spacing:-.035em}.v20-courses-current p{margin:0;color:var(--ma-color-text-soft)}.v20-current-progress{width:min(100%,400px);margin:25px 0 9px;justify-content:space-between;font-size:13px}.v20-courses-current .progress{width:min(100%,400px);height:8px}.v20-courses-current .btn{width:max-content;margin-top:22px}.v20-courses-current>.dashboard-subject-icon{width:190px;height:190px;justify-self:center;border-radius:36px;transform:rotate(-4deg);box-shadow:0 24px 48px rgba(6,91,137,.2)}.v20-course-section+.v20-course-section{margin-top:42px}.v20-section-title{min-height:48px;margin-bottom:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.v20-section-title h2{margin:0;display:flex;align-items:center;gap:8px;font-size:23px;letter-spacing:-.025em}.v20-section-title p{margin:5px 0 0;color:var(--ma-color-text-soft);font-size:12px}.v20-section-title>button{border:0;color:var(--ma-color-primary-strong);background:transparent;font-size:12px;font-weight:800}.v20-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.v20-catalog-card{min-width:0;overflow:hidden;border:1px solid var(--ma-color-border);border-radius:var(--ma-radius-lg);background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.v20-catalog-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--ma-color-primary) 48%,var(--ma-color-border));box-shadow:var(--ma-shadow-md)}.v20-catalog-card.is-locked{background:color-mix(in srgb,var(--ma-color-surface-soft) 55%,var(--ma-color-surface))}.v20-catalog-cover{position:relative;height:172px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,var(--ma-color-primary-soft),var(--ma-color-surface-soft))}.v20-catalog-cover>img{width:100%;height:100%;object-fit:cover}.v20-catalog-cover>.dashboard-subject-icon{width:140px;height:140px;border-radius:28px;transform:rotate(-4deg)}.v20-course-status{position:absolute;left:13px;top:13px;min-height:28px;padding:5px 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:999px;background:color-mix(in srgb,var(--ma-color-surface) 90%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;font-weight:850}.v20-course-status.status-available,.v20-course-status.status-enrolled{color:var(--ma-color-primary-strong)}.v20-course-status.status-completed{color:var(--ma-color-success)}.v20-course-status.status-locked{color:var(--ma-color-warning)}.v20-catalog-card-body{min-height:280px;padding:18px;display:flex;flex-direction:column}.v20-course-category{color:var(--ma-color-primary-strong);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.v20-catalog-card h2{margin:7px 0 8px;font-size:19px;line-height:1.18;letter-spacing:-.025em}.v20-catalog-card h2 a{color:inherit}.v20-catalog-card-body>p{margin:0;display:-webkit-box;overflow:hidden;color:var(--ma-color-text-soft);font-size:12px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}.v20-course-facts{margin-top:14px;display:flex;align-items:center;gap:7px 13px;flex-wrap:wrap;color:var(--ma-color-text-soft);font-size:10px}.v20-course-facts span{display:inline-flex;align-items:center;gap:5px}.v20-course-facts span:nth-child(2){color:#e6a216}.v20-card-progress{margin-top:15px}.v20-card-progress>div{margin-bottom:7px;display:flex;justify-content:space-between;color:var(--ma-color-text-soft);font-size:10px}.v20-card-progress>div b{color:var(--ma-color-text)}.v20-card-progress .progress{height:6px}.v20-card-progress small{display:block;margin-top:6px;color:var(--ma-color-text-soft);font-size:9px}.v20-catalog-card-footer{min-height:44px;margin-top:auto;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--ma-color-border)}.v20-catalog-card-footer strong{font-size:11px}.v20-card-link{display:inline-flex;align-items:center;gap:3px;color:var(--ma-color-primary-strong);font-size:11px;font-weight:850}.v20-course-skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.v20-course-skeleton-grid .v20-skeleton{height:455px}.v20-load-more{margin-top:22px;display:flex;justify-content:center}.v20-load-more .btn{min-width:180px}.v20-locked-section{padding-top:28px;border-top:1px solid var(--ma-color-border)}.v20-device-note,.v20-enrollment-note{max-width:760px;margin-top:22px;padding:14px 16px;display:flex;align-items:flex-start;gap:11px;border:1px solid color-mix(in srgb,var(--ma-color-warning) 42%,var(--ma-color-border));border-radius:var(--ma-radius-md);color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 7%,var(--ma-color-surface));font-size:12px}.v20-device-note p{margin:4px 0 0;color:var(--ma-color-text-soft)}.v20-enrollment-note{align-items:center;color:var(--ma-color-success);border-color:color-mix(in srgb,var(--ma-color-success) 40%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-success) 7%,var(--ma-color-surface))}.v20-breadcrumb{margin-bottom:20px;display:flex;gap:8px;font-size:11px}.v20-breadcrumb a{display:inline-flex;align-items:center;gap:6px;color:var(--ma-color-primary-strong);font-weight:800}.v20-breadcrumb span{max-width:48ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v20-enrollment-success{margin-bottom:20px;padding:18px 20px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;border:1px solid color-mix(in srgb,var(--ma-color-success) 45%,var(--ma-color-border));border-radius:var(--ma-radius-lg);color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 8%,var(--ma-color-surface));box-shadow:var(--ma-shadow-sm)}.v20-enrollment-success span{font-size:10px;font-weight:900;letter-spacing:.09em}.v20-enrollment-success h2{margin:3px 0;font-size:18px;color:var(--ma-color-text)}.v20-enrollment-success p{margin:0;color:var(--ma-color-text-soft);font-size:11px}.v20-detail-hero{min-height:340px;padding:38px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:center;grid-gap:36px;gap:36px;overflow:hidden;border-radius:var(--ma-radius-xl);background:radial-gradient(circle at 85% 50%,color-mix(in srgb,var(--ma-color-primary) 18%,transparent),transparent 18rem),var(--ma-color-surface)}.v20-detail-copy h1{max-width:820px;margin:14px 0 15px;font-size:clamp(37px,5vw,60px);line-height:.98;letter-spacing:-.055em}.v20-detail-copy>p{max-width:740px;margin:0;color:var(--ma-color-text-soft);font-size:15px;line-height:1.65}.v20-detail-meta{margin-top:22px;display:flex;align-items:center;gap:11px 18px;flex-wrap:wrap;color:var(--ma-color-text-soft);font-size:11px}.v20-detail-meta span{display:inline-flex;align-items:center;gap:6px}.v20-detail-meta span:first-child{color:#e6a216}.v20-detail-progress{width:min(100%,480px);margin-top:25px;padding-top:20px;border-top:1px solid var(--ma-color-border)}.v20-detail-progress>div{margin-bottom:8px;display:flex;justify-content:space-between;font-size:12px}.v20-detail-progress small,.v20-detail-progress>div span{color:var(--ma-color-text-soft)}.v20-detail-progress .progress{height:8px}.v20-detail-progress small{display:block;margin-top:7px;font-size:10px}.v20-detail-visual{position:relative;display:grid;place-items:center}.v20-detail-visual>.dashboard-subject-icon{width:min(100%,260px);height:auto;aspect-ratio:1;border-radius:46px;transform:rotate(-4deg);box-shadow:0 28px 60px rgba(4,84,132,.24)}.v20-detail-visual>span{position:absolute;right:0;bottom:18px;padding:9px 13px;border:1px solid var(--ma-color-border);border-radius:12px;color:var(--ma-color-primary-strong);background:var(--ma-color-surface-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:11px;font-weight:850;box-shadow:var(--ma-shadow-md)}.v20-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;grid-gap:24px;gap:24px;margin-top:32px}.v20-program-header{min-height:68px;margin-bottom:17px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.v20-program-header h2{margin:7px 0 0;font-size:27px;letter-spacing:-.035em}.v20-program-header>p{margin:0;color:var(--ma-color-text-soft);font-size:11px}.v20-module-list{display:grid;grid-gap:11px;gap:11px}.v20-module-card{overflow:hidden;border:1px solid var(--ma-color-border);border-radius:var(--ma-radius-lg);background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.v20-module-card.is-locked{background:var(--ma-color-surface-soft)}.v20-module-card summary{min-height:88px;padding:15px 18px;display:grid;grid-template-columns:46px minmax(0,1fr) auto auto;align-items:center;grid-gap:14px;gap:14px;cursor:pointer;list-style:none}.v20-module-card summary::-webkit-details-marker{display:none}.v20-module-number{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:var(--ma-color-primary-soft);font-size:13px}.v20-module-card summary small,.v20-module-number{color:var(--ma-color-primary-strong);font-weight:900}.v20-module-card summary small{font-size:8px;letter-spacing:.1em}.v20-module-card summary h3{margin:4px 0;font-size:15px}.v20-module-card summary p{margin:0;color:var(--ma-color-text-soft);font-size:9px}.v20-module-lock{display:inline-flex;align-items:center;gap:5px;color:var(--ma-color-warning);font-size:9px;font-weight:800}.v20-module-chevron{color:var(--ma-color-text-soft);transition:transform .18s ease}.v20-module-card[open] .v20-module-chevron{transform:rotate(180deg)}.v20-lesson-list{padding:0 18px 13px}.v20-lesson-row{min-height:64px;padding:9px 7px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;border-top:1px solid var(--ma-color-border)}.v20-lesson-state{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft)}.v20-lesson-row.is-available .v20-lesson-state{color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-lesson-row.is-completed .v20-lesson-state{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 12%,var(--ma-color-surface))}.v20-lesson-row b{font-size:12px}.v20-lesson-row p{margin:4px 0 0;color:var(--ma-color-text-soft);font-size:9px}.v20-lesson-row>a,.v20-lesson-row>span:last-child{display:flex;align-items:center;gap:3px;color:var(--ma-color-primary-strong);font-size:9px;font-weight:850}.v20-lesson-row.is-locked>span:last-child{color:var(--ma-color-text-soft)}.v20-course-access{position:-webkit-sticky;position:sticky;top:96px;padding:24px;display:grid;grid-gap:14px;gap:14px;border-radius:var(--ma-radius-lg)}.v20-course-access h2{margin:0;font-size:24px;letter-spacing:-.035em}.v20-course-access>p{margin:0;display:flex;align-items:flex-start;gap:7px;color:var(--ma-color-text-soft);font-size:11px;line-height:1.5}.v20-course-access>small{color:var(--ma-color-text-soft);font-size:10px}.v20-access-badge{width:max-content;min-height:29px;padding:6px 10px;display:flex;align-items:center;gap:6px;border-radius:999px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft);font-size:9px;font-weight:850}.v20-access-badge.completed{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 12%,var(--ma-color-surface))}.v20-access-badge.locked{color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 12%,var(--ma-color-surface))}.v20-access-price{font-size:28px;letter-spacing:-.035em}.v20-course-access .btn{width:100%}.v20-access-error{padding:10px!important;border-radius:10px;color:var(--ma-color-danger)!important;background:color-mix(in srgb,var(--ma-color-danger) 8%,var(--ma-color-surface))}.v20-course-access dl{margin:3px 0 0;padding-top:14px;display:grid;grid-gap:8px;gap:8px;border-top:1px solid var(--ma-color-border)}.v20-course-access dl div{display:flex;justify-content:space-between;color:var(--ma-color-text-soft);font-size:10px}.v20-course-access dd{margin:0;color:var(--ma-color-text);font-weight:800}.v20-tariffs{margin-top:48px;scroll-margin-top:92px}.v20-tariffs>header h2{margin:8px 0 20px;font-size:28px}.v20-tariffs>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.v20-tariffs article{min-height:230px;padding:23px;display:flex;flex-direction:column;border-radius:var(--ma-radius-lg)}.v20-tariffs article>span{display:flex;align-items:center;gap:7px;color:var(--ma-color-primary-strong);font-size:10px;font-weight:800}.v20-tariffs h3{margin:14px 0 8px;font-size:18px}.v20-tariffs article>strong{font-size:28px}.v20-tariffs .btn{margin-top:auto}@media(max-width:1120px){.v20-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v20-course-skeleton-grid{grid-template-columns:repeat(2,1fr)}.v20-detail-layout{grid-template-columns:minmax(0,1fr) 290px}.v20-detail-hero{grid-template-columns:minmax(0,1fr) 220px}.v20-detail-visual>.dashboard-subject-icon{width:210px}}@media(max-width:900px){.v20-course-detail,.v20-courses-page{padding:25px 18px 104px}.public-site-shell .v20-course-detail,.public-site-shell .v20-courses-page{padding-inline:18px}.v20-detail-layout{grid-template-columns:1fr}.v20-course-access{position:static;grid-row:1}.v20-tariffs>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.v20-courses-header{align-items:flex-start;flex-direction:column}.v20-courses-header .tabs{width:100%}.v20-courses-header .tabs button{flex:1 1}.v20-courses-header h1{font-size:34px}.v20-courses-current{padding:24px 20px;grid-template-columns:1fr}.v20-courses-current>.dashboard-subject-icon{display:none}.v20-courses-current .btn{width:100%}.v20-catalog-grid,.v20-course-skeleton-grid{grid-template-columns:1fr}.v20-catalog-cover{height:190px}.v20-course-skeleton-grid .v20-skeleton{height:460px}.v20-detail-hero{padding:27px 21px;grid-template-columns:1fr}.v20-detail-copy h1{font-size:39px}.v20-detail-visual{display:none}.v20-program-header{align-items:flex-start;flex-direction:column}.v20-module-card summary{grid-template-columns:42px minmax(0,1fr) auto}.v20-module-lock{display:none}.v20-lesson-row{grid-template-columns:32px minmax(0,1fr)}.v20-lesson-row>a,.v20-lesson-row>span:last-child{grid-column:2;justify-self:start}.v20-enrollment-success{grid-template-columns:auto 1fr}.v20-enrollment-success .btn{grid-column:1/-1;width:100%}.v20-tariffs>div{grid-template-columns:1fr}}@media(max-width:420px){.v20-course-detail,.v20-courses-page{padding-inline:13px}.v20-catalog-card-body{padding:16px}.v20-catalog-cover{height:168px}.v20-detail-copy h1{font-size:34px}.v20-detail-meta{display:grid;grid-template-columns:1fr 1fr}.v20-lesson-list,.v20-module-card summary{padding-inline:13px}.v20-course-access{padding:20px}}.v20-lesson-page{width:100%;max-width:1320px;padding:24px 24px 70px;color:var(--ma-color-text)}.v20-lesson-page>.page-state{min-height:420px}.v20-lesson-header{min-height:76px;margin-bottom:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.v20-lesson-header .v20-breadcrumb{margin-bottom:11px}.v20-lesson-header>.theme-switcher{flex:none}.v20-lesson-header h1{max-width:920px;margin:7px 0 0;font-size:clamp(29px,2.6vw,36px);line-height:1.04;letter-spacing:-.04em}.v20-lesson-subtitle{margin:6px 0 0;color:var(--ma-color-text-soft);font-size:12px}.v20-eyebrow{display:flex;align-items:center;gap:6px;margin:0;color:var(--ma-color-primary-strong);font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.v20-state-actions{display:flex;gap:8px;flex-wrap:wrap}.v20-lesson-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;align-items:start;grid-gap:20px;gap:20px}.v20-lesson-content{min-width:0}.v20-lesson-rail{min-width:0;display:grid;grid-gap:12px;gap:12px}.v20-lesson-note-anchor{scroll-margin-top:16px;outline:0}.v20-lesson-video{position:relative;width:100%;aspect-ratio:16/9;display:grid;place-items:center;overflow:hidden;border:1px solid color-mix(in srgb,var(--ma-color-border) 60%,#000);border-radius:16px;background:#07111e;box-shadow:var(--ma-shadow-md)}.v20-lesson-video iframe,.v20-lesson-video video{width:100%;height:100%;display:block;border:0;object-fit:contain}.v20-lesson-video.is-empty{align-content:center;gap:8px;padding:30px;text-align:center;color:#d9edf3;background:radial-gradient(circle at 50% 40%,#163a54,#07111e 65%)}.v20-lesson-video.is-empty svg{color:#35cbe0}.v20-lesson-video.is-empty b{font-size:18px}.v20-lesson-video.is-empty p{max-width:440px;margin:0;color:#9fb8c8;font-size:12px}.v20-video-status{position:absolute;z-index:3;left:50%;bottom:18px;transform:translateX(-50%);padding:8px 11px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#dffbff;background:rgba(2,18,35,.82);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);font-size:10px}.v20-lesson-video .video-watermark{position:absolute;z-index:2;padding:4px 7px;pointer-events:none;border-radius:5px;color:rgba(255,255,255,.58);background:rgba(0,0,0,.18);font-size:9px}.v20-lesson-video .position-0{left:3%;top:5%}.v20-lesson-video .position-1{right:3%;top:8%}.v20-lesson-video .position-2{left:45%;top:48%}.v20-lesson-video .position-3{left:4%;bottom:8%}.v20-lesson-video .position-4{right:4%;bottom:8%}.v20-lesson-preview{margin-top:14px;padding:14px 16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid color-mix(in srgb,var(--ma-color-primary) 35%,var(--ma-color-border));border-radius:var(--ma-radius-md);background:var(--ma-color-primary-soft)}.v20-lesson-preview>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--ma-color-primary-strong);background:var(--ma-color-surface)}.v20-lesson-preview b{font-size:12px}.v20-lesson-preview p{margin:3px 0 0;color:var(--ma-color-text-soft);font-size:10px}.v20-lesson-preview .btn{min-height:38px}.v20-lesson-titlebar{min-height:64px;padding:11px 2px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--ma-color-border)}.v20-lesson-titlebar>div{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.v20-lesson-titlebar>div>span{display:inline-flex;align-items:center;gap:6px;color:var(--ma-color-text-soft);font-size:11px}.v20-lesson-titlebar>div>.is-complete{color:var(--ma-color-success);font-weight:800}.v20-lesson-tabs{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow-x:auto;scrollbar-width:none}.v20-lesson-tabs::-webkit-scrollbar{display:none}.v20-lesson-tabs button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.v20-inline-error{padding:10px 13px;border:1px solid color-mix(in srgb,var(--ma-color-danger) 35%,var(--ma-color-border));border-radius:10px;color:var(--ma-color-danger);background:color-mix(in srgb,var(--ma-color-danger) 7%,var(--ma-color-surface));font-size:11px}.v20-lesson-section{margin-top:12px;padding:25px;border-radius:16px}.v20-lesson-section>h2{margin:8px 0 20px;font-size:22px}.v20-lesson-copy{margin-top:15px;white-space:pre-wrap;color:var(--ma-color-text);font-family:STIX Two Text,Cambria Math,Georgia,serif;font-size:15px;line-height:1.9}.v20-lesson-copy .katex{color:var(--ma-color-primary-strong)}.v20-theory-resources{margin-top:24px;padding-top:18px;border-top:1px solid var(--ma-color-border)}.v20-theory-resources>h2{margin:0 0 11px;display:flex;align-items:center;gap:7px;font-size:13px}.v20-lesson-quiz{margin-top:26px;padding:17px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;border:1px solid color-mix(in srgb,var(--ma-color-primary) 28%,var(--ma-color-border));border-radius:var(--ma-radius-md);background:color-mix(in srgb,var(--ma-color-primary-soft) 65%,var(--ma-color-surface))}.v20-lesson-quiz>span{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;color:var(--ma-color-primary-strong);background:var(--ma-color-surface)}.v20-lesson-quiz small{color:var(--ma-color-primary-strong);font-size:8px;font-weight:900;letter-spacing:.1em}.v20-lesson-quiz h2{margin:4px 0 2px;font-size:14px}.v20-lesson-quiz p{margin:0;color:var(--ma-color-text-soft);font-size:10px}.v20-resource-list{display:grid;grid-gap:8px;gap:8px}.v20-resource-list>a{min-height:62px;padding:10px 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;border:1px solid var(--ma-color-border);border-radius:12px;color:var(--ma-color-text);background:var(--ma-color-surface-soft)}.v20-resource-list>a:hover{border-color:var(--ma-color-primary);background:var(--ma-color-primary-soft)}.v20-resource-list>a>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--ma-color-primary-strong);background:var(--ma-color-surface)}.v20-resource-list b{display:block;font-size:12px}.v20-resource-list small{color:var(--ma-color-text-soft);font-size:9px}.v20-comment-list{display:grid}.v20-comment-list article{padding:16px 0;display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;border-bottom:1px solid var(--ma-color-border)}.v20-comment-list article:last-child{border-bottom:0}.v20-comment-list header{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.v20-comment-list header b{font-size:12px}.v20-comment-list header small{color:var(--ma-color-text-soft);font-size:9px}.v20-comment-list p{margin:6px 0 0;color:var(--ma-color-text-soft);font-size:12px;line-height:1.6}.v20-comment-form{margin-top:18px;display:flex;gap:8px}.v20-comment-form input{min-width:0;flex:1 1;padding:11px 13px;border:1px solid var(--ma-color-border);border-radius:11px;color:var(--ma-color-text);background:var(--ma-color-surface-soft)}.v20-comment-form input:focus{outline:3px solid color-mix(in srgb,var(--ma-color-primary) 12%,transparent);border-color:var(--ma-color-primary)}.v20-lesson-discussion-lock{margin-top:16px;padding:12px;display:flex;align-items:center;gap:8px;border-radius:10px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft);font-size:10px}.v20-lesson-discussion-lock a{margin-left:auto;color:var(--ma-color-primary-strong);font-weight:800}.v20-lesson-pagination{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.v20-lesson-pagination .btn{min-height:58px;justify-content:space-between}.v20-lesson-pagination .btn>span{min-width:0;display:grid;grid-gap:2px;gap:2px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v20-lesson-pagination .btn-primary>span{text-align:right}.v20-lesson-pagination small{font-size:7px;letter-spacing:.1em;opacity:.72}.v20-lesson-progress{padding:18px;border-radius:var(--ma-radius-lg)}.v20-lesson-progress header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:12px;gap:12px}.v20-lesson-progress h2{margin:6px 0 14px;font-size:14px;line-height:1.25}.v20-lesson-progress header>b{font-size:26px;letter-spacing:-.04em}.v20-lesson-progress .progress{height:7px}.v20-lesson-progress>p{margin:8px 0 0;color:var(--ma-color-text-soft);font-size:9px}.v20-lesson-list-panel{overflow:hidden;border-radius:var(--ma-radius-lg)}.v20-lesson-list-panel>header{min-height:72px;padding:15px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--ma-color-border)}.v20-lesson-list-panel>header h2{margin:5px 0 0;font-size:15px}.v20-lesson-list-panel>header>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft);font-size:11px;font-weight:850}.v20-rail-groups{max-height:560px;overflow-y:auto;overscroll-behavior:contain}.v20-rail-groups>section>h3{margin:0;padding:11px 17px 7px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft);font-size:8px;letter-spacing:.1em;text-transform:uppercase}.v20-rail-groups a,.v20-rail-groups section>div{min-height:60px;padding:10px 14px;display:grid;grid-template-columns:31px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;border-top:1px solid var(--ma-color-border);color:var(--ma-color-text)}.v20-rail-groups a.active,.v20-rail-groups a:hover{background:var(--ma-color-primary-soft)}.v20-rail-groups a.active{color:var(--ma-color-primary-strong)}.v20-rail-groups .locked{opacity:.55}.v20-rail-state{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft)}.v20-rail-groups .active .v20-rail-state{color:#fff;background:var(--ma-color-primary)}.v20-rail-groups .completed .v20-rail-state{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 12%,var(--ma-color-surface))}.v20-rail-groups b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.v20-rail-groups small{display:block;margin-top:3px;color:var(--ma-color-text-soft);font-size:8px}.v20-next-readiness{padding:17px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:11px;gap:11px;border-radius:var(--ma-radius-lg)}.v20-next-readiness>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-next-readiness h2{margin:5px 0 3px;font-size:13px}.v20-next-readiness small,.v20-next-readiness>p{color:var(--ma-color-text-soft);font-size:9px}.v20-next-readiness .btn,.v20-next-readiness>p{grid-column:1/-1;width:100%;margin:3px 0 0}.v20-note-workspace{margin-top:16px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:start;grid-gap:14px;gap:14px}.v20-note-workspace>.card{border-radius:var(--ma-radius-lg)}.v20-note-workspace.is-rail{margin-top:0;grid-template-columns:1fr;gap:10px}.v20-note-workspace.is-rail>.card{border-radius:16px}.v20-note-workspace.is-rail .v20-note-editor>header,.v20-note-workspace.is-rail .v20-note-side>header{padding:15px 16px}.v20-note-workspace.is-rail .v20-note-editor header h2,.v20-note-workspace.is-rail .v20-note-side header h2{font-size:14px}.v20-note-workspace.is-rail .v20-note-text,.v20-note-workspace.is-rail .v20-note-title{padding-inline:16px}.v20-note-workspace.is-rail .v20-note-text textarea{min-height:205px;font-size:12px;line-height:1.65}.v20-note-workspace.is-rail .v20-note-editor-footer{padding-inline:16px}.v20-note-workspace.is-rail .v20-note-side{position:static}.v20-note-workspace.is-rail .v20-note-checklist{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:11px}.v20-note-workspace.is-rail .v20-note-checklist>div{grid-template-columns:25px minmax(0,1fr);gap:6px}.v20-note-workspace.is-rail .v20-note-checklist>div>span{width:24px;height:24px}.v20-note-workspace.is-rail .v20-note-checklist small{display:none}.v20-note-workspace.is-rail .v20-note-actions{padding:11px;grid-template-columns:1fr 1.15fr}.v20-note-workspace.is-rail .v20-note-attach{margin-inline:11px}.v20-note-workspace.is-rail .v20-note-files{padding-inline:11px}.v20-note-editor{overflow:hidden}.v20-note-editor>header,.v20-note-side>header{padding:19px 21px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--ma-color-border)}.v20-note-editor header h2,.v20-note-side header h2{margin:6px 0 0;font-size:17px}.v20-note-status{min-height:28px;padding:6px 9px;border-radius:999px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft);font-size:8px;font-weight:850}.v20-note-status.status-in_review,.v20-note-status.status-submitted{color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-note-status.status-approved{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 12%,var(--ma-color-surface))}.v20-note-status.status-changes_requested{color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 12%,var(--ma-color-surface))}.v20-note-text,.v20-note-title{padding:15px 21px 0;display:grid;grid-gap:7px;gap:7px}.v20-note-text>span,.v20-note-title>span{color:var(--ma-color-text-soft);font-size:9px;font-weight:800}.v20-note-text textarea,.v20-note-title input{width:100%;padding:12px 13px;border:1px solid var(--ma-color-border);border-radius:11px;color:var(--ma-color-text);background:var(--ma-color-surface-soft);font:inherit}.v20-note-text textarea:focus,.v20-note-title input:focus{outline:3px solid color-mix(in srgb,var(--ma-color-primary) 12%,transparent);border-color:var(--ma-color-primary)}.v20-note-text textarea:disabled,.v20-note-title input:disabled{opacity:.7}.v20-note-text textarea{min-height:350px;resize:vertical;font-size:13px;line-height:1.75}.v20-note-editor-footer{padding:10px 21px 18px;display:flex;justify-content:space-between;gap:12px;color:var(--ma-color-text-soft);font-size:8px}.v20-note-editor-footer span{display:flex;align-items:center;gap:5px}.v20-note-approved-actions,.v20-note-feedback{margin:15px 21px 0;padding:13px;display:flex;align-items:flex-start;gap:10px;border:1px solid color-mix(in srgb,var(--ma-color-warning) 35%,var(--ma-color-border));border-radius:11px;color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 7%,var(--ma-color-surface))}.v20-note-feedback.approved{color:var(--ma-color-success);border-color:color-mix(in srgb,var(--ma-color-success) 35%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-success) 7%,var(--ma-color-surface))}.v20-note-feedback b{font-size:11px}.v20-note-approved-actions p,.v20-note-feedback p{margin:4px 0;color:var(--ma-color-text-soft);font-size:10px;line-height:1.5}.v20-note-feedback small{font-size:8px}.v20-note-approved-actions{align-items:center;color:var(--ma-color-text-soft);border-color:var(--ma-color-border);background:var(--ma-color-surface-soft)}.v20-note-approved-actions p{margin:0;flex:1 1}.v20-note-side{position:-webkit-sticky;position:sticky;top:92px;overflow:hidden}.v20-note-side>header>small{color:var(--ma-color-text-soft);font-size:9px}.v20-note-checklist{padding:13px 18px;display:grid;grid-gap:11px;gap:11px}.v20-note-checklist>div{display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:9px;gap:9px;align-items:center}.v20-note-checklist>div>span{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft);font-size:9px;font-weight:850}.v20-note-checklist>div.done>span{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 12%,var(--ma-color-surface))}.v20-note-checklist p{margin:0}.v20-note-checklist b{display:block;font-size:10px}.v20-note-checklist small{color:var(--ma-color-text-soft);font-size:8px}.v20-note-files{padding:14px 18px;border-top:1px solid var(--ma-color-border)}.v20-note-files h3{margin:0 0 9px;font-size:10px}.v20-note-files article{min-height:48px;padding:7px;display:grid;grid-template-columns:30px minmax(0,1fr) auto auto;align-items:center;grid-gap:7px;gap:7px;border-radius:9px;background:var(--ma-color-surface-soft)}.v20-note-files article+article{margin-top:6px}.v20-note-files article>span{width:28px;height:28px;display:grid;place-items:center;color:var(--ma-color-primary-strong)}.v20-note-files b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.v20-note-files small{color:var(--ma-color-text-soft);font-size:7px}.v20-note-files button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:8px;color:var(--ma-color-primary-strong);background:var(--ma-color-surface)}.v20-note-files button.danger{color:var(--ma-color-danger)}.v20-note-attach{margin:0 18px 13px;min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px dashed var(--ma-color-border);border-radius:10px;color:var(--ma-color-primary-strong);background:var(--ma-color-surface-soft);cursor:pointer;font-size:9px;font-weight:800}.v20-note-attach input{position:absolute;width:1px;height:1px;opacity:0}.v20-note-upload{margin:0 18px 12px;display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:7px;gap:7px}.v20-note-upload .progress{height:5px}.v20-note-upload small{color:var(--ma-color-text-soft);font-size:8px}.v20-note-actions{padding:14px 18px;display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px;border-top:1px solid var(--ma-color-border)}.v20-note-actions .btn{min-height:40px;padding-inline:9px;font-size:9px}.v20-note-locked,.v20-note-notice{margin:13px 18px;display:flex;align-items:center;gap:6px;color:var(--ma-color-text-soft);font-size:9px}.v20-note-notice{color:var(--ma-color-success)}.v20-note-error{margin:13px 18px;padding:9px;display:grid;grid-template-columns:auto 1fr;grid-gap:7px;gap:7px;border-radius:9px;color:var(--ma-color-danger);background:color-mix(in srgb,var(--ma-color-danger) 8%,var(--ma-color-surface));font-size:8px}.v20-note-panel{margin-top:16px}.v20-note-panel .page-state{min-height:150px}.v20-lesson-note-anchor>.v20-note-panel{margin-top:0}.v20-lesson-note-locked{padding:22px;text-align:center;border-radius:16px}.v20-lesson-note-locked>svg{color:var(--ma-color-primary-strong)}.v20-lesson-note-locked h2{margin:10px 0 6px;font-size:17px}.v20-lesson-note-locked p{margin:0 0 15px;color:var(--ma-color-text-soft);font-size:11px;line-height:1.5}.v20-lesson-note-locked .btn{width:100%}.v20-curator-feedback{padding:17px;border-radius:16px}.v20-curator-feedback>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.v20-curator-feedback>header small{color:var(--ma-color-text-soft);font-size:8px}.v20-curator-feedback>div{margin-top:13px;display:flex;align-items:center;gap:9px}.v20-curator-feedback .avatar{width:38px;height:38px;font-size:11px}.v20-curator-feedback h2{margin:0;font-size:12px}.v20-curator-feedback>div small{color:var(--ma-color-primary-strong);font-size:8px}.v20-curator-feedback>p{margin:13px 0;color:var(--ma-color-text-soft);font-size:11px;line-height:1.6}.v20-curator-feedback>button{width:100%;min-height:39px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--ma-color-border);border-radius:10px;color:var(--ma-color-primary-strong);background:transparent;font-size:10px;font-weight:800}.v20-curator-feedback>button:hover{border-color:var(--ma-color-primary);background:var(--ma-color-primary-soft)}.v20-lesson-complete-modal{max-width:560px;padding:34px;text-align:center}.v20-complete-emblem{width:76px;height:76px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--ma-color-primary),var(--ma-color-primary-strong));box-shadow:0 15px 34px color-mix(in srgb,var(--ma-color-primary) 30%,transparent)}.v20-lesson-complete-modal>.v20-eyebrow{justify-content:center}.v20-lesson-complete-modal>h2{margin:8px 0;font-size:28px}.v20-lesson-complete-modal>p{color:var(--ma-color-text-soft)}.v20-complete-progress{margin:22px 0;padding:16px;border-radius:13px;background:var(--ma-color-surface-soft)}.v20-complete-progress>div{margin-bottom:8px;display:flex;justify-content:space-between;color:var(--ma-color-text-soft);font-size:10px}.v20-complete-progress b{color:var(--ma-color-text)}.v20-complete-progress .progress{height:7px}.v20-complete-rewards{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.v20-complete-rewards>span{padding:9px 12px;display:flex;align-items:center;gap:6px;border-radius:10px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft);font-size:10px}.v20-complete-next{margin-top:18px;padding:13px;display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;text-align:left;border:1px solid var(--ma-color-border);border-radius:12px}.v20-complete-next>span{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-complete-next small{color:var(--ma-color-primary-strong);font-size:7px;font-weight:900;letter-spacing:.1em}.v20-complete-next b{display:block;margin-top:3px;font-size:11px}.v20-complete-next p{margin:2px 0 0;color:var(--ma-color-text-soft);font-size:8px}@media(max-width:1180px){.v20-lesson-layout{grid-template-columns:minmax(0,1fr) 330px}.v20-note-workspace{grid-template-columns:1fr}.v20-note-side{position:static}.v20-note-workspace.is-rail .v20-note-actions{grid-template-columns:1fr}}@media(max-width:980px){.v20-lesson-page{padding:24px 18px 102px}.v20-lesson-layout,.v20-lesson-rail{grid-template-columns:1fr}.v20-lesson-list-panel{grid-column:1/-1}.v20-rail-groups{max-height:420px}.v20-note-workspace.is-rail .v20-note-actions{grid-template-columns:1fr 1fr}.v20-note-workspace.is-rail .v20-note-text textarea{min-height:260px}}@media(max-width:680px){.v20-lesson-page{padding-top:18px}.v20-lesson-header{min-height:70px}.v20-lesson-header>.theme-switcher{display:none}.v20-lesson-header h1{font-size:27px}.v20-lesson-header .v20-breadcrumb{max-width:100%;overflow:hidden}.v20-lesson-header .v20-breadcrumb a,.v20-lesson-header .v20-breadcrumb span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v20-lesson-video{border-radius:14px}.v20-lesson-preview{grid-template-columns:auto 1fr}.v20-lesson-preview .btn{grid-column:1/-1;width:100%}.v20-lesson-titlebar{align-items:flex-start;flex-direction:column}.v20-lesson-titlebar .btn{width:100%}.v20-lesson-section{padding:20px 16px}.v20-lesson-quiz{grid-template-columns:auto 1fr}.v20-lesson-quiz .btn{grid-column:1/-1;width:100%}.v20-lesson-pagination{grid-template-columns:1fr}.v20-lesson-pagination>span{display:none}.v20-lesson-rail{grid-template-columns:1fr}.v20-lesson-list-panel{grid-column:auto}.v20-comment-form{flex-direction:column}.v20-comment-form .btn{width:100%}.v20-note-editor>header,.v20-note-side>header,.v20-note-text,.v20-note-title{padding-inline:16px}.v20-note-text textarea{min-height:300px}.v20-note-editor-footer{padding-inline:16px}.v20-note-approved-actions,.v20-note-feedback{margin-inline:16px}.v20-note-actions,.v20-note-workspace.is-rail .v20-note-actions,.v20-note-workspace.is-rail .v20-note-checklist{grid-template-columns:1fr}.v20-note-workspace.is-rail .v20-note-checklist small{display:block}.v20-lesson-complete-modal{padding:28px 20px}.v20-lesson-complete-modal>h2{font-size:24px}}@media(max-width:420px){.v20-lesson-page{padding-inline:12px}.v20-lesson-header h1{font-size:24px}.v20-lesson-tabs{margin-inline:-4px}.v20-lesson-tabs button{padding-inline:11px}.v20-lesson-pagination .btn{min-width:0}.v20-lesson-pagination .btn>span{max-width:250px}.v20-note-status{max-width:100px;text-align:center}.v20-note-text textarea{min-height:260px}}.v20-assignment-detail-page,.v20-assignments-page{width:100%;max-width:1320px;padding:32px 40px 70px;color:var(--ma-color-text)}.v20-assignment-detail-header,.v20-assignments-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.v20-assignment-detail-header h1,.v20-assignments-header h1{margin:7px 0 5px;font-size:clamp(30px,3.1vw,43px);line-height:1.05;letter-spacing:-.04em}.v20-assignments-header>div>p:last-child{margin:0;color:var(--ma-color-text-soft);font-size:13px}.v20-assignment-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.v20-assignment-stats article{min-height:90px;padding:18px;display:flex;align-items:center;gap:13px;border-radius:var(--ma-radius-md)}.v20-assignment-stats article>svg{width:42px;height:42px;padding:11px;border-radius:12px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-assignment-stats article:nth-child(3)>svg{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 12%,var(--ma-color-surface))}.v20-assignment-stats b,.v20-assignment-stats span{display:block}.v20-assignment-stats b{font-size:23px}.v20-assignment-stats span{margin-top:2px;color:var(--ma-color-text-soft);font-size:10px}.v20-assignment-tools{padding:11px 13px;display:grid;grid-template-columns:auto repeat(4,minmax(135px,1fr));align-items:center;grid-gap:8px;gap:8px;border-radius:var(--ma-radius-md)}.v20-assignment-tools>svg{color:var(--ma-color-primary-strong)}.v20-assignment-tools select{min-width:0;height:40px;padding:0 10px;border:1px solid var(--ma-color-border);border-radius:10px;color:var(--ma-color-text);background:var(--ma-color-surface-soft);font-size:10px;font-weight:750}.v20-assignment-list{margin-top:14px;display:grid;grid-gap:9px;gap:9px}.v20-assignment-list+.page-state{margin-top:14px}.v20-assignment-row{position:relative;min-height:116px;padding:17px 18px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;overflow:hidden;border-radius:var(--ma-radius-md)}.v20-assignment-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--ma-color-primary)}.v20-assignment-row.status-graded:before{background:var(--ma-color-success)}.v20-assignment-row.is-overdue:before,.v20-assignment-row.status-changes_requested:before{background:var(--ma-color-warning)}.v20-assignment-kind{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-assignment-row footer,.v20-assignment-row header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.v20-assignment-row header>span:first-child{color:var(--ma-color-primary-strong);font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.v20-assignment-status{padding:4px 7px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft);font-size:8px;font-weight:850}.is-overdue .v20-assignment-status,.status-changes_requested .v20-assignment-status{color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 11%,var(--ma-color-surface))}.v20-assignment-row h2{margin:7px 0 3px;font-size:17px}.v20-assignment-row>div>p{margin:0;color:var(--ma-color-text-soft);font-size:10px}.v20-assignment-row footer{margin-top:10px;color:var(--ma-color-text-soft);font-size:9px}.v20-assignment-row footer span{display:flex;align-items:center;gap:4px}.v20-assignment-row footer b{color:var(--ma-color-primary-strong)}.v20-assignment-row>.btn{min-width:112px}.v20-breadcrumb{margin-bottom:11px;display:inline-flex;align-items:center;gap:5px;color:var(--ma-color-text-soft);font-size:10px;font-weight:750}.v20-breadcrumb:hover{color:var(--ma-color-primary-strong)}.v20-assignment-meta{min-height:82px;margin-bottom:15px;padding:14px 17px;display:grid;grid-template-columns:1.1fr .65fr 1fr auto;align-items:center;grid-gap:12px;gap:12px;border-radius:var(--ma-radius-md)}.v20-assignment-meta>div{display:flex;align-items:center;gap:10px}.v20-assignment-meta>div>svg{width:38px;height:38px;padding:10px;border-radius:11px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-assignment-meta b,.v20-assignment-meta small{display:block}.v20-assignment-meta small{color:var(--ma-color-text-soft);font-size:7px;font-weight:850;letter-spacing:.08em}.v20-assignment-meta b{margin-top:4px;font-size:10px}.v20-assignment-meta b.danger{color:var(--ma-color-danger)}.v20-assignment-alert{margin:10px 0;padding:10px 12px;display:flex;align-items:center;gap:8px;border:1px solid var(--ma-color-border);border-radius:11px;font-size:10px}.v20-assignment-alert span{flex:1 1}.v20-assignment-alert.error{color:var(--ma-color-danger);border-color:color-mix(in srgb,var(--ma-color-danger) 35%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-danger) 7%,var(--ma-color-surface))}.v20-assignment-alert.success{color:var(--ma-color-success);border-color:color-mix(in srgb,var(--ma-color-success) 30%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-success) 7%,var(--ma-color-surface))}.v20-assignment-alert .btn{min-height:32px;padding:6px 9px;font-size:8px}.v20-assignment-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:start;grid-gap:16px;gap:16px}.v20-assignment-detail-layout>main{display:grid;grid-gap:14px;gap:14px}.v20-assignment-detail-layout .card{border-radius:var(--ma-radius-lg)}.v20-assignment-feedback,.v20-assignment-history,.v20-assignment-instructions,.v20-assignment-rubric{padding:23px}.v20-assignment-feedback>header,.v20-assignment-history>header,.v20-assignment-instructions>header{display:flex;align-items:center;gap:11px}.v20-assignment-feedback>header>span,.v20-assignment-history>header>svg,.v20-assignment-instructions>header>span{width:42px;height:42px;padding:11px;border-radius:12px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-assignment-feedback h2,.v20-assignment-history h2,.v20-assignment-instructions h2,.v20-assignment-rubric h2{margin:5px 0 0;font-size:17px}.v20-assignment-instructions>p{margin:20px 0 0;white-space:pre-wrap;color:var(--ma-color-text-soft);font-size:13px;line-height:1.8}.v20-assignment-feedback{border-color:color-mix(in srgb,var(--ma-color-success) 26%,var(--ma-color-border));background:linear-gradient(135deg,color-mix(in srgb,var(--ma-color-success) 5%,var(--ma-color-surface)),var(--ma-color-surface))}.v20-assignment-feedback.status-changes_requested{border-color:color-mix(in srgb,var(--ma-color-warning) 33%,var(--ma-color-border));background:linear-gradient(135deg,color-mix(in srgb,var(--ma-color-warning) 7%,var(--ma-color-surface)),var(--ma-color-surface))}.v20-assignment-feedback header>strong{margin-left:auto;font-size:22px}.v20-assignment-feedback>p{margin:16px 0 5px;color:var(--ma-color-text-soft);font-size:12px;line-height:1.65}.v20-assignment-feedback>small{color:var(--ma-color-text-soft);font-size:8px}.v20-assignment-rubric>header{margin-bottom:14px}.v20-assignment-rubric>div{display:grid}.v20-assignment-rubric section{padding:12px 0;display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--ma-color-border)}.v20-assignment-rubric section span{display:grid;grid-gap:3px;gap:3px}.v20-assignment-rubric section b{font-size:11px}.v20-assignment-rubric section small{color:var(--ma-color-text-soft);font-size:9px}.v20-assignment-rubric section em{color:var(--ma-color-warning);font-size:9px}.v20-assignment-rubric section strong{font-size:11px}.v20-assignment-history ol{margin:17px 0 0;padding:0;list-style:none}.v20-assignment-history li{padding:11px 0;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:start;grid-gap:9px;gap:9px;border-top:1px solid var(--ma-color-border)}.v20-assignment-history li>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-assignment-history li>span.status-graded{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 12%,var(--ma-color-surface))}.v20-assignment-history li svg{width:14px}.v20-assignment-history li b,.v20-assignment-history li small{display:block}.v20-assignment-history li b{font-size:10px}.v20-assignment-history li small{margin-top:3px;color:var(--ma-color-text-soft);font-size:8px}.v20-assignment-history li p{margin:5px 0 0;color:var(--ma-color-warning);font-size:9px}.v20-assignment-history li>strong{font-size:11px}.v20-assignment-editor{position:-webkit-sticky;position:sticky;top:22px;overflow:hidden}.v20-assignment-editor>header{padding:18px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;border-bottom:1px solid var(--ma-color-border)}.v20-assignment-editor>header>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-assignment-editor>header>span.status-graded{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 12%,var(--ma-color-surface))}.v20-assignment-editor h2{margin:4px 0 0;font-size:15px}.v20-assignment-editor>header>small{color:var(--ma-color-text-soft);font-size:8px}.v20-editor-message{margin:13px 17px 0;padding:10px;display:flex;align-items:flex-start;gap:7px;border-radius:10px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft);font-size:9px;line-height:1.5}.v20-editor-message svg{flex:none;width:15px}.v20-editor-message.warning{color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 8%,var(--ma-color-surface))}.v20-assignment-answer{padding:15px 17px 0;display:grid;grid-gap:7px;gap:7px}.v20-assignment-answer>span{font-size:9px;font-weight:800}.v20-assignment-answer>span small{color:var(--ma-color-text-soft);font-weight:500}.v20-assignment-answer textarea{min-height:190px;padding:12px;resize:vertical;border:1px solid var(--ma-color-border);border-radius:11px;color:var(--ma-color-text);background:var(--ma-color-surface-soft);font-size:11px;line-height:1.6}.v20-assignment-answer textarea:focus{border-color:var(--ma-color-primary)}.v20-assignment-answer textarea:disabled{opacity:.65}.v20-assignment-save-state{padding:7px 18px 11px;display:flex;justify-content:space-between;gap:8px;color:var(--ma-color-text-soft);font-size:8px}.v20-assignment-save-state span{display:flex;align-items:center;gap:5px}.v20-assignment-save-state svg{width:13px}.v20-assignment-files{padding:12px 17px;border-top:1px solid var(--ma-color-border)}.v20-assignment-files h3{margin:0 0 8px;font-size:9px}.v20-assignment-files a,.v20-assignment-files button{width:100%;min-height:50px;padding:7px;display:grid;grid-template-columns:29px minmax(0,1fr) 18px;align-items:center;grid-gap:8px;gap:8px;border:0;border-radius:9px;color:var(--ma-color-text);background:var(--ma-color-surface-soft);text-align:left}.v20-assignment-files button+a,.v20-assignment-files button+button{margin-top:6px}.v20-assignment-files a>span:first-child,.v20-assignment-files button>span:first-child{color:var(--ma-color-primary-strong)}.v20-assignment-files b,.v20-assignment-files small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v20-assignment-files b{font-size:9px}.v20-assignment-files small{margin-top:2px;color:var(--ma-color-text-soft);font-size:7px}.v20-assignment-files>a>svg,.v20-assignment-files>button>svg{width:15px;color:var(--ma-color-primary-strong)}.v20-assignment-attach{margin:0 17px 12px;min-height:55px;padding:9px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px dashed var(--ma-color-border);border-radius:10px;color:var(--ma-color-primary-strong);background:var(--ma-color-surface-soft);cursor:pointer}.v20-assignment-attach input{position:absolute;width:1px;height:1px;opacity:0}.v20-assignment-attach b,.v20-assignment-attach small{display:block}.v20-assignment-attach b{font-size:9px}.v20-assignment-attach small{margin-top:2px;color:var(--ma-color-text-soft);font-size:7px}.v20-assignment-upload{margin:0 17px 12px;display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:7px;gap:7px}.v20-assignment-upload>span{height:5px;overflow:hidden;border-radius:999px;background:var(--ma-color-surface-soft)}.v20-assignment-upload i{height:100%;display:block;background:var(--ma-color-primary)}.v20-assignment-upload small{font-size:8px}.v20-assignment-actions{padding:13px 17px 17px;display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px;border-top:1px solid var(--ma-color-border)}.v20-assignment-actions .btn{min-height:41px;padding:8px;font-size:9px}.v20-assignment-actions .btn:only-child{grid-column:1/-1}.v20-assignment-confirm p{color:var(--ma-color-text-soft);font-size:12px;line-height:1.6}.v20-assignment-confirm>div{margin-top:18px;display:flex;justify-content:flex-end;gap:8px}.v20-file-scan{margin:0 17px 12px;padding:10px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;grid-gap:9px;gap:9px;border:1px solid color-mix(in srgb,var(--ma-color-primary) 24%,var(--ma-color-border));border-radius:11px;background:color-mix(in srgb,var(--ma-color-primary) 6%,var(--ma-color-surface));color:var(--ma-color-primary-strong)}.v20-note-side .v20-file-scan{margin-inline:18px}.v20-file-scan>svg{width:17px;height:17px}.v20-file-scan b,.v20-file-scan small,.v20-file-scan span{display:block}.v20-file-scan b{font-size:9px}.v20-file-scan span{margin-top:2px;overflow:hidden;color:var(--ma-color-text);font-size:8px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.v20-file-scan small{margin-top:3px;color:var(--ma-color-text-soft);font-size:8px;line-height:1.45}.v20-file-scan aside{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}.v20-file-scan button{min-height:28px;padding:5px 7px;display:inline-flex;align-items:center;gap:4px;border:1px solid var(--ma-color-border);border-radius:7px;background:var(--ma-color-surface);color:var(--ma-color-text);font:inherit;font-size:7px;font-weight:850;cursor:pointer}.v20-file-scan button svg{width:12px;height:12px}.v20-file-scan button:disabled{cursor:not-allowed;opacity:.55}.v20-file-scan button:focus-visible{outline:3px solid color-mix(in srgb,var(--ma-color-primary) 32%,transparent);outline-offset:2px}.v20-file-scan-progress{height:5px;margin-top:7px;overflow:hidden;border-radius:999px;background:var(--ma-color-surface-soft)}.v20-file-scan-progress i{height:100%;display:block;border-radius:inherit;background:var(--ma-color-primary);transition:width .18s ease}.v20-file-scan.state-clean{border-color:color-mix(in srgb,var(--ma-color-success) 28%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-success) 7%,var(--ma-color-surface));color:var(--ma-color-success)}.v20-file-scan.state-retryable_failed{border-color:color-mix(in srgb,var(--ma-color-warning) 34%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-warning) 8%,var(--ma-color-surface));color:var(--ma-color-warning)}.v20-file-scan.state-infected,.v20-file-scan.state-invalid{border-color:color-mix(in srgb,var(--ma-color-danger) 32%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-danger) 7%,var(--ma-color-surface));color:var(--ma-color-danger)}.v20-file-scan.state-cancelled{color:var(--ma-color-text-soft)}.v20-practice-page{width:100%;max-width:1320px;margin:0;padding:32px 40px 70px;color:var(--ma-color-text)}.v20-practice-page .practice-panel,.v20-practice-page .practice-quiz{color:var(--ma-color-text);border-color:var(--ma-color-border);background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.v20-practice-page .practice-hero,.v20-practice-page .practice-result-hero{border:1px solid color-mix(in srgb,var(--ma-color-primary) 28%,var(--ma-color-border));background:linear-gradient(125deg,#062b58,#087b9c 62%,#18c7d6);box-shadow:var(--ma-shadow-md)}.v20-practice-page .practice-options button,.v20-practice-page .practice-sections button{color:var(--ma-color-text);border-color:var(--ma-color-border);background:var(--ma-color-surface-soft)}.v20-practice-page .practice-options button>b,.v20-practice-page .practice-sections button>span{background:var(--ma-color-surface)}.v20-practice-page .practice-options button.selected,.v20-practice-page .practice-sections button.selected{color:var(--ma-color-text);border-color:var(--ma-color-primary);background:var(--ma-color-primary-soft);box-shadow:0 0 0 3px color-mix(in srgb,var(--ma-color-primary) 10%,transparent)}.v20-practice-page .practice-history-full small,.v20-practice-page .practice-panel-head p,.v20-practice-page .practice-topic div span{color:var(--ma-color-text-soft)}.v20-practice-page .practice-quiz>footer,.v20-practice-page .practice-quiz>header,.v20-practice-page .practice-review details,.v20-practice-page .practice-review details>div{border-color:var(--ma-color-border)}.v20-practice-page .practice-quiz>header button,.v20-practice-page .practice-quiz>header small{color:var(--ma-color-text-soft)}.v20-practice-page .practice-question-meta span{color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft)}.v20-practice-page .practice-question-meta b{color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-practice-page .practice-review details>div,.v20-practice-page .practice-solution{color:var(--ma-color-text);background:var(--ma-color-surface-soft)}@media(max-width:1050px){.v20-assignment-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.v20-assignment-tools{grid-template-columns:auto repeat(2,minmax(0,1fr))}.v20-assignment-tools select:last-child{grid-column:2/-1}.v20-assignment-detail-layout{grid-template-columns:minmax(0,1fr) 340px}.v20-assignment-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.v20-assignment-meta>.btn{grid-column:1/-1}}@media(max-width:820px){.v20-assignment-detail-page,.v20-assignments-page,.v20-practice-page{padding:24px 18px 105px}.v20-assignment-detail-layout{grid-template-columns:1fr}.v20-assignment-editor{position:static;grid-row:1}.v20-assignment-tools{grid-template-columns:1fr 1fr}.v20-assignment-tools>svg{display:none}.v20-assignment-tools select:last-child{grid-column:auto}}@media(max-width:600px){.v20-assignment-detail-header>.theme-switcher,.v20-assignments-header>.theme-switcher{display:none}.v20-assignment-stats{gap:8px}.v20-assignment-stats article{min-height:76px;padding:12px}.v20-assignment-stats article>svg{width:36px;height:36px}.v20-assignment-tools{grid-template-columns:1fr}.v20-assignment-tools select:last-child{grid-column:auto}.v20-assignment-row{grid-template-columns:41px minmax(0,1fr);padding:14px}.v20-assignment-kind{width:40px;height:40px}.v20-assignment-row>.btn{grid-column:1/-1;width:100%}.v20-assignment-row footer{gap:6px}.v20-assignment-meta{grid-template-columns:1fr}.v20-assignment-meta>.btn{grid-column:auto;width:100%}.v20-assignment-alert{align-items:flex-start;flex-wrap:wrap}.v20-assignment-alert .btn{width:100%}.v20-assignment-feedback,.v20-assignment-history,.v20-assignment-instructions,.v20-assignment-rubric{padding:18px}.v20-assignment-actions{grid-template-columns:1fr}.v20-assignment-confirm>div{display:grid}.v20-assignment-confirm .btn{width:100%}.v20-practice-page .practice-quiz{min-height:calc(100vh - 115px);border-radius:16px}.v20-practice-page .practice-quiz>footer,.v20-practice-page .practice-quiz>header{padding:13px}.v20-practice-page .practice-quiz>footer{gap:7px}.v20-practice-page .practice-quiz>footer .btn{min-width:0;padding-inline:10px}.v20-practice-page .practice-result-hero{padding:25px}}.v20-assignment-stats article{position:relative;overflow:hidden}.v20-assignment-stat-icon{position:relative;order:2;width:86px;height:86px;display:grid;place-items:center;flex:none;border:1px solid color-mix(in srgb,var(--stat-tone,var(--ma-color-primary)) 26%,var(--ma-color-border));border-radius:24px;color:#fff;background:linear-gradient(145deg,color-mix(in srgb,var(--stat-tone,var(--ma-color-primary)) 94%,#fff),color-mix(in srgb,var(--stat-tone,var(--ma-color-primary)) 74%,#002b61));box-shadow:inset -10px -12px 20px rgba(0,28,74,.18),0 14px 28px color-mix(in srgb,var(--stat-tone,var(--ma-color-primary)) 18%,transparent);transform:rotate(-3deg)}.v20-assignment-stat-icon:after{content:"";position:absolute;inset:9px;border:1px solid rgba(255,255,255,.2);border-radius:17px}.v20-assignment-stat-icon svg{position:relative;z-index:1;width:38px;height:38px;filter:drop-shadow(0 5px 4px rgba(0,29,73,.25))}.v20-assignment-stat-icon.is-completed{--stat-tone:var(--ma-color-success)}.v20-assignment-stat-icon.is-review{--stat-tone:#7c77ee}.v20-assignment-filterbar{margin-bottom:20px;display:grid;grid-gap:12px;gap:12px}.v20-assignment-filterbar nav{min-width:0;display:flex;overflow-x:auto;border:1px solid var(--ma-color-border);border-radius:13px;background:var(--ma-color-surface);scrollbar-width:none}.v20-assignment-filterbar nav::-webkit-scrollbar{display:none}.v20-assignment-filterbar button,.v20-assignment-filterbar select{min-height:43px;border:1px solid var(--ma-color-border);border-radius:10px;color:var(--ma-color-text-soft);background:var(--ma-color-surface);font:750 11px/1 inherit;transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}.v20-assignment-filterbar nav button{min-width:126px;flex:1 1;border:0;border-right:1px solid var(--ma-color-border);border-radius:0}.v20-assignment-filterbar nav button:last-child{border-right:0}.v20-assignment-filterbar nav button.active{color:#031a32;background:linear-gradient(135deg,#49e2ec,#13aed7);box-shadow:inset 0 -2px rgba(0,79,126,.14)}.v20-assignment-filterbar>div{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.v20-assignment-filterbar select{min-width:150px;padding:0 34px 0 12px}.v20-assignment-filterbar>div button{padding:0 13px}.v20-assignment-filterbar>div button.subtle{margin-left:auto}.v20-assignment-filterbar>div button.subtle+button.subtle{margin-left:0}.v20-assignment-filterbar>div button.active{border-color:var(--ma-color-primary);color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-assignment-feedback-card a:focus-visible,.v20-assignment-filterbar button:focus-visible,.v20-assignment-filterbar select:focus-visible,.v20-assignment-row a:focus-visible{outline:3px solid color-mix(in srgb,var(--ma-color-primary) 38%,transparent);outline-offset:2px}.v20-assignment-board{display:grid;grid-template-columns:minmax(0,1fr) 306px;align-items:start;grid-gap:20px;gap:20px}.v20-assignment-main{min-width:0;display:grid;grid-gap:25px;gap:25px}.v20-assignment-group>header{min-height:42px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:16px}.v20-assignment-group>header h2{margin:0;font-size:18px;letter-spacing:-.02em}.v20-assignment-group>header p{margin:4px 0 0;color:var(--ma-color-text-soft);font-size:10px}.v20-assignment-group>header>span{min-width:28px;height:28px;padding:0 8px;display:grid;place-items:center;border:1px solid var(--ma-color-border);border-radius:999px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft);font-size:10px;font-weight:900}.v20-assignment-group .v20-assignment-list{margin:0;gap:10px}.v20-assignment-row{min-height:154px;padding:16px 18px;grid-template-columns:102px minmax(0,1fr) auto;gap:17px;border-radius:14px;box-shadow:var(--ma-shadow-sm);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.v20-assignment-row:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--ma-color-primary) 42%,var(--ma-color-border));box-shadow:var(--ma-shadow-md)}.v20-assignment-row:before{width:4px}.v20-assignment-row.status-changes_requested:before,.v20-assignment-row.status-overdue:before{background:var(--ma-color-warning)}.v20-assignment-visual{position:relative;width:100px;height:112px;display:grid;place-items:center;overflow:hidden;border:1px solid color-mix(in srgb,var(--ma-color-primary) 22%,var(--ma-color-border));border-radius:16px;color:#fff;background:linear-gradient(145deg,#27dce7,#087ccc);box-shadow:inset -10px -14px 24px rgba(0,27,81,.2)}.v20-assignment-visual:before{content:"x²";position:absolute;right:7px;top:3px;color:rgba(255,255,255,.28);font:800 25px/1 Georgia,serif;transform:rotate(-8deg)}.v20-assignment-visual>i{position:absolute;left:-15px;bottom:-20px;width:70px;height:70px;border:12px solid rgba(255,255,255,.12);border-radius:50%}.v20-assignment-visual>svg{position:relative;z-index:1;width:39px;height:39px;filter:drop-shadow(0 5px 4px rgba(0,34,79,.25))}.v20-assignment-visual.status-graded{background:linear-gradient(145deg,#4bd8a4,#139066)}.v20-assignment-visual.status-changes_requested,.v20-assignment-visual.status-overdue{background:linear-gradient(145deg,#ffc96a,#e88032)}.v20-assignment-row-copy{min-width:0}.v20-assignment-row-copy footer,.v20-assignment-row-copy header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.v20-assignment-row-copy header>span:first-child{color:var(--ma-color-primary-strong);font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.v20-assignment-row h3{margin:7px 0 5px;font-size:19px;line-height:1.2;letter-spacing:-.02em}.v20-assignment-row h3 a{color:inherit}.v20-assignment-row-copy>p{margin:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:var(--ma-color-text-soft);font-size:10px}.v20-assignment-row-copy>p svg{width:14px}.v20-assignment-row-copy footer{margin-top:11px;color:var(--ma-color-text-soft);font-size:9px}.v20-assignment-row-copy footer span{display:flex;align-items:center;gap:4px}.v20-assignment-row-copy footer svg{width:13px;height:13px}.v20-assignment-row>.btn{min-width:118px;min-height:44px;padding-inline:14px}.v20-assignment-row>.btn svg{width:15px}.v20-assignment-progress{margin-top:11px;display:grid;grid-template-columns:auto minmax(80px,170px) auto;align-items:center;grid-gap:8px;gap:8px;color:var(--ma-color-text-soft);font-size:8px}.v20-assignment-progress .progress{height:5px}.v20-assignment-progress b{color:var(--ma-color-text);font-size:9px}.v20-assignment-skeleton{display:grid;grid-gap:12px;gap:12px}.v20-assignment-skeleton span{height:145px;border:1px solid var(--ma-color-border);border-radius:14px;background:linear-gradient(100deg,var(--ma-color-surface) 20%,var(--ma-color-surface-soft) 42%,var(--ma-color-surface) 64%);background-size:220% 100%;animation:skeleton-wave 1.4s ease-in-out infinite}.v20-assignment-side{position:-webkit-sticky;position:sticky;top:22px;display:grid;grid-gap:15px;gap:15px}.v20-assignment-feedback-card,.v20-assignment-week{padding:20px;border-radius:14px;box-shadow:var(--ma-shadow-sm)}.v20-assignment-feedback-card>header,.v20-assignment-week>header{display:flex;align-items:center;gap:10px}.v20-assignment-feedback-card>header>svg,.v20-assignment-week>header svg{width:36px;height:36px;padding:9px;border-radius:10px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-assignment-feedback-card h2,.v20-assignment-week h2{margin:0;font-size:15px}.v20-assignment-week>div{margin-top:18px;display:grid;grid-template-columns:repeat(7,1fr);grid-gap:5px;gap:5px}.v20-assignment-week>div>span{min-width:0;padding:7px 2px;display:grid;place-items:center;grid-gap:5px;gap:5px;border:1px solid transparent;border-radius:9px}.v20-assignment-week>div>span.has-items{border-color:color-mix(in srgb,var(--ma-color-primary) 38%,var(--ma-color-border));background:var(--ma-color-primary-soft)}.v20-assignment-week small{color:var(--ma-color-text-soft);font-size:7px}.v20-assignment-week b{font-size:11px}.v20-assignment-week>div i{font-size:7px;font-style:normal;color:var(--ma-color-primary-strong)}.v20-assignment-week footer{margin-top:14px;padding-top:12px;display:flex;gap:12px;border-top:1px solid var(--ma-color-border);color:var(--ma-color-text-soft);font-size:7px}.v20-assignment-week footer span{display:flex;align-items:center;gap:5px}.v20-assignment-week footer i{width:7px;height:7px;border-radius:50%;background:var(--ma-color-primary)}.v20-assignment-week footer span:last-child i{background:var(--ma-color-border)}.v20-assignment-feedback-card>header p{margin:3px 0 0;color:var(--ma-color-text-soft);font-size:8px}.v20-assignment-feedback-card>p{margin:16px 0;color:var(--ma-color-text-soft);font-size:10px;line-height:1.6}.v20-assignment-feedback-card>div{margin-bottom:14px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;border-radius:10px;background:var(--ma-color-surface-soft);font-size:9px}.v20-assignment-feedback-card>div b{color:var(--ma-color-success);font-size:15px}.v20-assignment-feedback-card>a{display:flex;align-items:center;justify-content:space-between;color:var(--ma-color-primary-strong);font-size:9px;font-weight:850}.v20-assignment-feedback-card>a svg{width:14px}.v20-assignment-feedback-empty{padding:11px;border:1px dashed var(--ma-color-border);border-radius:10px}.theme-dark .v20-assignment-feedback-card,.theme-dark .v20-assignment-row,.theme-dark .v20-assignment-week{box-shadow:none}@media(max-width:1180px) and (min-width:901px){.v20-assignment-board{grid-template-columns:minmax(0,1fr) 270px}.v20-assignment-row{grid-template-columns:78px minmax(0,1fr)}.v20-assignment-visual{width:76px;height:96px}.v20-assignment-row>.btn{grid-column:2;width:max-content}.v20-assignment-filterbar>div button.subtle{margin-left:0}}@media(max-width:900px){.v20-assignment-board{grid-template-columns:1fr}.v20-assignment-side{position:static;grid-template-columns:1fr 1fr}.v20-assignment-filterbar>div{display:grid;grid-template-columns:1fr 1fr}.v20-assignment-filterbar select,.v20-assignment-filterbar>div button{min-width:0;width:100%;margin:0}.v20-assignment-filterbar>div select:first-child{grid-column:1/-1}}@media(max-width:600px){.v20-assignments-header h1{font-size:31px}.v20-assignment-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.v20-assignment-stats article{min-height:112px;padding:11px;display:grid;align-content:space-between;grid-gap:6px;gap:6px}.v20-assignment-stats b{font-size:27px}.v20-assignment-stats span{font-size:9px}.v20-assignment-stat-icon{width:38px;height:38px;order:0;border-radius:11px;transform:none}.v20-assignment-stat-icon:after{inset:4px;border-radius:7px}.v20-assignment-stat-icon svg{width:19px;height:19px}.v20-assignment-filterbar nav button{min-width:103px;font-size:9px}.v20-assignment-filterbar>div{grid-template-columns:1fr}.v20-assignment-filterbar>div select:first-child{grid-column:auto}.v20-assignment-group>header p{font-size:8px}.v20-assignment-row{grid-template-columns:64px minmax(0,1fr);padding:13px;gap:12px}.v20-assignment-visual{width:62px;height:82px;border-radius:12px}.v20-assignment-visual>svg{width:28px}.v20-assignment-row h3{font-size:16px}.v20-assignment-row>.btn{grid-column:1/-1;width:100%}.v20-assignment-progress{grid-template-columns:auto minmax(70px,1fr) auto}.v20-assignment-side{grid-template-columns:1fr}.v20-assignment-feedback-card,.v20-assignment-week{padding:17px}}@media(prefers-reduced-motion:reduce){.v20-assignment-row,.v20-assignment-skeleton span{transition:none;animation:none}.v20-assignment-row:hover{transform:none}}@media(min-width:901px){.student-platform .shell{grid-template-columns:280px minmax(0,1fr)}.student-platform .sidebar{padding:28px 19px 18px;background:linear-gradient(180deg,color-mix(in srgb,var(--ma-color-surface) 88%,transparent),color-mix(in srgb,var(--ma-color-canvas) 92%,transparent))}.student-platform .sidebar .brand,.student-platform.dashboard-mode .sidebar .brand{min-height:72px;margin-bottom:18px;padding:6px 12px}.student-platform .sidebar .brand-logo,.student-platform.dashboard-mode .sidebar .brand-logo{width:220px}.student-platform .sidebar .nav a,.student-platform.dashboard-mode .sidebar .nav a{min-height:58px;margin:3px 0;padding:14px 18px;border-radius:11px;font-size:16px}.student-platform .sidebar .nav-label{display:none}.student-platform .sidebar .nav-group+.nav-group{margin-top:12px;padding-top:12px}.student-platform .main{background:radial-gradient(circle at 78% 2%,color-mix(in srgb,var(--ma-color-primary) 6%,transparent),transparent 32rem),var(--ma-color-canvas)}.v20-dashboard,.v20-profile-page{max-width:none;padding:30px 38px 44px}.v20-profile-header{min-height:52px;align-items:center;margin-bottom:18px}.v20-profile-header h1{margin:0;font-size:31px}.v20-profile-identity{min-height:164px;padding:20px 26px;grid-template-columns:120px minmax(0,1fr) auto;gap:28px;border-radius:12px;box-shadow:none}.v20-profile-avatar{width:118px;height:118px;border-width:4px;font-size:44px}.v20-profile-identity h2{margin:0 0 7px;font-size:32px;letter-spacing:-.025em}.v20-profile-identity>div>p:not(.v20-eyebrow){font-size:16px}.v20-profile-identity small{margin-top:13px;font-size:15px}.v20-profile-identity small svg{width:20px}.v20-profile-identity>.btn{min-width:266px;min-height:58px;font-size:16px}.v20-profile-identity>.btn svg:last-child{margin-left:auto;width:18px}.v20-profile-logout{min-height:60px;margin-top:18px;font-size:15px}}.theme-dark .student-platform,.theme-dark.student-platform{--ma-color-canvas:#00142b;--ma-color-surface:#031b37;--ma-color-surface-soft:#072342;--ma-color-border:#17385d;--ma-color-text-soft:#aeb8d7}.theme-dark .student-platform .card{background:linear-gradient(135deg,rgba(4,28,57,.97),rgba(2,22,47,.97))}.theme-dark .student-platform .sidebar{box-shadow:18px 0 48px rgba(0,11,28,.16)}@media(max-width:1050px) and (min-width:821px){.v20-profile-parity-grid{grid-template-columns:1fr}.v20-profile-theme-row{grid-template-columns:40px minmax(0,1fr) minmax(240px,.7fr)}}@media(max-width:820px){.v20-profile-parity-grid{grid-template-columns:1fr;gap:12px}.v20-profile-stack{gap:12px}.v20-profile-header-actions>.theme-switcher,.v20-profile-header-actions>.v20-user-avatar{display:none}.v20-profile-header-actions .v20-icon-button{width:40px;height:40px}.v20-profile-channel-card article{grid-template-columns:40px minmax(0,1fr) 18px}.v20-profile-channel-card article>button{grid-column:2/-1;width:100%}.v20-profile-theme-row{grid-template-columns:36px minmax(0,1fr)}.v20-profile-theme-row .theme-switcher{grid-column:1/-1}}@media(max-width:600px){.v20-profile-header h1{font-size:27px}.v20-profile-identity{gap:14px}.v20-profile-identity>.btn svg:last-child{margin-left:auto}.v20-profile-channel-card,.v20-profile-goal-card,.v20-profile-security-summary{padding:16px}.v20-profile-preference-summary>button,.v20-profile-theme-row{padding:14px 16px}.v20-profile-channel-card b,.v20-profile-channel-card small{display:block}.v20-profile-channel-card small{margin:3px 0 0}}.v20-courses-spotlight{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:stretch;grid-gap:18px;gap:18px;margin-bottom:30px}.v20-courses-spotlight .v20-courses-current{margin:0}.v20-courses-current-visual{position:relative;z-index:1;grid-template-columns:150px 210px;align-items:center;justify-content:end;grid-gap:16px;gap:16px}.v20-courses-current-visual>.dashboard-subject-icon{width:205px;height:205px;border-radius:36px;transform:rotate(-4deg);box-shadow:0 24px 48px rgba(6,91,137,.2)}.v20-course-ring{position:relative;width:150px;height:150px}.v20-course-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.v20-course-ring circle{fill:none;stroke:color-mix(in srgb,var(--ma-color-border) 70%,transparent);stroke-width:9}.v20-course-ring circle.value{stroke:var(--ma-color-primary);stroke-linecap:round}.v20-course-ring>span{position:absolute;inset:0;display:grid;place-content:center;text-align:center}.v20-course-ring b{font-size:31px}.v20-course-ring small{margin-top:3px;color:var(--ma-color-text-soft);font-size:12px}.v20-courses-next{padding:22px;display:grid;grid-template-columns:116px minmax(0,1fr);grid-template-rows:auto 1fr auto auto;align-items:center;grid-gap:10px 14px;gap:10px 14px;border-radius:14px}.v20-courses-next>p{grid-column:1/-1;margin:0 0 5px;font-size:18px;font-weight:850}.v20-courses-next>.dashboard-subject-icon{grid-row:2/4;width:116px;height:116px;border-radius:18px}.v20-courses-next h3{margin:0;font-size:18px;line-height:1.2}.v20-courses-next>span{display:flex;align-items:center;gap:7px;color:var(--ma-color-text-soft);font-size:13px}.v20-courses-next>span svg{width:17px}.v20-courses-next>.btn{grid-column:1/-1;width:100%;margin-top:8px}.v20-courses-next>.btn svg:first-child{width:17px}.v20-courses-next>.btn svg:last-child{margin-left:auto;width:17px}@media(min-width:901px){.v20-course-detail,.v20-courses-page{max-width:none;padding:30px 38px 56px}.v20-courses-header{margin-bottom:24px}.v20-courses-header h1{margin:6px 0 7px;font-size:38px}.v20-courses-header p{font-size:16px}.v20-courses-current{min-height:340px;padding:28px;grid-template-columns:minmax(340px,1fr) auto;border-radius:14px;background:linear-gradient(var(--ma-color-border) 1px,transparent 1px),linear-gradient(90deg,var(--ma-color-border) 1px,transparent 1px),var(--ma-color-surface);background-size:48px 48px,48px 48px,auto}.v20-courses-current:after{display:none}.v20-courses-current h2{font-size:36px}.v20-courses-current .btn{min-width:240px;min-height:52px}.v20-catalog-tools{gap:14px;margin-bottom:20px}.v20-course-search{width:min(100%,900px)}.v20-catalog-card{border-radius:13px;box-shadow:none}.v20-catalog-cover{height:190px}.v20-catalog-card-body{min-height:250px;padding:16px}.v20-catalog-card h2{font-size:17px}.v20-catalog-card-body>p{-webkit-line-clamp:1}.v20-catalog-card-footer{min-height:42px}.v20-course-detail .v20-detail-hero{min-height:310px;padding:30px 34px;border-radius:14px;background:linear-gradient(var(--ma-color-border) 1px,transparent 1px),linear-gradient(90deg,var(--ma-color-border) 1px,transparent 1px),radial-gradient(circle at 84% 55%,color-mix(in srgb,var(--ma-color-primary) 17%,transparent),transparent 18rem),var(--ma-color-surface);background-size:48px 48px,48px 48px,auto,auto}.v20-course-detail .v20-detail-copy h1{font-size:52px}.v20-course-detail .v20-detail-layout{margin-top:22px;gap:20px}.v20-course-detail .v20-course-access{top:24px;border-radius:14px}.v20-lesson-page{max-width:none;padding:25px 30px 62px}.v20-lesson-header{min-height:88px;margin-bottom:16px}.v20-lesson-layout{grid-template-columns:minmax(0,1fr) 360px;gap:18px}.v20-lesson-list-panel,.v20-lesson-progress,.v20-lesson-section,.v20-lesson-video,.v20-next-readiness{border-radius:14px;box-shadow:none}.v20-lesson-video{aspect-ratio:16/8.7}.v20-lesson-titlebar{min-height:66px}.v20-lesson-tabs{border-radius:12px}.v20-lesson-section{padding:22px}}@media(max-width:1600px) and (min-width:901px){.v20-courses-current{grid-template-columns:minmax(260px,1fr) auto;gap:18px}.v20-courses-current-visual{grid-template-columns:108px 138px;gap:8px}.v20-course-ring{width:108px;height:108px}.v20-course-ring b{font-size:25px}.v20-courses-current-visual>.dashboard-subject-icon{width:136px;height:136px;border-radius:26px}}@media(max-width:1240px) and (min-width:901px){.v20-courses-spotlight{grid-template-columns:1fr}.v20-courses-next{grid-template-columns:100px minmax(0,1fr);max-width:none}.v20-courses-next>.dashboard-subject-icon{width:100px;height:100px}.v20-courses-current-visual{grid-template-columns:130px 170px}.v20-course-ring{width:130px;height:130px}.v20-courses-current-visual>.dashboard-subject-icon{width:165px;height:165px}}@media(max-width:900px){.v20-courses-spotlight{grid-template-columns:1fr;gap:12px}.v20-courses-next{grid-template-columns:90px minmax(0,1fr)}.v20-courses-next>.dashboard-subject-icon{width:90px;height:90px}.v20-courses-current-visual{display:none}}@media(max-width:520px){.v20-courses-next{padding:18px;grid-template-columns:72px minmax(0,1fr)}.v20-courses-next>.dashboard-subject-icon{width:72px;height:72px}.v20-courses-next h3{font-size:16px}}.v20-courses-subtitle{display:flex;align-items:center;gap:9px}.v20-courses-subtitle svg{flex:none;color:var(--ma-color-primary)}.v20-courses-catalog-link{min-height:44px}.v20-courses-catalog-link:focus-visible,.v20-my-course-card a:focus-visible{outline:3px solid color-mix(in srgb,var(--ma-color-primary) 35%,transparent);outline-offset:3px}.v20-current-progress-row{display:grid;grid-template-columns:128px minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px;margin-top:20px}.v20-current-progress-row .v20-course-ring{width:128px;height:128px}.v20-current-progress-copy{min-width:0}.v20-current-progress{width:auto;margin:0 0 12px;display:flex;align-items:baseline;justify-content:flex-start;gap:6px;white-space:nowrap;color:var(--ma-color-text-soft)}.v20-current-progress b{color:var(--ma-color-text);font-size:24px}.v20-current-progress-copy .progress{width:min(100%,310px);height:9px}.v20-current-progress-copy .btn{min-width:240px;margin-top:24px}.v20-courses-current-visual{display:grid;place-items:center}.v20-courses-current-visual>img{position:relative;z-index:1;width:230px;aspect-ratio:1;object-fit:cover;border:1px solid color-mix(in srgb,var(--ma-color-primary) 25%,var(--ma-color-border));border-radius:34px;box-shadow:0 24px 55px rgba(4,88,139,.24);transform:rotate(-3deg)}.v20-my-course-section{margin-top:28px}.v20-my-course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.v20-my-course-card{min-width:0;overflow:hidden;border:1px solid var(--ma-color-border);border-radius:14px;background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.v20-my-course-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--ma-color-primary) 48%,var(--ma-color-border));box-shadow:var(--ma-shadow-md)}.v20-my-course-cover{position:relative;display:grid;height:178px;place-items:center;overflow:hidden;background:linear-gradient(145deg,var(--ma-color-primary-soft),var(--ma-color-surface-soft))}.v20-my-course-cover>img{width:100%;height:100%;object-fit:cover}.v20-my-course-cover>.dashboard-subject-icon{width:142px;height:142px;border-radius:28px}.v20-my-course-complete{position:absolute;left:13px;top:13px;display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border:1px solid color-mix(in srgb,var(--ma-color-success) 30%,transparent);border-radius:999px;background:color-mix(in srgb,var(--ma-color-surface) 90%,transparent);color:var(--ma-color-success);font-size:10px;font-weight:850;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.v20-my-course-body{padding:17px}.v20-my-course-body h2{margin:8px 0 9px;font-size:20px;line-height:1.16;letter-spacing:-.025em}.v20-my-course-body h2 a{color:inherit}.v20-my-course-body>p{display:flex;align-items:center;gap:7px;margin:0;color:var(--ma-color-text-soft);font-size:13px}.v20-my-course-progress{margin:20px 0 17px}.v20-my-course-progress>div{display:flex;align-items:baseline;gap:5px;margin-bottom:8px}.v20-my-course-progress b{font-size:20px}.v20-my-course-progress span{color:var(--ma-color-text-soft);font-size:12px}.v20-my-course-progress .progress{height:8px}.v20-my-course-progress small{display:block;margin-top:7px;color:var(--ma-color-text-soft);font-size:10px}.v20-my-course-body>.btn{width:100%;min-height:44px}.v20-my-course-body>.btn svg{margin-left:auto}.v20-completed-courses{padding-top:5px}.v20-my-course-card.is-completed .v20-my-course-cover>img{filter:saturate(.82)}.theme-dark .v20-my-course-card{box-shadow:none}.theme-dark .v20-courses-current-visual>img{box-shadow:0 25px 60px rgba(0,7,20,.48)}@media(min-width:901px){.v20-courses-header{min-height:82px;align-items:center}.v20-courses-header h1{font-size:40px}.v20-courses-current{grid-template-columns:minmax(470px,1fr) 250px}.v20-courses-current-copy{min-width:0}.v20-courses-current h2{margin-top:11px;font-size:38px}}@media(max-width:1180px) and (min-width:901px){.v20-courses-current{grid-template-columns:minmax(420px,1fr) 190px}.v20-courses-current-visual>img{width:180px}.v20-current-progress-row{grid-template-columns:112px minmax(0,1fr);gap:18px}.v20-current-progress-row .v20-course-ring{width:112px;height:112px}}@media(max-width:900px){.v20-courses-header{margin-bottom:20px}.v20-courses-catalog-link{width:100%}.v20-courses-current{min-height:0}.v20-courses-current-visual{display:none}.v20-my-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.v20-courses-header h1{font-size:30px}.v20-courses-header p{font-size:13px}.v20-current-progress-row{grid-template-columns:1fr;margin-top:16px}.v20-current-progress-row .v20-course-ring{display:none}.v20-current-progress-copy .btn{width:100%;min-width:0;margin-top:18px}.v20-my-course-section{margin-top:22px}.v20-my-course-grid{grid-template-columns:1fr}.v20-my-course-cover{height:164px}.v20-my-course-body{padding:16px}.v20-my-course-body h2{font-size:19px}}@media(min-width:901px){.v20-assignment-detail-page,.v20-assignments-page,.v20-practice-page{max-width:none;padding:30px 38px 64px}.v20-assignment-detail-header,.v20-assignments-header{margin-bottom:24px}.v20-assignment-detail-header h1,.v20-assignments-header h1{font-size:40px}.v20-assignments-header>div>p:last-child{font-size:15px}.v20-assignment-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:20px}.v20-assignment-stats article{min-height:145px;padding:24px 28px;justify-content:space-between;background:linear-gradient(var(--ma-color-border) 1px,transparent 1px),linear-gradient(90deg,var(--ma-color-border) 1px,transparent 1px),var(--ma-color-surface);background-size:40px 40px,40px 40px,auto}.v20-assignment-stats article>svg{order:2;width:88px;height:88px;padding:20px;border-radius:24px}.v20-assignment-stats b{font-size:43px;line-height:1}.v20-assignment-stats span{margin-top:9px;font-size:14px}.v20-assignment-tools{min-height:66px;padding:10px 14px;gap:10px}.v20-assignment-tools select{height:46px;padding:0 13px;font-size:12px}.v20-assignment-list{margin-top:18px;gap:14px}.v20-assignment-row{min-height:144px;padding:20px 24px;grid-template-columns:82px minmax(0,1fr) auto;gap:20px}.v20-assignment-kind{width:80px;height:80px;border-radius:18px}.v20-assignment-kind svg{width:32px;height:32px}.v20-assignment-row header>span:first-child{font-size:10px}.v20-assignment-status{padding:5px 9px;font-size:10px}.v20-assignment-row h2{margin:8px 0 5px;font-size:22px}.v20-assignment-row>div>p{font-size:13px}.v20-assignment-row footer{margin-top:13px;gap:14px;font-size:11px}.v20-assignment-row>.btn{min-width:150px;min-height:50px}.v20-assignment-detail-header h1{max-width:850px;font-size:46px}.v20-assignment-meta{min-height:96px;margin-bottom:20px;padding:16px 20px}.v20-assignment-meta>div>svg{width:44px;height:44px}.v20-assignment-meta small{font-size:9px}.v20-assignment-meta b{font-size:12px}.v20-assignment-detail-layout{grid-template-columns:minmax(0,1fr) 380px;gap:20px}.v20-assignment-feedback,.v20-assignment-history,.v20-assignment-instructions,.v20-assignment-rubric{padding:26px}.v20-assignment-feedback h2,.v20-assignment-history h2,.v20-assignment-instructions h2,.v20-assignment-rubric h2{font-size:20px}.v20-assignment-instructions>p{font-size:15px}.v20-assignment-editor>header{padding:21px}.v20-assignment-editor h2{font-size:18px}.v20-assignment-answer>span,.v20-assignment-files h3{font-size:11px}.v20-assignment-answer textarea{min-height:220px;font-size:13px}.v20-assignment-actions .btn{min-height:46px;font-size:11px}.v20-practice-page{gap:22px}.v20-practice-page .practice-hero{position:relative;min-height:270px;padding:34px 38px;overflow:hidden;border-radius:16px;background:linear-gradient(110deg,#031b3d,#063b66 54%,#087f9d)}.v20-practice-page .practice-hero:after{content:"∑";position:absolute;right:31%;bottom:-58px;color:rgba(87,225,244,.28);font:900 260px/1 Georgia,serif;transform:rotate(-8deg);filter:drop-shadow(0 0 25px rgba(18,199,216,.22))}.v20-practice-page .practice-hero>div{position:relative;z-index:1}.v20-practice-page .practice-hero h1{max-width:650px;font-size:50px}.v20-practice-page .practice-hero p{max-width:610px;font-size:15px}.v20-practice-page .practice-hero-actions{width:300px;flex:none}.v20-practice-page .practice-balance{min-width:0}.v20-practice-page .practice-hero-start{min-height:52px}.v20-practice-page .practice-setup{position:relative;padding:28px;border-radius:16px}.practice-setup-intro{position:relative;min-height:180px;margin:-28px -28px 28px;padding:30px 34px;overflow:hidden;border-bottom:1px solid var(--ma-color-border);border-radius:16px 16px 0 0;background:linear-gradient(110deg,color-mix(in srgb,var(--ma-color-primary) 9%,var(--ma-color-surface)),var(--ma-color-surface))}.practice-setup-intro:after{content:"∑";position:absolute;right:55px;top:-45px;color:color-mix(in srgb,var(--ma-color-primary) 25%,transparent);font:900 210px/1 Georgia,serif}.practice-setup-intro>*{position:relative;z-index:1}.practice-setup-intro h1{max-width:640px;margin:14px 0 7px;font-size:42px;letter-spacing:-.04em}.practice-setup-intro p{margin:0;color:var(--ma-color-text-soft);font-size:15px}.v20-practice-page .practice-setup-back{position:absolute;z-index:2;top:28px;right:28px}.v20-practice-page .practice-panel-head h2{font-size:22px}.v20-practice-page .practice-sections{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0}.v20-practice-page .practice-sections button{min-height:92px;padding:15px;border-radius:13px}.v20-practice-page .practice-sections button>span:first-child{width:40px;height:40px}.v20-practice-page .practice-sections button b{font-size:14px}.v20-practice-page .practice-sections button>span:nth-child(2) small{font-size:11px}.v20-practice-page .practice-start{min-height:54px}.v20-practice-page .practice-quiz{min-height:calc(100vh - 64px);border-radius:16px}.v20-practice-page .practice-quiz>header{min-height:78px;padding:18px 24px}.v20-practice-page .practice-quiz>header>div>span{width:260px}.practice-quiz-body{display:grid;grid-template-columns:minmax(0,1fr) 300px;min-height:0}.practice-quiz-body>article{padding:34px 38px}.practice-quiz-body .practice-question-content>h2{font-size:20px}.practice-quiz-body .practice-options button{min-height:70px;font-size:15px}.practice-quiz-sidebar{padding:26px 20px;border-left:1px solid var(--ma-color-border);background:color-mix(in srgb,var(--ma-color-surface-soft) 62%,var(--ma-color-surface))}.practice-quiz-sidebar h2{margin:0 0 18px;font-size:19px}.practice-quiz-sidebar .practice-question-nav{grid-template-columns:repeat(5,1fr);gap:10px;padding:0;border:0;background:transparent}.practice-quiz-sidebar .practice-question-nav button{height:42px;font-size:13px}.practice-nav-legend{margin-top:22px;display:grid;grid-gap:11px;gap:11px;color:var(--ma-color-text-soft);font-size:12px}.practice-nav-legend span{display:flex;align-items:center;gap:9px}.practice-nav-legend i{width:12px;height:12px;border-radius:50%;background:var(--ma-color-border)}.practice-nav-legend i.answered{background:var(--ma-color-success)}.practice-nav-legend i.current{background:var(--ma-color-primary)}.v20-practice-page .practice-quiz>footer{min-height:76px;padding:15px 24px}.v20-practice-page .practice-quiz>footer .btn{min-width:160px;min-height:48px}.v20-practice-page .practice-result-hero{min-height:245px;padding:34px;border-radius:16px}.v20-practice-page .practice-result-hero>svg{width:104px;height:104px}.v20-practice-page .practice-result-grid{gap:18px}.v20-practice-page .practice-panel{border-radius:16px}.v20-practice-page .practice-review summary{min-height:60px}}@media(max-width:1180px) and (min-width:901px){.practice-quiz-body{grid-template-columns:minmax(0,1fr) 250px}.practice-quiz-body>article{padding:28px}.practice-quiz-sidebar{padding:24px 16px}.v20-assignment-detail-layout{grid-template-columns:minmax(0,1fr) 340px}.v20-assignment-row{grid-template-columns:66px minmax(0,1fr) auto}.v20-assignment-kind{width:64px;height:64px}}@media(max-width:900px){.practice-setup-intro{margin:-26px -26px 24px;padding:24px;min-height:150px}.practice-setup-intro h1{font-size:34px}.practice-setup-intro:after{right:25px;font-size:160px}.v20-practice-page .practice-setup-back{top:18px;right:18px}.v20-practice-page .practice-quiz{grid-template-rows:auto auto auto}.v20-practice-page .practice-quiz-body{display:block;min-height:auto;overflow:visible}.practice-quiz-sidebar{position:relative;z-index:2;padding:16px;border-top:1px solid var(--ma-color-border);border-left:0;background:var(--ma-color-surface)}.practice-nav-legend,.practice-quiz-sidebar h2{display:none}.practice-quiz-sidebar .practice-question-nav{display:flex;padding:0;border:0;scroll-margin-block:90px}.practice-quiz-body>article{padding:28px 18px}}@media(max-width:620px){.v20-practice-page .practice-hero:after{right:-35px;font-size:180px}.practice-setup-intro:after{display:none}.practice-setup-intro h1{font-size:29px}.v20-practice-page .practice-setup-back{position:relative;top:auto;right:auto;margin-bottom:14px}.v20-practice-page .practice-sections{grid-template-columns:1fr}.practice-quiz-body>article{padding:22px 14px}.v20-practice-page .practice-quiz>header>div>span{width:90px}}.v20-progress-page{width:100%;max-width:none;padding:30px 38px 64px;color:var(--ma-color-text)}.v20-progress-header{margin-bottom:24px}.v20-progress-header h1{margin:7px 0 6px;letter-spacing:-.04em}.v20-progress-header>p:last-child{margin:0;color:var(--ma-color-text-soft);font-size:15px}.v20-progress-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.v20-progress-metrics>article{padding:22px;display:flex;align-items:center;gap:18px;border-radius:14px}.v20-progress-metrics>article>div{display:grid;grid-gap:7px;gap:7px}.v20-progress-metrics>article>div>b{font-size:32px;line-height:1}.v20-progress-metrics>article>div>b small{font-size:15px}.v20-progress-metrics>article>div>span{color:var(--ma-color-text-soft);font-size:13px}.v20-progress-metric-ring{position:relative;width:92px;height:92px;flex:none}.v20-progress-metric-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.v20-progress-metric-ring circle{fill:none;stroke:var(--ma-color-border);stroke-width:9}.v20-progress-metric-ring circle.value{stroke:var(--ma-color-primary);stroke-linecap:round}.v20-progress-metric-ring>b{position:absolute;inset:0;display:grid;place-content:center;font-size:22px}.v20-progress-metric-ring>b small{font-size:12px}.v20-progress-metric-icon{width:84px;height:84px;display:grid;place-items:center;flex:none;border-radius:22px;background:var(--ma-color-primary-soft);color:var(--ma-color-primary-strong)}.v20-progress-metric-icon svg{width:42px;height:42px}.v20-progress-metric-icon.streak{color:#ff9d19;background:color-mix(in srgb,#ff9d19 12%,var(--ma-color-surface))}.v20-progress-metric-icon.time{color:#8a6ee8;background:color-mix(in srgb,#8a6ee8 12%,var(--ma-color-surface))}.v20-progress-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;align-items:start;grid-gap:18px}.v20-progress-main,.v20-progress-side{display:grid;grid-gap:16px;gap:16px}.v20-progress-layout .card{border-radius:14px}.v20-progress-courses,.v20-progress-weak{padding:22px}.v20-progress-courses>header,.v20-progress-weak>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.v20-progress-courses h2,.v20-progress-weak h2{margin:5px 0 0;font-size:22px}.v20-progress-courses>header>span{color:var(--ma-color-primary-strong);font-size:13px;font-weight:850}.v20-progress-courses>div,.v20-progress-weak>div{display:grid}.v20-progress-courses article,.v20-progress-weak article{min-height:92px;padding:12px 0;display:grid;grid-template-columns:64px minmax(0,1fr) 52px;align-items:center;grid-gap:14px;gap:14px;border-top:1px solid var(--ma-color-border)}.v20-progress-courses article>.dashboard-subject-icon{width:62px;height:62px;border-radius:14px}.v20-progress-courses article>div,.v20-progress-weak article>div{display:grid;grid-gap:6px;gap:6px}.v20-progress-courses article b,.v20-progress-weak article b{font-size:15px}.v20-progress-courses article small,.v20-progress-weak article small{color:var(--ma-color-text-soft);font-size:11px}.v20-progress-courses article strong,.v20-progress-weak article strong{font-size:16px;text-align:right}.v20-progress-courses .progress,.v20-progress-weak .progress{height:7px}.v20-progress-weak article{grid-template-columns:48px minmax(0,1fr) 52px}.v20-progress-weak article>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;color:#ff9d19;background:color-mix(in srgb,#ff9d19 10%,var(--ma-color-surface))}.v20-progress-weak article>span svg{width:23px}.v20-progress-achievements,.v20-progress-level,.v20-progress-next{padding:22px}.v20-progress-level{position:relative;overflow:hidden;text-align:center}.v20-progress-level>span{width:72px;height:72px;margin:0 auto 12px;display:grid;place-items:center;border-radius:20px;color:var(--ma-color-primary);background:var(--ma-color-primary-soft)}.v20-progress-level>span svg{width:38px;height:38px}.v20-progress-level small{color:var(--ma-color-primary-strong);font-size:9px;font-weight:900;letter-spacing:.1em}.v20-progress-level h2{margin:7px 0 2px;font-size:30px}.v20-progress-level p{margin:0 0 17px;color:var(--ma-color-text-soft)}.v20-progress-level>b{display:block;margin-top:8px;color:var(--ma-color-text-soft);font-size:11px}.v20-progress-achievements h2{margin:0 0 14px;font-size:20px}.v20-progress-achievements>div{display:grid;grid-gap:8px;gap:8px}.v20-progress-achievements article{min-height:62px;padding:8px;display:grid;grid-template-columns:44px 1fr;align-items:center;grid-gap:10px;gap:10px;border:1px solid var(--ma-color-border);border-radius:11px}.v20-progress-achievements article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:var(--ma-color-primary-soft);font-size:24px}.v20-progress-achievements article b,.v20-progress-achievements article small{display:block}.v20-progress-achievements article b{font-size:12px}.v20-progress-achievements article small{margin-top:3px;color:var(--ma-color-text-soft);font-size:10px}.v20-progress-achievements>p{color:var(--ma-color-text-soft);font-size:12px}.v20-progress-achievements>a{margin-top:14px;display:flex;align-items:center;justify-content:space-between;color:var(--ma-color-primary-strong);font-size:12px;font-weight:850}.v20-progress-achievements>a svg{width:16px}.v20-progress-next{display:grid;grid-template-columns:52px minmax(0,1fr);grid-gap:13px;gap:13px}.v20-progress-next>svg{width:50px;height:50px;padding:13px;border-radius:14px;color:var(--ma-color-primary);background:var(--ma-color-primary-soft)}.v20-progress-next small{color:var(--ma-color-primary-strong);font-size:9px;font-weight:900;letter-spacing:.1em}.v20-progress-next h2{margin:6px 0 5px;font-size:17px}.v20-progress-next p{margin:0;color:var(--ma-color-text-soft);font-size:11px;line-height:1.5}.v20-progress-next>.btn{grid-column:1/-1;width:100%;margin-top:4px}.v20-schedule-page>.page-state,.v20-schedule-page>.student-section-head,.v20-schedule-page>.v20-schedule-stats{grid-column:1/-1}.v20-schedule-page .student-section-head{margin:0 0 4px}.v20-schedule-page .student-section-head h1{font-size:40px;letter-spacing:-.04em}.v20-schedule-page .student-section-head .muted{display:flex;align-items:center;gap:8px;font-size:15px}.v20-schedule-page .student-section-head .muted svg{color:var(--ma-color-primary)}.v20-schedule-page .schedule-view-tabs{padding:5px;border-radius:12px;background:var(--ma-color-surface-soft)}.v20-schedule-page .schedule-view-tabs button{min-width:80px;min-height:42px}.v20-schedule-stats article{min-height:122px}.v20-schedule-stats article>svg{width:62px;height:62px;padding:16px;flex:none;border-radius:17px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-schedule-stats article:nth-child(3)>svg{color:#8a6ee8;background:color-mix(in srgb,#8a6ee8 12%,var(--ma-color-surface))}.v20-schedule-stats b{font-size:28px}.v20-schedule-page>.schedule-calendar{grid-column:1;grid-row:auto;min-width:0;border-radius:14px}.v20-schedule-page .schedule-calendar-head{height:72px;border-color:var(--ma-color-border)}.v20-schedule-page .schedule-calendar-head h2{color:var(--ma-color-text);font-size:18px}.v20-schedule-page .schedule-calendar .calendar-grid{margin:0;padding:14px}.v20-schedule-page .schedule-calendar .calendar-day{min-height:470px;padding:12px!important;border-color:var(--ma-color-border)!important;background:var(--ma-color-surface)!important}.v20-schedule-page .schedule-calendar .calendar-day.is-today{border-color:var(--ma-color-primary)!important;background:var(--ma-color-primary-soft)!important}.v20-schedule-page .calendar-date{margin-bottom:12px}.v20-schedule-page .calendar-event{margin:7px 0;padding:9px!important;font-size:11px;white-space:normal}.v20-schedule-page>.schedule-lower{grid-column:2;margin:0;display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.v20-schedule-page .schedule-upcoming{max-height:500px;overflow:auto;padding-right:2px}.v20-schedule-page .schedule-block-title{margin-bottom:10px}.v20-schedule-page .schedule-event-row{min-height:94px;padding:13px;grid-template-columns:44px minmax(0,1fr) 18px}.v20-schedule-page .schedule-event-type{display:none}.v20-schedule-page .schedule-detail{position:static;padding:20px!important;border-radius:14px;background:var(--ma-color-surface)!important}.v20-schedule-page .schedule-detail-meta>span{border-color:var(--ma-color-border);background:var(--ma-color-surface-soft)}@media(max-width:1180px){.v20-progress-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.v20-progress-layout{grid-template-columns:minmax(0,1fr) 310px}.v20-schedule-page{grid-template-columns:1fr}.v20-schedule-page>.schedule-calendar,.v20-schedule-page>.schedule-lower{grid-column:1}.v20-schedule-page>.schedule-lower{grid-template-columns:minmax(0,1fr) 320px}.v20-schedule-page .schedule-upcoming{max-height:none}}@media(max-width:900px){.v20-progress-page,.v20-schedule-page{padding:24px 18px 105px}.v20-progress-layout{grid-template-columns:1fr}.v20-progress-side{grid-template-columns:repeat(2,minmax(0,1fr))}.v20-progress-next{grid-column:1/-1}.v20-schedule-page>.schedule-lower{grid-template-columns:1fr}.v20-schedule-page .schedule-calendar .calendar-day{min-height:220px}}@media(max-width:620px){.v20-progress-header h1,.v20-schedule-page .student-section-head h1{font-size:30px}.v20-progress-metrics,.v20-progress-side,.v20-schedule-stats{grid-template-columns:1fr}.v20-progress-metrics>article{min-height:112px}.v20-progress-courses article{grid-template-columns:52px minmax(0,1fr) 44px}.v20-progress-courses article>.dashboard-subject-icon{width:50px;height:50px}.v20-progress-courses,.v20-progress-weak{padding:17px}.v20-schedule-page .student-section-head .filters{width:100%;overflow:auto}.v20-schedule-page .schedule-calendar .calendar-grid.calendar-week{min-width:760px}.v20-schedule-page .schedule-calendar .calendar-day{min-height:360px}}.v20-progress-page{position:relative;overflow-x:clip;background:radial-gradient(circle at 82% 7%,color-mix(in srgb,var(--ma-color-primary) 7%,transparent),transparent 31%)}.v20-progress-header{min-height:58px;margin-bottom:25px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.v20-progress-header h1{margin:0 0 7px;font-size:40px;line-height:1.05;letter-spacing:-.045em}.v20-progress-header p{margin:0;color:var(--ma-color-text-soft);font-size:15px}.v20-progress-actions{flex:none}.v20-progress-metrics{gap:18px;margin-bottom:18px}.v20-progress-metrics>article{position:relative;min-width:0;min-height:140px;padding:22px 23px;overflow:hidden;border-color:color-mix(in srgb,var(--ma-color-primary) 13%,var(--ma-color-border));box-shadow:0 10px 25px color-mix(in srgb,var(--ma-color-text) 6%,transparent)}.v20-progress-metrics>article:after{content:"";position:absolute;right:-28px;bottom:-38px;width:110px;height:110px;border-radius:50%;background:color-mix(in srgb,var(--ma-color-primary) 6%,transparent);filter:blur(2px)}.v20-progress-metrics>article>div{position:relative;z-index:1;min-width:0}.v20-progress-metrics>article>div>b{font-size:38px;letter-spacing:-.04em}.v20-progress-metrics>article>div>b small{font-size:14px;letter-spacing:0}.v20-progress-metrics>article>div>span{line-height:1.35}.v20-progress-metric-ring{width:98px;height:98px}.v20-progress-metric-ring circle{stroke-width:8}.v20-progress-metric-ring circle.value{filter:drop-shadow(0 0 4px color-mix(in srgb,var(--ma-color-primary) 42%,transparent))}.v20-progress-metrics .v20-metric-icon{width:78px;height:78px}.v20-progress-metrics .v20-metric-icon.is-xp{width:82px}.v20-progress-metrics .v20-metric-icon>svg{width:61px;height:61px}.v20-progress-metrics .v20-metric-icon.is-xp>span{font-size:25px}.v20-progress-metric-icon.time{width:78px;height:78px;border-radius:23px}.v20-progress-layout{grid-template-columns:minmax(0,1.55fr) minmax(360px,.95fr);gap:18px}.v20-progress-layout .card{border-color:color-mix(in srgb,var(--ma-color-primary) 10%,var(--ma-color-border));box-shadow:0 10px 26px color-mix(in srgb,var(--ma-color-text) 5%,transparent)}.v20-progress-courses,.v20-progress-weak{padding:22px 24px}.v20-progress-courses>header,.v20-progress-weak>header{margin-bottom:10px}.v20-progress-courses h2,.v20-progress-weak h2{font-size:23px;letter-spacing:-.025em}.v20-progress-course-visual{display:grid}.v20-progress-course-visual article,.v20-progress-course-visual article>div{min-width:0}.v20-progress-course-visual article>div>b,.v20-progress-course-visual article>div>small{overflow-wrap:anywhere}.v20-progress-course-visual article>div>span{height:7px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--ma-color-border) 82%,transparent)}.v20-progress-course-visual article>div>span>i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--ma-color-primary),#27d1dc);box-shadow:0 0 10px color-mix(in srgb,var(--ma-color-primary) 30%,transparent)}.v20-progress-weak article>div{min-width:0}.v20-progress-weak article b,.v20-progress-weak article small{overflow-wrap:anywhere}.v20-progress-level{min-height:252px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 50% 28%,color-mix(in srgb,var(--ma-color-primary) 14%,transparent),transparent 43%),var(--ma-color-surface)}.v20-progress-level>span{width:78px;height:78px;border:1px solid color-mix(in srgb,var(--ma-color-primary) 25%,var(--ma-color-border));border-radius:50%;box-shadow:0 0 28px color-mix(in srgb,var(--ma-color-primary) 13%,transparent)}.v20-progress-achievements>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.v20-progress-achievements article{min-width:0;min-height:128px;padding:9px 5px;display:flex;flex-direction:column;justify-content:center;text-align:center}.v20-progress-achievements article>.achievement-3d-icon{width:62px;height:62px;margin:0 auto 3px;border:0;background:transparent;box-shadow:none}.v20-progress-achievements article b{overflow-wrap:anywhere;font-size:10px}.v20-progress-achievements article small{font-size:9px}.v20-progress-next{position:relative;overflow:hidden}.v20-progress-next>div{min-width:0}.v20-progress-next h2,.v20-progress-next p{overflow-wrap:anywhere}.v20-progress-page>.page-state{min-height:300px}.v20-progress-skeleton .skeleton-title{display:grid;grid-gap:9px;gap:9px;margin-bottom:25px}.v20-progress-skeleton .skeleton-panel,.v20-progress-skeleton .skeleton-side,.v20-progress-skeleton .skeleton-title i,.v20-progress-skeleton .v20-progress-metrics article i,.v20-progress-skeleton .v20-progress-metrics article>span{position:relative;overflow:hidden;background:var(--ma-color-surface-soft)}.v20-progress-skeleton .skeleton-panel:after,.v20-progress-skeleton .skeleton-side:after,.v20-progress-skeleton .skeleton-title i:after,.v20-progress-skeleton .v20-progress-metrics article i:after,.v20-progress-skeleton .v20-progress-metrics article>span:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ma-color-surface) 78%,transparent),transparent);animation:progress-skeleton 1.35s infinite}.v20-progress-skeleton .skeleton-title i:first-child{width:250px;height:40px;border-radius:10px}.v20-progress-skeleton .skeleton-title i:last-child{width:330px;max-width:82%;height:15px;border-radius:7px}.v20-progress-skeleton .v20-progress-metrics article>span{width:78px;height:78px;flex:none;border-radius:24px}.v20-progress-skeleton .v20-progress-metrics article i{width:120px;height:18px;display:block;border-radius:7px}.v20-progress-skeleton .v20-progress-metrics article i:last-child{width:88px;height:11px}.v20-progress-skeleton .skeleton-panel{min-height:420px}.v20-progress-skeleton .skeleton-panel.compact{min-height:220px}.v20-progress-skeleton .skeleton-side{min-height:252px}@keyframes progress-skeleton{to{transform:translateX(100%)}}@media(max-width:1180px){.v20-progress-layout{grid-template-columns:1fr}.v20-progress-side{grid-template-columns:repeat(2,minmax(0,1fr))}.v20-progress-next{grid-column:1/-1}}@media(max-width:620px){.v20-progress-page{padding:20px 14px 108px}.v20-progress-header{min-height:0;margin-bottom:18px}.v20-progress-header h1{font-size:29px}.v20-progress-header p{font-size:12px;line-height:1.45}.v20-progress-actions{display:none}.v20-progress-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.v20-progress-metrics>article{min-height:104px;padding:13px 11px;gap:10px;border-radius:13px}.v20-progress-metrics>article>div{gap:4px}.v20-progress-metrics>article>div>b{font-size:24px}.v20-progress-metrics>article>div>b small{font-size:10px}.v20-progress-metrics>article>div>span{font-size:9px}.v20-progress-metric-ring{width:54px;height:54px}.v20-progress-metrics .v20-metric-icon,.v20-progress-metrics .v20-progress-metric-icon.time{width:52px;height:52px;border-radius:16px}.v20-progress-metrics .v20-metric-icon.is-xp{width:54px}.v20-progress-metric-icon.time svg,.v20-progress-metrics .v20-metric-icon>svg{width:36px;height:36px}.v20-progress-metrics .v20-metric-icon.is-xp>span{font-size:16px}.v20-progress-side{grid-template-columns:1fr}.v20-progress-next{grid-column:auto}.v20-progress-achievements,.v20-progress-courses,.v20-progress-level,.v20-progress-next,.v20-progress-weak{padding:16px}.v20-progress-courses h2,.v20-progress-weak h2{font-size:19px}.v20-progress-courses>header>span{font-size:10px}.v20-progress-course-visual article{grid-template-columns:48px minmax(0,1fr) 38px;gap:9px}.v20-progress-course-visual article>.dashboard-subject-icon{width:46px;height:46px}.v20-progress-course-visual article b{font-size:12px}.v20-progress-course-visual article small{font-size:9px}.v20-progress-course-visual article strong{font-size:13px}.v20-progress-weak article{grid-template-columns:38px minmax(0,1fr) 38px;gap:9px}.v20-progress-weak article>span{width:36px;height:36px}.v20-progress-weak article b{font-size:12px}.v20-progress-weak article small{font-size:9px}.v20-progress-weak article strong{font-size:13px}.v20-progress-level{min-height:225px}.v20-progress-achievements article{min-height:116px}.v20-progress-achievements article>.achievement-3d-icon{width:55px;height:55px}.v20-progress-skeleton .v20-progress-metrics article>span{width:52px;height:52px}.v20-progress-skeleton .v20-progress-metrics article i{width:68px}.v20-progress-skeleton .skeleton-panel{min-height:360px}}@media(prefers-reduced-motion:reduce){.v20-progress-skeleton .skeleton-panel:after,.v20-progress-skeleton .skeleton-side:after,.v20-progress-skeleton .skeleton-title i:after,.v20-progress-skeleton .v20-progress-metrics article i:after,.v20-progress-skeleton .v20-progress-metrics article>span:after{animation:none}}.v20-schedule-page{position:relative;width:100%;max-width:none;padding:30px 38px 64px;display:grid;grid-template-columns:minmax(0,1fr) 350px;align-items:start;grid-gap:16px 18px;gap:16px 18px;overflow-x:clip;color:var(--ma-color-text);background:radial-gradient(circle at 82% 7%,color-mix(in srgb,var(--ma-color-primary) 7%,transparent),transparent 31%)}.v20-schedule-header{grid-column:1/-1;min-height:80px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.v20-schedule-header h1{margin:0 0 8px;font-size:40px;line-height:1.05;letter-spacing:-.045em}.v20-schedule-header p{margin:0;display:flex;align-items:center;gap:8px;color:var(--ma-color-text-soft);font-size:15px}.v20-schedule-header p svg{width:20px;color:var(--ma-color-primary)}.v20-schedule-actions{flex:none}.v20-schedule-state{grid-column:1/-1}.v20-schedule-state>.page-state{min-height:330px}.v20-schedule-stats{grid-column:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.v20-schedule-stats article{position:relative;min-width:0;min-height:128px;padding:20px;display:flex;align-items:center;gap:15px;overflow:hidden;border-color:color-mix(in srgb,var(--ma-color-primary) 13%,var(--ma-color-border));border-radius:14px;box-shadow:0 10px 25px color-mix(in srgb,var(--ma-color-text) 6%,transparent)}.v20-schedule-stats article:after{content:"";position:absolute;right:-26px;bottom:-42px;width:105px;height:105px;border-radius:50%;background:color-mix(in srgb,var(--ma-color-primary) 6%,transparent)}.v20-schedule-stat-icon{position:relative;z-index:1;width:68px;height:68px;display:grid;place-items:center;flex:none;border:1px solid color-mix(in srgb,var(--ma-color-primary) 24%,var(--ma-color-border));border-radius:18px;color:#087fc6;background:linear-gradient(145deg,color-mix(in srgb,#168ef0 13%,var(--ma-color-surface)),color-mix(in srgb,#63d5ff 8%,var(--ma-color-surface)));box-shadow:inset 0 1px 0 color-mix(in srgb,#fff 75%,transparent)}.v20-schedule-stat-icon svg{width:34px;height:34px;filter:drop-shadow(0 5px 9px color-mix(in srgb,currentColor 28%,transparent))}.v20-schedule-stat-icon.target{color:#02aaba;border-color:color-mix(in srgb,#02aaba 28%,var(--ma-color-border));background:linear-gradient(145deg,color-mix(in srgb,#02d0dc 13%,var(--ma-color-surface)),color-mix(in srgb,#02aaba 7%,var(--ma-color-surface)))}.v20-schedule-stat-icon.upcoming{color:#8b5de7;border-color:color-mix(in srgb,#8b5de7 26%,var(--ma-color-border));background:linear-gradient(145deg,color-mix(in srgb,#8b5de7 12%,var(--ma-color-surface)),color-mix(in srgb,#c291ff 7%,var(--ma-color-surface)))}.v20-schedule-stats article>div{position:relative;z-index:1;min-width:0}.v20-schedule-stats b,.v20-schedule-stats p,.v20-schedule-stats small{display:block}.v20-schedule-stats small{color:var(--ma-color-primary-strong);font-size:9px;font-weight:900;letter-spacing:.09em}.v20-schedule-stats b{margin-top:5px;font-size:31px;letter-spacing:-.035em}.v20-schedule-stats b span{color:var(--ma-color-text-soft);font-size:13px;letter-spacing:0}.v20-schedule-stats p{margin:4px 0 0;overflow:hidden;color:var(--ma-color-text-soft);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.v20-study-calendar{grid-column:1;min-width:0;padding:0;overflow:hidden;border-color:color-mix(in srgb,var(--ma-color-primary) 12%,var(--ma-color-border));border-radius:14px;box-shadow:0 11px 28px color-mix(in srgb,var(--ma-color-text) 5%,transparent)}.v20-study-calendar-head{min-height:74px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--ma-color-border)}.v20-calendar-controls,.v20-period-nav,.v20-schedule-tabs{display:flex;align-items:center;gap:8px}.v20-period-nav>.btn{width:40px;min-width:40px;padding:0}.v20-period-nav>div{min-width:190px;text-align:center}.v20-period-nav h2{margin:0;font-size:18px;letter-spacing:-.02em}.v20-period-nav small{display:block;margin-top:3px;color:var(--ma-color-text-soft);font-size:9px}.v20-schedule-tabs{padding:4px;border-radius:11px;background:var(--ma-color-surface-soft)}.v20-schedule-tabs button{min-width:55px;min-height:36px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:var(--ma-color-text-soft);font-size:11px;font-weight:850;cursor:pointer}.v20-schedule-tabs button.active{background:var(--ma-color-surface);color:var(--ma-color-primary-strong);box-shadow:var(--ma-shadow-sm)}.v20-study-scroll-note{display:none}.v20-study-week-scroll{max-width:100%;overflow:auto;overscroll-behavior-inline:contain}.v20-study-week{--schedule-row-height:46px;min-width:760px;display:grid;grid-template-columns:52px repeat(7,minmax(94px,1fr));grid-template-rows:64px calc(var(--schedule-hours) * var(--schedule-row-height));background:var(--ma-color-surface)}.v20-study-week-corner{grid-column:1}.v20-study-week-corner,.v20-study-week>header{grid-row:1;border-bottom:1px solid var(--ma-color-border)}.v20-study-week>header{display:grid;place-content:center;text-align:center;color:var(--ma-color-text-soft)}.v20-study-week>header span{font-size:10px;font-weight:850}.v20-study-week>header b{width:30px;height:30px;margin:3px auto 0;display:grid;place-items:center;border-radius:50%;font-size:13px}.v20-study-week>header.is-today{color:var(--ma-color-primary-strong)}.v20-study-week>header.is-today b{background:var(--ma-color-primary);color:#fff;box-shadow:0 5px 14px color-mix(in srgb,var(--ma-color-primary) 32%,transparent)}.v20-study-hours{grid-column:1;grid-row:2;position:relative;border-right:1px solid var(--ma-color-border);color:var(--ma-color-text-soft);background:var(--ma-color-surface)}.v20-study-hours time{position:absolute;right:8px;font-size:9px;transform:translateY(-50%)}.v20-study-hours time:first-child{top:0}.v20-study-hours time:nth-child(2){top:calc(1 * var(--schedule-row-height))}.v20-study-hours time:nth-child(3){top:calc(2 * var(--schedule-row-height))}.v20-study-hours time:nth-child(4){top:calc(3 * var(--schedule-row-height))}.v20-study-hours time:nth-child(5){top:calc(4 * var(--schedule-row-height))}.v20-study-hours time:nth-child(6){top:calc(5 * var(--schedule-row-height))}.v20-study-hours time:nth-child(7){top:calc(6 * var(--schedule-row-height))}.v20-study-hours time:nth-child(8){top:calc(7 * var(--schedule-row-height))}.v20-study-hours time:nth-child(9){top:calc(8 * var(--schedule-row-height))}.v20-study-hours time:nth-child(10){top:calc(9 * var(--schedule-row-height))}.v20-study-hours time:nth-child(11){top:calc(10 * var(--schedule-row-height))}.v20-study-hours time:nth-child(12){top:calc(11 * var(--schedule-row-height))}.v20-study-hours time:nth-child(13){top:calc(12 * var(--schedule-row-height))}.v20-study-hours time:nth-child(14){top:calc(13 * var(--schedule-row-height))}.v20-study-hours time:nth-child(15){top:calc(14 * var(--schedule-row-height))}.v20-study-hours time:nth-child(16){top:calc(15 * var(--schedule-row-height))}.v20-study-hours time:nth-child(17){top:calc(16 * var(--schedule-row-height))}.v20-study-hours time:nth-child(18){top:calc(17 * var(--schedule-row-height))}.v20-study-week>section{grid-row:2;position:relative;min-width:0;border-right:1px solid var(--ma-color-border);background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--schedule-row-height) - 1px),var(--ma-color-border) calc(var(--schedule-row-height) - 1px),var(--ma-color-border) var(--schedule-row-height))}.v20-study-week>section.is-today{background:repeating-linear-gradient(to bottom,color-mix(in srgb,var(--ma-color-primary) 5%,transparent) 0,color-mix(in srgb,var(--ma-color-primary) 5%,transparent) calc(var(--schedule-row-height) - 1px),color-mix(in srgb,var(--ma-color-primary) 32%,var(--ma-color-border)) calc(var(--schedule-row-height) - 1px),color-mix(in srgb,var(--ma-color-primary) 32%,var(--ma-color-border)) var(--schedule-row-height));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ma-color-primary) 42%,transparent)}.v20-study-positioned-event{position:absolute;z-index:2;right:3px;left:3px;min-height:38px}.v20-study-all-day{position:absolute;z-index:3;top:3px;right:3px;left:3px;display:grid;grid-gap:3px;gap:3px}.v20-study-event{width:100%;height:100%;min-height:38px;padding:6px 7px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;overflow:hidden;border:1px solid var(--event-border);border-radius:7px;background:var(--event-bg);color:var(--event-text);text-align:left;cursor:pointer;box-shadow:0 4px 10px color-mix(in srgb,var(--event-border) 14%,transparent)}.v20-study-event b{max-width:100%;overflow:hidden;font-size:10px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.v20-study-event time{font-size:9px;opacity:.85}.v20-study-event.selected{box-shadow:0 0 0 2px var(--ma-color-surface),0 0 0 4px var(--event-border)}.v20-study-event.tone-cyan{--event-bg:color-mix(in srgb,#0d8ff2 11%,var(--ma-color-surface));--event-border:#168fe8;--event-text:color-mix(in srgb,#075ca3 82%,var(--ma-color-text))}.v20-study-event.tone-emerald{--event-bg:color-mix(in srgb,#08b6a0 11%,var(--ma-color-surface));--event-border:#0aa48f;--event-text:color-mix(in srgb,#047c6e 82%,var(--ma-color-text))}.v20-study-event.tone-violet{--event-bg:color-mix(in srgb,#9a5be4 12%,var(--ma-color-surface));--event-border:#9352dc;--event-text:color-mix(in srgb,#7233bd 82%,var(--ma-color-text))}.v20-study-event.tone-rose{--event-bg:color-mix(in srgb,#df4b73 11%,var(--ma-color-surface));--event-border:#d7426b;--event-text:color-mix(in srgb,#a9224a 82%,var(--ma-color-text))}.v20-study-event.tone-blue{--event-bg:color-mix(in srgb,#1678ea 11%,var(--ma-color-surface));--event-border:#1678ea;--event-text:color-mix(in srgb,#0b58b7 82%,var(--ma-color-text))}.v20-study-month{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:1px;gap:1px;padding:1px;background:var(--ma-color-border)}.v20-study-month>section{min-width:0;min-height:112px;padding:8px;background:var(--ma-color-surface)}.v20-study-month>section.is-today{background:var(--ma-color-primary-soft);box-shadow:inset 0 0 0 1px var(--ma-color-primary)}.v20-study-month header{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.v20-study-month header span{color:var(--ma-color-text-soft);font-size:9px;font-weight:850}.v20-study-month header b{font-size:12px}.v20-study-month .v20-study-event{height:auto;min-height:32px;margin:3px 0}.v20-study-day-agenda{min-height:330px;padding:18px}.v20-study-day-agenda>ol{margin:0;padding:0;display:grid;grid-gap:10px;gap:10px;list-style:none}.v20-study-day-agenda li{display:grid;grid-template-columns:55px minmax(0,1fr);align-items:stretch;grid-gap:10px;gap:10px}.v20-study-day-agenda li>time{padding-top:13px;color:var(--ma-color-text-soft);font-size:11px}.v20-study-day-agenda .v20-study-event{min-height:62px}.v20-study-day-agenda>p{margin:100px auto;text-align:center;color:var(--ma-color-text-soft)}.v20-schedule-legend{min-height:50px;padding:12px 20px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;border-top:1px solid var(--ma-color-border);color:var(--ma-color-text-soft);font-size:10px}.v20-schedule-legend span{display:inline-flex;align-items:center;gap:7px}.v20-schedule-legend i{width:9px;height:9px;border-radius:50%}.v20-schedule-legend .tone-cyan{background:#168fe8}.v20-schedule-legend .tone-emerald{background:#0aa48f}.v20-schedule-legend .tone-violet{background:#9352dc}.v20-schedule-legend .tone-rose{background:#d7426b}.v20-schedule-legend .tone-blue{background:#1678ea}.v20-schedule-rail{grid-column:2;grid-row:3;display:grid;grid-gap:14px;gap:14px}.v20-schedule-reminder,.v20-today-plan{padding:20px;border-radius:14px}.v20-today-plan>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.v20-today-plan>header h2{margin:0;font-size:20px}.v20-today-plan>header p{margin:4px 0 0;color:var(--ma-color-text-soft);font-size:10px}.v20-today-plan>header>span{color:var(--ma-color-primary-strong);font-size:11px;font-weight:850}.v20-today-plan ol{position:relative;margin:0 0 16px;padding:0;display:grid;grid-gap:9px;gap:9px;list-style:none}.v20-today-plan ol:before{content:"";position:absolute;top:25px;bottom:25px;left:18px;width:1px;background:linear-gradient(var(--ma-color-primary),#8b5de7)}.v20-today-plan li{position:relative;display:grid;grid-template-columns:37px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px}.v20-today-plan li>span{z-index:1;width:37px;height:37px;display:grid;place-items:center;border:2px solid var(--ma-color-primary);border-radius:50%;background:var(--ma-color-surface);font-size:14px;font-weight:900}.v20-today-plan li:nth-child(2)>span{border-color:#0aa48f}.v20-today-plan li:nth-child(3)>span{border-color:#9352dc}.v20-today-plan li>button{min-width:0;min-height:76px;padding:12px;display:grid;grid-gap:4px;gap:4px;border:1px solid var(--ma-color-border);border-radius:11px;background:var(--ma-color-surface);color:var(--ma-color-text);text-align:left;cursor:pointer}.v20-today-plan li>button[aria-pressed=true]{border-color:var(--ma-color-primary);background:var(--ma-color-primary-soft)}.v20-today-plan li b,.v20-today-plan li small{overflow-wrap:anywhere}.v20-today-plan li b{font-size:13px}.v20-today-plan li small,.v20-today-plan li time{color:var(--ma-color-text-soft);font-size:10px}.v20-today-plan li time{display:flex;align-items:center;gap:5px}.v20-today-plan li time svg{width:12px}.v20-selected-plan{padding-top:16px;display:grid;grid-template-columns:43px minmax(0,1fr);grid-gap:11px;gap:11px;border-top:1px solid var(--ma-color-border)}.v20-selected-plan>span{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;color:var(--ma-color-primary);background:var(--ma-color-primary-soft)}.v20-selected-plan>div{min-width:0;display:grid;grid-gap:4px;gap:4px}.v20-selected-plan small{color:var(--ma-color-primary-strong);font-size:9px;font-weight:900;text-transform:uppercase}.v20-selected-plan b,.v20-selected-plan p{overflow-wrap:anywhere}.v20-selected-plan b{font-size:14px}.v20-selected-plan p,.v20-selected-plan time{margin:0;color:var(--ma-color-text-soft);font-size:10px;line-height:1.4}.v20-selected-plan>.btn,.v20-selected-plan>em{grid-column:1/-1;width:100%;margin-top:5px}.v20-selected-plan>em{padding:10px;text-align:center;border-radius:9px;background:var(--ma-color-surface-soft);color:var(--ma-color-text-soft);font-size:10px;font-style:normal;font-weight:850}.v20-schedule-reminder>header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.v20-schedule-reminder>header>svg{width:42px;height:42px;padding:10px;border-radius:12px;color:var(--ma-color-primary);background:var(--ma-color-primary-soft)}.v20-schedule-reminder h2{margin:0;font-size:18px}.v20-schedule-reminder header p{margin:3px 0 0;color:var(--ma-color-text-soft);font-size:10px}.v20-reminder-row{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--ma-color-border);border-bottom:1px solid var(--ma-color-border)}.v20-reminder-row b,.v20-reminder-row small{display:block}.v20-reminder-row b{font-size:12px}.v20-reminder-row small{margin-top:4px;color:var(--ma-color-text-soft);font-size:9px}.v20-reminder-row button{position:relative;width:46px;height:26px;padding:0;flex:none;border:0;border-radius:999px;background:var(--ma-color-border);cursor:pointer}.v20-reminder-row button i{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:transform .18s ease}.v20-reminder-row button.active{background:var(--ma-color-primary)}.v20-reminder-row button.active i{transform:translateX(20px)}.v20-reminder-row button:disabled{cursor:wait;opacity:.6}.v20-schedule-reminder>a{margin-top:13px;display:inline-flex;color:var(--ma-color-primary-strong);font-size:10px;font-weight:850}.v20-reminder-message,.v20-reminder-unavailable{margin:10px 0 0;color:var(--ma-color-text-soft);font-size:10px;line-height:1.45}.v20-reminder-loading{height:64px;border-radius:10px;background:var(--ma-color-surface-soft)}.v20-schedule-skeleton .skeleton-title{grid-column:1/-1;display:grid;grid-gap:9px;gap:9px}.v20-schedule-skeleton .skeleton-calendar,.v20-schedule-skeleton .skeleton-rail section,.v20-schedule-skeleton .skeleton-title i,.v20-schedule-skeleton .v20-schedule-stats article i,.v20-schedule-skeleton .v20-schedule-stats article>span{position:relative;overflow:hidden;background:var(--ma-color-surface-soft)}.v20-schedule-skeleton .skeleton-calendar:after,.v20-schedule-skeleton .skeleton-rail section:after,.v20-schedule-skeleton .skeleton-title i:after,.v20-schedule-skeleton .v20-schedule-stats article i:after,.v20-schedule-skeleton .v20-schedule-stats article>span:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ma-color-surface) 78%,transparent),transparent);animation:progress-skeleton 1.35s infinite}.v20-schedule-skeleton .skeleton-title i:first-child{width:390px;max-width:85%;height:42px;border-radius:10px}.v20-schedule-skeleton .skeleton-title i:last-child{width:330px;max-width:75%;height:15px;border-radius:7px}.v20-schedule-skeleton .v20-schedule-stats article>span{width:68px;height:68px;flex:none;border-radius:18px}.v20-schedule-skeleton .v20-schedule-stats article i{width:110px;height:18px;display:block;border-radius:7px}.v20-schedule-skeleton .v20-schedule-stats article i:last-child{width:78px;height:10px;margin-top:10px}.v20-schedule-skeleton .skeleton-calendar{grid-column:1;min-height:610px}.v20-schedule-skeleton .skeleton-rail{grid-column:2;grid-row:3;display:grid;grid-gap:14px;gap:14px}.v20-schedule-skeleton .skeleton-rail section:first-child{min-height:390px}.v20-schedule-skeleton .skeleton-rail section:last-child{min-height:190px}@media(max-width:1180px){.v20-schedule-page{grid-template-columns:1fr}.v20-schedule-rail,.v20-schedule-skeleton .skeleton-calendar,.v20-schedule-skeleton .skeleton-rail,.v20-schedule-stats,.v20-study-calendar{grid-column:1}.v20-schedule-rail,.v20-schedule-skeleton .skeleton-rail{grid-row:auto;grid-template-columns:minmax(0,1fr) 320px}.v20-schedule-skeleton .skeleton-rail section:first-child,.v20-schedule-skeleton .skeleton-rail section:last-child{min-height:240px}}@media(max-width:700px){.v20-schedule-page{padding:20px 14px 108px;gap:12px}.v20-schedule-header{min-height:0}.v20-schedule-header h1{font-size:29px}.v20-schedule-header p{font-size:12px}.v20-schedule-actions{display:none}.v20-schedule-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.v20-schedule-stats article{min-height:105px;padding:10px 8px;display:grid;justify-items:center;grid-gap:6px;gap:6px;text-align:center;border-radius:12px}.v20-schedule-stat-icon{width:40px;height:40px;border-radius:12px}.v20-schedule-stat-icon svg{width:21px;height:21px}.v20-schedule-stats small{font-size:7px}.v20-schedule-stats b{font-size:20px}.v20-schedule-stats b span{font-size:8px}.v20-schedule-stats p{max-width:100%;font-size:8px}.v20-study-calendar-head{align-items:stretch;flex-direction:column;padding:12px}.v20-period-nav{justify-content:space-between}.v20-period-nav>div{min-width:0}.v20-period-nav h2{font-size:15px}.v20-calendar-controls{justify-content:space-between}.v20-schedule-tabs{flex:1 1}.v20-schedule-tabs button{min-width:0;flex:1 1}.v20-study-scroll-note{margin:0;padding:9px 12px;display:flex;align-items:center;gap:7px;color:var(--ma-color-text-soft);font-size:9px}.v20-study-scroll-note svg{width:13px}.v20-study-week-scroll{border-top:1px solid var(--ma-color-border)}.v20-study-month{min-width:760px}.v20-study-calendar:has(.v20-study-month){overflow:auto}.v20-schedule-legend{padding:10px 12px;gap:10px}.v20-schedule-rail,.v20-schedule-skeleton .skeleton-rail{grid-template-columns:1fr}.v20-schedule-reminder,.v20-today-plan{padding:16px}.v20-study-day-agenda{padding:14px}.v20-schedule-skeleton .skeleton-title{margin-bottom:4px}.v20-schedule-skeleton .skeleton-calendar{min-height:430px}}@media(prefers-reduced-motion:reduce){.v20-reminder-row button i{transition:none}.v20-schedule-skeleton .skeleton-calendar:after,.v20-schedule-skeleton .skeleton-rail section:after,.v20-schedule-skeleton .skeleton-title i:after,.v20-schedule-skeleton .v20-schedule-stats article i:after,.v20-schedule-skeleton .v20-schedule-stats article>span:after{animation:none}}.auth-panel{position:relative}.auth-panel-top{position:absolute;top:24px;right:28px;left:28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-panel-top .auth-back{position:static}.auth-form-card{width:min(100%,520px)}.messenger-auth{display:grid;grid-gap:16px;gap:16px;margin-top:26px;padding:18px;border:1px solid #dbe7ed;border-radius:22px;background:rgba(255,255,255,.78);box-shadow:0 18px 54px rgba(3,37,86,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.messenger-provider-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;padding:5px;border:1px solid #dce8ed;border-radius:16px;background:#f3f8fa}.messenger-provider-tabs button{min-height:52px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:12px;color:#668095;background:transparent;font:inherit;font-size:12px;font-weight:900;cursor:pointer;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.messenger-provider-tabs button.active{color:#062f5e;background:#fff;box-shadow:0 8px 20px rgba(3,37,86,.09)}.provider-mark{width:31px;height:31px;display:grid;place-items:center;border-radius:10px}.provider-mark svg{width:17px}.provider-mark.whatsapp{color:#087f58;background:#e1f8ed}.provider-mark.telegram{color:#087fc2;background:#e2f3ff}.messenger-provider-copy,.messenger-security-note{display:flex;align-items:center;gap:7px;margin:0;color:#708798;font-size:10px;line-height:1.45}.messenger-provider-copy svg,.messenger-security-note svg{width:15px;flex:none;color:#09aab7}.messenger-auth [role=tabpanel]{display:grid;grid-gap:14px;gap:14px}.messenger-auth-fields,.messenger-code-stage,.messenger-telegram-pending,.messenger-telegram-start{display:grid;grid-gap:13px;gap:13px}.messenger-auth .ui-field{color:#28465e}.messenger-auth .ui-field>span{font-size:11px;font-weight:850}.messenger-auth .ui-field input{min-height:50px;border-radius:14px}.messenger-action{width:100%;min-height:52px;border-radius:14px}.messenger-action.whatsapp{border-color:#16b972;color:#078152;background:#ecfff7}.messenger-action.telegram{border-color:#149de0;color:#087aba;background:#eef9ff}.messenger-action:hover{transform:none}.messenger-step{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #dfe9ee;border-radius:14px;background:#f7fafb}.messenger-step>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#087f87;background:#ddf8f6}.messenger-step b,.messenger-step p{display:block;margin:0}.messenger-step b{color:#0a315d;font-size:13px}.messenger-step p{margin-top:3px;color:#738897;font-size:10px}.messenger-expiry{display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 12px;border-radius:11px;color:#187f73;background:#eaf9f5;font-size:10px;font-weight:850}.messenger-expiry svg{width:15px}.messenger-expiry.expired{color:#b23c3c;background:#fff0f0}.messenger-change{justify-self:center;border:0;color:#088c9a;background:transparent;font:inherit;font-size:11px;font-weight:850;cursor:pointer}.messenger-telegram-pending,.messenger-telegram-start{justify-items:center;padding:10px 4px;text-align:center}.messenger-telegram-icon,.messenger-telegram-start>span{width:58px;height:58px;display:grid;place-items:center;border-radius:19px;color:#fff;background:linear-gradient(145deg,#25b9ed,#0879c8);box-shadow:0 14px 30px rgba(8,121,200,.22)}.messenger-telegram-pending h2,.messenger-telegram-start h2{margin:3px 0 0;color:#082d58;font-size:18px}.messenger-telegram-pending p,.messenger-telegram-start p{max-width:390px;margin:0;color:#718596;font-size:11px;line-height:1.6}.messenger-telegram-pending p b{color:#0788c4}.messenger-auth-problem{display:flex;align-items:flex-start;gap:10px;padding:12px 13px;border:1px solid #ffd0d0;border-radius:13px;color:#aa3333;background:#fff4f4}.messenger-auth-problem>svg{width:18px;flex:none}.messenger-auth-problem b,.messenger-auth-problem p{display:block;margin:0}.messenger-auth-problem b{font-size:11px}.messenger-auth-problem p{margin-top:3px;font-size:10px;line-height:1.5}.messenger-auth-problem a,.messenger-auth-problem button{display:inline-flex;margin-top:7px;padding:0;border:0;color:#087f87;background:transparent;font:inherit;font-size:10px;font-weight:900;cursor:pointer}.auth-session-check{min-height:150px;display:flex;align-items:center;justify-content:center;gap:9px;color:#648095}.auth-panel .theme-switcher{flex:none}.v20-assignment-file-row{display:grid;grid-template-columns:minmax(0,1fr) 40px;grid-gap:7px;gap:7px}.v20-assignment-files .v20-assignment-file-row+.v20-assignment-file-row{margin-top:6px}.v20-assignment-files .v20-assignment-file-row>.v20-assignment-file-open{width:100%;min-height:50px;padding:7px;display:grid;grid-template-columns:29px minmax(0,1fr) 18px;align-items:center;grid-gap:8px;gap:8px;border:0;border-radius:9px;color:var(--ma-color-text);background:var(--ma-color-surface-soft);text-align:left}.v20-assignment-files .v20-assignment-file-open>span:first-child{color:var(--ma-color-primary-strong)}.v20-assignment-files .v20-assignment-file-open>svg{width:15px;color:var(--ma-color-primary-strong)}.v20-assignment-file-remove{display:grid;place-items:center;border:1px solid rgba(221,68,80,.24);border-radius:11px;color:#d04450;background:rgba(221,68,80,.07);cursor:pointer}.v20-assignment-file-remove svg{width:16px}.v20-assignment-file-remove:disabled{opacity:.55;cursor:not-allowed}.practice-distribution-error{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid rgba(226,135,28,.35);border-radius:16px;color:#8c550d;background:#fff8e9}.practice-distribution-error>svg{width:21px;flex:none}.practice-distribution-error h3,.practice-distribution-error p{margin:0}.practice-distribution-error h3{font-size:15px}.practice-distribution-error p{margin-top:5px;font-size:11px;line-height:1.55}.practice-distribution-error>div>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:13px 0}.practice-distribution-error span{display:grid;grid-template-columns:auto 1fr;grid-gap:2px 8px;gap:2px 8px;padding:10px;border-radius:12px;background:rgba(255,255,255,.7)}.practice-distribution-error span>b{grid-row:1/3;width:31px;height:31px;display:grid;place-items:center;border-radius:9px;color:#fff;background:#d6821f}.practice-distribution-error span>small{font-size:9px}.practice-distribution-error span>strong{grid-column:1/-1;margin-top:3px;color:#bd4a28;font-size:10px}.practice-distribution-error span.ready>b{background:#2b9b65}.practice-distribution-error span.ready>strong{color:#228458}.practice-distribution-error>div>small{display:block;font-size:9px;line-height:1.5}.theme-dark .auth-experience,.theme-dark .auth-panel{color:#e7f1fb;background:#041526}.theme-dark .auth-panel{background:radial-gradient(circle at 93% 5%,rgba(21,183,183,.13),transparent 25%),#041526}.theme-dark .auth-form-card h1,.theme-dark .messenger-provider-tabs button.active,.theme-dark .messenger-step b,.theme-dark .messenger-telegram-pending h2,.theme-dark .messenger-telegram-start h2{color:#f1f7fc}.theme-dark .auth-form-description,.theme-dark .auth-legal,.theme-dark .auth-switch,.theme-dark .messenger-provider-copy,.theme-dark .messenger-security-note,.theme-dark .messenger-telegram-pending p,.theme-dark .messenger-telegram-start p{color:#91a5b8}.theme-dark .messenger-auth{border-color:#1e3d5c;background:rgba(8,31,55,.82);box-shadow:0 22px 60px rgba(0,0,0,.28)}.theme-dark .messenger-provider-tabs{border-color:#1e3d5c;background:#071d34}.theme-dark .messenger-provider-tabs button{color:#8da2b6}.theme-dark .messenger-provider-tabs button.active{background:#0d2d4b;box-shadow:none}.theme-dark .messenger-auth .ui-field{color:#c5d4e1}.theme-dark .messenger-auth .ui-field input{border-color:#254765;background:#09243e;color:#edf7ff}.theme-dark .messenger-step{border-color:#254765;background:#09243e}.theme-dark .messenger-step p{color:#8fa5b8}.theme-dark .messenger-expiry{color:#61d9c2;background:#0b3b3e}.theme-dark .messenger-expiry.expired{color:#ff9097;background:#3a1c29}.theme-dark .messenger-auth-problem{border-color:#6e2e3e;color:#ff9ca4;background:#351725}.theme-dark .messenger-action.whatsapp{border-color:#168960;color:#44d99b;background:#082f29}.theme-dark .messenger-action.telegram{border-color:#177bb4;color:#63c7ff;background:#082b43}.theme-dark .telegram-login-panel{border-color:#28506c;background:linear-gradient(145deg,#102d49,#0a2139)}.theme-dark .telegram-login-panel>p{color:#c0cfdd}.theme-dark .telegram-login-panel>small{color:#8ea5b8}.theme-dark .v20-assignment-file-remove{border-color:rgba(255,96,110,.35);color:#ff7b86;background:rgba(255,80,94,.09)}.theme-dark .practice-distribution-error{border-color:#68481f;color:#ffc470;background:#2b2117}.theme-dark .practice-distribution-error span{background:rgba(255,255,255,.055)}@media(max-width:760px){.auth-panel-top{position:static;width:100%;margin-bottom:28px}.auth-panel-top .auth-back{margin:0}.auth-form-card{margin:0 auto}.auth-mobile-brand{margin-bottom:30px}.messenger-auth{padding:14px;border-radius:18px}.messenger-provider-tabs button{min-height:48px;font-size:11px}.messenger-security-note{align-items:flex-start}}@media(max-width:430px){.auth-panel{padding-inline:14px}.auth-panel-top{gap:8px}.auth-panel-top .auth-back{font-size:0}.auth-panel-top .auth-back svg{width:20px}.auth-form-card h1{font-size:31px}.messenger-auth{margin-top:20px}.messenger-provider-tabs button{gap:5px}.provider-mark{width:27px;height:27px}.practice-distribution-error>div>div{grid-template-columns:1fr}.v20-assignment-file-row{grid-template-columns:minmax(0,1fr) 44px}.v20-file-scan{grid-template-columns:auto minmax(0,1fr)}.v20-file-scan aside{grid-column:1/-1;justify-content:stretch}.v20-file-scan button{flex:1 1;justify-content:center}}.v20-notes-page,.v20-notifications-page,.v20-profile-page{width:100%;max-width:1320px;padding:32px 40px 72px;color:var(--ma-color-text)}.v20-notes-header,.v20-notifications-header,.v20-profile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:21px}.v20-notes-header h1,.v20-notifications-header h1,.v20-profile-header h1{margin:7px 0 5px;font-size:clamp(30px,3.1vw,43px);line-height:1.05;letter-spacing:-.04em}.v20-notes-header>div>p:last-child,.v20-notifications-header>div>p:last-child{margin:0;color:var(--ma-color-text-soft);font-size:13px}.v20-notes-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px;margin-bottom:13px}.v20-notes-stats article{min-height:86px;padding:16px;display:flex;align-items:center;gap:12px;border-radius:var(--ma-radius-md)}.v20-notes-stats article>svg{width:41px;height:41px;padding:10px;border-radius:12px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-notes-stats article:nth-child(3)>svg{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 11%,var(--ma-color-surface))}.v20-notes-stats b,.v20-notes-stats span{display:block}.v20-notes-stats b{font-size:23px}.v20-notes-stats span{margin-top:2px;color:var(--ma-color-text-soft);font-size:9px}.v20-notes-toolbar{padding:11px;display:grid;grid-template-columns:minmax(250px,1fr) 190px 220px;grid-gap:8px;gap:8px;border-radius:var(--ma-radius-md)}.v20-notes-toolbar label{min-height:42px;padding:0 11px;display:flex;align-items:center;gap:7px;border:1px solid var(--ma-color-border);border-radius:10px;background:var(--ma-color-surface-soft)}.v20-notes-toolbar label svg{width:16px;color:var(--ma-color-text-soft)}.v20-notes-toolbar input{min-width:0;flex:1 1;border:0;outline:0;color:var(--ma-color-text);background:transparent;font-size:10px}.v20-notes-toolbar select,.v20-notification-toolbar select{min-width:0;padding:0 10px;border:1px solid var(--ma-color-border);border-radius:10px;color:var(--ma-color-text);background:var(--ma-color-surface-soft);font-size:10px;font-weight:750}.v20-notes-page>.page-state,.v20-notes-page>.v20-inline-error{margin-top:13px}.v20-notes-list{margin-top:13px;display:grid;grid-gap:9px;gap:9px}.v20-note-library-card{position:relative;min-height:140px;padding:16px;display:grid;grid-template-columns:46px minmax(0,1fr) minmax(270px,.75fr);align-items:center;grid-gap:14px;gap:14px;overflow:hidden;border-radius:var(--ma-radius-md)}.v20-note-library-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--ma-color-primary)}.v20-note-library-card.status-approved:before{background:var(--ma-color-success)}.v20-note-library-card.status-changes_requested:before{background:var(--ma-color-warning)}.v20-note-library-icon{width:45px;height:54px;display:grid;place-items:center;border-radius:8px 13px 13px 8px;color:#fff;background:linear-gradient(145deg,#0b75c9,var(--ma-color-primary));box-shadow:7px 7px 0 color-mix(in srgb,var(--ma-color-primary) 13%,transparent)}.v20-note-library-main header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.v20-note-library-main header>span:first-child{color:var(--ma-color-primary-strong);font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.v20-note-library-status{padding:4px 7px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft);font-size:8px;font-weight:800}.v20-note-library-status svg{width:12px}.v20-note-library-status.status-approved{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 11%,var(--ma-color-surface))}.v20-note-library-status.status-changes_requested{color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 11%,var(--ma-color-surface))}.v20-note-library-main h2{margin:7px 0 3px;font-size:16px}.v20-note-library-main>p{margin:0;color:var(--ma-color-text-soft);font-size:10px}.v20-note-library-main footer{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap;color:var(--ma-color-text-soft);font-size:8px}.v20-note-library-main footer span:first-child{color:var(--ma-color-primary-strong);font-weight:850}.v20-note-library-side{display:grid;grid-gap:7px;gap:7px}.v20-note-library-feedback{padding:8px 9px;display:grid;grid-template-columns:18px minmax(0,1fr);grid-gap:7px;gap:7px;border-radius:9px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-note-library-feedback>svg{width:16px}.v20-note-library-feedback b{font-size:8px}.v20-note-library-feedback p{margin:3px 0;color:var(--ma-color-text-soft);font-size:8px;line-height:1.4}.v20-note-library-feedback small{color:var(--ma-color-text-soft);font-size:7px}.v20-note-library-files>span{display:flex;align-items:center;gap:4px;color:var(--ma-color-text-soft);font-size:8px}.v20-note-library-files>span svg{width:13px}.v20-note-library-files>div{margin-top:4px;display:flex;gap:5px;overflow-x:auto}.v20-note-library-files button{max-width:150px;padding:5px 7px;display:flex;align-items:center;gap:4px;overflow:hidden;border:1px solid var(--ma-color-border);border-radius:7px;color:var(--ma-color-text);background:var(--ma-color-surface-soft);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.v20-note-library-files button svg{width:11px;color:var(--ma-color-primary-strong)}.v20-note-library-side>.btn{min-height:36px;font-size:9px}.v20-notes-pagination{margin-top:17px;display:flex;align-items:center;justify-content:center;gap:12px}.v20-notes-pagination span{font-size:10px;font-weight:800}.v20-profile-identity{min-height:145px;padding:22px 26px;display:grid;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;grid-gap:20px;gap:20px;border-radius:var(--ma-radius-lg);background:radial-gradient(circle at 75% 0,color-mix(in srgb,var(--ma-color-primary) 11%,transparent),transparent 27rem),var(--ma-color-surface)}.v20-profile-avatar{width:90px;height:90px;display:grid;place-items:center;overflow:hidden;border:5px solid color-mix(in srgb,var(--ma-color-primary) 35%,var(--ma-color-surface));border-radius:50%;color:#fff;background:linear-gradient(145deg,#149bd5,#073f99);box-shadow:0 10px 28px color-mix(in srgb,var(--ma-color-primary) 24%,transparent);font-size:31px;font-weight:900}.v20-profile-avatar img{width:100%;height:100%;object-fit:cover}.v20-profile-identity h2{margin:6px 0 3px;font-size:25px}.v20-profile-identity>div>p:not(.v20-eyebrow){margin:0;color:var(--ma-color-text-soft);font-size:11px}.v20-profile-identity small{margin-top:7px;display:flex;align-items:center;gap:5px;color:var(--ma-color-text-soft);font-size:9px}.v20-profile-identity small svg{width:13px}.v20-profile-tabs{margin:13px 0;padding:5px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px;border-radius:var(--ma-radius-md)}.v20-profile-tabs button{min-height:43px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;color:var(--ma-color-text-soft);background:transparent;font-size:10px;font-weight:800}.v20-profile-tabs button svg{width:16px}.v20-profile-tabs button.active{color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-profile-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.v20-profile-stats article{min-height:82px;padding:15px;display:flex;align-items:center;gap:11px;border-radius:var(--ma-radius-md)}.v20-profile-stats article>svg{width:39px;height:39px;padding:10px;border-radius:11px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-profile-stats b,.v20-profile-stats span{display:block}.v20-profile-stats b{font-size:21px}.v20-profile-stats span{color:var(--ma-color-text-soft);font-size:9px}.v20-profile-columns{margin-top:12px;display:grid;grid-template-columns:minmax(260px,.7fr) 1.3fr;grid-gap:12px;gap:12px}.v20-profile-links,.v20-profile-progress{padding:21px;border-radius:var(--ma-radius-lg)}.v20-profile-progress header{display:flex;justify-content:space-between}.v20-profile-progress header>svg{color:var(--ma-color-primary-strong)}.v20-profile-links h2,.v20-profile-progress h2{margin:5px 0 18px;font-size:17px}.v20-profile-progress>strong{font-size:29px}.v20-profile-progress .progress{height:7px;margin-top:15px}.v20-profile-progress>p{color:var(--ma-color-text-soft);font-size:9px}.v20-profile-links>a,.v20-profile-links>button{width:100%;min-height:61px;padding:10px 4px;display:grid;grid-template-columns:35px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;border:0;border-top:1px solid var(--ma-color-border);color:var(--ma-color-text);background:transparent;text-align:left}.v20-profile-links>a>svg,.v20-profile-links>button>svg{width:32px;height:32px;padding:8px;border-radius:9px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-profile-links b,.v20-profile-links small{display:block}.v20-profile-links b{font-size:10px}.v20-profile-links small{margin-top:3px;color:var(--ma-color-text-soft);font-size:8px}.v20-profile-logout{width:100%;min-height:52px;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid color-mix(in srgb,var(--ma-color-danger) 42%,var(--ma-color-border));border-radius:12px;color:var(--ma-color-danger);background:transparent;font-size:11px;font-weight:800}.v20-profile-logout svg{width:17px}.v20-profile-modal{display:grid;grid-gap:12px;gap:12px}.v20-modal-error,.v20-profile-modal>p{margin:0;color:var(--ma-color-danger);font-size:10px}.v20-profile-modal>div:last-child{display:flex;justify-content:flex-end;gap:7px}.v20-profile-header-actions{display:flex;align-items:center;gap:12px}.v20-profile-header-actions .v20-user-avatar{width:48px;height:48px;font-size:16px}.v20-profile-header-actions .v20-icon-button{width:44px;height:44px}.v20-profile-parity-grid{margin-top:18px;grid-template-columns:1fr 1fr;align-items:start}.v20-profile-parity-grid,.v20-profile-stack{display:grid;grid-gap:18px;gap:18px}.v20-profile-parity-grid .card{border-radius:12px;box-shadow:none}.v20-profile-parity-grid h2{margin:0;font-size:18px;letter-spacing:-.02em}.v20-profile-channel-card{padding:20px}.v20-profile-channel-card>h2{margin-bottom:10px}.v20-profile-channel-card article{min-height:60px;display:grid;grid-template-columns:42px minmax(0,1fr) 18px 140px;align-items:center;grid-gap:12px;gap:12px}.v20-provider-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:#fff}.v20-provider-icon svg{width:23px}.v20-provider-icon.provider-whatsapp{background:#18bd62}.v20-provider-icon.provider-telegram{background:#1a9fda}.v20-profile-channel-card b,.v20-profile-channel-card small{display:inline;font-size:14px}.v20-profile-channel-card small{margin-left:6px;color:var(--ma-color-text-soft)}.v20-connected{width:18px;color:#24c47a}.v20-profile-channel-card article>button{height:42px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid color-mix(in srgb,var(--ma-color-primary) 42%,var(--ma-color-border));border-radius:9px;color:var(--ma-color-primary);background:transparent;font-weight:750;cursor:pointer}.v20-profile-channel-card article>button svg{width:16px}.v20-profile-preference-summary{padding:0;overflow:hidden}.v20-profile-preference-summary>button,.v20-profile-theme-row{width:100%;min-height:78px;padding:16px 20px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;border:0;border-bottom:1px solid var(--ma-color-border);color:var(--ma-color-text);background:transparent;text-align:left}.v20-profile-preference-summary>button{cursor:pointer}.v20-profile-preference-summary>button:last-child{border-bottom:0}.v20-profile-preference-summary>button>svg:first-child,.v20-profile-theme-row>svg{width:36px;height:36px;padding:8px;border-radius:9px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-profile-preference-summary b,.v20-profile-preference-summary small{display:block}.v20-profile-preference-summary b{font-size:14px}.v20-profile-preference-summary small{margin-top:5px;color:var(--ma-color-text-soft);font-size:12px}.v20-profile-preference-summary>button>svg:last-child{width:17px;color:var(--ma-color-text-soft)}.v20-profile-theme-row{grid-template-columns:40px minmax(0,1fr) minmax(260px,1fr)}.v20-profile-theme-row .theme-switcher{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.v20-profile-theme-row .theme-switcher button{justify-content:center}.v20-profile-goal-card,.v20-profile-security-summary{padding:20px}.v20-profile-goal-card>header,.v20-profile-security-summary>header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.v20-profile-goal-card>header>svg,.v20-profile-security-summary>header>svg{color:var(--ma-color-primary);width:28px}.v20-profile-goal-card>div{padding:18px;border:1px solid var(--ma-color-border);border-radius:10px;background:color-mix(in srgb,var(--ma-color-surface-soft) 62%,transparent)}.v20-profile-goal-card b,.v20-profile-goal-card span{display:block}.v20-profile-goal-card b{font-size:16px}.v20-profile-goal-card b em{color:var(--ma-color-primary);font-style:normal}.v20-profile-goal-card span{margin-top:7px;color:var(--ma-color-text-soft);font-size:13px}.v20-profile-goal-card .progress{height:7px;margin-top:16px}.v20-profile-security-summary>button{width:100%;min-height:70px;padding:10px 16px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;grid-gap:13px;gap:13px;border:1px solid var(--ma-color-border);border-bottom:0;color:var(--ma-color-text);background:transparent;text-align:left;cursor:pointer}.v20-profile-security-summary>button:first-of-type{border-radius:10px 10px 0 0}.v20-profile-security-summary>button:last-child{border-bottom:1px solid var(--ma-color-border);border-radius:0 0 10px 10px}.v20-profile-security-summary>button>svg:first-child{color:var(--ma-color-primary-strong)}.v20-profile-security-summary>button>svg:last-child{width:17px;color:var(--ma-color-text-soft)}.v20-profile-security-summary b,.v20-profile-security-summary small{display:block}.v20-profile-security-summary b{font-size:14px}.v20-profile-security-summary small{margin-top:4px;color:var(--ma-color-text-soft);font-size:12px}.v20-preferences-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);align-items:start;grid-gap:12px;gap:12px}.v20-settings-card{padding:20px;border-radius:var(--ma-radius-lg)}.v20-settings-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.v20-settings-card h2{margin:5px 0 16px;font-size:17px}.v20-settings-card>header>svg{width:17px;color:var(--ma-color-primary-strong)}.v20-theme-choice{display:grid;grid-template-columns:repeat(3,1fr);padding:3px;border:1px solid var(--ma-color-border);border-radius:10px;background:var(--ma-color-surface-soft)}.v20-theme-choice button{min-height:39px;border:0;border-radius:8px;color:var(--ma-color-text-soft);background:transparent;font-size:10px}.v20-theme-choice button.active{color:var(--ma-color-primary-strong);background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.v20-settings-card>p{color:var(--ma-color-text-soft);font-size:9px;line-height:1.5}.v20-notification-settings{grid-row:span 2}.v20-notification-settings>div article{min-height:57px;padding:9px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--ma-color-border)}.v20-notification-settings b,.v20-notification-settings small{display:block}.v20-notification-settings b{font-size:10px}.v20-notification-settings small{margin-top:3px;color:var(--ma-color-text-soft);font-size:8px}.v20-notification-settings button[role=switch]{width:42px;height:24px;padding:3px;border:0;border-radius:999px;background:var(--ma-color-border)}.v20-notification-settings button[role=switch] i{width:18px;height:18px;display:block;border-radius:50%;background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm);transition:transform .2s}.v20-notification-settings button[role=switch].active{background:var(--ma-color-primary)}.v20-notification-settings button[role=switch].active i{transform:translateX(18px)}.v20-quiet-hours>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.v20-quiet-hours label{display:grid;grid-gap:5px;gap:5px;color:var(--ma-color-text-soft);font-size:8px}.v20-quiet-hours input{height:40px;padding:0 9px;border:1px solid var(--ma-color-border);border-radius:9px;color:var(--ma-color-text);background:var(--ma-color-surface-soft)}.v20-quiet-hours>.btn{width:100%}.v20-settings-feedback{grid-column:1/-1;padding:10px 12px;display:flex;align-items:center;gap:7px;border:1px solid var(--ma-color-border);border-radius:10px;font-size:9px}.v20-settings-feedback>svg{width:15px}.v20-settings-feedback.error{color:var(--ma-color-danger);border-color:color-mix(in srgb,var(--ma-color-danger) 35%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-danger) 7%,var(--ma-color-surface))}.v20-settings-feedback.success{color:var(--ma-color-success);border-color:color-mix(in srgb,var(--ma-color-success) 35%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-success) 7%,var(--ma-color-surface))}.v20-settings-feedback .btn{margin-left:auto;min-height:32px;font-size:8px}.v20-security-grid{grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);align-items:start}.v20-security-grid,.v20-security-grid>main{display:grid;grid-gap:12px;gap:12px}.v20-security-card,.v20-security-overview{padding:20px;border-radius:var(--ma-radius-lg)}.v20-security-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.v20-security-card h2{margin:5px 0 14px;font-size:17px}.v20-security-card>header>span,.v20-security-card>header>svg{color:var(--ma-color-primary-strong)}.v20-security-card>header>span{font-size:18px;font-weight:900}.v20-security-copy{margin:-5px 0 11px;color:var(--ma-color-text-soft);font-size:9px}.v20-identity-list article{min-height:61px;padding:9px 0;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;border-top:1px solid var(--ma-color-border)}.v20-identity-list article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#fff}.v20-identity-list .provider-whatsapp{background:#19aa61}.v20-identity-list .provider-telegram{background:#168dce}.v20-identity-list b,.v20-identity-list small{display:block}.v20-identity-list b{font-size:10px}.v20-identity-list small{margin-top:3px;color:var(--ma-color-text-soft);font-size:8px}.v20-identity-list .btn{min-height:35px;padding:7px 10px;font-size:8px}.v20-contract-note{margin:9px 0 0;padding:8px;display:flex;align-items:flex-start;gap:6px;border-radius:9px;color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 8%,var(--ma-color-surface));font-size:8px;line-height:1.5}.v20-contract-note svg{width:14px;flex:none}.v20-device-summary{margin-bottom:9px}.v20-device-summary>span{display:flex;align-items:center;gap:6px;font-size:9px;font-weight:800}.v20-device-summary>span svg{width:15px}.v20-device-summary .success{color:var(--ma-color-success)}.v20-device-summary .warning{color:var(--ma-color-warning)}.v20-device-summary>p{margin:5px 0;color:var(--ma-color-text-soft);font-size:8px}.v20-device-list article{min-height:70px;padding:10px 0;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;grid-gap:9px;gap:9px;border-top:1px solid var(--ma-color-border)}.v20-device-list article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-device-list b,.v20-device-list small{display:block}.v20-device-list b{font-size:10px}.v20-device-list small{margin-top:3px;color:var(--ma-color-text-soft);font-size:8px}.v20-device-badges{display:flex;gap:4px}.v20-device-badges em{padding:4px 6px;border-radius:999px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft);font-size:7px;font-style:normal}.v20-device-badges em.allowed{color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 11%,var(--ma-color-surface))}.v20-device-list .btn{min-height:34px;padding:6px 9px;font-size:8px}.v20-security-card>.btn{width:100%;margin-top:10px}.v20-cooldown{margin-top:10px;padding:9px;display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:7px;gap:7px;border-radius:9px;color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 8%,var(--ma-color-surface))}.v20-cooldown svg{width:17px}.v20-cooldown b,.v20-cooldown small{display:block;font-size:8px}.v20-cooldown small{margin-top:3px;color:var(--ma-color-text-soft)}.v20-security-overview{position:-webkit-sticky;position:sticky;top:22px;text-align:center;background:radial-gradient(circle at 50% 18%,color-mix(in srgb,var(--ma-color-primary) 17%,transparent),transparent 12rem),var(--ma-color-surface)}.v20-security-overview>svg{width:82px;height:82px;padding:18px;border-radius:50%;color:var(--ma-color-primary);background:var(--ma-color-primary-soft)}.v20-security-overview h2{font-size:18px}.v20-security-overview>p{color:var(--ma-color-text-soft);font-size:9px;line-height:1.6}.v20-security-overview>div{margin-top:18px;display:grid;grid-gap:7px;gap:7px;text-align:left}.v20-security-overview span{padding:9px;display:flex;align-items:center;gap:7px;border-radius:9px;color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 8%,var(--ma-color-surface))}.v20-security-overview span.warn{color:var(--ma-color-warning);background:color-mix(in srgb,var(--ma-color-warning) 8%,var(--ma-color-surface))}.v20-security-overview span svg{width:15px}.v20-security-overview span b{font-size:9px}.v20-identity-modal{display:grid;grid-gap:11px;gap:11px}.v20-identity-modal>p{margin:0;color:var(--ma-color-text-soft);font-size:11px;line-height:1.55}.v20-identity-modal>.btn{width:100%}.v20-identity-modal>div{display:flex;justify-content:flex-end;gap:7px}.v20-session-list article{min-height:83px;padding:10px 0;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;grid-gap:9px;gap:9px;border-top:1px solid var(--ma-color-border)}.v20-session-list article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-session-list b,.v20-session-list small{display:block}.v20-session-list b{font-size:10px}.v20-session-list small{max-width:460px;margin-top:3px;overflow:hidden;color:var(--ma-color-text-soft);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.v20-session-list em{padding:4px 6px;border-radius:999px;color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 11%,var(--ma-color-surface));font-size:7px;font-style:normal}.v20-session-list .btn{min-height:34px;padding:6px 9px;font-size:8px}.v20-notifications-header>div:last-child{display:flex;align-items:center;gap:9px}.v20-notifications-header .btn{white-space:nowrap}.v20-notifications-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(270px,.55fr);align-items:start;grid-gap:14px;gap:14px}.v20-notifications-layout>main{min-width:0}.v20-notifications-layout>aside{display:grid;grid-gap:12px;gap:12px}.v20-notification-toolbar{padding:10px;display:grid;grid-template-columns:minmax(220px,1fr) 160px 150px;grid-gap:8px;gap:8px;border-radius:var(--ma-radius-md)}.v20-notification-toolbar label{min-height:41px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid var(--ma-color-border);border-radius:9px;background:var(--ma-color-surface-soft)}.v20-notification-toolbar label svg{width:15px;color:var(--ma-color-text-soft)}.v20-notification-toolbar input{min-width:0;flex:1 1;border:0;outline:0;color:var(--ma-color-text);background:transparent;font-size:9px}.v20-notifications-layout>main>.page-state,.v20-notifications-layout>main>.v20-settings-feedback{margin-top:12px}.v20-notification-feed{margin-top:12px;display:grid;grid-gap:7px;gap:7px}.v20-notification-row{width:100%;min-height:91px;padding:13px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;border:1px solid var(--ma-color-border);border-radius:var(--ma-radius-md);color:var(--ma-color-text);background:var(--ma-color-surface);text-align:left}.v20-notification-row.unread{border-left:3px solid var(--ma-color-primary)}.v20-notification-row.read{opacity:.74}.v20-notification-row>.notification-type-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-notification-row>.notification-type-icon svg{width:18px}.v20-notification-row header{display:flex;gap:6px;align-items:center}.v20-notification-row header>span{color:var(--ma-color-primary-strong);font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.v20-notification-row header>i{padding:3px 5px;border-radius:999px;color:#04192f;background:var(--ma-color-primary);font-size:6px;font-style:normal;font-weight:900}.v20-notification-row b{display:block;margin-top:5px}.v20-notification-row p{margin:4px 0;color:var(--ma-color-text-soft);font-size:9px}.v20-notification-row small{color:var(--ma-color-text-soft);font-size:7px}.v20-notification-row>svg{width:15px;color:var(--ma-color-text-soft)}.v20-notification-preference-link,.v20-unread-card{padding:21px;border-radius:var(--ma-radius-lg)}.v20-unread-card{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:13px;gap:13px;background:radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--ma-color-primary) 18%,transparent),transparent 11rem),var(--ma-color-surface)}.v20-unread-card>span{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-unread-card small{color:var(--ma-color-primary-strong);font-size:7px;font-weight:900;letter-spacing:.09em}.v20-unread-card b{display:block;margin:3px 0;font-size:34px}.v20-notification-preference-link p,.v20-unread-card p{margin:0;color:var(--ma-color-text-soft);font-size:9px;line-height:1.55}.v20-notification-preference-link>svg{width:36px;height:36px;padding:9px;border-radius:11px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft)}.v20-notification-preference-link h2{margin:12px 0 5px;font-size:15px}.v20-notification-preference-link .btn{width:100%;margin-top:14px;font-size:9px}.v20-notification-pagination{margin-top:15px;display:flex;align-items:center;justify-content:center;gap:12px}.v20-notification-pagination span{color:var(--ma-color-text-soft);font-size:9px;font-weight:800}.v20-notification-pagination .btn{min-height:36px;font-size:8px}.v20-notifications-page{max-width:1280px}.v20-notifications-header{align-items:center;margin-bottom:22px}.v20-notifications-header h1{margin:0;font-size:clamp(31px,3vw,42px)}.v20-notifications-header>div>p:last-child{margin-top:7px;font-size:12px}.v20-notifications-header>.btn{min-height:40px;padding-inline:13px;font-size:8px}.v20-notifications-page>.v20-settings-feedback{margin-bottom:14px}.v20-notifications-layout{grid-template-columns:minmax(0,1.58fr) minmax(300px,.72fr);gap:42px}.v20-notification-tabs{min-height:57px;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:19px;overflow:hidden;border:1px solid var(--ma-color-border);border-radius:13px;background:var(--ma-color-surface)}.v20-notification-tabs button{display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-right:1px solid var(--ma-color-border);color:var(--ma-color-text-soft);background:transparent;font-size:11px;font-weight:750}.v20-notification-tabs button:last-child{border-right:0}.v20-notification-tabs button svg{width:20px;color:color-mix(in srgb,var(--ma-color-primary-strong) 62%,var(--ma-color-text-soft))}.v20-notification-tabs button.active{color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft);box-shadow:inset 0 0 0 1px var(--ma-color-primary)}.v20-notification-tabs button.active svg{color:var(--ma-color-primary-strong)}.v20-notification-day{margin-top:15px}.v20-notification-day>h2{margin:0 0 9px;color:var(--ma-color-text);font-size:12px}.v20-notification-day>div{display:grid;grid-gap:8px;gap:8px}.v20-notification-row{min-height:90px;padding:11px 17px;grid-template-columns:46px minmax(0,1fr) auto 8px;gap:14px;border-left:1px solid var(--ma-color-border);border-radius:13px;box-shadow:var(--ma-shadow-sm);transition:border-color .2s ease,background .2s ease,transform .2s ease}.v20-notification-row:hover{border-color:color-mix(in srgb,var(--ma-color-primary) 72%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-primary-soft) 45%,var(--ma-color-surface));transform:translateX(2px)}.v20-notification-row.unread{border-left:1px solid color-mix(in srgb,var(--ma-color-primary) 72%,var(--ma-color-border))}.v20-notification-row.read{opacity:1}.v20-notification-row>.notification-type-icon{width:44px;height:44px;border:1px solid color-mix(in srgb,var(--tone,var(--ma-color-primary)) 23%,var(--ma-color-border));border-radius:12px;color:var(--tone,var(--ma-color-primary-strong));background:var(--tone-soft,var(--ma-color-primary-soft))}.v20-notification-row>.notification-type-icon svg{width:21px}.v20-notification-row b{margin:0;font-size:12px}.v20-notification-row p{margin:5px 0 0;font-size:10px;line-height:1.4}.v20-notification-row time{align-self:start;margin-top:7px;color:var(--ma-color-text-soft);font-size:9px}.v20-unread-dot{width:7px;height:7px;border-radius:50%;background:var(--ma-color-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--ma-color-primary) 12%,transparent)}.v20-notifications-layout>aside{gap:17px}.v20-mark-all{width:100%;min-height:57px;border-color:var(--ma-color-primary);color:var(--ma-color-primary-strong);background:transparent;font-size:10px}.v20-mark-all:hover:not(:disabled){color:var(--ma-color-surface);background:var(--ma-color-primary-strong)}.v20-unread-card{min-height:245px;padding:24px;grid-template-columns:minmax(0,1fr) 112px;align-items:center;overflow:hidden}.v20-unread-card>div small{color:var(--ma-color-text);font-size:11px;letter-spacing:0}.v20-unread-card>div b{margin:10px 0 15px;color:var(--ma-color-primary);font-size:56px;line-height:.9}.v20-unread-card>div p{font-size:10px}.v20-unread-card>span{position:relative;width:110px;height:110px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#23d8e4,#0278dc);box-shadow:inset -12px -14px 24px rgba(0,25,84,.25),0 16px 30px rgba(0,139,197,.2)}.v20-unread-card>span svg{width:58px;height:58px;filter:drop-shadow(0 6px 5px rgba(0,32,81,.25))}.v20-unread-card>span i{position:absolute;right:-1px;top:5px;width:31px;height:31px;display:grid;place-items:center;border:2px solid var(--ma-color-surface);border-radius:50%;color:#fff;background:var(--ma-color-primary);font-size:16px;font-style:normal;font-weight:900}.v20-notification-preferences{padding:24px;border-radius:var(--ma-radius-lg)}.v20-notification-preferences h2{margin:0;font-size:15px}.v20-notification-preferences>p{margin:7px 0 15px;color:var(--ma-color-text-soft);font-size:10px;line-height:1.5}.v20-notification-preferences>div{display:grid;grid-gap:7px;gap:7px}.v20-notification-preferences article{min-height:68px;padding:9px 11px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;border:1px solid var(--ma-color-border);border-radius:10px;background:color-mix(in srgb,var(--ma-color-surface-soft) 55%,var(--ma-color-surface))}.v20-notification-preferences article>svg{width:22px;color:color-mix(in srgb,var(--ma-color-primary-strong) 65%,var(--ma-color-text-soft))}.v20-notification-preferences article b,.v20-notification-preferences article small{display:block}.v20-notification-preferences article b{font-size:9px}.v20-notification-preferences article small{margin-top:4px;color:var(--ma-color-text-soft);font-size:7px}.v20-notification-preferences article button{width:43px;height:25px;padding:3px;border:0;border-radius:999px;background:var(--ma-color-border);transition:background .2s ease}.v20-notification-preferences article button i{width:19px;height:19px;display:block;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(3,37,86,.2);transition:transform .2s ease}.v20-notification-preferences article button.active{background:var(--ma-color-primary)}.v20-notification-preferences article button.active i{transform:translateX(18px)}.v20-notification-preferences article button:disabled{cursor:not-allowed;opacity:.55}.v20-notification-preferences>a{min-height:43px;margin-top:9px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--ma-color-border);border-radius:10px;color:var(--ma-color-primary-strong);font-size:9px}.v20-notification-preferences>a svg{width:15px}@media(max-width:1050px){.v20-notes-stats,.v20-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.v20-note-library-card{grid-template-columns:46px minmax(0,1fr)}.v20-note-library-side{grid-column:2}.v20-notifications-layout,.v20-security-grid{grid-template-columns:minmax(0,1fr) 280px}.v20-device-list article,.v20-session-list article{grid-template-columns:38px minmax(0,1fr) auto}.v20-device-list .btn,.v20-session-list .btn{grid-column:2/-1}.v20-device-badges{justify-content:flex-end}}@media(max-width:820px){.v20-notes-page,.v20-notifications-page,.v20-profile-page{padding:24px 18px 105px}.v20-notes-toolbar,.v20-notification-toolbar{grid-template-columns:1fr 1fr}.v20-notes-toolbar label,.v20-notification-toolbar label{grid-column:1/-1}.v20-notifications-layout,.v20-preferences-grid,.v20-profile-columns,.v20-security-grid{grid-template-columns:1fr}.v20-notification-settings{grid-row:auto}.v20-security-overview{position:static;grid-row:1}.v20-notifications-layout>aside{grid-row:auto;grid-template-columns:1fr 1fr}.v20-notifications-layout>aside>.v20-mark-all{grid-column:1/-1}.v20-notification-preference-link,.v20-unread-card{min-height:160px}}@media(max-width:600px){.v20-notes-header>.theme-switcher,.v20-profile-header>.theme-switcher{display:none}.v20-notifications-header{align-items:stretch;flex-direction:column}.v20-notifications-header>div:last-child{justify-content:flex-start;flex-wrap:wrap}.v20-notes-stats,.v20-profile-stats{gap:8px}.v20-notes-stats article,.v20-profile-stats article{min-height:72px;padding:11px}.v20-notes-toolbar,.v20-notification-toolbar{grid-template-columns:1fr}.v20-notes-toolbar label,.v20-notification-toolbar label{grid-column:auto}.v20-notes-toolbar select,.v20-notification-toolbar select{min-height:40px}.v20-note-library-card{grid-template-columns:40px minmax(0,1fr);padding:13px}.v20-note-library-icon{width:39px;height:48px}.v20-note-library-side{grid-column:1/-1}.v20-note-library-main footer{gap:5px}.v20-note-library-feedback{padding:9px}.v20-notes-pagination,.v20-notification-pagination{justify-content:space-between}.v20-notes-pagination .btn,.v20-notification-pagination .btn{min-width:0;padding-inline:10px}.v20-profile-identity{padding:18px;grid-template-columns:68px minmax(0,1fr)}.v20-profile-avatar{width:66px;height:66px;font-size:23px}.v20-profile-identity h2{font-size:20px}.v20-profile-identity>.btn{grid-column:1/-1;width:100%}.v20-profile-tabs button{font-size:8px}.v20-profile-tabs button svg{width:14px}.v20-profile-columns,.v20-quiet-hours>div{grid-template-columns:1fr}.v20-device-list article,.v20-session-list article{grid-template-columns:38px minmax(0,1fr)}.v20-device-badges,.v20-device-list .btn,.v20-session-list .btn,.v20-session-list em{grid-column:2;justify-content:flex-start}.v20-session-list .btn{width:100%}.v20-identity-list article{grid-template-columns:36px minmax(0,1fr)}.v20-identity-list .btn{grid-column:2;width:100%}.v20-notifications-layout>aside{grid-template-columns:1fr}.v20-notification-preference-link,.v20-unread-card{min-height:auto}.v20-notification-tabs button{gap:5px;font-size:8px}.v20-notification-tabs button svg{width:16px}.v20-notification-row{grid-template-columns:38px minmax(0,1fr) auto 7px;padding:11px;gap:9px}.v20-notification-row>.notification-type-icon{width:38px;height:38px}.v20-notification-row time{font-size:7px}.v20-unread-card{grid-template-columns:minmax(0,1fr) 92px;min-height:auto}.v20-unread-card>span{width:88px;height:88px}.v20-unread-card>span svg{width:46px}.v20-identity-modal>div,.v20-profile-modal>div:last-child{display:grid}.v20-identity-modal>div .btn,.v20-profile-modal .btn{width:100%}}@media(min-width:1181px){.v20-assignment-row{min-height:154px;padding:16px 18px;grid-template-columns:102px minmax(0,1fr) auto;gap:17px}.v20-assignment-row>.btn{min-width:118px;min-height:44px}.v20-assignment-list{margin-top:0;gap:10px}}@media(max-width:1180px) and (min-width:901px){.v20-assignment-row{grid-template-columns:78px minmax(0,1fr);padding:16px 18px;gap:17px}.v20-assignment-list{margin-top:0;gap:10px}.v20-assignment-row>.btn{grid-column:2;width:max-content;min-height:44px}}@media(max-width:600px){.v20-assignment-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.v20-assignment-stats article{min-height:112px;padding:11px}.v20-assignment-row{grid-template-columns:64px minmax(0,1fr);padding:13px;gap:12px}.v20-assignment-row>.btn{grid-column:1/-1;width:100%}}.practice-mode .shell{grid-template-columns:92px minmax(0,1fr);background:var(--ma-color-bg)}.practice-mode .sidebar{z-index:3;width:92px;padding:116px 14px 18px;border-right:1px solid var(--ma-color-border);background:var(--ma-color-surface)}.practice-mode .sidebar .brand,.practice-mode .sidebar .nav-label,.practice-mode .sidebar .sidebar-label,.practice-mode .sidebar .sidebar-section-label,.practice-mode .sidebar .sidebar-user{display:none}.practice-mode .sidebar nav{gap:6px}.practice-mode .sidebar a,.practice-mode .sidebar button{width:62px;min-height:55px;padding:0;justify-content:center;border-radius:13px}.practice-mode .sidebar a span,.practice-mode .sidebar button span{display:none}.practice-mode .sidebar a svg,.practice-mode .sidebar button svg{width:21px;height:21px}.practice-mode .mobile-bottom-nav,.practice-mode .topbar{display:none}.practice-mode .main{min-width:0}.practice-mode .v20-practice-page{max-width:none;padding:0}.practice-mode .practice-quiz{min-height:100vh;border:0;border-radius:0;background:transparent;box-shadow:none}.practice-mode .v20-practice-page .practice-quiz>.practice-exam-header{position:fixed;z-index:60;inset:0 0 auto;min-height:116px;width:100vw;margin:0;padding:0;display:grid;grid-template-columns:258px minmax(250px,1fr) auto auto auto auto;align-items:center;border-bottom:1px solid var(--ma-color-border);background:color-mix(in srgb,var(--ma-color-surface) 94%,transparent);box-shadow:0 6px 24px rgba(6,45,86,.05);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.practice-mode .practice-exam-header>.practice-exam-brand{display:flex}.practice-mode .practice-exam-header>.practice-exam-title{display:grid}.practice-mode .practice-exam-header>.practice-exam-counter{display:flex}.practice-mode .practice-exam-header>.practice-exam-counter>span,.practice-mode .practice-exam-header>.practice-exam-title>span{width:auto;height:auto;border-radius:0;background:transparent}.practice-mode .practice-exam-header>.practice-exam-title>button{display:grid;border:1px solid var(--ma-color-border);background:var(--ma-color-surface-soft)}.practice-exam-brand{height:100%;padding:0 31px;display:flex;align-items:center;border-right:1px solid var(--ma-color-border)}.practice-exam-brand .brand-logo{width:170px}.practice-exam-title{min-width:0;padding:0 28px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px}.practice-exam-title>button{grid-row:1/3;width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ma-color-border);border-radius:11px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft);cursor:pointer}.practice-exam-title>button svg{width:17px}.practice-exam-title h1{margin:0;font-size:20px;letter-spacing:-.025em}.practice-exam-title h1,.practice-exam-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.practice-exam-title span{color:var(--ma-color-text-soft);font-size:10px;font-weight:700}.practice-exam-counter{padding:0 23px;display:flex;align-items:baseline;gap:5px;border-left:1px solid var(--ma-color-border);white-space:nowrap}.practice-exam-counter b{color:var(--ma-color-primary-strong);font-size:25px}.practice-exam-counter span{color:var(--ma-color-text-soft);font-size:10px;font-weight:750}.practice-exam-timer{min-height:43px;padding:0 14px;display:flex;align-items:center;gap:8px;border:1px solid var(--ma-color-border);border-radius:12px;color:var(--ma-color-text);background:var(--ma-color-surface-soft);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.practice-exam-timer svg{width:17px;color:var(--ma-color-primary-strong)}.practice-exam-timer time{font-size:13px;font-weight:900;letter-spacing:.04em}.practice-save-status{min-width:90px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--ma-color-success);font-size:9px;font-weight:850;white-space:nowrap}.practice-save-status svg{width:14px}.practice-save-status.error{color:var(--ma-color-danger)}.practice-save-status.saving{color:var(--ma-color-primary-strong)}.practice-exam-finish{min-height:45px;margin-right:28px;padding:0 17px;border-radius:12px;font-size:10px;white-space:nowrap}.practice-exam-finish svg{width:16px}.practice-quiz-workspace{width:100%;min-height:calc(100vh - 116px);margin-top:116px;padding:31px 30px 38px;display:grid;grid-template-columns:minmax(0,1fr) 352px;align-items:start;grid-gap:27px;gap:27px;background:radial-gradient(circle at 52% -10%,color-mix(in srgb,var(--ma-color-primary) 9%,transparent),transparent 32rem)}.practice-question-card{min-width:0;min-height:calc(100vh - 185px);padding:34px 37px 25px;display:flex;flex-direction:column;border:1px solid var(--ma-color-border);border-radius:16px;background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.practice-question-number{display:flex;align-items:center;gap:9px;color:var(--ma-color-primary-strong);font-size:12px;font-weight:900;letter-spacing:.01em}.practice-question-number span{padding:5px 8px;border-radius:999px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft);font-size:8px;text-transform:uppercase}.practice-question-meta{margin-top:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--ma-color-text-soft);font-size:9px}.practice-question-meta span+span:before{content:"\00b7";margin-right:8px}.practice-question-meta b{margin-left:auto;padding:5px 8px;border:1px solid var(--ma-color-border);border-radius:8px;color:var(--ma-color-text-soft);font-size:8px}.practice-question-card>.practice-question-content{margin:27px 0 25px;color:var(--ma-color-text);font-size:clamp(20px,1.7vw,27px);font-weight:730;line-height:1.5;letter-spacing:-.025em}.practice-question-card>.practice-question-content img{max-height:250px;margin-top:18px;border-radius:12px}.practice-multiple-note{margin:18px 0 -12px;padding:8px 10px;display:flex;align-items:center;gap:7px;border-radius:9px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft);font-size:9px;font-weight:800}.practice-multiple-note svg{width:15px}.practice-options{display:grid;grid-gap:11px;gap:11px}.practice-options>button{position:relative;width:100%;min-height:67px;padding:12px 52px 12px 14px;display:grid;grid-template-columns:39px minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px;border:1px solid var(--ma-color-border);border-radius:12px;color:var(--ma-color-text);background:var(--ma-color-surface-soft);font:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.practice-options>button:hover{border-color:color-mix(in srgb,var(--ma-color-primary) 50%,var(--ma-color-border));background:color-mix(in srgb,var(--ma-color-primary-soft) 42%,var(--ma-color-surface))}.practice-options>button>b{width:39px;height:39px;display:grid;place-items:center;border:1px solid var(--ma-color-border);border-radius:10px;color:var(--ma-color-text-soft);background:var(--ma-color-surface);font-size:12px}.practice-options>button>.math-text{font-size:13px;font-weight:720;line-height:1.45}.practice-options>button>i{position:absolute;right:19px;top:50%;width:19px;height:19px;border:2px solid var(--ma-color-border);border-radius:50%;transform:translateY(-50%)}.practice-options>button.selected{border-color:var(--ma-color-primary);background:color-mix(in srgb,var(--ma-color-primary-soft) 72%,var(--ma-color-surface));box-shadow:0 0 0 2px color-mix(in srgb,var(--ma-color-primary) 12%,transparent)}.practice-options>button.selected>b{border-color:var(--ma-color-primary);color:#fff;background:var(--ma-color-primary-strong)}.practice-options>button.selected>i{border:5px solid var(--ma-color-primary);background:var(--ma-color-surface)}.practice-question-card>.question-report{margin-top:13px}.practice-question-actions{margin-top:auto;padding-top:24px;display:grid;grid-template-columns:140px minmax(120px,1fr) 140px;align-items:center;grid-gap:15px;gap:15px;border-top:1px solid var(--ma-color-border)}.practice-question-actions>.btn{min-height:44px;border-radius:11px}.practice-question-actions>span{text-align:center;color:var(--ma-color-text-soft);font-size:9px;font-weight:800}.practice-mode .practice-quiz-sidebar{min-width:0;padding:22px;border:1px solid var(--ma-color-border);border-radius:16px;background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.practice-mode .practice-quiz-sidebar>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:17px;border-bottom:1px solid var(--ma-color-border)}.practice-mode .practice-quiz-sidebar h2,.practice-mode .practice-quiz-sidebar p{margin:0}.practice-mode .practice-quiz-sidebar h2{display:block;font-size:16px}.practice-mode .practice-quiz-sidebar p{margin-top:4px;color:var(--ma-color-text-soft);font-size:8px}.practice-mode .practice-quiz-sidebar>header>span{min-width:49px;padding:7px 8px;border-radius:9px;color:var(--ma-color-primary-strong);background:var(--ma-color-primary-soft);font-size:10px;font-weight:900;text-align:center}.practice-mode .practice-quiz-sidebar .practice-question-nav{display:grid;grid-template-columns:1fr;grid-gap:17px;gap:17px;padding:18px 0;border:0;background:transparent}.practice-question-nav section{display:grid;grid-gap:10px;gap:10px}.practice-question-nav h3{margin:0;display:flex;align-items:center;gap:7px;color:var(--ma-color-text);font-size:9px}.practice-question-nav h3>span{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:#fff;background:linear-gradient(145deg,var(--ma-color-primary),#0878d6);font-size:8px}.practice-question-nav h3>small{margin-left:auto;color:var(--ma-color-text-soft);font-size:7px;font-weight:700}.practice-mode .practice-question-nav section>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.practice-question-nav button{width:auto;height:auto;aspect-ratio:1;min-width:0;border:1px solid var(--ma-color-border);border-radius:10px;color:var(--ma-color-text-soft);background:var(--ma-color-surface-soft);font:inherit;font-size:10px;font-weight:850;cursor:pointer}.practice-question-nav button.answered{border-color:color-mix(in srgb,var(--ma-color-success) 52%,var(--ma-color-border));color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 9%,var(--ma-color-surface))}.practice-question-nav button.current{border-color:var(--ma-color-primary);color:#fff;background:linear-gradient(145deg,var(--ma-color-primary),#0878d6);box-shadow:0 7px 15px color-mix(in srgb,var(--ma-color-primary) 24%,transparent)}.practice-nav-legend{padding-top:15px;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;border-top:1px solid var(--ma-color-border)}.practice-nav-legend span{display:flex;align-items:center;gap:6px;color:var(--ma-color-text-soft);font-size:7px}.practice-nav-legend i{width:11px;height:11px;border:1px solid var(--ma-color-border);border-radius:3px;background:var(--ma-color-surface-soft)}.practice-nav-legend i.answered{border-color:var(--ma-color-success);background:color-mix(in srgb,var(--ma-color-success) 18%,var(--ma-color-surface))}.practice-nav-legend i.current{border-color:var(--ma-color-primary);background:var(--ma-color-primary)}.practice-exam-header button:focus-visible,.practice-options>button:focus-visible,.practice-question-actions button:focus-visible,.practice-question-nav button:focus-visible{outline:3px solid color-mix(in srgb,var(--ma-color-primary) 48%,transparent);outline-offset:3px}@media(max-width:1180px){.practice-mode .v20-practice-page .practice-quiz>.practice-exam-header{grid-template-columns:205px minmax(210px,1fr) auto auto auto auto}.practice-exam-brand{padding-inline:23px}.practice-exam-brand .brand-logo{width:150px}.practice-save-status{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.practice-save-status.error{position:static;width:auto;height:auto;padding:0 8px;overflow:visible;clip:auto;white-space:nowrap}.practice-exam-title{padding-inline:20px}.practice-exam-counter{padding-inline:15px}.practice-exam-finish{margin-right:18px}.practice-quiz-workspace{grid-template-columns:minmax(0,1fr) 300px;padding-inline:21px;gap:18px}.practice-question-card{padding-inline:28px}.practice-mode .practice-quiz-sidebar{padding:17px}}@media(max-width:820px){.practice-mode .shell{display:block}.practice-mode .mobile-bottom-nav,.practice-mode .sidebar,.practice-mode .topbar{display:none}.practice-mode .v20-practice-page{padding:0 0 28px}.practice-mode .practice-alert{margin:10px}.practice-mode .v20-practice-page .practice-quiz>.practice-exam-header{position:relative;inset:auto;min-height:132px;width:auto;margin:0;padding:11px 13px;grid-template-columns:minmax(0,1fr) auto auto;grid-template-rows:auto auto;gap:8px 9px}.practice-mode .practice-exam-header>.practice-save-status{display:flex}.practice-exam-brand{height:auto;padding:0;border:0}.practice-exam-brand .brand-logo{width:122px}.practice-exam-title{grid-column:1/3;grid-row:2;padding:0;grid-template-columns:34px minmax(0,1fr)}.practice-exam-title h1{font-size:15px}.practice-exam-title span{font-size:8px}.practice-exam-counter{grid-column:2;grid-row:1;padding:0 9px;border:0}.practice-exam-counter b{font-size:18px}.practice-exam-counter span{font-size:8px}.practice-exam-timer{grid-column:3;grid-row:1;min-height:36px;padding-inline:10px}.practice-exam-timer time{font-size:11px}.practice-exam-finish{grid-column:3;grid-row:2;min-height:38px;margin:0;padding-inline:11px;font-size:8px}.practice-exam-finish svg{display:none}.practice-quiz-workspace{min-height:calc(100vh - 132px);margin-top:0;padding:14px 12px 30px;grid-template-columns:1fr;gap:13px}.practice-question-card{min-height:auto;padding:22px 17px 18px;order:1}.practice-mode .practice-quiz-sidebar{order:2;padding:17px}.practice-question-card>.practice-question-content{margin:22px 0;font-size:19px}.practice-question-meta b{margin-left:0}.practice-options>button{min-height:62px;padding-left:11px;grid-template-columns:37px minmax(0,1fr);gap:11px}.practice-options>button>b{width:37px;height:37px}.practice-options>button>.math-text{font-size:12px}.practice-question-actions{grid-template-columns:1fr 1fr;padding-top:18px}.practice-question-actions>span{grid-column:1/-1;grid-row:1}.practice-question-actions>.btn{grid-row:2}.practice-mode .practice-quiz-sidebar .practice-question-nav{display:grid}.practice-mode .practice-question-nav section>div{grid-template-columns:repeat(10,36px);overflow-x:auto;padding-bottom:4px}.practice-question-nav button{width:36px;height:36px}.practice-mode .practice-nav-legend{display:grid;grid-template-columns:repeat(3,auto);justify-content:start}}@media(max-width:430px){.practice-mode .v20-practice-page .practice-quiz>.practice-exam-header{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;min-height:152px}.practice-exam-brand{grid-column:1}.practice-exam-counter{grid-column:2}.practice-exam-timer{grid-column:1;grid-row:3;justify-self:start}.practice-exam-title{grid-column:1/3;grid-row:2}.practice-exam-finish{grid-column:2;grid-row:3}.practice-exam-counter span{display:none}.practice-question-card{padding-inline:14px}.practice-question-number{font-size:11px}.practice-question-card>.practice-question-content{font-size:18px}.practice-options>button{padding-right:42px}.practice-options>button>i{right:14px}.practice-question-actions{gap:8px}.practice-question-actions>.btn{padding-inline:10px;font-size:9px}}@media(prefers-reduced-motion:reduce){.practice-options>button,.practice-question-nav button{transition:none}.practice-question-nav button.current{box-shadow:none}}.v20-profile-page{min-width:0}.v20-profile-header h1{font-size:34px}.v20-profile-channel-card article,.v20-profile-goal-card,.v20-profile-identity,.v20-profile-parity-grid,.v20-profile-preference-summary,.v20-profile-security-summary{min-width:0}.v20-profile-channel-card small,.v20-profile-identity h2,.v20-profile-identity p,.v20-profile-identity small,.v20-profile-security-summary small{overflow-wrap:anywhere}.v20-profile-theme-choice{width:100%;padding:3px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:3px;gap:3px;border:1px solid var(--ma-color-border);border-radius:10px;background:var(--ma-color-surface-soft)}.v20-profile-theme-choice button{min-height:38px;padding:0 8px;border:0;border-radius:8px;color:var(--ma-color-text-soft);background:transparent;font-size:11px;font-weight:800;cursor:pointer}.v20-profile-theme-choice button.active{color:var(--ma-color-primary-strong);background:var(--ma-color-surface);box-shadow:var(--ma-shadow-sm)}.v20-profile-theme-choice button:disabled{cursor:wait;opacity:.7}.v20-profile-inline-retry{min-height:38px;border:1px solid var(--ma-color-border);border-radius:9px;color:var(--ma-color-primary-strong);background:var(--ma-color-surface-soft);font-weight:800}.v20-profile-live{width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.v20-profile-goal-card>div>a{margin-top:15px;display:inline-flex;align-items:center;gap:5px;color:var(--ma-color-primary-strong);font-size:12px;font-weight:800}.v20-profile-goal-card>div>a svg{width:15px}.v20-profile-unknown{min-height:112px;display:flex;flex-direction:column;justify-content:center}.v20-delete-account{border-color:color-mix(in srgb,var(--ma-color-danger) 27%,var(--ma-color-border))}.v20-delete-account>header>svg{color:var(--ma-color-danger)}@media(min-width:901px){.v20-profile-page{max-width:none;padding:30px 38px 44px}.v20-profile-header{min-height:52px;align-items:center;margin-bottom:18px}.v20-profile-header h1{margin:0;font-size:34px}.v20-profile-identity{min-height:164px;padding:20px 26px;grid-template-columns:120px minmax(0,1fr) auto;gap:28px;border-radius:12px;box-shadow:none}.v20-profile-avatar{width:118px;height:118px;border-width:4px;font-size:44px}.v20-profile-identity h2{margin:0 0 7px;font-size:32px}.v20-profile-identity>div>p:not(.v20-eyebrow){font-size:16px}.v20-profile-identity small{margin-top:13px;font-size:15px}.v20-profile-identity small svg{width:20px}.v20-profile-identity>.btn{min-width:266px;min-height:58px;font-size:16px}.v20-profile-parity-grid{grid-template-columns:minmax(0,.99fr) minmax(0,1.01fr);gap:19px}.v20-profile-channel-card{min-height:181px}.v20-profile-preference-summary{min-height:421px}.v20-profile-goal-card{min-height:206px}.v20-profile-security-summary{min-height:244px}.v20-profile-theme-row{grid-template-columns:40px minmax(0,1fr);row-gap:10px}.v20-profile-theme-choice{grid-column:2/-1}.v20-profile-logout{min-height:79px;margin-top:18px;font-size:15px}}@media(max-width:900px){.v20-profile-page{padding:24px 18px 105px}.v20-profile-parity-grid{grid-template-columns:1fr;gap:12px}.v20-profile-stack{display:contents}.v20-profile-channel-card{order:1}.v20-profile-goal-card{order:2}.v20-profile-preference-summary{order:3}.v20-profile-security-summary{order:4}.v20-profile-theme-row{grid-template-columns:36px minmax(0,1fr)}.v20-profile-theme-choice{grid-column:1/-1}.v20-profile-logout{min-height:62px}}@media(max-width:600px){.v20-profile-header{align-items:center}.v20-profile-header h1{font-size:27px}.v20-profile-identity{gap:14px}.v20-profile-channel-card{padding:16px}.v20-profile-channel-card article{grid-template-columns:40px minmax(0,1fr) 18px auto}.v20-profile-channel-card article>button{grid-column:auto;width:auto;min-width:96px}.v20-profile-channel-card b,.v20-profile-channel-card small{display:block;margin-left:0}.v20-profile-preference-summary>button,.v20-profile-theme-row{padding:14px 16px}.v20-profile-goal-card,.v20-profile-security-summary{padding:16px}.v20-identity-modal input,.v20-profile-modal input{font-size:16px}}@media(max-width:430px){.v20-profile-channel-card article{grid-template-columns:40px minmax(0,1fr) 16px}.v20-profile-channel-card article>button{grid-column:2/-1;width:max-content;min-width:110px}.v20-profile-theme-choice button{font-size:10px}}@media(prefers-reduced-motion:reduce){.v20-notification-settings button[role=switch] i,.v20-profile-theme-choice button{transition:none}}.v20-notifications-layout{grid-template-columns:minmax(0,1.625fr) minmax(360px,1fr);gap:56px}.v20-notification-tabs button{font-size:14px;cursor:pointer}.v20-notification-tabs button svg{width:21px}.v20-notification-scope{margin:-7px 0 15px;color:var(--ma-color-text-soft);font-size:10px;text-align:right}.v20-notification-day>h2{margin-bottom:10px;font-size:16px}.v20-notification-day>ul{margin:0;padding:0;display:grid;grid-gap:9px;gap:9px;list-style:none}.v20-notification-day>ul>li{min-width:0}.v20-notification-row{min-height:112px;padding:14px 18px;grid-template-columns:58px minmax(0,1fr) auto 8px;gap:16px}.v20-notification-row>.notification-type-icon{width:56px;height:56px;border-radius:14px}.v20-notification-row>.notification-type-icon svg{width:25px}.v20-notification-row>.tone-cyan{--tone:#09a9c7;--tone-soft:color-mix(in srgb,#09a9c7 12%,var(--ma-color-surface))}.v20-notification-row>.tone-green{--tone:#13a780;--tone-soft:color-mix(in srgb,#13a780 12%,var(--ma-color-surface))}.v20-notification-row>.tone-violet{--tone:#8b67d7;--tone-soft:color-mix(in srgb,#8b67d7 12%,var(--ma-color-surface))}.v20-notification-row>.tone-orange{--tone:#e38a2d;--tone-soft:color-mix(in srgb,#e38a2d 12%,var(--ma-color-surface))}.v20-notification-row>.tone-red{--tone:#d85d70;--tone-soft:color-mix(in srgb,#d85d70 12%,var(--ma-color-surface))}.v20-notification-row b{font-size:16px}.v20-notification-row p{margin-top:6px;overflow-wrap:anywhere;font-size:13px;line-height:1.45}.v20-notification-row time{font-size:11px}.v20-unread-dot{width:8px;height:8px}.v20-notification-preferences h2{font-size:18px}.v20-notification-preferences>p{font-size:12px}.v20-notification-preferences article{min-height:72px;grid-template-columns:30px minmax(0,1fr) auto;gap:10px}.v20-notification-preferences article>svg{width:23px}.v20-notification-preferences article b{font-size:11px}.v20-notification-preferences article small{font-size:9px;line-height:1.35}.v20-notification-preferences article button{width:48px;height:44px;padding:9px 3px;background:transparent;cursor:pointer}.v20-notification-preferences article button i{position:relative;width:42px;height:26px;border-radius:999px;background:var(--ma-color-border)}.v20-notification-preferences article button i:before{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(3,37,86,.2);transition:transform .2s ease}.v20-notification-preferences article button.active{background:transparent}.v20-notification-preferences article button.active i{background:var(--ma-color-primary)}.v20-notification-preferences article button.active i:before{transform:translateX(16px)}.v20-notification-preferences>a{min-height:45px;font-size:11px}.v20-preference-inline-error{margin-bottom:10px;padding:9px;border-radius:9px;color:var(--ma-color-danger);background:color-mix(in srgb,var(--ma-color-danger) 8%,var(--ma-color-surface));font-size:10px;line-height:1.4}@media(max-width:1050px){.v20-notifications-layout{grid-template-columns:minmax(0,1fr) 280px;gap:22px}}@media(max-width:820px){.v20-notifications-layout{grid-template-columns:1fr}.v20-notifications-layout>aside{grid-template-columns:1fr 1fr}}@media(max-width:600px){.v20-notifications-header>.btn{align-self:flex-start;min-height:46px}.v20-notifications-layout>aside{grid-template-columns:1fr}.v20-notification-tabs{grid-template-columns:repeat(2,1fr);height:auto}.v20-notification-tabs button{min-height:48px;gap:6px;font-size:11px}.v20-notification-tabs button:nth-child(2){border-right:0}.v20-notification-tabs button:nth-child(-n+2){border-bottom:1px solid var(--ma-color-border)}.v20-notification-tabs button svg{width:17px}.v20-notification-scope{text-align:left}.v20-notification-row{min-height:104px;grid-template-columns:48px minmax(0,1fr) auto 7px;padding:12px;gap:10px}.v20-notification-row>.notification-type-icon{width:46px;height:46px}.v20-notification-row b{font-size:14px}.v20-notification-row p{font-size:11px}.v20-notification-row time{font-size:9px}}@media(prefers-reduced-motion:reduce){.v20-notification-preferences article button i,.v20-notification-preferences article button i:before,.v20-notification-row{transition:none!important}.v20-notification-row:hover{transform:none}}