@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f0f23;color:#e2e8f0;overflow-x:hidden}.modern-dashboard{min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a3a 50%,#2d1b69);display:flex}.modern-sidebar{width:300px;background:rgba(15,15,35,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(139,92,246,.2);padding:2rem 1.5rem;position:fixed;height:100vh;overflow-y:auto;transform:translateX(-100%);transition:transform .3s ease;z-index:1000}.modern-sidebar.open{transform:translateX(0)}@media (min-width:1024px){.modern-sidebar{transform:translateX(0);position:static}}.sidebar-brand{margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(139,92,246,.2)}.brand-icon,.sidebar-brand{display:flex;align-items:center}.brand-icon{width:50px;height:50px;border-radius:16px;justify-content:center;margin-right:1rem;font-weight:700;font-size:1.5rem;color:white;box-shadow:0 8px 32px rgba(139,92,246,.3)}.brand-icon,.brand-text{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.brand-text{font-size:1.75rem;font-weight:800;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-section{margin-bottom:2rem}.nav-section-title{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding-left:1rem}.nav-item{display:flex;align-items:center;padding:1rem;margin:.25rem 0;border-radius:16px;color:#94a3b8;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden}.nav-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(236,72,153,.1));opacity:0;transition:opacity .3s ease}.nav-item.active,.nav-item:hover{color:white;background:rgba(139,92,246,.15);border:1px solid rgba(139,92,246,.3);box-shadow:0 4px 20px rgba(139,92,246,.2)}.nav-item.active:before,.nav-item:hover:before{opacity:1}.nav-icon{width:24px;height:24px;margin-right:1rem;font-size:1.25rem}.nav-icon,.nav-text{position:relative;z-index:1}.modern-main{flex:1;margin-left:0;background:transparent}@media (min-width:1024px){.modern-main{margin-left:300px}}.modern-topbar{background:rgba(15,15,35,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(139,92,246,.2);padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.menu-toggle{background:rgba(139,92,246,.2);border:1px solid rgba(139,92,246,.3);color:#8b5cf6;padding:.75rem;border-radius:12px;cursor:pointer;font-size:1.25rem;transition:all .3s ease}.menu-toggle:hover{background:rgba(139,92,246,.3);transform:scale(1.05)}@media (min-width:1024px){.menu-toggle{display:none}}.modern-content{padding:2.5rem;min-height:calc(100vh - 100px)}.page-header{margin-bottom:3rem;text-align:center}.page-title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#8b5cf6,#ec4899,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1.1}.page-subtitle{font-size:1.25rem;color:#94a3b8;font-weight:400}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.stat-card{background:rgba(15,15,35,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(139,92,246,.2);border-radius:24px;padding:2rem;position:relative;overflow:hidden;transition:all .3s ease}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#8b5cf6,#ec4899)}.stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(139,92,246,.3);border-color:rgba(139,92,246,.4)}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.stat-title{font-size:.875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.stat-icon{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,#8b5cf6,#ec4899);display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 8px 32px rgba(139,92,246,.3)}.stat-value{font-size:3rem;font-weight:800;color:white;margin-bottom:.5rem;line-height:1}.stat-change{font-size:.875rem;font-weight:500;color:#10b981;display:flex;align-items:center}.content-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:1024px){.content-grid{grid-template-columns:2fr 1fr}}.content-card{background:rgba(15,15,35,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(139,92,246,.2);border-radius:24px;padding:2rem;transition:all .3s ease}.content-card:hover{border-color:rgba(139,92,246,.4);box-shadow:0 8px 40px rgba(139,92,246,.2)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(139,92,246,.2)}.card-title{font-size:1.5rem;font-weight:700;color:white}.btn{padding:.75rem 1.5rem;border-radius:12px;font-weight:600;text-decoration:none;display:inline-block;text-align:center;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:white;box-shadow:0 4px 20px rgba(139,92,246,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(139,92,246,.4)}.btn-secondary{background:rgba(139,92,246,.2);color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}.btn-secondary:hover{background:rgba(139,92,246,.3);color:white}.account-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:rgba(139,92,246,.05);border:1px solid rgba(139,92,246,.2);border-radius:16px;margin-bottom:1rem;transition:all .3s ease}.account-item:hover{background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.3);transform:translateX(8px)}.account-avatar,.account-info{display:flex;align-items:center}.account-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ec4899,#8b5cf6);justify-content:center;color:white;font-weight:700;font-size:1.25rem;margin-right:1rem;box-shadow:0 8px 32px rgba(236,72,153,.3)}.account-details h4{font-weight:600;color:white;margin-bottom:.25rem;font-size:1.1rem}.account-details p{color:#94a3b8;font-size:.875rem}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-active{background:rgba(16,185,129,.2);color:#10b981;border:1px solid rgba(16,185,129,.3)}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{width:120px;height:120px;margin:0 auto 2rem;background:rgba(139,92,246,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#8b5cf6;border:2px solid rgba(139,92,246,.2)}.empty-state h3{font-size:1.5rem;font-weight:700;color:white;margin-bottom:1rem}.empty-state p{color:#94a3b8;margin-bottom:2rem;font-size:1.1rem}.activity-item{display:flex;align-items:start;padding:1rem;border-radius:12px;margin-bottom:1rem;transition:all .3s ease}.activity-item:hover{background:rgba(139,92,246,.05)}.activity-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:1rem;font-weight:700}.activity-success{background:rgba(16,185,129,.2);color:#10b981}.activity-error{background:rgba(239,68,68,.2);color:#ef4444}.activity-content h4{font-weight:600;color:white;margin-bottom:.25rem}.activity-content p{color:#94a3b8;font-size:.875rem;margin-bottom:.25rem}.activity-time{color:#64748b;font-size:.75rem}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.overlay.show{opacity:1;visibility:visible}@media (min-width:1024px){.overlay{display:none}}