:root{--ink:#071427;--navy:#071c32;--blue:#2accf1;--blue2:#20abe3;--soft:#f4f9fc;--line:#dce7ee;--muted:#667789;--success:#27b879;--shadow:0 20px 55px rgba(10,32,55,.1)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{color:var(--ink);background:#f7fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.logo{display:flex;align-items:center;gap:8px;color:white}.logo svg{width:64px}.logo strong{font-size:16px}.layout{min-height:100vh;display:grid;grid-template-columns:245px 1fr}.layout>aside{height:100vh;position:-webkit-sticky;position:sticky;top:0;padding:28px 20px;background:linear-gradient(180deg,var(--navy),#061526);color:#bfd0dd;display:flex;flex-direction:column}.layout>aside>a{margin:4px 8px 42px}.layout>aside>small{margin:0 12px 12px;color:#5f7890;letter-spacing:.15em}.layout nav{display:grid;grid-gap:6px;gap:6px}.layout nav a{padding:13px 14px;border-radius:9px;font-weight:700;display:flex;gap:10px}.layout nav a.active,.layout nav a:hover{background:#173d61;color:white}.user{margin-top:auto;padding-top:15px;border-top:1px solid #17324a;display:grid;grid-template-columns:38px 1fr auto;align-items:center;grid-gap:9px;gap:9px}.admin-user>b,.user>b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e5f8ff;color:#148fbe}.admin-user small,.admin-user strong,.user small,.user strong{display:block}.user button,.user small{color:#7890a5}.user button{background:none;border:0;font-size:18px}.page{width:min(1180px,calc(100% - 64px));margin:auto;padding:54px 0 80px}.page-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:38px}.lesson-head h1,.page h1{font-size:clamp(34px,4vw,52px);margin:4px 0 10px;letter-spacing:-.045em}.eyebrow{color:var(--blue2);font-size:11px;font-weight:900;letter-spacing:.08em}.muted{color:var(--muted);line-height:1.65}.primary,.success{min-height:46px;border:0;border-radius:8px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;font-weight:850;cursor:pointer}.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:white;box-shadow:0 12px 28px rgba(32,171,227,.23)}.success{background:#e7f8f1;color:#14744f}.link{display:inline-flex}.module,.panel,.stats article{background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 35px rgba(17,47,75,.06)}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.stats article{min-height:150px;padding:22px;display:flex;flex-direction:column}.stats span{color:var(--muted);font-size:13px}.stats strong{font-size:34px;margin-top:15px}.stats strong small{font-size:15px;color:var(--muted)}.stats .small{font-size:18px;line-height:1.35}.bar{height:7px;background:#e9f0f4;border-radius:999px;overflow:hidden;margin-top:auto}.bar i{height:100%;display:block;background:var(--blue)}.dash-grid{display:grid;grid-template-columns:1.5fr .7fr;grid-gap:20px;gap:20px}.panel{padding:28px}.panel h2{font-size:29px}.center{text-align:center}.ring{--v:0deg;width:150px;height:150px;margin:22px auto;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--blue) var(--v),#e8eff4 0);position:relative}.ring:after{content:"";position:absolute;inset:13px;border-radius:50%;background:white}.ring span{position:relative;z-index:1;font-size:30px;font-weight:900}.module-stack{display:grid;grid-gap:22px;gap:22px}.module{overflow:hidden}.module-head{padding:28px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f4fbff,white)}.module-head h2{margin:5px 0 8px}.module-head>div:last-child{text-align:right}.module-head>div:last-child small,.module-head>div:last-child strong{display:block}.module-head>div:last-child strong{font-size:30px;color:var(--blue2)}.module-head>div:last-child small{color:var(--muted)}.lesson-row{display:grid;grid-template-columns:42px 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:17px 24px;border-top:1px solid #edf2f5}.lesson-row:hover{background:#fbfdff}.lesson-row>b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#edf5fa;color:#5b7185}.lesson-row>b.done{background:#e5f8f1;color:var(--success)}.lesson-row small,.lesson-row strong{display:block}.lesson-row small{margin-top:4px;color:var(--muted)}.back{display:inline-block;margin-bottom:28px;color:var(--blue2);font-weight:750}.lesson-head{margin-bottom:30px}.lesson-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:22px;gap:22px;align-items:start}.video{aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:var(--navy)}.video iframe{width:100%;height:100%;border:0}.placeholder{aspect-ratio:16/9;border-radius:12px;background:linear-gradient(135deg,var(--navy),#174b70);color:white;display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;font-size:40px}.placeholder strong{font-size:20px}.copy{padding-top:20px}.sticky{position:-webkit-sticky;position:sticky;top:22px}.sticky button{width:100%;margin-top:16px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:20px}.admin-user{display:grid;grid-template-columns:38px 1fr auto;grid-gap:11px;gap:11px;align-items:center;padding:12px 0;border-top:1px solid #edf2f5}.admin-user small{color:var(--muted)}.admin-user span{color:var(--blue2);font-weight:800}.form{display:grid;grid-gap:14px;gap:14px}.auth-card label,.form label{display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:750}input,select{min-height:46px;width:100%;border:1px solid #ccd9e2;border-radius:8px;padding:0 13px;background:white}.message{padding:11px 13px;background:#eff8fc;border-radius:8px;color:#22647e;font-size:13px}.table-row{display:grid;grid-template-columns:38px 1fr auto;padding:14px 0;border-top:1px solid #edf2f5}.table-row span{color:var(--blue2);font-weight:900}.table-row small{color:var(--muted)}.auth{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-left{padding:58px;background:radial-gradient(circle at 70% 70%,rgba(42,204,241,.2),transparent 28%),linear-gradient(145deg,var(--navy),#0e3d60);color:white;display:flex;flex-direction:column;justify-content:space-between}.auth-left h1{font-size:clamp(50px,6vw,82px);letter-spacing:-.055em;line-height:.98}.auth-left h1 span{color:var(--blue)}.auth-left p:not(.eyebrow){max-width:520px;color:#bbcad5;font-size:18px}.auth-left small{color:#7892a8}.auth-right,.simple-auth{min-height:100vh;display:grid;place-items:center;padding:32px}.auth-card{width:min(100%,440px);padding:38px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);display:grid;grid-gap:17px;gap:17px}.auth-card h2{font-size:36px;margin:0}.auth-card .logo{color:var(--ink)}.text{border:0;background:none;color:var(--blue2);font-weight:750;cursor:pointer}.loading{min-height:100vh;display:grid;place-items:center;color:var(--muted)}@media(max-width:950px){.layout{grid-template-columns:82px 1fr}.layout>aside{padding-inline:12px}.layout nav a,.layout>aside .logo strong,.layout>aside>small{font-size:0}.layout nav a{justify-content:center}.layout nav a span{font-size:18px}.user{grid-template-columns:1fr;justify-items:center}.user button,.user div{display:none}.stats{grid-template-columns:repeat(2,1fr)}.admin-grid,.lesson-grid{grid-template-columns:1fr}.sticky{position:static}}@media(max-width:700px){.layout{display:block}.layout>aside{position:-webkit-sticky;position:sticky;z-index:20;width:100%;height:68px;padding:0 14px;flex-direction:row;align-items:center}.layout>aside>a{margin:0 auto 0 0}.layout nav{display:flex}.user{display:none}.page{width:min(100% - 28px,1180px);padding:32px 0 60px}.page-head{align-items:flex-start;flex-direction:column}.dash-grid,.stats{grid-template-columns:1fr}.module-head{align-items:flex-start}.auth{grid-template-columns:1fr}.auth-left{min-height:330px;padding:34px 25px}.auth-left h1{font-size:50px}.auth-right{min-height:auto;padding:28px 14px}.auth-card{padding:28px 22px}}.brand-lockup{display:inline-flex;align-items:center}.brand-lockup img{display:block;width:205px;height:auto}.brand-lockup.compact img{width:54px}.sidebar .brand-lockup img{width:188px}.auth-visual .brand-lockup img{width:225px}.simple-auth .brand-lockup img{width:205px}.official-logo{display:block;width:auto;height:34px;max-width:100%;object-fit:contain}.sidebar-logo{display:block;width:-moz-fit-content;width:fit-content}.sidebar-logo .official-logo{width:175px;height:auto}.auth-left>.official-logo{width:205px;height:auto}@media (max-width:950px){.sidebar-logo .official-logo{width:52px;height:34px;object-fit:cover;object-position:left}}@media (max-width:700px){.sidebar-logo .official-logo{width:145px;height:auto;object-fit:contain}.auth-left>.official-logo{width:180px}}body,html{overflow-x:hidden}body{min-width:0;-webkit-text-size-adjust:100%}body.mobile-menu-open{overflow:hidden}iframe,img,svg,video{max-width:100%}.mobile-backdrop,.mobile-close-button,.mobile-menu-button,.mobile-topbar{display:none}.sidebar-brand-row{display:block}.sidebar-logo{display:inline-flex;align-items:center}.layout nav a b{font:inherit}@media (max-width:1100px){.page{width:min(100% - 40px,1180px)}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.lesson-grid{grid-template-columns:minmax(0,1fr) 280px}}@media (max-width:700px){.layout{display:block!important;min-height:100vh}.layout>main{width:100%;min-width:0}.mobile-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:80;height:64px;padding:0 14px;background:#071c32;display:flex!important;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-topbar>a{display:inline-flex;align-items:center;min-width:0}.mobile-topbar .brand-lockup,.mobile-topbar .logo,.mobile-topbar .official-logo{display:flex!important;align-items:center;width:auto;max-width:165px}.mobile-topbar .logo svg{width:54px!important}.mobile-topbar .logo strong{display:block!important;font-size:14px!important;white-space:nowrap}.mobile-topbar .brand-lockup img,.mobile-topbar .official-logo{width:160px!important;height:auto!important}.mobile-menu-button{flex:0 0 44px;width:44px;height:44px;display:grid!important;place-content:center;grid-gap:5px;gap:5px;padding:0;border:0;border-radius:10px;background:rgba(255,255,255,.08);cursor:pointer}.mobile-menu-button span{display:block;width:22px;height:2px;border-radius:999px;background:#fff}.mobile-backdrop{position:fixed;inset:0;z-index:89;display:block!important;padding:0;border:0;background:rgba(4,17,31,.62);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.mobile-backdrop.visible{opacity:1;visibility:visible;pointer-events:auto}.layout>aside{position:fixed!important;inset:0 auto 0 0!important;z-index:90!important;width:min(86vw,330px)!important;height:100dvh!important;padding:22px 18px!important;background:linear-gradient(180deg,#071c32,#061526)!important;color:#bfd0dd;display:flex!important;flex-direction:column!important;align-items:stretch!important;transform:translateX(-105%);transition:transform .24s ease;overflow-x:hidden;overflow-y:auto;box-shadow:18px 0 50px rgba(0,0,0,.24)}.layout>aside.mobile-open{transform:translateX(0)}.sidebar-brand-row{display:flex!important;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;width:100%;margin:0 0 30px}.layout>aside .sidebar-logo{display:inline-flex!important;align-items:center;width:auto;max-width:calc(100% - 56px);margin:0!important}.layout>aside .brand-lockup,.layout>aside .logo,.layout>aside .official-logo{display:flex!important;align-items:center;width:auto;max-width:185px}.layout>aside .logo svg{width:58px!important}.layout>aside .logo strong{display:block!important;font-size:15px!important;white-space:nowrap}.layout>aside .brand-lockup img,.layout>aside .official-logo{display:block!important;width:180px!important;height:auto!important}.mobile-close-button{flex:0 0 42px;width:42px;height:42px;display:grid!important;place-items:center;padding:0;border:0;border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font-size:28px;line-height:1;cursor:pointer}.layout>aside>.sidebar-label{display:block!important;margin:0 11px 12px!important;color:#5f7890;font-size:11px!important;letter-spacing:.15em}.layout>aside nav{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:7px!important;gap:7px!important;width:100%}.layout>aside nav a{width:100%;min-height:48px;padding:13px 14px!important;border-radius:9px;display:flex!important;align-items:center;justify-content:flex-start!important;gap:11px;color:#bfd0dd;font-size:15px!important;line-height:1.2;font-weight:700;white-space:nowrap}.layout>aside nav a.active,.layout>aside nav a:hover{background:#173d61;color:#fff}.layout>aside nav a span{display:inline-grid!important;place-items:center;flex:0 0 22px;min-width:22px;font-size:16px!important;line-height:1}.layout>aside nav a b{display:block!important;min-width:0;font-size:15px!important;white-space:nowrap}.layout>aside .user{margin-top:auto!important;padding-top:16px;border-top:1px solid #17324a;display:grid!important;grid-template-columns:38px minmax(0,1fr) 38px!important;align-items:center;grid-gap:10px;gap:10px;width:100%}.layout>aside .user>b{width:38px;height:38px;display:grid!important;place-items:center;border-radius:50%;background:#e5f8ff;color:#148fbe}.layout>aside .user>div{display:block!important;min-width:0}.layout>aside .user small,.layout>aside .user strong{display:block!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout>aside .user strong{color:#fff;font-size:14px}.layout>aside .user small{color:#7890a5;font-size:12px}.layout>aside .user button{display:grid!important;place-items:center;width:38px;height:38px;padding:0;border:0;background:transparent;color:#7890a5;font-size:18px}.page{width:min(100% - 26px,1180px);padding:28px 0 56px}.page-head{width:100%;margin-bottom:26px;align-items:stretch}.lesson-head h1,.page h1{font-size:clamp(32px,10vw,44px);line-height:1.03}.page h2{font-size:clamp(24px,7vw,31px)}.admin-grid,.dash-grid,.lesson-grid,.stats{grid-template-columns:minmax(0,1fr)}.stats{gap:12px}.panel{padding:21px}.module-head{padding:22px 18px;flex-direction:column;align-items:flex-start;gap:16px}.module-head>div:last-child{width:100%;display:flex;align-items:baseline;gap:8px;text-align:left}.lesson-row{grid-template-columns:38px minmax(0,1fr) auto;gap:10px;padding:15px}.lesson-grid .sticky{position:static}.auth{display:block}.auth-left{min-height:285px;padding:30px 22px}.auth-right,.simple-auth{min-height:auto;padding:20px 14px 32px}.auth-card{width:100%;padding:26px 20px}input,select,textarea{font-size:16px}input,select{min-height:48px}.page div[style*="min-width: 420px"],.page div[style*="min-width:420px"]{min-width:0!important;width:100%!important}.page article.panel>div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}}@media (max-width:420px){.mobile-topbar{padding-inline:12px}.layout>aside{width:min(89vw,320px)!important}.page{width:min(100% - 20px,1180px)}.panel{padding:18px 16px}}@supports (padding:max(0px)){@media (max-width:700px){.mobile-topbar{padding-left:max(14px,env(safe-area-inset-left));padding-right:max(14px,env(safe-area-inset-right))}.layout>aside{padding-left:max(18px,env(safe-area-inset-left))!important;padding-bottom:max(22px,env(safe-area-inset-bottom))!important}}}.sidebar-account{margin-top:auto;padding-top:14px;border-top:1px solid #17324a}.user-profile-card{display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;grid-gap:10px;gap:10px;min-width:0;padding:8px;margin:-8px;border-radius:10px;color:inherit;transition:background .18s ease,color .18s ease}.user-profile-card.active,.user-profile-card:hover{background:#173d61;color:white}.user-profile-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e5f8ff;color:#148fbe;font-size:14px}.user-profile-copy{display:block;min-width:0}.user-profile-copy small,.user-profile-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile-copy strong{color:white;font-size:13px}.user-profile-copy small{margin-top:2px;color:#7890a5;font-size:11px}.user-profile-arrow{color:#7890a5;font-size:22px;line-height:1}.sidebar-signout{width:100%;min-height:40px;margin-top:14px;padding:0 11px;border:1px solid #17324a;border-radius:9px;background:rgba(255,255,255,.035);color:#9cb0c0;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.sidebar-signout:hover{border-color:#285276;background:#112f4a;color:white}.sidebar-signout:disabled{cursor:wait;opacity:.65}.sidebar-signout strong{font-size:12px}@media (max-width:700px){.layout>aside .sidebar-account{margin-top:auto!important;width:100%}.layout>aside .user-profile-card{display:grid!important;grid-template-columns:38px minmax(0,1fr) 20px!important}.layout>aside .user-profile-copy,.layout>aside .user-profile-copy small,.layout>aside .user-profile-copy strong{display:block!important}.layout>aside .sidebar-signout{display:flex!important;min-height:44px}}@media (min-width:951px){.layout{display:block!important;min-height:100vh}.layout>aside{position:fixed!important;top:0!important;left:0!important;bottom:0!important;z-index:50;width:245px!important;height:100vh!important;height:100dvh!important;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.layout>main{width:calc(100% - 245px)!important;min-width:0;min-height:100vh;margin-left:245px!important}}@media (min-width:701px) and (max-width:950px){.layout{display:block!important;min-height:100vh}.layout>aside{position:fixed!important;top:0!important;left:0!important;bottom:0!important;z-index:50;width:82px!important;height:100vh!important;height:100dvh!important;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.layout>main{width:calc(100% - 82px)!important;min-width:0;min-height:100vh;margin-left:82px!important}.sidebar-account{padding-top:12px}.user-profile-card{grid-template-columns:1fr;justify-items:center;padding:8px 0;margin:0}.user-profile-arrow,.user-profile-copy{display:none}.sidebar-signout{width:44px;min-width:44px;padding:0;margin:12px auto 0}.sidebar-signout strong{display:none}}.login-access-note{margin:-4px 0 0;color:#7890a5;font-size:11px;line-height:1.55;text-align:center}.auth-left>.brand-lockup,.auth-left>.logo,.auth-left>.official-logo{align-self:flex-start}.auth-left>.logo strong{color:white}body.ux-modal-open{overflow:hidden}.ux-modal-backdrop{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px;background:rgba(4,17,31,.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ux-modal{position:relative;width:min(100%,460px);padding:34px;border:1px solid #dce7ee;border-radius:18px;background:white;box-shadow:0 28px 90px rgba(5,22,39,.26);display:grid;grid-gap:16px;gap:16px;animation:uxModalIn .18s ease-out}@keyframes uxModalIn{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.ux-modal h2{margin:0;font-size:31px;letter-spacing:-.035em}.ux-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;padding:0;border:0;border-radius:9px;background:#f0f6f9;color:#50677a;display:grid;place-items:center;font-size:24px;line-height:1;cursor:pointer}.ux-modal-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:4px}.ux-secondary-button{min-height:46px;padding:0 17px;border:1px solid #ccd9e2;border-radius:8px;background:white;color:#17324a;font-weight:800;cursor:pointer}.ux-completion-modal{text-align:center}.ux-completion-icon{width:62px;height:62px;margin:0 auto 2px;border-radius:50%;background:#e7f8f1;color:#14744f;display:grid;place-items:center;font-size:29px;font-weight:900}.module-head-button{width:100%;border:0;border-radius:0;color:inherit;text-align:left;font:inherit;cursor:pointer}.module-head-button:hover{background:linear-gradient(135deg,#edf9ff,#ffffff)}.module-heading-copy{min-width:0}.module-progress-summary{display:flex;align-items:center;justify-content:flex-end;gap:22px;min-width:130px}.module-progress-summary>div{text-align:right}.module-progress-summary small,.module-progress-summary strong{display:block}.module-progress-summary strong{color:var(--blue2);font-size:30px}.module-progress-summary small{color:var(--muted)}.module-chevron{width:38px;height:38px;border-radius:50%;background:#eaf5fa;color:#1d84ae;display:grid;place-items:center;font-size:25px;line-height:1;transition:transform .2s ease}.collapsible-module.expanded .module-chevron{transform:rotate(180deg)}.module-lessons[hidden]{display:none}.lesson-navigation{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:28px;flex-wrap:wrap}.lesson-navigation .back{margin:0}.lesson-materials{display:grid;grid-gap:10px;gap:10px}.lesson-materials a{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #dce7ee;border-radius:10px;font-weight:750}.lesson-materials a span:last-child{color:#20abe3}@media (max-width:700px){.ux-modal-backdrop{padding:12px;align-items:end}.ux-modal{width:100%;max-height:calc(100dvh - 24px);overflow-y:auto;padding:28px 20px 22px;border-radius:18px 18px 12px 12px}.ux-modal h2{font-size:27px}.ux-modal-actions{grid-template-columns:1fr}.ux-modal-actions .primary,.ux-modal-actions .ux-secondary-button{width:100%}.module-progress-summary{width:100%;justify-content:space-between}.module-progress-summary>div{text-align:left}.lesson-navigation{align-items:stretch;flex-direction:column}.lesson-navigation>*{width:100%}.lesson-navigation .back{min-height:44px;display:flex;align-items:center}.lesson-materials a{align-items:flex-start;flex-direction:column;gap:6px}}.module-label-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.module-label-row .eyebrow{margin:0}.module-state-label{min-height:25px;padding:5px 9px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;background:#edf5fa;color:#5f7485;font-size:10px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.module-completed{border-color:#cfeadd}.module-completed .module-head-button{background:linear-gradient(135deg,#f0fbf6,#ffffff)}.module-completed .module-state-label{background:#e3f7ee;color:#14744f}.module-completed .module-progress-summary strong{color:#27a976}.module-active{border-color:#9bdff2;box-shadow:0 14px 42px rgba(32,171,227,.12)}.module-active .module-head-button{background:linear-gradient(135deg,#eaf9ff,#ffffff)}.module-active .module-state-label{background:#dff5fc;color:#1689b7}.module-next{border-color:#d5e8f1}.module-next .module-head-button{background:linear-gradient(135deg,#f7fbfd,#ffffff)}.module-next .module-state-label{background:#edf7fb;color:#39738e}.module-locked{border-color:#e1e7eb;box-shadow:none;background:#f2f5f7}.module-locked .module-head-button,.module-locked .module-head-button:hover{background:#f2f5f7;color:#84929d;cursor:not-allowed}.module-locked .module-heading-copy .muted,.module-locked .module-heading-copy h2,.module-locked .module-progress-summary small{color:#8e9ba5}.module-locked .module-progress-summary strong{color:#9aa7b0}.module-locked .module-state-label{background:#e4e9ed;color:#788691}.module-lock-explanation{display:block;margin-top:11px;color:#87949e;font-size:12px;font-weight:750}.module-lock-icon{width:38px;height:38px;border-radius:50%;background:#e3e8eb;display:grid;place-items:center;font-size:15px;filter:grayscale(1)}.module-head-button:disabled{opacity:1}@media (max-width:700px){.module-label-row{align-items:flex-start;flex-direction:column;gap:7px}.module-state-label{align-self:flex-start}}body.content-editor-open{overflow:hidden}@media (min-width:1101px){.page{width:min(calc(100% - 64px),1480px)}.page.page-wide{width:min(calc(100% - 64px),1640px)}.lesson-page .lesson-grid{grid-template-columns:minmax(0,1fr) clamp(300px,20vw,360px);gap:clamp(22px,2vw,34px)}}@media (min-width:1700px){.page{width:min(calc(100% - 88px),1580px)}.page.page-wide{width:min(calc(100% - 88px),1740px)}.page-head h1{max-width:1180px}.lesson-main-panel{padding:clamp(24px,2vw,36px)}}.tracked-video{display:grid;grid-gap:10px;gap:10px}.tracked-video .video>div,.tracked-video iframe{width:100%;height:100%}.video-resume-note,.video-tracking-note{padding:10px 13px;border-radius:8px;background:#eef8fc;color:#3b6e84;font-size:12px}.video-progress-card{display:grid;grid-gap:12px;gap:12px;margin:18px 0}.video-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.video-progress-head span{color:var(--muted);font-size:13px}.video-progress-head strong{font-size:24px}.video-progress-card small{color:#6d8191}.countdown-bar{height:7px;overflow:hidden;border-radius:999px;background:#e8eff3}.countdown-bar i{display:block;height:100%;border-radius:inherit;background:#2abced;transition:width .9s linear}.video-stats{margin-bottom:22px}.video-admin-panel{display:grid;grid-gap:20px;gap:20px}.video-admin-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.video-admin-toolbar h2{margin:4px 0 0}.video-admin-toolbar input{width:min(100%,360px)}.video-admin-list{display:grid;grid-gap:14px;gap:14px}.video-admin-row{padding:20px;border:1px solid #dce7ee;border-radius:12px;background:#fbfdfe;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);grid-gap:22px;gap:22px;align-items:center}.video-admin-main{min-width:0}.video-admin-main h3{margin:9px 0 3px}.video-admin-main p{margin:0 0 9px;color:#6b7f8f}.video-admin-main>strong{display:block;margin-bottom:12px}.video-status{display:inline-flex;min-height:25px;padding:5px 9px;border-radius:999px;background:#eaf5fa;color:#39738e;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.video-status-zakljuceno{background:#e3f7ee;color:#14744f}.video-status-veliko-preskakovanja{background:#fff0e8;color:#a34a20}.video-admin-metrics{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.video-admin-metrics div{padding:13px;border-radius:9px;background:white}.video-admin-metrics dt{color:#718595;font-size:11px}.video-admin-metrics dd{margin:5px 0 0;font-weight:850}@media (max-width:1050px){.video-admin-row{grid-template-columns:1fr}.video-admin-toolbar{align-items:stretch;flex-direction:column}.video-admin-toolbar input{width:100%}}@media (max-width:700px){.video-admin-metrics{grid-template-columns:1fr}.lesson-main-panel{padding:16px}}body.sales-map-modal-open{overflow:hidden}