@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--sidebar-width:260px;--sidebar-collapsed-width:80px;--header-height:64px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;background:#f4f7fb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}.login-wrapper{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#1b6ef3 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-wrapper:before{content:"";background:radial-gradient(circle,#1b6ef326 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.login-wrapper:after{content:"";background:radial-gradient(circle,#22c55e1a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#fffffff2;border-radius:20px;width:420px;padding:48px 40px;animation:.6s ease-out slideUp;position:relative;box-shadow:0 25px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-logo{text-align:center;margin-bottom:32px}.login-logo h1{background:linear-gradient(135deg,#1b6ef3,#22c55e);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:28px;font-weight:800}.login-logo p{color:#64748b;font-size:14px}.app-layout{min-height:100vh}.sidebar{z-index:100;border-right:1px solid #ffffff0d;top:0;bottom:0;left:0;overflow:auto;box-shadow:4px 0 24px #00000026;background:linear-gradient(#0b1120 0%,#151f32 100%)!important;position:fixed!important}.sidebar-logo{height:var(--header-height);cursor:pointer;border-bottom:1px solid #ffffff0f;justify-content:center;align-items:center;gap:10px;padding:0 16px;transition:all .3s;display:flex}.sidebar-logo:hover{background:#ffffff0a}.sidebar-logo .logo-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:800;display:flex;box-shadow:0 4px 12px #3b82f666}.sidebar-logo .logo-text{color:#fff;white-space:nowrap;letter-spacing:-.3px;font-size:18px;font-weight:700;overflow:hidden}.app-header{z-index:99;height:var(--header-height);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f099;justify-content:space-between;align-items:center;padding:0 28px;transition:left .2s;display:flex;position:fixed;top:0;right:0;box-shadow:0 4px 20px #00000005;background:#ffffffd9!important}.header-left{align-items:center;gap:16px;display:flex}.header-left h2{color:#0f172a;letter-spacing:-.3px;font-size:20px;font-weight:700}.header-right{align-items:center;gap:16px;display:flex}.app-content{margin-top:var(--header-height);min-height:calc(100vh - var(--header-height));padding:24px 28px;transition:margin-left .2s}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{transition:all .3s cubic-bezier(.25,.8,.25,1);overflow:hidden;background:linear-gradient(145deg,#fff 0%,#f8fafc 100%)!important;border:1px solid #fff9!important;border-radius:16px!important;box-shadow:0 4px 15px #00000008!important}.stat-card:hover{transform:translateY(-4px);border-color:#3b82f64d!important;box-shadow:0 12px 30px #1b6ef31a!important}.stat-card .ant-card-body{padding:20px 24px}.stat-card-content{justify-content:space-between;align-items:flex-start;display:flex}.stat-info h3{text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:8px;font-size:12px;font-weight:600}.stat-info .stat-value{color:#0f172a;letter-spacing:-.5px;font-size:28px;font-weight:800;line-height:1}.stat-info .stat-sub{color:#94a3b8;margin-top:6px;font-size:12px}.stat-icon{color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;transition:all .3s;display:flex}.stat-card:hover .stat-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);transform:scale(1.1)rotate(5deg);box-shadow:0 4px 15px #3b82f64d}.status-tag{text-transform:capitalize;border-radius:6px;padding:2px 10px;font-size:12px;font-weight:600}.chart-card{border:none!important;border-radius:14px!important}.chart-card .ant-card-head{border-bottom:1px solid #f1f5f9}.chart-card .ant-card-head-title{color:#0f172a;font-size:16px;font-weight:700}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{color:#0f172a;letter-spacing:-.3px;font-size:24px;font-weight:800}.page-header p{color:#64748b;margin-top:2px;font-size:14px}.filters-bar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.table-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;background:#ffffffe6!important;border:1px solid #e2e8f0cc!important;border-radius:16px!important;box-shadow:0 8px 30px #00000008!important}.table-card .ant-card-body{padding:0}.table-card .ant-table-thead>tr>th{text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.channel-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.channel-card{transition:all .25s;overflow:hidden;border:1px solid #e2e8f0!important;border-radius:14px!important}.channel-card:hover{transform:translateY(-2px);border-color:#1b6ef3!important;box-shadow:0 4px 20px #1b6ef31a!important}.channel-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.channel-card-header h3{color:#0f172a;font-size:16px;font-weight:700}.channel-detail{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:8px 0;font-size:13px;display:flex}.channel-detail:last-child{border-bottom:none}.channel-detail .label{color:#64748b}.channel-detail .value{color:#0f172a;font-weight:600}.empty-state{text-align:center;padding:60px 20px}.empty-state h3{color:#334155;margin-bottom:8px;font-size:18px;font-weight:700}.empty-state p{color:#94a3b8;font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out fadeIn}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.channel-grid{grid-template-columns:1fr}.app-content{padding:16px}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.filters-bar{flex-direction:column}}
