:root{font-family:Outfit,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffe6;background-color:#0b0f19}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background:radial-gradient(circle at top right,#1a233b,#0b0f19 60%)}.dashboard-container{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.title-group{display:flex;align-items:center;gap:1rem}.badge{background:#00d2ff26;color:#00d2ff;padding:.35rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid rgba(0,210,255,.3)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.card{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000005e;transition:transform .2s ease,border-color .2s ease}.card:hover{border-color:#00d2ff4d;transform:translateY(-2px)}.card-title{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:#00d2ff}.meta-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.meta-item:last-child{border-bottom:none}.meta-label{color:#fff9;font-size:.9rem}.meta-val{font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.85rem 1.25rem;margin-top:1.25rem;border-radius:10px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#00d2ff,#0072ff);color:#fff;box-shadow:0 4px 15px #00d2ff4d}.btn-primary:hover{opacity:.9;box-shadow:0 6px 20px #00d2ff80}.table-container{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;margin-top:1rem}th,td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}th{color:#ffffff80;font-size:.85rem;font-weight:600;text-transform:uppercase}td{font-size:.9rem}
