:root{--primary:#0f1b3d;--primary-light:#1e3a6e;--sidebar-bg:#0f1b3d;--sidebar-active:#2563eb;--accent:#2563eb;--accent-hover:#1d4ed8;--green:#059669;--bg:#f1f5f9;--surface:#fff;--text:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--error:#dc2626;--warning:#d97706}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6}.app-layout{min-height:100vh}.sidebar{background:var(--sidebar-bg);color:#fff;z-index:100;flex-direction:column;width:240px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-logo{border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;margin-bottom:.5rem;padding:1.25rem 1.25rem 1rem;display:flex}.sidebar-logo h2{color:#60a5fa;font-size:1rem;font-weight:700}.sidebar-logo small{color:#ffffff80;font-size:.65rem;display:block}.sidebar nav{flex:1;padding:.5rem .75rem}.sidebar nav a{color:#ffffffb3;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:2px;padding:.6rem .75rem;font-size:.85rem;text-decoration:none;transition:all .15s;display:flex}.sidebar nav a:hover{color:#fff;background:#ffffff14}.sidebar nav a.active{background:var(--sidebar-active);color:#fff;font-weight:600}.sidebar nav a .nav-icon{text-align:center;filter:grayscale()brightness(2);opacity:.8;width:1.5rem;font-size:.95rem}.sidebar-stats{background:#ffffff0f;border-radius:8px;margin:.75rem;padding:.75rem;font-size:.75rem}.sidebar-stats h4{color:#ffffffe6;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;display:flex}.sidebar-stats h4 .badge{font-size:.6rem}.sidebar-stats .stat-row{color:#fff9;justify-content:space-between;padding:2px 0;display:flex}.sidebar-stats .stat-row span:last-child{color:#ffffffe6;font-weight:600}.top-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.top-header-left{align-items:center;gap:1rem;display:flex}.top-header-left h1{color:var(--primary);white-space:nowrap;font-size:1.05rem;font-weight:700}.top-header-left small{color:var(--text-muted);white-space:nowrap;font-size:.7rem}.top-search{flex:1;max-width:480px;margin:0 2rem}.top-search input{background:var(--bg);border:1px solid var(--border);border-radius:8px;width:100%;margin-bottom:0;padding:.5rem 1rem .5rem 2.5rem;font-size:.85rem}.top-header-right{align-items:center;gap:1rem;display:flex}.user-avatar{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:600;display:flex}.content-area{min-height:100vh;margin-left:240px}.main{width:100%;max-width:1400px;padding:1.5rem 2rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000000a}.card h2{color:var(--primary);margin-bottom:1rem;font-size:1.1rem}.welcome-banner{color:#fff;background:linear-gradient(135deg,#1e3a6e 0%,#0f1b3d 100%);border-radius:16px;margin-bottom:1.5rem;padding:2rem 2.5rem;position:relative;overflow:hidden}.welcome-banner h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.welcome-banner p{color:#fffc;font-size:.9rem}.stats-row{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;flex:1;min-width:140px;padding:1rem 1.25rem}.stat-card .stat-value{font-size:1.75rem;font-weight:700}.stat-card .stat-label{color:#ffffffb3;margin-bottom:.25rem;font-size:.75rem}.stat-card .stat-trend{color:#34d399;margin-top:.25rem;font-size:.7rem}.quick-actions{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.action-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;color:var(--text);border-radius:12px;padding:1.25rem;text-decoration:none;transition:all .2s;display:block}.action-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb1a}.action-card h3{color:var(--primary);margin:.75rem 0 .5rem;font-size:.9rem}.action-card p{color:var(--text-muted);font-size:.78rem;line-height:1.5}.action-card .action-link{color:var(--accent);margin-top:.75rem;font-size:.8rem;font-weight:600;display:block}.action-card .action-icon{filter:grayscale();opacity:.7;font-size:1.3rem}.dashboard-grid{grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=1200px){.dashboard-grid{grid-template-columns:1fr}.quick-actions{grid-template-columns:repeat(2,1fr)}}.section-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.section-header h3{color:var(--primary);font-size:.95rem}.section-header a{color:var(--accent);font-size:.8rem;text-decoration:none}.activity-item{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.6rem 0;font-size:.82rem;display:flex}.activity-item:last-child{border-bottom:none}.activity-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.activity-dot.green{background:var(--green)}.activity-dot.blue{background:var(--accent)}.activity-dot.purple{background:#7c3aed}.activity-time{color:var(--text-muted);white-space:nowrap;margin-left:auto;font-size:.72rem}.progress-item{margin-bottom:.75rem}.progress-item .progress-header{justify-content:space-between;margin-bottom:.25rem;font-size:.82rem;display:flex}.progress-bar{background:var(--border);border-radius:3px;height:6px;overflow:hidden}.progress-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .5s}input,textarea,select{border:1px solid var(--border);background:#fff;border-radius:8px;width:100%;margin-bottom:.75rem;padding:.6rem .75rem;font-size:.85rem}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb1a}textarea{resize:vertical;min-height:80px}label{color:var(--text);margin-bottom:.25rem;font-size:.82rem;font-weight:600;display:block}button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .15s}button:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{color:var(--text);border:1px solid var(--border);background:#fff}button.secondary:hover{background:var(--bg)}button.accent{background:var(--green)}.badge{border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-block}.badge-error{color:var(--error);background:#fef2f2}.badge-warning{color:var(--warning);background:#fffbeb}.badge-info{color:#2563eb;background:#eff6ff}.badge-success{color:#059669;background:#f0fdf4}.results-list{list-style:none}.result-item{border-bottom:1px solid var(--border);grid-template-columns:1fr auto;align-items:start;gap:.5rem;padding:.75rem;display:grid}.result-item:last-child{border-bottom:none}.result-name{font-size:.9rem;font-weight:600}.result-type{color:var(--text-muted);background:var(--bg);border-radius:4px;padding:2px 6px;font-size:.75rem}.result-doc{color:var(--text-muted);margin-top:.25rem;font-size:.82rem}.score{color:var(--green);font-size:.8rem;font-weight:600}.status-bar{background:var(--bg);border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.82rem;display:flex}
