@import "https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--theme-palette-color-1:#165f5f;--theme-palette-color-2:#55781a;--theme-palette-color-3:#515151;--theme-palette-color-4:#272c32;--theme-palette-color-5:#116a3a;--theme-palette-color-6:#f2f5f7;--theme-palette-color-7:#fafbfc;--theme-palette-color-8:#fff;--theme-palette-color-9:#d1a32a;--theme-palette-color-10:#66bf8d;--theme-palette-color-11:#f3f5cd;--g-900:#0c3434;--g-800:#104444;--g-700:#135151;--g-600:#145858;--g-500:var(--theme-palette-color-1);--g-400:#259292;--g-300:#40bfbf;--g-200:#9cd3d3;--g-100:#d6ebeb;--g-50:#f0f7f7;--k-900:#2f420e;--k-800:#3d5613;--k-700:#486616;--k-600:#4f7018;--k-500:var(--theme-palette-color-2);--k-400:#6a9424;--k-300:#90c13e;--k-200:#bfd49b;--k-100:#e3ebd6;--k-50:#f4f7f0;--brand-from:var(--theme-palette-color-1);--brand-to:var(--theme-palette-color-2);--brand-surface:var(--theme-palette-color-1);--brand-surface-dark:var(--g-900);--primary:var(--g-500);--primary-dark:var(--g-900);--accent-warm:var(--theme-palette-color-9);--white:var(--theme-palette-color-8);--off-white:var(--theme-palette-color-7);--grey-50:var(--theme-palette-color-7);--grey-100:var(--theme-palette-color-6);--grey-200:#e3e8ec;--grey-300:#cbd2d8;--grey-400:#9aa3ab;--grey-500:#6f767d;--grey-600:#5d646a;--grey-700:var(--theme-palette-color-3);--grey-800:#3a4046;--charcoal:var(--theme-palette-color-4);--soft-black:var(--theme-palette-color-4);--success:var(--theme-palette-color-5);--warning:var(--theme-palette-color-9);--error:#ef4444;--info:var(--g-500);--theme-text-color:var(--theme-palette-color-3);--theme-headings-color:var(--theme-palette-color-4);--theme-link-initial-color:var(--theme-palette-color-1);--theme-link-hover-color:var(--theme-palette-color-2);--theme-selection-text-color:var(--theme-palette-color-8);--theme-selection-background-color:var(--theme-palette-color-1);--theme-border-color:var(--theme-palette-color-5);--theme-form-field-border-initial-color:var(--grey-200);--theme-form-field-border-focus-color:var(--theme-palette-color-1);--font-body:"Nunito", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Nunito", -apple-system, BlinkMacSystemFont, sans-serif;--theme-font-family:var(--font-body);--theme-font-weight:400;--theme-font-size:16px;--theme-line-height:1.65;--theme-letter-spacing:0em;--theme-text-transform:none;--theme-text-decoration:none;--theme-content-spacing:1.5em;--theme-button-font-weight:500;--theme-button-font-size:15px;--theme-button-min-height:40px;--theme-button-padding:5px 20px;--theme-button-border-radius:25px;--theme-button-border:none;--theme-button-shadow:none;--theme-button-transform:none;--theme-button-text-initial-color:var(--theme-palette-color-8);--theme-button-text-hover-color:var(--theme-palette-color-8);--theme-button-background-initial-color:var(--theme-palette-color-1);--theme-button-background-hover-color:var(--theme-palette-color-2);--theme-normal-container-max-width:1290px;--theme-narrow-container-max-width:750px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--sp-20:80px;--r-sm:6px;--r-md:10px;--r-lg:16px;--r-xl:24px;--r-full:9999px;--shadow-xs:0 1px 2px #0000000f;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 20px #0000001f;--shadow-lg:0 8px 40px #00000029;--shadow-xl:0 20px 60px #00000038;--shadow-primary:0 4px 24px #165f5f4d;--shadow-brand:0 4px 24px #165f5f47;--ease:cubic-bezier(.4,0,.2,1);--t-fast:.15s var(--ease);--t-base:.25s var(--ease);--t-slow:.4s var(--ease);--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-body);font-weight:var(--theme-font-weight);background:var(--off-white);color:var(--theme-text-color);line-height:var(--theme-line-height);letter-spacing:var(--theme-letter-spacing);min-height:100vh}::selection{background:var(--theme-selection-background-color);color:var(--theme-selection-text-color)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--grey-100)}::-webkit-scrollbar-thumb{background:var(--g-300);border-radius:var(--r-full)}::-webkit-scrollbar-thumb:hover{background:var(--g-400)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--theme-headings-color);font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.125rem}h5{font-size:1rem}p{line-height:var(--theme-line-height);color:var(--theme-text-color)}a{color:var(--theme-link-initial-color);-webkit-text-decoration:var(--theme-text-decoration);text-decoration:var(--theme-text-decoration);transition:color var(--t-fast)}a:hover{color:var(--theme-link-hover-color)}.container{max-width:var(--theme-normal-container-max-width);padding:0 var(--sp-6);margin:0 auto}.container-narrow{max-width:var(--theme-narrow-container-max-width);padding:0 var(--sp-6);margin:0 auto}.container-wide{max-width:1440px;padding:0 var(--sp-6);margin:0 auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:var(--sp-2)}.gap-3{gap:var(--sp-3)}.gap-4{gap:var(--sp-4)}.gap-6{gap:var(--sp-6)}.gap-8{gap:var(--sp-8)}.grid-2{gap:var(--sp-6);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--sp-6);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--sp-6);grid-template-columns:repeat(4,1fr);display:grid}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-white{color:var(--white)}.text-primary{color:var(--g-500)}.text-brand{color:var(--k-400)}.text-muted{color:var(--grey-500)}.text-center{text-align:center}.btn{justify-content:center;align-items:center;gap:var(--sp-2);padding:var(--theme-button-padding);min-height:var(--theme-button-min-height);border-radius:var(--theme-button-border-radius);font-family:var(--font-body);font-size:var(--theme-button-font-size);font-weight:var(--theme-button-font-weight);text-transform:var(--theme-button-transform);box-shadow:var(--theme-button-shadow);cursor:pointer;border:var(--theme-button-border);transition:all var(--t-base);white-space:nowrap;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;transition:opacity var(--t-fast);background:#ffffff1f;position:absolute;inset:0}.btn:hover:after{opacity:1}.btn:active{transform:scale(.98)}.btn-primary{background:var(--theme-button-background-initial-color);color:var(--theme-button-text-initial-color)}.btn-primary:hover{background:var(--theme-button-background-hover-color);color:var(--theme-button-text-hover-color);transform:translateY(-1px)}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-outline{color:var(--g-500);border:2px solid var(--g-400);background:0 0}.btn-outline:hover{background:var(--g-50);border-color:var(--g-500)}.btn-warm{background:var(--brand-surface);color:var(--theme-button-text-initial-color)}.btn-warm:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn-ghost{color:var(--grey-700);background:0 0}.btn-ghost:hover{background:var(--grey-100)}.btn-dark{background:var(--soft-black);color:var(--white)}.btn-dark:hover{background:var(--g-900);transform:translateY(-1px)}.btn-sm{min-height:32px;padding:4px 14px;font-size:.8125rem}.btn-lg{min-height:48px;padding:10px 28px;font-size:1.0625rem}.btn-icon{border-radius:var(--r-full);min-height:0;padding:10px}.brand-logo{background:var(--white);border-radius:var(--r-sm);flex-shrink:0;width:auto;padding:4px 7px;display:block}.brand-logo-xs{height:28px}.brand-logo-sm{height:34px}.brand-logo-md{height:40px}.brand-logo-lg{height:52px}.icon-surface{background:var(--brand-surface);color:var(--white);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 2px 8px #165f5f4d}.icon-surface svg{color:inherit;stroke:currentColor}.icon-surface-sm{border-radius:var(--r-sm);width:28px;height:28px}.icon-surface-md{border-radius:var(--r-md);width:40px;height:40px}.icon-surface-lg{border-radius:var(--r-lg);width:56px;height:56px}.card{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);padding:var(--sp-6);transition:box-shadow var(--t-base), transform var(--t-base)}.card:hover{box-shadow:var(--shadow-md)}.card-hover:hover{transform:translateY(-3px)}.card-dark{background:var(--g-900);color:var(--white);border-radius:var(--r-lg);padding:var(--sp-6)}.card-brand{background:var(--brand-surface);color:var(--white);border-radius:var(--r-lg);padding:var(--sp-6)}.card-primary{background:var(--brand-surface-dark);color:var(--white);border-radius:var(--r-lg);padding:var(--sp-6)}.badge{border-radius:var(--r-full);align-items:center;gap:4px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-brand{background:var(--g-100);color:var(--g-700)}.badge-success{background:var(--k-100);color:var(--theme-palette-color-5)}.badge-dark{background:var(--soft-black);color:var(--white)}.badge-grey{background:var(--grey-100);color:var(--grey-600)}.badge-warn{background:var(--theme-palette-color-11);color:#7a5c0f}.badge-error{color:#991b1b;background:#fee2e2}.badge-info{background:var(--g-100);color:var(--g-700)}.progress-bar{background:var(--grey-100);border-radius:var(--r-full);height:8px;overflow:hidden}.progress-fill{background:var(--brand-surface);border-radius:var(--r-full);height:100%;transition:width .6s var(--ease);position:relative;overflow:hidden}.progress-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);animation:2s infinite shimmer;position:absolute;inset:0 0 0 -100%}@keyframes shimmer{to{left:100%}}.form-group{gap:var(--sp-2);flex-direction:column;display:flex}.form-label{color:var(--grey-700);font-size:.875rem;font-weight:600}.form-input{border:2px solid var(--theme-form-field-border-initial-color);border-radius:var(--r-md);font-family:var(--font-body);background:var(--white);color:var(--charcoal);transition:border-color var(--t-fast), box-shadow var(--t-fast);outline:none;width:100%;padding:12px 16px;font-size:.9375rem}.form-input:focus{border-color:var(--theme-form-field-border-focus-color);box-shadow:0 0 0 3px #165f5f2e}.form-textarea{resize:vertical;min-height:120px}.table-wrap{border-radius:var(--r-lg);border:1px solid var(--grey-200);overflow-x:auto}table{border-collapse:collapse;width:100%}thead{background:var(--brand-surface-dark)}thead th{text-align:left;color:var(--white);letter-spacing:.02em;padding:14px 16px;font-size:.8125rem;font-weight:600}tbody tr{border-bottom:1px solid var(--grey-100);transition:background var(--t-fast)}tbody tr:hover{background:var(--g-50)}tbody td{color:var(--grey-700);padding:14px 16px;font-size:.9rem}tbody tr:last-child{border-bottom:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes orb-move{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,15px)scale(.95)}}.animate-fade-up{animation:fadeUp .5s var(--ease) both}.animate-fade-in{animation:fadeIn .4s var(--ease) both}.animate-float{animation:3s ease-in-out infinite float}.animate-pulse-soft{animation:2.5s ease-in-out infinite pulse}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.glass{-webkit-backdrop-filter:blur(16px);background:#ffffff1f;border:1px solid #fff3}.glass-dark{-webkit-backdrop-filter:blur(20px);background:#0d0f1ac7;border:1px solid #165f5f40}.divider{background:var(--grey-200);height:1px;margin:var(--sp-6) 0}.spinner{border:2px solid var(--grey-200);border-top-color:var(--g-500);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}.notif-dot{background:var(--error);border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.section{padding:var(--sp-20) 0}.section-sm{padding:var(--sp-12) 0}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container,.container-wide{padding:0 var(--sp-4)}.btn-lg{padding:14px 24px}}.tooltip{position:relative}.tooltip:after{content:attr(data-tip);background:var(--charcoal);color:var(--white);border-radius:var(--r-sm);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--t-fast);padding:4px 10px;font-size:.75rem;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.tooltip:hover:after{opacity:1}.scroll-x{scrollbar-width:thin;overflow-x:auto}.app-footer--full{background:var(--soft-black);padding:var(--sp-16) 0 var(--sp-8)}.app-footer-top{gap:var(--sp-12);margin-bottom:var(--sp-10);grid-template-columns:1fr 2fr;display:grid}.app-footer-brand p{color:#fff6;margin:var(--sp-4) 0 0;font-size:.88rem;line-height:1.6}.app-footer-logo{align-items:center;gap:var(--sp-3);text-decoration:none;display:flex}.app-footer-logo-icon{border-radius:var(--r-md);width:36px;height:36px}.app-footer-logo-name{font-family:var(--font-display);color:var(--white);font-size:1rem;font-weight:800;display:block}.app-footer-logo-sub{color:var(--k-300);letter-spacing:.06em;text-transform:none;font-size:.65rem;display:block}.app-footer-links{gap:var(--sp-10);display:flex}.app-footer-col{gap:var(--sp-3);flex-direction:column;display:flex}.app-footer-col-title{color:var(--k-400);text-transform:none;letter-spacing:.1em;margin-bottom:var(--sp-1);font-size:.75rem;font-weight:700}.app-footer-col a{color:#ffffff73;transition:color var(--t-fast);font-size:.88rem;text-decoration:none}.app-footer-col a:hover{color:var(--k-300)}.app-footer-bottom{padding-top:var(--sp-6);color:#ffffff40;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.app-footer--compact{background:var(--soft-black);padding:var(--sp-4) var(--sp-6);border-top:1px solid #ffffff0f;flex-shrink:0;margin-top:auto}.app-footer-compact-inner{justify-content:space-between;align-items:center;gap:var(--sp-4);color:#ffffff59;flex-wrap:wrap;max-width:1200px;margin:0 auto;font-size:.78rem;display:flex}.app-footer-compact-tagline{color:var(--k-400)}@media (width<=1024px){.app-footer-top{grid-template-columns:1fr}}@media (width<=768px){.app-footer-links{gap:var(--sp-6);flex-direction:column}.app-footer-bottom,.app-footer-compact-inner{gap:var(--sp-2);text-align:center;flex-direction:column}}.auth-page{flex-direction:column;min-height:100vh;display:flex}.auth-page-main{flex:1;display:flex}.auth-left{background:var(--g-900);width:45%;display:flex;position:relative;overflow:hidden}.auth-left-inner{padding:var(--sp-10);z-index:1;flex-direction:column;width:100%;display:flex;position:relative}.auth-logo{align-items:center;gap:var(--sp-3);margin-bottom:var(--sp-16);text-decoration:none;display:flex}.auth-logo-icon{border-radius:var(--r-md);width:40px;height:40px}.auth-logo-name{font-family:var(--font-display);color:var(--white);font-size:1.1rem;font-weight:800;display:block}.auth-logo-sub{color:var(--g-300);letter-spacing:.06em;text-transform:none;font-size:.7rem;display:block}.auth-left-content{flex:1}.auth-orb{pointer-events:none;filter:blur(60px);opacity:.25;border-radius:50%;position:absolute}.auth-orb-1{background:var(--g-500);width:400px;height:400px;top:-100px;right:-100px}.auth-orb-2{background:var(--k-500);width:300px;height:300px;bottom:-50px;left:-80px}.auth-left-headline{color:var(--white);margin-bottom:var(--sp-5);font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.15}.auth-left-headline span{background:var(--g-500);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-left .p,.auth-left p{color:#ffffff8c;margin-bottom:var(--sp-8);font-size:.95rem;line-height:1.7}.auth-left-features{gap:var(--sp-3);flex-direction:column;list-style:none;display:flex}.auth-features{gap:var(--sp-3);flex-direction:column;display:flex}.auth-feature-item{align-items:center;gap:var(--sp-3);color:#ffffffb3;font-size:.9rem;display:flex}.auth-feature-dot{background:var(--k-500);border-radius:50%;flex-shrink:0;width:7px;height:7px}.auth-right{background:var(--white);padding:var(--sp-8);flex:1;justify-content:center;align-items:center;display:flex}.auth-form-wrap{width:100%;max-width:420px}.auth-form-header{margin-bottom:var(--sp-8)}.auth-form-header h1{color:var(--g-900);margin-bottom:6px;font-size:1.9rem}.auth-form-header p{color:var(--grey-500);font-size:.95rem}.auth-form{gap:var(--sp-5);flex-direction:column;display:flex}.pw-label-row{justify-content:space-between;align-items:center;display:flex}.forgot-link{color:var(--g-500);font-size:.8rem;font-weight:500}.forgot-link:hover{color:var(--g-400)}.pw-input-wrap{position:relative}.pw-input-wrap .form-input{width:100%;padding-right:48px}.pw-toggle{color:var(--grey-400);cursor:pointer;transition:color var(--t-fast);background:0 0;border:none;align-items:center;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.pw-toggle:hover{color:var(--g-500)}.auth-divider{align-items:center;gap:var(--sp-4);margin:var(--sp-6) 0;color:var(--grey-400);font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--grey-200);flex:1;height:1px}.auth-switch{text-align:center;margin-top:var(--sp-6);color:var(--grey-500);font-size:.9rem}.auth-switch a{color:var(--g-500);font-weight:600}.auth-check-row{cursor:pointer;color:var(--grey-700);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.auth-demo-links{margin-top:var(--sp-6);padding:var(--sp-4);background:var(--g-50);border:1px solid var(--g-100);border-radius:var(--r-md);align-items:center;gap:var(--sp-3);color:var(--grey-500);flex-wrap:wrap;font-size:.82rem;display:flex}.demo-link{background:var(--white);border:1px solid var(--g-200);border-radius:var(--r-sm);color:var(--g-700);transition:all var(--t-fast);padding:4px 12px;font-size:.82rem;font-weight:600;text-decoration:none}.demo-link:hover{background:var(--brand-surface);color:var(--white);border-color:var(--g-500)}.register-steps{gap:var(--sp-3);margin-bottom:var(--sp-8);display:flex}.reg-step{border-radius:var(--r-full);background:var(--grey-200);height:4px;transition:background var(--t-base);flex:1}.reg-step.done{background:var(--g-500)}.reg-step.active{background:var(--k-500)}.reg-commitment-card{background:var(--g-50);border:1px solid var(--g-100);border-radius:var(--r-md);padding:var(--sp-4);margin-bottom:var(--sp-4)}.reg-check-label{align-items:flex-start;gap:var(--sp-3);color:var(--grey-700);cursor:pointer;margin-bottom:var(--sp-3);font-size:.9rem;line-height:1.5;display:flex}.reg-summary{background:var(--grey-50);border-radius:var(--r-md);padding:var(--sp-4);margin-top:var(--sp-4);gap:var(--sp-2);color:var(--grey-700);flex-direction:column;font-size:.875rem;display:flex}@media (width<=900px){.auth-left{display:none}.auth-page{background:var(--off-white)}.auth-right{background:var(--white);border-radius:var(--r-xl);margin:var(--sp-8);box-shadow:var(--shadow-lg)}}.admin-layout{background:var(--off-white);min-height:100vh;display:flex}.admin-sidebar{background:var(--g-900);width:260px;min-height:100vh;z-index:var(--z-sticky);transition:width var(--t-base);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.sidebar-collapsed .admin-sidebar{width:72px}.sidebar-brand{align-items:center;gap:var(--sp-3);padding:var(--sp-6) var(--sp-4);border-bottom:1px solid #ffffff14;display:flex}.brand-icon{border-radius:var(--r-md);width:38px;height:38px}.brand-text{flex-direction:column;line-height:1.2;display:flex;overflow:hidden}.brand-name{font-family:var(--font-display);color:var(--white);white-space:nowrap;font-size:1.1rem;font-weight:800}.brand-sub{color:var(--g-200);letter-spacing:.08em;text-transform:none;white-space:nowrap;font-size:.7rem}.sidebar-toggle{background:var(--brand-surface);width:24px;height:24px;color:var(--white);cursor:pointer;box-shadow:var(--shadow-md);transition:background var(--t-fast);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:72px;right:-12px}.sidebar-toggle:hover{background:var(--g-600)}.sidebar-user{align-items:center;gap:var(--sp-3);padding:var(--sp-4);margin:var(--sp-4);border-radius:var(--r-md);background:#ffffff0f;display:flex;overflow:hidden}.user-avatar{background:var(--brand-surface);width:38px;height:38px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.user-info{overflow:hidden}.user-name{color:var(--white);white-space:nowrap;font-size:.875rem;font-weight:600;display:block}.user-role{color:var(--g-200);white-space:nowrap;text-transform:capitalize;font-size:.72rem;display:block}.sidebar-nav{padding:var(--sp-4) var(--sp-3);flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.nav-section-label{color:var(--g-200);text-transform:none;letter-spacing:.1em;padding:var(--sp-2) var(--sp-3);margin-top:var(--sp-2);font-size:.68rem;font-weight:700}.nav-section-label.hidden{display:none}.nav-item{align-items:center;gap:var(--sp-3);padding:11px var(--sp-3);border-radius:var(--r-md);color:#ffffffa6;cursor:pointer;transition:all var(--t-fast);white-space:nowrap;background:0 0;border:none;width:100%;font-size:.9rem;font-weight:500;text-decoration:none;display:flex;position:relative;overflow:hidden}.nav-item-icon{border-radius:var(--r-sm);flex-shrink:0;width:30px;height:30px}.nav-item:hover{color:var(--white);background:#ffffff14}.nav-item.active{background:var(--brand-surface);color:var(--white);box-shadow:0 4px 12px #165f5f59}.nav-item.active .nav-item-icon,.nav-item:hover .nav-item-icon{box-shadow:0 4px 10px #165f5f59}.nav-active-dot{background:var(--k-500);border-radius:50%;width:6px;height:6px;margin-left:auto}.nav-divider{height:1px;margin:var(--sp-3) 0;background:#ffffff14}.sidebar-bottom{padding-bottom:var(--sp-3);background:#0000001f;border-top:1px solid #ffffff14;flex-shrink:0;margin-top:auto}.logout-btn{margin:var(--sp-4) var(--sp-3) var(--sp-2);color:#ffffff80}.logout-btn:hover{color:#ef4444;background:#ef444426}.sidebar-footer-meta{margin:0 var(--sp-3) var(--sp-3);text-align:center;color:#ffffff59;letter-spacing:.04em;font-size:.65rem}.admin-main{min-height:100vh;transition:margin-left var(--t-base);flex-direction:column;flex:1;margin-left:260px;display:flex}.sidebar-collapsed .admin-main{margin-left:72px}.admin-topbar{z-index:var(--z-dropdown);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--grey-200);padding:0 var(--sp-8);background:#ffffffeb;justify-content:space-between;align-items:center;height:68px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:var(--sp-4);display:flex}.topbar-right{align-items:center;gap:var(--sp-3);display:flex}.page-title{color:var(--g-900);margin:0;font-size:1.15rem;font-weight:700}.page-subtitle{color:var(--grey-500);margin:0;font-size:.78rem}.topbar-search{align-items:center;gap:var(--sp-2);background:var(--grey-100);border-radius:var(--r-md);transition:all var(--t-fast);border:1px solid #0000;padding:8px 14px;display:flex}.topbar-search:focus-within{background:var(--white);border-color:var(--g-400);box-shadow:0 0 0 3px #165f5f26}.topbar-search input{color:var(--charcoal);background:0 0;border:none;outline:none;width:180px;font-size:.875rem}.topbar-search input::placeholder{color:var(--grey-400)}.topbar-icon-btn{border-radius:var(--r-md);cursor:pointer;width:38px;height:38px;transition:all var(--t-fast);border:none;position:relative}.topbar-icon-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #165f5f66}.topbar-avatar{background:var(--brand-surface);width:36px;height:36px;color:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.admin-content{padding:var(--sp-8);flex:1}.mobile-menu-btn{cursor:pointer;color:var(--grey-700);padding:var(--sp-2);background:0 0;border:none;display:none}.mobile-overlay{z-index:calc(var(--z-sticky) - 1);background:#0009;display:none;position:fixed;inset:0}@media (width<=768px){.mobile-menu-btn{align-items:center;display:flex}.mobile-overlay{display:block}.admin-main{margin-left:0!important}.admin-sidebar{transition:transform var(--t-base);transform:translate(-100%);width:260px!important}.admin-sidebar.mobile-open{transform:translate(0)}.sidebar-toggle{display:none}.admin-content{padding:var(--sp-4)}.admin-topbar{padding:0 var(--sp-4)}.topbar-search{display:none}}.admin-dashboard{flex-direction:column;gap:1.5rem;display:flex}.alert-row{flex-direction:column;gap:.5rem;display:flex}.alert-item{border-radius:var(--r-md);align-items:center;gap:.5rem;padding:10px 14px;font-size:.84rem;font-weight:500;display:flex}.alert-warn{color:#92400e;background:#fef3c7;border-left:3px solid #d1a32a}.alert-info,.alert-success{background:var(--g-100);color:var(--g-700);border-left:3px solid var(--g-500)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-card{flex-direction:column;gap:.4rem;display:flex;position:relative;overflow:hidden}.stat-card:after{content:"";opacity:.04;background:currentColor;border-radius:50%;width:60px;height:60px;position:absolute;bottom:0;right:0;transform:translate(15px,15px)}.stat-icon{border-radius:var(--r-md);width:44px;height:44px;margin-bottom:.5rem}.stat-value{font-size:1.9rem;font-weight:800;font-family:var(--font-display);color:var(--g-900);line-height:1}.stat-label{color:var(--grey-700);font-size:.85rem;font-weight:600}.stat-sub{color:var(--grey-500);font-size:.75rem}.dash-two-col{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.section-header h4{margin:0}.module-list{flex-direction:column;gap:.9rem;display:flex}.module-row{align-items:center;gap:1rem;display:flex}.module-num{color:var(--g-400);background:var(--g-100);border-radius:var(--r-sm);letter-spacing:.05em;flex-shrink:0;padding:3px 8px;font-size:.7rem;font-weight:800}.module-info{flex:1}.module-title-row{justify-content:space-between;align-items:baseline;display:flex}.module-name{color:var(--g-900);font-size:.88rem;font-weight:600}.module-pct{text-align:right;flex-shrink:0;min-width:38px;font-size:.9rem;font-weight:700}.app-list{flex-direction:column;gap:.75rem;display:flex}.app-row{border-bottom:1px solid var(--grey-100);align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.app-row:last-child{border-bottom:none}.app-avatar{background:var(--k-500);width:34px;height:34px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.app-info{flex:1}.app-name{color:var(--g-900);font-size:.875rem;font-weight:600}.app-meta{color:var(--grey-500);align-items:center;gap:.25rem;margin-top:2px;font-size:.75rem;display:flex}.app-score{color:var(--g-600);background:var(--g-50);border-radius:var(--r-full);flex-shrink:0;padding:2px 8px;font-size:.82rem;font-weight:700}.quick-actions-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.quick-action-card{border-radius:var(--r-md);border:1px solid var(--grey-200);color:var(--grey-700);transition:all var(--t-base);align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.quick-action-card:hover{border-color:var(--g-300);background:var(--g-50);color:var(--g-700);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.qa-icon{border-radius:var(--r-md);width:38px;height:38px}.apps-page{flex-direction:column;gap:1.5rem;display:flex}.filter-bar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.filter-btn{border-radius:var(--r-full);border:1px solid var(--grey-200);background:var(--white);color:var(--grey-600);cursor:pointer;transition:all var(--t-fast);padding:7px 16px;font-size:.83rem;font-weight:500}.filter-btn.active,.filter-btn:hover{background:var(--k-600);color:var(--white);border-color:var(--k-600)}.filter-spacer{flex:1}.apps-table-wrap{border-radius:var(--r-lg);border:1px solid var(--grey-200);overflow-x:auto}.applicant-cell{align-items:center;gap:.75rem;display:flex}.applicant-avatar{background:var(--k-500);width:32px;height:32px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.applicant-name{color:var(--g-900);font-size:.875rem;font-weight:600}.applicant-email{color:var(--grey-500);font-size:.75rem}.score-pill{border-radius:var(--r-full);justify-content:center;align-items:center;width:40px;height:24px;font-size:.78rem;font-weight:700;display:inline-flex}.score-high{background:var(--g-100);color:var(--g-700)}.score-mid{color:#92400e;background:#fef3c7}.score-low{color:#991b1b;background:#fee2e2}.action-btns{gap:.4rem;display:flex}.action-btn{border-radius:var(--r-sm);cursor:pointer;transition:all var(--t-fast);border:none;padding:5px 12px;font-size:.78rem;font-weight:600}.action-approve{background:var(--k-100);color:var(--k-700)}.action-approve:hover{background:var(--k-500);color:var(--white)}.action-reject{color:#991b1b;background:#fee2e2}.action-reject:hover{color:var(--white);background:#ef4444}.action-view{background:var(--grey-100);color:var(--grey-700)}.action-view:hover{background:var(--grey-200)}.roster-page{flex-direction:column;gap:1.5rem;display:flex}.roster-stats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.roster-stat{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--grey-200);padding:1.25rem 1.5rem}.roster-stat-val{color:var(--g-900);font-size:1.6rem;font-weight:800;font-family:var(--font-display)}.roster-stat-lbl{color:var(--grey-500);margin-top:2px;font-size:.8rem}.roster-stat-icon,.kpi-icon-surface{border-radius:var(--r-md);width:36px;height:36px}.learner-row-info{align-items:center;gap:.75rem;display:flex}.learner-avatar{background:var(--k-500);width:34px;height:34px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.progress-cell{min-width:120px}.progress-cell-bar{align-items:center;gap:.5rem;display:flex}.progress-cell-pct{color:var(--g-600);min-width:30px;font-size:.8rem;font-weight:600}.content-page{flex-direction:column;gap:1.5rem;display:flex}.content-tabs{gap:.5rem;display:flex}.content-tab{border-radius:var(--r-md);cursor:pointer;border:1px solid var(--grey-200);background:var(--white);color:var(--grey-600);transition:all var(--t-fast);padding:8px 18px;font-size:.875rem;font-weight:500}.content-tab.active{background:var(--k-600);color:var(--white);border-color:var(--k-600)}.content-tab:hover:not(.active){background:var(--k-50);border-color:var(--k-300);color:var(--k-700)}.modules-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.module-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--grey-200);transition:all var(--t-base);padding:1.5rem}.module-card:hover{border-color:var(--g-300);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.module-card-num{color:var(--g-400);letter-spacing:.1em;text-transform:none;font-size:.7rem;font-weight:700}.module-card-title{color:var(--g-900);font-size:1rem;font-weight:700;font-family:var(--font-display);margin:.25rem 0 .5rem}.module-card-desc{color:var(--grey-600);margin-bottom:1rem;font-size:.82rem;line-height:1.5}.module-card-footer{justify-content:space-between;align-items:center;display:flex}.analytics-page{flex-direction:column;gap:1.5rem;display:flex}.analytics-kpi{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.kpi-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--grey-200);padding:1.5rem}.kpi-value{font-size:2rem;font-weight:800;font-family:var(--font-display);color:var(--g-900)}.kpi-label{color:var(--grey-500);margin-top:.25rem;font-size:.82rem}.kpi-trend{align-items:center;gap:.25rem;margin-top:.5rem;font-size:.78rem;font-weight:600;display:flex}.trend-up{color:var(--g-500)}.trend-down{color:var(--error)}.chart-area{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--grey-200);padding:1.5rem}.chart-title{color:var(--g-900);margin-bottom:1.5rem;font-size:1rem;font-weight:700}.bar-chart{align-items:flex-end;gap:.75rem;height:160px;display:flex}.bar-col{flex-direction:column;flex:1;align-items:center;gap:.4rem;display:flex}.bar-fill{border-radius:var(--r-sm) var(--r-sm) 0 0;background:var(--g-500);width:100%;transition:height .6s var(--ease);min-height:4px}.bar-label{color:var(--grey-500);text-align:center;font-size:.72rem}.bar-val{color:var(--g-700);font-size:.75rem;font-weight:700}.country-list{flex-direction:column;gap:.75rem;display:flex}.country-row{align-items:center;gap:.75rem;display:flex}.country-flag{text-align:center;width:28px;font-size:1.2rem}.country-name{color:var(--g-900);flex:1;font-size:.875rem;font-weight:500}.country-count{color:var(--grey-500);font-size:.82rem;font-weight:600}.country-bar{width:100px}.stories-page{flex-direction:column;gap:1.5rem;display:flex}.story-card{background:var(--white);border-radius:var(--r-lg);border:1px solid var(--grey-200);transition:all var(--t-base);overflow:hidden}.story-card:hover{border-color:var(--g-300);box-shadow:var(--shadow-sm)}.story-header{align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.story-author-avatar{background:var(--k-500);width:42px;height:42px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}.story-meta{flex:1}.story-author{color:var(--g-900);font-size:.95rem;font-weight:700}.story-module{color:var(--grey-500);margin-top:2px;font-size:.78rem}.story-title{color:var(--g-800);font-size:1rem;font-weight:600;font-family:var(--font-display);margin:.75rem 1.25rem .25rem}.story-excerpt{color:var(--grey-600);padding:0 1.25rem 1rem;font-size:.875rem;line-height:1.6}.story-footer{border-top:1px solid var(--grey-100);background:var(--grey-50);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.story-actions{gap:.5rem;display:flex}.settings-page{flex-direction:column;gap:1.5rem;display:flex}.settings-layout{grid-template-columns:220px 1fr;align-items:start;gap:1.5rem;display:grid}.settings-nav{flex-direction:column;gap:.25rem;display:flex}.settings-nav-item{border-radius:var(--r-md);color:var(--grey-600);cursor:pointer;text-align:left;width:100%;transition:all var(--t-fast);background:0 0;border:none;align-items:center;gap:.75rem;padding:10px 14px;font-size:.875rem;display:flex}.settings-nav-item:hover{background:var(--g-50);color:var(--g-700)}.settings-nav-icon{border-radius:var(--r-sm);flex-shrink:0;width:28px;height:28px}.settings-nav-item.active{background:var(--k-100);color:var(--k-700);font-weight:600}.settings-section{flex-direction:column;gap:1.5rem;display:flex}.settings-group-title{color:var(--grey-400);text-transform:none;letter-spacing:.1em;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.settings-row{border-bottom:1px solid var(--grey-100);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.settings-row:last-child{border-bottom:none}.settings-row-label{color:var(--g-900);font-size:.9rem;font-weight:600}.settings-row-desc{color:var(--grey-500);margin-top:2px;font-size:.8rem}.toggle{background:var(--grey-300);border-radius:var(--r-full);cursor:pointer;width:44px;height:24px;transition:background var(--t-fast);border:none;padding:0;position:relative}.toggle.on{background:var(--g-500)}.toggle:after{content:"";background:var(--white);width:18px;height:18px;transition:transform var(--t-fast);box-shadow:var(--shadow-xs);border-radius:50%;position:absolute;top:3px;left:3px}.toggle.on:after{transform:translate(20px)}@media (width<=1200px){.stats-grid,.analytics-kpi,.quick-actions-grid,.modules-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.dash-two-col{grid-template-columns:1fr}.roster-stats{grid-template-columns:repeat(2,1fr)}.settings-layout{grid-template-columns:1fr}}@media (width<=640px){.stats-grid{grid-template-columns:1fr 1fr}.modules-grid{grid-template-columns:1fr}.quick-actions-grid{grid-template-columns:1fr 1fr}}.spin{animation:1s linear infinite spin}.resource-row:hover{background:var(--surface-2)!important}.cohorts-page{flex-direction:column;gap:1.5rem;display:flex}.cohorts-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.cohorts-tagline{color:var(--grey-500);margin:0;font-size:.85rem}.cohort-summary{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.cohort-kpi{align-items:center;gap:.9rem;padding:1.25rem 1.4rem;display:flex}.cohort-kpi-icon{border-radius:var(--r-md);width:46px;height:46px}.cohort-kpi-value{font-size:1.7rem;font-weight:800;font-family:var(--font-display);color:var(--g-900);line-height:1}.cohort-kpi-label{color:var(--grey-500);margin-top:3px;font-size:.8rem}.cohort-grid{grid-template-columns:360px 1fr;align-items:start;gap:1.5rem;display:grid}.cohort-list-card{position:sticky;top:1rem}.cohort-list{flex-direction:column;gap:.6rem;display:flex}.cohort-list-item{text-align:left;cursor:pointer;border-radius:var(--r-md);border:1px solid var(--grey-200);background:var(--white);width:100%;transition:all var(--t-fast);align-items:center;gap:.5rem;padding:.85rem 1rem;display:flex}.cohort-list-item:hover{border-color:var(--g-300);background:var(--g-50);transform:translate(2px)}.cohort-list-item.selected{border-color:var(--g-500);background:var(--g-50);box-shadow:inset 3px 0 0 var(--g-500)}.cohort-list-main{flex:1;min-width:0}.cohort-list-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.cohort-list-name{color:var(--g-900);font-size:.92rem;font-weight:700}.cohort-list-meta{color:var(--grey-500);align-items:center;gap:.35rem;margin-top:4px;font-size:.78rem;display:flex}.cohort-list-chevron{color:var(--grey-300);transition:color var(--t-fast);flex-shrink:0}.cohort-list-item:hover .cohort-list-chevron,.cohort-list-item.selected .cohort-list-chevron{color:var(--g-500)}.cohort-detail-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.cohort-detail-title{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.cohort-detail-desc{color:var(--grey-600);margin:.6rem 0 0;font-size:.9rem}.cohort-detail-actions{flex-shrink:0;gap:.5rem;display:flex}.cohort-btn-danger{color:var(--error)}.cohort-btn-danger:hover{color:#b91c1c;background:#fee2e2}.cohort-meta-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.cohort-meta-tile{background:var(--grey-50);border-radius:var(--r-md);border:1px solid var(--grey-100);align-items:center;gap:.6rem;padding:.85rem 1rem;display:flex}.cohort-meta-icon{border-radius:var(--r-sm);flex-shrink:0;width:32px;height:32px}.cohort-meta-tile>div{flex-direction:column;min-width:0;display:flex}.cohort-meta-label{color:var(--grey-500);font-size:.72rem}.cohort-meta-value{color:var(--g-900);font-size:.9rem;font-weight:700}.cohort-stat-row{background:var(--grey-50);border-radius:var(--r-md);grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.1rem;display:grid}.cohort-stat{align-items:center;gap:.75rem;display:flex}.cohort-stat-icon{border-radius:var(--r-md);width:40px;height:40px}.cohort-stat-value{font-size:1.4rem;font-weight:800;font-family:var(--font-display);color:var(--g-900);line-height:1}.cohort-stat-label{color:var(--grey-500);margin-top:3px;font-size:.76rem}.cohort-learner{align-items:center;gap:.65rem;display:flex}.cohort-learner-avatar{background:var(--k-500);width:34px;height:34px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.cohort-learner-name{color:var(--g-900);font-size:.875rem;font-weight:600}.cohort-learner-email{color:var(--grey-500);font-size:.72rem}.cohort-empty{text-align:center;color:var(--grey-400);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem 1rem;display:flex}.cohort-empty p{color:var(--grey-600);margin:0;font-weight:600}.cohort-detail-empty{justify-content:center;align-items:center;min-height:360px;display:flex}.modal-head{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.modal-head h2{margin:0}.modal-close{border-radius:var(--r-sm);background:var(--grey-100);width:32px;height:32px;color:var(--grey-600);cursor:pointer;transition:all var(--t-fast);border:none;justify-content:center;align-items:center;display:flex}.modal-close:hover{background:var(--grey-200);color:var(--g-900)}@media (width<=1100px){.cohort-grid{grid-template-columns:1fr}.cohort-list-card{position:static}.cohort-summary,.cohort-meta-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.cohort-summary{grid-template-columns:1fr 1fr}.cohort-stat-row{grid-template-columns:1fr}}.topic-editor{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--r-md);flex-direction:column;gap:1rem;padding:1rem;display:flex}.topic-editor-tabs{border-bottom:1px solid var(--grey-200);flex-wrap:wrap;gap:.35rem;padding-bottom:.75rem;display:flex}.topic-editor-tab{border-radius:var(--r-sm);border:1px solid var(--grey-200);background:var(--grey-50);color:var(--grey-600);cursor:pointer;transition:all var(--t-fast);align-items:center;gap:.35rem;padding:7px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.topic-editor-tab:hover{border-color:var(--g-300);color:var(--g-700)}.topic-editor-tab.active{background:var(--k-600);color:var(--white);border-color:var(--k-600)}.topic-editor-tab.locked{opacity:.85}.topic-tab-hint{opacity:.75;text-transform:lowercase;font-size:.65rem;font-weight:500}.topic-tab-dot{width:7px;height:7px;box-shadow:0 0 0 2px var(--g-700);background:#86efac;border-radius:50%}.topic-editor-tab.active .topic-tab-dot{box-shadow:0 0 0 2px var(--white)}.topic-editor-hint{color:var(--grey-500);margin:0;font-size:.82rem;line-height:1.5}.topic-save-notice{border-radius:var(--r-md);background:#fffbeb;border:1px solid #fde68a;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.topic-save-banner{background:var(--g-50);border:1px solid var(--g-200);border-radius:var(--r-sm);color:var(--g-800);padding:.65rem .85rem;font-size:.82rem}.topic-inline-link{font:inherit;color:var(--g-600);cursor:pointer;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}.topic-editor-footer{border-top:1px solid var(--grey-100);flex-wrap:wrap;gap:.5rem;padding-top:.5rem;display:flex}.topic-resource-row{background:var(--grey-50);border-radius:var(--r-sm);justify-content:space-between;align-items:center;margin-bottom:.35rem;padding:.5rem;display:flex}.topic-materials-panel{flex-direction:column;display:flex}.topic-material-dropzone{text-align:center;border:2px dashed var(--grey-300);border-radius:var(--r-md);background:var(--g-50);cursor:pointer;transition:all var(--t-fast);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1.75rem 1rem;display:flex}.topic-material-dropzone p{color:var(--grey-700);margin:0;font-size:.88rem}.topic-material-dropzone span{color:var(--grey-500);font-size:.75rem}.topic-material-dropzone:hover,.topic-material-dropzone.dragging{border-color:var(--g-500);background:var(--g-100)}.topic-material-dropzone.dragging{box-shadow:var(--shadow-sm)}.topic-sections-editor{flex-direction:column;gap:.85rem;display:flex}.topic-sections-editor-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.topic-sections-list{flex-direction:column;gap:.85rem;display:flex}.topic-section-card{border:1px solid var(--grey-200);border-radius:var(--r-md);background:var(--grey-50);padding:1rem}.topic-section-card-toolbar{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.85rem;display:flex}.topic-section-badge{text-transform:none;letter-spacing:.06em;color:var(--k-700);background:var(--k-100);border-radius:var(--r-full);align-items:center;gap:.35rem;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.topic-section-card-actions{align-items:center;gap:.15rem;display:flex}.module-sections-editor{flex-direction:column;gap:.85rem;display:flex}.module-sections-editor-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.module-sections-list{flex-direction:column;gap:1rem;display:flex}.module-section-card{border:1px solid var(--grey-200);border-radius:var(--r-md);background:var(--white);box-shadow:var(--shadow-xs);padding:1rem}.module-section-card-toolbar,.module-subsection-toolbar{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.85rem;display:flex}.module-section-badge{text-transform:none;letter-spacing:.06em;color:var(--k-700);background:var(--k-100);border-radius:var(--r-full);align-items:center;gap:.35rem;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.module-section-card-actions{flex-wrap:wrap;align-items:center;gap:.15rem;display:flex}.module-subsections-list{flex-direction:column;gap:.75rem;margin-bottom:.85rem;display:flex}.module-subsection-card{border:1px dashed var(--grey-200);border-radius:var(--r-md);background:var(--grey-50);padding:.85rem}.module-subsection-badge{text-transform:none;letter-spacing:.05em;color:var(--g-700);background:var(--g-100);border-radius:var(--r-full);align-items:center;gap:.3rem;padding:3px 7px;font-size:.68rem;font-weight:700;display:inline-flex}.module-paragraphs-list{flex-direction:column;gap:.65rem;display:flex}.module-paragraph-row{grid-template-columns:auto 1fr auto;align-items:start;gap:.5rem;display:grid}.module-paragraph-label{color:var(--grey-500);text-transform:none;letter-spacing:.04em;white-space:nowrap;align-items:center;gap:.25rem;padding-top:.65rem;font-size:.68rem;font-weight:700;display:inline-flex}.module-paragraph-remove{margin-top:.35rem}.module-reflection-prompt-editor{flex-direction:column;gap:.85rem;display:flex}.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-content h2{color:var(--g-900);margin:0 0 1.5rem}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.form-group{margin-bottom:1rem}.form-group label{color:var(--grey-700);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:.625rem;font-size:.875rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--g-500);outline:none;box-shadow:0 0 0 3px #6747361a}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.btn-danger{color:#fff;cursor:pointer;background-color:#dc2626;border:none;border-radius:8px;padding:.625rem 1.25rem;font-weight:600;transition:background-color .2s}.btn-danger:hover{background-color:#b91c1c}.btn-danger:disabled{cursor:not-allowed;background-color:#9ca3af}.empty-state{text-align:center;color:var(--grey-500);padding:3rem 1rem}.empty-state p{margin-bottom:1rem}.table-container{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th{text-align:left;color:var(--grey-700);background-color:#f9fafb;border-bottom:2px solid #e5e7eb;padding:.75rem;font-size:.875rem;font-weight:600}.data-table td{border-bottom:1px solid #e5e7eb;padding:.75rem;font-size:.875rem}.data-table tbody tr:hover{background-color:#f9fafb}.comms-dropdown-item{width:100%;color:var(--grey-800);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.82rem;font-weight:500;display:flex}.comms-dropdown-item:hover{background:var(--grey-50)}.comms-dropdown-item.danger{color:var(--error,#ef4444)}.comms-dropdown-item.danger:hover{background:#fef2f2}.st-chart-card{margin-top:1.5rem}.st-chart-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.st-chart-header h4{color:var(--g-900);margin-bottom:.25rem}.st-chart-body{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.st-bar-row{grid-template-columns:200px 1fr;align-items:center;gap:1.5rem;display:grid}@media (width<=768px){.st-bar-row{grid-template-columns:1fr;gap:.5rem}}.st-bar-label{color:var(--grey-700);font-size:.85rem;font-weight:600}.st-bar-track-wrap{width:100%;position:relative}.st-bar-track{background:var(--grey-100);border-radius:var(--r-sm);height:24px;display:flex;position:relative;overflow:hidden}.st-bar-fill{border-radius:var(--r-sm);justify-content:flex-end;align-items:center;height:100%;padding-right:8px;transition:width 1s ease-out;display:flex}.st-bar-baseline{background:var(--grey-300);z-index:2}.st-bar-endline{background:var(--g-500);z-index:1;position:absolute;top:0;left:0}.st-bar-value{color:var(--white);text-shadow:0 1px 2px #0003;font-size:.7rem;font-weight:700}.st-bar-baseline .st-bar-value{color:var(--grey-700);text-shadow:none}.st-chart-legend{border-top:1px solid var(--grey-100);flex-wrap:wrap;align-items:center;gap:1.5rem;padding-top:1rem;display:flex}.legend-item{color:var(--grey-600);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.legend-color{border-radius:2px;width:12px;height:12px}.st-chart-insight{background:var(--info-light,var(--g-50));color:var(--info-dark,var(--g-700));border-radius:var(--r-full);align-items:center;gap:.5rem;margin-left:auto;padding:6px 12px;font-size:.75rem;font-weight:600;display:flex}
