:root{--primary: #2563EB;--primary-hover: #1D4ED8;--bg-dark: #1E293B;--bg-light: #F8FAFC;--text-main: #1E293B;--text-muted: #64748B;--border: #E2E8F0;--white: #FFFFFF;--red: #EF4444;--green: #10B981;--sidebar-width: 260px;--header-height: 70px;--font-inter: "Inter", sans-serif}body{margin:0;font-family:var(--font-inter);background-color:var(--bg-light);color:var(--text-main);overflow-x:hidden}.text-red{color:var(--red)}.text-blue{color:var(--primary)}.hidden{display:none!important}.app-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:1rem}.spinner{width:40px;height:40px;border:3px solid rgba(37,99,235,.2);border-radius:50%;border-top-color:var(--primary);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-container{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;height:100vh;z-index:50;transition:transform .3s ease}.sidebar-header{height:var(--header-height);display:flex;align-items:center;padding:0 1.5rem;border-bottom:1px solid var(--border)}.logo-link{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-content{display:flex;flex-direction:column;line-height:1;gap:4px}.logo-title{font-weight:800;font-size:1.5rem;letter-spacing:-.02em;color:#111827}.logo-tagline{font-size:12px;font-weight:500;color:#6b7280;letter-spacing:.02em}.sidebar-nav{flex:1;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--text-muted);text-decoration:none;border-radius:8px;font-weight:500;font-size:.95rem;transition:all .2s}.nav-item:hover{background:#eff6ff;color:var(--primary)}.nav-item.active{background:#eff6ff;color:var(--primary);font-weight:600}.nav-divider{height:1px;background:var(--border);margin:1rem 0}.sidebar-footer{padding:1rem;border-top:1px solid var(--border)}.user-mini-profile{display:flex;align-items:center;gap:.75rem}.avatar{width:36px;height:36px;background:#eff6ff;color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.info .name{font-size:.9rem;font-weight:600}.info .plan-badge{font-size:.75rem;color:var(--text-muted)}.main-content{flex:1;margin-left:var(--sidebar-width);display:flex;flex-direction:column;min-width:0}.topbar{height:var(--header-height);background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:40}.page-title{font-size:1.25rem;font-weight:700;margin:0}.topbar-actions{display:flex;align-items:center;gap:1.5rem}.search-bar{display:flex;align-items:center;background:var(--bg-light);padding:.5rem 1rem;border-radius:8px;width:240px;gap:.5rem;color:var(--text-muted)}.search-bar input{border:none;background:transparent;outline:none;font-size:.9rem;width:100%}.icon-btn{background:none;border:none;font-size:1.1rem;color:var(--text-muted);cursor:pointer;position:relative;padding:.5rem}.badge-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;background:var(--red);border-radius:50%;border:1px solid white}.view-container{padding:2rem;max-width:1200px;width:100%;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid var(--border);box-shadow:0 1px 2px #0000000d}.stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.stat-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.stat-icon{color:var(--primary);opacity:.8}.stat-value{font-size:1.75rem;font-weight:700;color:var(--text-main);margin:0}.stat-trend{font-size:.85rem;margin-top:.5rem;display:flex;align-items:center;gap:4px}.trend-up{color:var(--green)}.trend-down{color:var(--red)}.table-container{background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;margin-bottom:2rem}.section-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.section-title{font-size:1.1rem;font-weight:600;margin:0}table{width:100%;border-collapse:collapse}th{text-align:left;padding:1rem 1.5rem;background:#f8fafc;color:var(--text-muted);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}td{padding:1rem 1.5rem;border-bottom:1px solid var(--border);color:var(--text-main);font-size:.95rem}tr:last-child td{border-bottom:none}.badge{padding:.25rem .75rem;border-radius:99px;font-size:.75rem;font-weight:600;display:inline-block}.badge-score-high{background:#dcfce7;color:#166534}.badge-score-med{background:#fef3c7;color:#d97706}.badge-score-low{background:#fee2e2;color:#991b1b}.btn-sm{padding:.4rem .8rem;font-size:.85rem;border-radius:6px;cursor:pointer;border:1px solid var(--border);background:#fff;color:var(--text-main);transition:all .2s}.btn-sm:hover{background:var(--bg-light);border-color:#cbd5e1}.btn-primary{background:var(--primary);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover{background:var(--primary-hover)}.input-area{margin-bottom:1.5rem}.dashboard-input{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.95rem}.dashboard-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.mobile-toggle{display:none;background:none;border:none;font-size:1.25rem;cursor:pointer}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.mobile-toggle{display:block}.topbar{padding:0 1rem}.search-bar{display:none}.view-container{padding:1rem}}.profile-menu-container{position:relative}.profile-btn{border:none;background:none;cursor:pointer;padding:0}.dropdown-menu{position:absolute;top:100%;right:0;width:200px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;margin-top:.5rem;padding:.5rem;display:flex;flex-direction:column}.dropdown-header{padding:.75rem;font-size:.85rem;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:.5rem}.dropdown-item,.dropdown-menu a{display:flex;align-items:center;gap:.75rem;padding:.75rem;color:var(--text-main);text-decoration:none;border-radius:6px;font-size:.9rem;border:none;background:none;width:100%;text-align:left;cursor:pointer}.dropdown-item:hover,.dropdown-menu a:hover{background:var(--bg-light)}.dropdown-divider{height:1px;background:var(--border);margin:.5rem 0}
