*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#080600;background-image:radial-gradient(at 20% 20%,#d4af3726 0%,#0000 50%),radial-gradient(at 80% 10%,#ff8c0014 0%,#0000 50%),radial-gradient(#b8860b0f 0%,#0000 60%),radial-gradient(at 10% 80%,#d4af3714 0%,#0000 50%),radial-gradient(at 90% 80%,#ff8c000f 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:fixed;background-origin:padding-box;background-clip:border-box;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#080600}::-webkit-scrollbar-thumb{background:linear-gradient(#d4af37,#b8860b);border-radius:3px}.dashboard-page{min-height:100vh;display:flex}.dashboard-sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#080600f7;border-right:1px solid #d4af3733;flex-direction:column;width:240px;height:100dvh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.dashboard-main{flex:1;margin-left:240px;padding:32px}.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.dashboard-pkg-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.dashboard-nav{flex-direction:column;flex:1;gap:4px;padding:16px;display:flex}.dashboard-sidebar-bottom{border-top:1px solid #d4af3726;padding:16px}.mobile-menu-btn,.sidebar-overlay{display:none}@media (width<=768px){.dashboard-page{flex-direction:column}.dashboard-sidebar{width:280px;height:100dvh;position:fixed;transform:translate(-100%)}.dashboard-sidebar.open{transform:translate(0)}.sidebar-overlay{z-index:99;background:#000000b3;display:block;position:fixed;inset:0}.dashboard-main{margin-left:0;padding:70px 16px 16px}.dashboard-stats{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.dashboard-pkg-grid{grid-template-columns:1fr}.mobile-menu-btn{display:flex}.dashboard-nav{overflow-y:auto}.mobile-topbar{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080600f7;border-bottom:1px solid #d4af3733;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:fixed;top:0;left:0;right:0}}@media (width>=769px){.mobile-topbar{display:none}}
