*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{color:#0f172a;background-color:#f1f5f9;min-height:100vh}.dashboard-container{flex-direction:column;max-width:1440px;min-height:100vh;margin:0 auto;padding:2.5rem 3rem;display:flex}.dashboard-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.dashboard-header h1{color:#0f172a;letter-spacing:-.03em;font-size:1.9rem;font-weight:800}.status-badge{border-radius:9999px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:700;box-shadow:0 4px 6px -1px #10b98133}.status-badge.active{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.dashboard-grid{flex-direction:column;gap:2.5rem;display:flex}.glass-panel{background:#fff;border:1px solid #fff;border-radius:16px;padding:2.2rem;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.glass-panel:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #00000008}.glass-panel:before{content:"";opacity:.9;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);width:100%;height:5px;position:absolute;top:0;left:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (width<=768px){.dashboard-container{padding:.8rem .6rem}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1.2rem}.dashboard-header h1{font-size:1.4rem!important}.glass-panel{padding:1.2rem}h2{font-size:1.3rem!important}}
