@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,-apple-system,sans-serif;background:radial-gradient(circle at top right,#13111c,#06050a 60%);color:#e2e8f0;min-height:100vh}.glass-panel{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-right:1px solid hsla(0,0%,100%,.05);box-shadow:2px 0 24px 0 rgba(0,0,0,.2)}.glass-card,.glass-panel{background:hsla(0,0%,100%,.02)}.glass-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.05);border-radius:16px;padding:1.5rem;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.glass-card:hover{transform:translateY(-4px);border-color:rgba(139,92,246,.4);box-shadow:0 10px 40px -10px rgba(139,92,246,.15)}.gradient-text{background:linear-gradient(135deg,#c4b5fd,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h1,h2,h3{font-weight:600;color:#f8fafc}.sidebar-btn{width:100%;text-align:left;padding:.875rem 1.25rem;border-radius:12px;background:transparent;color:#94a3b8;border:1px solid transparent;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:1rem;display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.sidebar-btn:hover{background:hsla(0,0%,100%,.04);color:#f8fafc}.sidebar-btn.active{background:linear-gradient(90deg,rgba(139,92,246,.15),transparent);color:#c4b5fd;border:1px solid rgba(139,92,246,.2);border-left:3px solid #8b5cf6}.action-btn{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .2s;box-shadow:0 4px 14px 0 rgba(139,92,246,.39)}.action-btn:hover{opacity:.9;transform:translateY(-1px)}.table-container{width:100%;overflow-x:auto;border-radius:12px;background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.05)}.modern-table{width:100%;border-collapse:separate;border-spacing:0;text-align:left}.modern-table th{padding:1rem 1.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid hsla(0,0%,100%,.05);font-weight:600;background:hsla(0,0%,100%,.02)}.modern-table td{padding:1rem 1.5rem;color:#cbd5e1;border-bottom:1px solid hsla(0,0%,100%,.02);font-size:.875rem;vertical-align:middle}.modern-table tr:hover td{background:hsla(0,0%,100%,.015)}.modern-table tr:last-child td{border-bottom:none}.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;display:inline-block;text-transform:capitalize}.badge.pro{background:rgba(139,92,246,.1);color:#a78bfa;border:1px solid rgba(139,92,246,.2)}.badge.business{background:rgba(16,185,129,.1);color:#34d399;border:1px solid rgba(16,185,129,.2)}.badge.free{background:rgba(148,163,184,.1);color:#94a3b8;border:1px solid rgba(148,163,184,.2)}.badge-outline{padding:.2rem .5rem;border-radius:6px;font-size:.7rem;border:1px solid hsla(0,0%,100%,.1);color:#cbd5e1;background:rgba(0,0,0,.2);margin-right:.5rem;display:inline-block}.stat-value{font-size:2.5rem;font-weight:700;margin:.5rem 0;color:#f8fafc}.stat-label{font-size:.875rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-2{gap:.5rem}.gap-1{gap:.25rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.pt-8{padding-top:2rem}.p-8{padding:2rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-gray{color:#94a3b8}.text-red{color:#f87171}.text-center{text-align:center}.w-full{width:100%}.h-screen{height:100vh}.flex-1{flex:1 1}.overflow-y-auto{overflow-y:auto}.w-64{width:16rem}.w-72{width:18rem}