@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{color:#e2e8f0;background-color:#020617;font-family:Outfit,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#020617;background-image:radial-gradient(circle at 15%,#6366f126,#0000 25%),radial-gradient(circle at 85% 30%,#a855f726,#0000 25%),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-width:320px;min-height:100vh;display:flex}#root{flex-direction:column;width:100%;display:flex}.app-layout{width:100%;min-height:100vh;display:flex}.sidebar{-webkit-backdrop-filter:blur(40px);z-index:10;background:#05050af2;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;width:280px;padding:2rem;display:flex;box-shadow:10px 0 30px #00000080}.sidebar h2{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2.5rem;font-size:1.5rem;font-weight:800}.nav-item{color:#94a3b8;cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;margin-bottom:.5rem;padding:1rem 1.25rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.nav-item:hover{color:#f8fafc;background:#ffffff08;transform:translate(4px)}.nav-item.active{color:#e9d5ff;background:linear-gradient(90deg,#a855f726,#0000);border:1px solid #a855f733;box-shadow:0 0 20px #a855f726,inset 4px 0 #a855f7}.main-content{flex:1;padding:3rem 4rem;animation:.6s ease-out fadeIn;overflow-y:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.glass-panel{-webkit-backdrop-filter:blur(20px);background:#0f172a99;border:1px solid #ffffff14;border-radius:24px;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 25px 50px -12px #00000080,inset 0 1px #ffffff1a}.btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#9333ea);border:none;border-radius:12px;outline:none;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #4f46e54d}.btn:hover{background:linear-gradient(135deg,#6366f1,#a855f7);transform:translateY(-2px);box-shadow:0 8px 25px #4f46e580}.btn-sm{border-radius:8px;padding:.5rem 1rem;font-size:.85rem;box-shadow:0 2px 8px #4f46e533}.btn-danger{color:#ef4444;box-shadow:none;background:#ef44441a;border:1px solid #ef444433}.btn-danger:hover{color:#f87171;background:#ef444433}.input-field{color:#f8fafc;background:#0f172acc;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;margin-bottom:1.25rem;padding:.875rem 1.25rem;font-family:inherit;transition:all .3s}.input-field:focus{background:#1e293bcc;border-color:#818cf8}table{border-collapse:separate;border-spacing:0 .5rem;width:100%;margin-top:1.5rem}th,td{text-align:left;padding:1.25rem 1rem}th{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #ffffff0d;padding-bottom:.5rem;font-size:.75rem;font-weight:600}td{background:#ffffff05;border-top:1px solid #ffffff08;border-bottom:1px solid #ffffff08}td:first-child{border-left:1px solid #ffffff08;border-top-left-radius:12px;border-bottom-left-radius:12px}td:last-child{border-right:1px solid #ffffff08;border-top-right-radius:12px;border-bottom-right-radius:12px}tbody tr{transition:transform .2s,box-shadow .2s}tbody tr:hover td{background:#ffffff0d}.header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.header h1{font-size:2rem;font-weight:800}.header p{color:#64748b;margin-top:.25rem;font-weight:500}.badge-green{color:#34d399;background:#10b98126;border:1px solid #10b9814d;border-radius:999px;padding:.25rem .75rem;font-size:.85rem;font-weight:700}.badge-blue{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d;border-radius:999px;padding:.25rem .75rem;font-size:.85rem;font-weight:700}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.stat-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.stat-card:hover{background:#ffffff0d;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.stat-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.stat-value{font-size:2.5rem;font-weight:800;line-height:1}
