:root{--sidebar-width:280px;--sidebar-bg:#1a1a1b;--sidebar-accent:#2c2c2e}*{box-sizing:border-box}.dashboard-body{background-color:#f1f5f9;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}.dashboard-container{width:100%;display:flex}.dashboard-sidebar{width:var(--sidebar-width);background-color:var(--sidebar-bg);color:#fff;z-index:1000;flex-direction:column;height:100vh;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 10px #0000001a}.profile-section{text-align:center;border-bottom:1px solid #ffffff0d;padding:2.5rem 1.5rem}.profile-pic-container{background:#2c2c2e;border:3px solid #10b981;border-radius:50%;width:110px;height:110px;margin:0 auto 1.5rem;padding:4px;position:relative}.profile-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.upload-badge{color:#fff;cursor:pointer;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex;position:absolute;bottom:5px;right:5px;box-shadow:0 2px 4px #0003}.profile-section h3{color:#f8fafc;margin:0;font-size:1.25rem;font-weight:600}.profile-section p{color:#94a3b8;margin:8px 0 0;font-size:.85rem}.sidebar-nav{flex-direction:column;flex-grow:1;align-items:stretch;padding:2rem 0;display:flex}.sidebar-nav a{color:#cbd5e1;border-left:4px solid #0000;align-items:center;padding:.85rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.sidebar-nav a i{opacity:.8;width:24px;margin-right:14px;font-size:1.1rem}.sidebar-nav a:hover,.sidebar-nav a.active{color:#f8fafc;background-color:#ffffff0d;border-left-color:#10b981}.sidebar-footer{border-top:1px solid #ffffff0d;padding:2rem}.dashboard-main{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));min-height:100vh;padding:2.5rem}.dash-top-bar{background:#fff;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:1.25rem 2rem;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.dash-top-bar h1{color:#1e293b;letter-spacing:-.025em;margin:0;font-size:1.75rem;font-weight:700}.top-bar-right{align-items:center;gap:1.5rem;display:flex}.header-date{color:#475569;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:99px;align-items:center;gap:10px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;display:flex;box-shadow:inset 0 1px 2px #00000005}.header-date:before{content:"";color:#10b981;font-family:"Font Awesome 6 Free";font-weight:900}.dashboard-header{margin-bottom:3.5rem}.dashboard-header h2{color:#0f172a;letter-spacing:-.025em;margin:0 0 .75rem;font-size:2.25rem;font-weight:800}.dashboard-header p{color:#64748b;margin:0;font-size:1.1rem}.kpi-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.kpi-card{background:#fff;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.kpi-card:hover{transform:translateY(-5px)}.kpi-card i{color:#10b981;background:#f0fdf4;border-radius:12px;padding:1rem;font-size:2rem}.kpi-label{color:#64748b;text-transform:uppercase;margin-bottom:2px;font-size:.85rem;font-weight:500;display:block}.kpi-value{color:#1e293b;font-size:1.5rem;font-weight:800;display:block}.quick-actions{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.action-card{color:#fff;cursor:pointer;background:#1e293b;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .2s;display:flex}.action-card:hover{background:#0f172a;border-color:#10b981;transform:scale(1.02)}.action-card i{color:#10b981;font-size:1.75rem}.action-info h3{margin:0 0 4px;font-size:1.1rem}.action-info p{color:#94a3b8;margin:0;font-size:.85rem}.admin-grid{grid-template-columns:3fr 2fr;gap:2rem;display:grid}.admin-panel{background:#fff;border-radius:16px;flex-direction:column;display:flex;box-shadow:0 4px 6px -1px #0000000d}.panel-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.panel-header h2{color:#1e293b;margin:0;font-size:1.25rem}.news-display{flex-grow:1;padding:2rem}.news-meta{color:#64748b;margin-bottom:1rem;font-size:.85rem}.markdown-body h1,.markdown-body h2{color:#0f172a}
