.admin-layout{background:#f4f7fb;min-height:100vh;font-family:Inter,Arial,sans-serif;display:flex}.admin-sidebar{color:#fff;background:#0f274d;flex-direction:column;width:260px;padding:24px 18px;display:flex}.admin-brand{text-align:center;margin-bottom:30px}.admin-brand img{width:180px;margin-bottom:10px}.admin-brand p{color:#bfd3ff;margin:0;font-size:13px}.admin-nav{color:#d8e4ff;border-radius:12px;align-items:center;gap:12px;margin-bottom:6px;padding:12px 14px;text-decoration:none;display:flex}.admin-nav:hover{background:#173765}.admin-nav.active{color:#fff;background:#2f5bea}.admin-main{flex-direction:column;flex:1;display:flex}.admin-header{background:#fff;border-bottom:1px solid #e5edf8;justify-content:space-between;align-items:center;padding:18px 30px;display:flex}.admin-header h1{color:#143b7a;margin:0;font-size:22px}.admin-header p{color:#7184a1;margin:4px 0 0;font-size:13px}.admin-user{align-items:center;gap:12px;display:flex}.avatar{color:#fff;background:#2f5bea;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.admin-user small{color:#7184a1;display:block}.admin-content{padding:28px}.admin-dashboard{flex-direction:column;gap:24px;display:flex}.page-title h2{color:#123b7a;margin:0;font-size:22px}.admin-stats{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.admin-stat-card{background:#fff;border:1px solid #d9e3f2;border-radius:20px;padding:22px}.admin-stat-card span{color:#6b7c97;font-size:14px;font-weight:600}.admin-stat-card h3{color:#123b7a;margin:10px 0 8px;font-size:40px}.admin-stat-card p{color:#8a9ab3;margin:0;font-size:14px}.admin-stat-card.danger h3{color:#dc2626}.chart-card,.info-card{background:#fff;border:1px solid #d9e3f2;border-radius:22px;padding:24px}.card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.card-header h3{color:#123b7a;margin:0;font-size:22px}.card-header span{color:#8a9ab3;font-size:14px}.bar-chart{align-items:flex-end;gap:10px;height:220px;display:flex}.admin-bottom{grid-template-columns:1.3fr .7fr;gap:20px;display:grid}.campaign-item{border-bottom:1px solid #edf2f8;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.campaign-item:last-child{border-bottom:none}.campaign-item strong{color:#123b7a}.campaign-item p{color:#7a8ca8;margin:4px 0 0;font-size:14px}.status{border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.running{color:#15803d;background:#dcfce7}.draft{color:#b45309;background:#fef3c7}.closed{color:#475569;background:#e5e7eb}.risk-row{border-bottom:1px solid #edf2f8;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.risk-row:last-child{border-bottom:none}.risk-row>div{color:#123b7a;align-items:center;gap:10px;font-weight:500;display:flex}.dot{border-radius:50%;width:12px;height:12px}.green{background:#16a34a}.yellow{background:#f59e0b}.red{background:#dc2626}@media (width<=1100px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-bottom{grid-template-columns:1fr}}@media (width<=700px){.admin-stats{grid-template-columns:1fr}}.employees-page{flex-direction:column;gap:20px;display:flex}.employees-top{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.employees-toolbar{flex-wrap:wrap;gap:12px;display:flex}.employees-toolbar input,.employees-toolbar select{background:#fff;border:1px solid #d8e3f4;border-radius:10px;padding:11px 14px}.employees-toolbar input{flex:1;min-width:240px}.primary-btn{color:#fff;cursor:pointer;background:#2f5bea;border:none;border-radius:10px;padding:11px 18px;font-weight:600}.table-card{background:#fff;border:1px solid #d8e3f4;border-radius:18px;overflow:hidden}.employee-table{border-collapse:collapse;width:100%}.employee-table th,.employee-table td{text-align:left;border-bottom:1px solid #eef3fa;padding:16px 20px;font-size:14px}.employee-table th{color:#6b7ea5;background:#f8fafd}.risk{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.risk.low{color:#166534;background:#dcfce7}.risk.medium{color:#92400e;background:#fef3c7}.risk.high{color:#b91c1c;background:#fee2e2}@media (width<=1000px){.employees-top{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.employees-top{grid-template-columns:1fr}}.table-btn{color:#2f5bea;cursor:pointer;background:#eef4ff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600}.table-btn:hover{background:#dce8ff}.toggle-row{border-top:1px solid #eef3fa;justify-content:space-between;align-items:center;padding:18px 0;display:flex}.toggle-row:first-of-type{border-top:none}.toggle-row strong{color:#123b7a}.toggle-row p{color:#7184a1;margin:4px 0 0;font-size:13px}.logout-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;padding:10px 18px;font-weight:600}html,body,#root{background:var(--page-bg);width:100%;min-height:100%;margin:0;padding:0}body{color:var(--text-primary);font-family:Inter,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}:root{--primary:#2458e6;--primary-dark:#1e46c5;--sidebar-bg:#0f2a56;--sidebar-hover:#173a73;--sidebar-text:#d8e6ff;--page-bg:#f3f6fb;--header-bg:#fff;--card-bg:#fff;--text-primary:#1e3a5f;--text-secondary:#7b8ba3;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--border:#d8e2ee;--shadow:0 8px 24px #0f2a5614;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--sidebar-width:240px}*{box-sizing:border-box}body{background:var(--page-bg);color:var(--text-primary);margin:0;font-family:Inter,Arial,sans-serif}.app-layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);color:#fff;flex-direction:column;padding:22px 18px;display:flex}.brand{text-align:center;flex-direction:column;align-items:center;margin-bottom:32px;display:flex}.sidebar-logo{object-fit:contain;width:205px;height:auto;margin-bottom:12px}.sidebar-subtitle{color:#bfd3ff;letter-spacing:.4px;margin:0;font-size:13px}.nav-menu{flex-direction:column;gap:8px;display:flex}.nav-item{color:var(--sidebar-text);border-radius:12px;align-items:center;gap:12px;padding:12px 14px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background:var(--sidebar-hover)}.nav-item.active{background:var(--primary);color:#fff}.sidebar-footer{color:#afc5f5;margin-top:auto;font-size:12px}.main-area{flex-direction:column;flex:1;min-width:0;display:flex}.header{background:#fff;border-bottom:1px solid #e7edf6;justify-content:flex-end;align-items:center;min-height:84px;padding:18px 32px;display:flex}.user-box{align-items:center;gap:12px;display:flex}.avatar{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.user-box strong{font-size:16px;display:block}.user-box small{color:var(--text-secondary);font-size:13px;display:block}.page-content{padding:28px}@media (width<=900px){.sidebar{width:88px;padding:18px 10px}.sidebar-logo{width:56px}.sidebar-subtitle,.sidebar-footer,.nav-item{font-size:0}.nav-item span{font-size:20px}}@media (width<=640px){.app-layout{flex-direction:column}.sidebar{flex-direction:row;align-items:center;gap:20px;width:100%;overflow-x:auto}.brand{min-width:180px;margin:0}.sidebar-logo{width:140px}.sidebar-subtitle{font-size:11px}.nav-menu{flex-direction:row}.header{justify-content:center}}.dashboard-page{flex-direction:column;gap:22px;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.stat-card{background:#fff;border:1px solid #dce5f2;border-radius:16px;padding:18px 20px;box-shadow:0 6px 14px #1027540a}.stat-card span{color:#7a8ca8;font-size:13px;font-weight:600;display:block}.stat-card h2{color:#123b7a;margin:10px 0 6px;font-size:32px;font-weight:700}.stat-card small{color:#97a6be;font-size:12px;display:block}.risk.low{color:#15803d}.risk.medium{color:#d97706}.risk.high{color:#dc2626}.activity-card{background:#fff;border:1px solid #dce5f2;border-radius:16px;padding:20px;box-shadow:0 6px 14px #1027540a}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-header h3{color:#143b7a;margin:0;font-size:16px;font-weight:700}.section-header span{color:#94a3b8;font-size:12px}.chart-placeholder{align-items:flex-end;height:240px;display:flex}.bars{align-items:flex-end;gap:8px;width:100%;height:100%;display:flex}.bar{background:linear-gradient(#2f5bea,#6ea8ff);border-radius:6px 6px 0 0;flex:1}.bottom-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px;display:grid}.info-card{background:#fff;border:1px solid #dce5f2;border-radius:16px;padding:18px;box-shadow:0 6px 14px #1027540a}.info-card h3{color:#143b7a;margin:0 0 16px;font-size:15px;font-weight:700}.info-row{border-bottom:1px solid #eef3fa;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.info-row:last-child{border-bottom:none}.info-row span{color:#6b7b98;font-size:13px}.info-row strong{color:#123b7a;font-size:13px;font-weight:600}@media (width<=768px){.stats-grid,.bottom-grid{grid-template-columns:1fr}.page-title h1{font-size:20px}.chart-placeholder{height:180px}}.login-page{background:#f3f6fb;grid-template-columns:42% 58%;min-height:100vh;display:grid}.login-left{color:#fff;background:linear-gradient(#0f2b63,#163d89);justify-content:center;align-items:center;padding:60px;display:flex}.brand{max-width:360px}.brand-icon{background:#2f5bea;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:28px;font-size:26px;font-weight:700;display:flex}.brand h1{margin:0 0 14px;font-size:42px}.brand p{color:#d5e1ff;margin-bottom:36px;line-height:1.7}.feature-list{color:#eef4ff;flex-direction:column;gap:18px;font-size:15px;display:flex}.login-right{justify-content:center;align-items:center;padding:40px;display:flex}.login-card{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:430px;padding:42px;display:flex;box-shadow:0 25px 60px #0f2b631f}.welcome{color:#2f5bea;margin-bottom:10px;font-weight:600}.login-card h2{color:#123b7a;margin:0;font-size:34px}.subtitle{color:#6b7b98;margin:10px 0 28px}.login-card label{color:#56657f;margin-bottom:8px;font-size:14px}.login-card input{border:1px solid #d7e1f2;border-radius:12px;height:52px;margin-bottom:18px;padding:0 16px;font-size:15px;transition:all .2s}.login-card input:focus{border-color:#2f5bea;outline:none;box-shadow:0 0 0 4px #2f5bea1f}.login-card button{color:#fff;cursor:pointer;background:#2f5bea;border:none;border-radius:12px;height:52px;margin-top:10px;font-size:15px;font-weight:600}.login-card button:hover{background:#234ed8}.error{color:#b42318;background:#fdecec;border-radius:10px;margin-bottom:8px;padding:12px;font-size:14px}.copyright{text-align:center;color:#94a3b8;margin-top:22px;font-size:13px}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-left{display:none}.login-right{padding:24px}.login-card{max-width:100%;padding:30px}}.scenarios-page{flex-direction:column;gap:22px;display:flex}.page-title h1{color:#143b7a;margin:0;font-size:22px;font-weight:700}.page-title p{color:#7184a1;margin:4px 0 0;font-size:13px}.scenario-toolbar{flex-wrap:wrap;gap:14px;display:flex}.scenario-toolbar input,.scenario-toolbar select{color:#123b7a;background:#fff;border:1px solid #dce5f2;border-radius:12px;padding:11px 14px;font-size:14px}.scenario-toolbar input{flex:1;min-width:260px}.scenario-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;display:grid}.scenario-card{background:#fff;border:1px solid #dce5f2;border-radius:16px;padding:20px;box-shadow:0 6px 14px #1027540a}.difficulty{border-radius:999px;margin-bottom:14px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-block}.easy{color:#15803d;background:#ddf4e7}.medium{color:#b45309;background:#fef3c7}.hard{color:#dc2626;background:#fee2e2}.scenario-card h3{color:#123b7a;margin:0;font-size:17px}.scenario-card p{color:#7184a1;margin:8px 0 16px;font-size:13px}.progress-bar{background:#e8eef8;border-radius:999px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#2f5bea,#5b8cff);height:100%}.scenario-footer{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.scenario-footer strong{color:#123b7a;font-size:14px}.scenario-footer button{color:#fff;cursor:pointer;background:#2f5bea;border:none;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600}.scenario-footer button:hover{background:#244ac8}@media (width<=768px){.scenario-grid{grid-template-columns:1fr}}.leaderboard-page{flex-direction:column;gap:22px;display:flex}.leaderboard-card{background:#fff;border:1px solid #dce5f2;border-radius:16px;overflow:hidden;box-shadow:0 6px 14px #1027540a}.table-header,.table-row{grid-template-columns:90px 1fr 120px 120px;align-items:center;padding:16px 22px;display:grid}.table-header{color:#7184a1;background:#f8fafd;font-size:13px;font-weight:600}.table-row{border-top:1px solid #eef3fa}.table-row.current-user{background:#eef4ff}.rank{color:#143b7a;font-weight:700}.user-cell{align-items:center;gap:12px;display:flex}.mini-avatar{color:#fff;background:#2f5bea;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.user-cell strong{color:#123b7a;display:block}.user-cell small{color:#7184a1}@media (width<=768px){.table-header,.table-row{grid-template-columns:60px 1fr 70px}.table-header span:last-child,.table-row span:last-child{display:none}}.profile-page{flex-direction:column;gap:22px;display:flex}.profile-grid{grid-template-columns:320px 1fr;gap:22px;display:grid}.profile-card,.summary-panel,.activity-card{background:#fff;border:1px solid #dce5f2;border-radius:18px;box-shadow:0 6px 14px #1027540a}.profile-card{text-align:center;padding:28px}.profile-avatar{color:#fff;background:#2f5bea;border-radius:50%;place-items:center;width:86px;height:86px;margin:0 auto 18px;font-size:34px;font-weight:700;display:grid}.profile-card h2{color:#123b7a;margin:0}.profile-card p{color:#7184a1;margin:8px 0 18px}.role-badge{color:#2f5bea;background:#e8f0ff;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-block}.profile-info{border-top:1px solid #eef3fa;justify-content:space-between;margin-top:24px;padding-top:20px;display:flex}.profile-info span{color:#7184a1;margin-bottom:6px;font-size:12px;display:block}.profile-info strong{color:#123b7a;font-size:14px}.summary-panel{grid-template-columns:repeat(2,1fr);gap:16px;padding:22px;display:grid}.summary-card{border:1px solid #eef3fa;border-radius:14px;padding:18px}.summary-card span{color:#7184a1;font-size:13px}.summary-card h3{color:#123b7a;margin:10px 0 0;font-size:30px}.low-risk{color:#15803d!important}.achievement-card{border:1px solid #eef3fa;border-radius:14px;grid-column:1/-1;padding:18px}.achievement-card h3{color:#123b7a;margin:0 0 14px}.badges{flex-wrap:wrap;gap:10px;display:flex}.badge{border-radius:20px;padding:8px 14px;font-size:13px;font-weight:600}.badge.green{color:#166534;background:#dcfce7}.badge.blue{color:#1d4ed8;background:#dbeafe}.activity-card{padding:22px}.activity-card h3{color:#123b7a;margin:0 0 18px}.activity-item{border-top:1px solid #eef3fa;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.activity-item:first-of-type{border-top:none}.activity-item p{color:#7184a1;margin:4px 0 0;font-size:13px}.activity-item span{color:#123b7a;font-weight:700}@media (width<=900px){.profile-grid{grid-template-columns:1fr}}.settings-page{flex-direction:column;gap:22px;display:flex}.settings-card{background:#fff;border:1px solid #dce5f2;border-radius:18px;padding:22px;box-shadow:0 6px 14px #1027540a}.settings-card h3{color:#123b7a;margin:0 0 18px}.setting-row,.toggle-row{border-top:1px solid #eef3fa;justify-content:space-between;align-items:center;padding:18px 0;display:flex}.setting-row:first-of-type,.toggle-row:first-of-type{border-top:none}.setting-row strong,.toggle-row strong{color:#123b7a}.setting-row p,.toggle-row p{color:#7184a1;margin:4px 0 0;font-size:13px}.setting-row button{color:#fff;cursor:pointer;background:#2f5bea;border:none;border-radius:10px;padding:10px 18px;font-weight:600}.logout-btn{background:#dc2626!important}.switch{width:48px;height:26px;position:relative}.switch input{display:none}.slider{cursor:pointer;background:#cbd5e1;border-radius:20px;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;top:3px;left:3px}.switch input:checked+.slider{background:#2f5bea}.switch input:checked+.slider:before{transform:translate(22px)}@media (width<=768px){.setting-row,.toggle-row{flex-direction:column;align-items:flex-start;gap:12px}}
