@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";body{margin:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#e0e7ff;--accent:#f59e0b;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--bg:#f1f5f9;--surface:#fff;--surface2:#f8fafc;--border:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow:0 4px 16px #00000014;--shadow-lg:0 10px 40px #0000001f;--radius:12px;--radius-sm:8px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,system-ui,sans-serif}.app-header{z-index:100;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4338ca 100%);justify-content:space-between;align-items:center;height:68px;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #4338ca66}.header-left{align-items:center;gap:1rem;display:flex}.header-logo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;display:flex}.header-title{flex-direction:column;display:flex}.header-title h1{color:#fff;letter-spacing:-.3px;font-size:1.2rem;font-weight:800;line-height:1.2}.header-title span{color:#ffffff8c;letter-spacing:.5px;text-transform:uppercase;font-size:.72rem;font-weight:500}.header-right{align-items:center;gap:.75rem;display:flex}.header-badge{color:#ffffffd9;letter-spacing:.4px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #fff3;border-radius:20px;padding:.3rem .85rem;font-size:.72rem;font-weight:600}.live-dot{color:#ffffffb3;align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;display:flex}.live-dot:before{content:"";background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 0 3px #10b9814d}@keyframes pulse{0%,to{box-shadow:0 0 0 3px #10b9814d}50%{box-shadow:0 0 0 6px #10b9811a}}.app-main{max-width:1440px;margin:0 auto;padding:1.75rem 2rem}.filter-panel{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);z-index:50;margin-bottom:1.5rem;position:relative;overflow:visible}.filter-panel-header{background:var(--surface2);border-bottom:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:.9rem 1.5rem;display:flex}.filter-panel-header-left{color:var(--text);align-items:center;gap:.6rem;font-size:.85rem;font-weight:700;display:flex}.filter-icon{background:var(--primary-light);border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex}.filter-toggle-icon{color:var(--text-muted);font-size:.8rem;transition:transform .25s}.filter-toggle-icon.open{transform:rotate(180deg)}.filter-body{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:end;gap:1rem;padding:1.25rem 1.5rem;display:grid}.filter-group{flex-direction:column;gap:.4rem;display:flex}.filter-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;display:flex}.filter-group label .req{color:var(--danger)}.filter-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface2);color:var(--text);outline:none;width:100%;padding:.55rem .85rem;font-family:inherit;font-size:.85rem;transition:border-color .2s,box-shadow .2s,background .2s}.filter-input:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #6366f11f}.filter-input::placeholder{color:var(--text-light)}.filter-actions{align-items:flex-end;gap:.6rem;display:flex}.btn-apply{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.4rem;padding:.58rem 1.4rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:opacity .2s,transform .1s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #6366f159}.btn-apply:hover:not(:disabled){opacity:.9;box-shadow:0 6px 18px #6366f173}.btn-apply:active:not(:disabled){transform:scale(.97)}.btn-apply:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.btn-reset{background:var(--surface);color:var(--text-muted);border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;padding:.55rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.btn-reset:hover{border-color:var(--danger);color:var(--danger);background:#fff5f5}.stat-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.stat-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.stat-icon.blue{background:#eff6ff}.stat-icon.green{background:#f0fdf4}.stat-icon.amber{background:#fffbeb}.stat-icon.purple{background:#faf5ff}.stat-icon.red{background:#fff1f2}.stat-info{flex:1;min-width:0}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.72rem;font-weight:600}.stat-value{color:var(--text);font-size:1.6rem;font-weight:800;line-height:1}.stat-sub{color:var(--text-light);margin-top:.2rem;font-size:.72rem}.tabs-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.tabs{background:var(--surface);box-shadow:var(--shadow-sm);border:1px solid var(--border);border-radius:10px;gap:.35rem;padding:.3rem;display:flex}.tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-family:inherit;font-size:.83rem;font-weight:600;transition:all .2s;display:flex}.tab:hover{color:var(--primary);background:var(--primary-light)}.tab.active{background:var(--primary);color:#fff;box-shadow:0 2px 8px #6366f159}.tab-count{background:#ffffff40;border-radius:10px;padding:.1rem .45rem;font-size:.68rem;font-weight:700}.tab:not(.active) .tab-count{background:var(--border);color:var(--text-muted)}.table-meta{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;display:flex}.table-section{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.table-header{border-bottom:1px solid var(--border);background:var(--surface2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.table-header-left{align-items:center;gap:.75rem;display:flex}.table-header-icon{border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:flex}.table-header-icon.purple{background:var(--primary-light)}.table-header-icon.blue{background:#eff6ff}.table-header h2{color:var(--text);font-size:.95rem;font-weight:700}.table-header p{color:var(--text-muted);margin-top:.1rem;font-size:.75rem}.table-header-right{align-items:center;gap:.6rem;display:flex}.record-count{background:var(--primary-light);color:var(--primary-dark);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.table-wrap{max-height:520px;overflow:auto}.table-wrap::-webkit-scrollbar{width:6px;height:6px}.table-wrap::-webkit-scrollbar-track{background:var(--surface2)}.table-wrap::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.table-wrap::-webkit-scrollbar-thumb:hover{background:var(--text-light)}table{border-collapse:collapse;width:100%;font-size:.82rem}thead{z-index:10;background:#1e1b4b;position:sticky;top:0}th{text-align:left;color:#ffffffa6;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-right:1px solid #ffffff0f;padding:.8rem 1rem;font-size:.7rem;font-weight:600}th:last-child{border-right:none}th:first-child{border-radius:0}tbody tr{border-bottom:1px solid var(--border);transition:background .15s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:#f8f7ff}tbody tr:nth-child(2n){background:var(--surface2)}tbody tr:nth-child(2n):hover{background:#f8f7ff}td{color:var(--text);white-space:nowrap;border-right:1px solid var(--border);padding:.75rem 1rem;font-size:.82rem}td:last-child{border-right:none}.td-primary{color:var(--primary-dark);font-weight:600}.td-mono{color:var(--text-muted);font-family:SF Mono,Fira Code,monospace;font-size:.78rem}.td-amount{color:var(--text);font-variant-numeric:tabular-nums;font-weight:700}.no-data{text-align:center;color:var(--text-light);padding:4rem 2rem!important}.no-data-inner{flex-direction:column;align-items:center;gap:.5rem;display:flex}.no-data-icon{opacity:.4;font-size:2.5rem}.no-data-text{font-size:.9rem;font-weight:500}.no-data-sub{color:var(--text-light);font-size:.78rem}.badge{text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;border-radius:20px;align-items:center;gap:.3rem;padding:.22rem .7rem;font-size:.7rem;font-weight:700;display:inline-flex}.badge:before{content:"";border-radius:50%;flex-shrink:0;width:5px;height:5px}.badge.success{color:#15803d;background:#dcfce7}.badge.success:before{background:#16a34a}.badge.failed{color:#b91c1c;background:#fee2e2}.badge.failed:before{background:#dc2626}.badge.pending{color:#a16207;background:#fef9c3}.badge.pending:before{background:#ca8a04}.action-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:6px;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.action-badge.renew{color:#1d4ed8;background:#eff6ff}.action-badge.activate{color:#15803d;background:#f0fdf4}.action-badge.churn{color:#be123c;background:#fff1f2}.action-badge.default{background:var(--surface2);color:var(--text-muted)}.pack-badge{text-transform:uppercase;letter-spacing:.3px;color:#7c3aed;background:#faf5ff;border:1px solid #e9d5ff;border-radius:5px;padding:.18rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.pagination{border-top:1px solid var(--border);background:var(--surface2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1.5rem;display:flex}.pagination-info{color:var(--text-muted);font-size:.8rem;font-weight:500}.pagination-info strong{color:var(--text)}.pagination-controls{align-items:center;gap:.35rem;display:flex}.page-btn{border:1.5px solid var(--border);background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--text-muted);border-radius:7px;justify-content:center;align-items:center;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.page-btn:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 8px #6366f14d}.page-btn:disabled{opacity:.35;cursor:not-allowed}.skeleton-wrap{padding:0}.skeleton-row{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.skeleton-cell{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;flex-shrink:0;height:14px;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-box{border-radius:var(--radius-sm);color:#be123c;background:#fff1f2;border:1.5px solid #fecdd3;align-items:center;gap:.5rem;margin:1rem 1.5rem;padding:.85rem 1.1rem;font-size:.83rem;font-weight:500;display:flex}@media (width<=768px){.app-main{padding:1rem}.app-header{padding:0 1rem}.header-right{display:none}.filter-body,.stat-cards{grid-template-columns:1fr 1fr}.tabs-bar,.pagination{flex-direction:column;align-items:flex-start}}@media (width<=480px){.filter-body,.stat-cards{grid-template-columns:1fr}.filter-actions{flex-direction:column}.btn-apply,.btn-reset{justify-content:center;width:100%}}.header-user{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:10px;align-items:center;gap:.6rem;padding:.35rem .75rem .35rem .45rem;display:flex}.header-avatar{color:#fff;background:linear-gradient(135deg,#a5b4fc,#818cf8);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:800;display:flex}.header-user-info{flex-direction:column;line-height:1.2;display:flex}.header-user-name{color:#fff;font-size:.78rem;font-weight:700}.header-user-email{color:#ffffff80;font-size:.65rem}.btn-logout{color:#fca5a5;cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ef444426;border:1px solid #ef444459;border-radius:8px;padding:.38rem .85rem;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .2s}.btn-logout:hover{color:#fff;background:#ef44444d;border-color:#ef444499}@media (width<=768px){.header-user,.btn-logout{display:none}}.fb-field{flex-direction:column;gap:.4rem;display:flex;position:relative}.fb-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:700}.fb-select{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface2);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.5rem;min-height:38px;padding:.52rem .85rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.fb-select:hover:not(.disabled),.fb-select.open{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #6366f11a}.fb-select.disabled{opacity:.55;cursor:not-allowed;background:#f1f5f9}.fb-placeholder{color:var(--text-light);flex:1;font-size:.83rem}.fb-value{color:var(--text);flex:1;font-size:.83rem;font-weight:500}.fb-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.fb-chevron.rotated{transform:rotate(180deg)}.fb-dropdown{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);z-index:500;max-height:220px;animation:.15s dropIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.fb-dropdown::-webkit-scrollbar{width:4px}.fb-dropdown::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.fb-option{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;padding:.52rem .9rem;font-size:.83rem;transition:background .1s;display:flex;position:relative}.fb-option:hover{background:var(--surface2)}.fb-option.active{background:var(--primary-light);color:var(--primary-dark);font-weight:600}.fb-option-empty{color:var(--text-light);cursor:default;font-style:italic}.fb-option-empty:hover{background:0 0}.fb-check{color:var(--primary);flex-shrink:0;font-size:.75rem}.st-section{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.st-header{border-bottom:1px solid var(--border);background:var(--surface2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.st-header-left{align-items:center;gap:.75rem;display:flex}.st-header-icon{background:var(--primary-light);border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:flex}.st-header h2{color:var(--text);font-size:.95rem;font-weight:700}.st-header p{color:var(--text-muted);margin-top:.1rem;font-size:.75rem}.st-header-right{align-items:center;gap:.6rem;display:flex}.st-export-btn{color:#15803d;border-radius:var(--radius-sm);cursor:pointer;background:#f0fdf4;border:1.5px solid #bbf7d0;padding:.35rem .9rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .2s}.st-export-btn:hover{background:#dcfce7;border-color:#86efac}.st-table{border-collapse:collapse;width:100%;font-size:.8rem}.st-table thead{z-index:10;background:#1e1b4b;position:sticky;top:0}.st-th{text-align:right;color:#ffffffbf;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-right:1px solid #ffffff14;padding:.75rem .85rem;font-size:.68rem;font-weight:700}.st-th:first-child{text-align:left}.st-th:last-child{border-right:none}.st-td{text-align:right;color:var(--text);white-space:nowrap;border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:.7rem .85rem;font-size:.8rem}.st-td:first-child{text-align:left;font-weight:600}.st-td:last-child{border-right:none}tbody tr:hover .st-td{background:#f8f7ff}tbody tr:nth-child(2n) .st-td{background:var(--surface2)}tbody tr:nth-child(2n):hover .st-td{background:#f8f7ff}.st-date{color:var(--primary-dark);font-size:.78rem;font-weight:700}.st-network{color:#1d4ed8;background:#dbeafe;border-radius:4px;padding:.15rem .55rem;font-size:.7rem;font-weight:700;display:inline-block}.st-rev{color:#15803d;font-weight:700}.st-muted{color:var(--text-light)}.fb-date-span{z-index:600;grid-column:span 2;position:relative}.drp-wrap{width:100%;position:relative}.drp-trigger{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface2);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;min-height:38px;padding:.55rem .9rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}.drp-trigger:hover,.drp-trigger.open{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #6366f11a}.drp-trigger-icon{color:var(--primary);flex-shrink:0}.drp-trigger-ph{color:var(--text-light);flex:1;font-size:.83rem}.drp-trigger-val{color:var(--text);flex:1;font-size:.83rem;font-weight:600}.drp-trigger-arrow{color:var(--text-muted);flex-shrink:0;margin-left:auto}.drp-popup{z-index:9999;border:1.5px solid var(--border);background:#fff;border-radius:14px;min-width:720px;animation:.18s cubic-bezier(.16,1,.3,1) drpIn;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 20px 60px #00000026,0 4px 16px #00000014}@keyframes drpIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.drp-sidebar{border-right:1px solid var(--border);background:#f8fafc;flex-direction:column;flex-shrink:0;gap:.2rem;width:148px;padding:1rem .6rem;display:flex}.drp-preset-btn{color:#475569;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:.52rem .85rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .15s}.drp-preset-btn:hover{color:#4338ca;background:#e0e7ff}.drp-preset-btn.active{color:#fff;background:#6366f1;font-weight:700}.drp-main{flex-direction:column;flex:1;gap:1rem;padding:1.1rem 1.25rem;display:flex}.drp-top-inputs{align-items:center;gap:.75rem;display:flex}.drp-input-box{border:1.5px solid var(--border);background:var(--surface2);border-radius:8px;flex:1;align-items:center;gap:.5rem;padding:.45rem .75rem;transition:border-color .2s;display:flex}.drp-input-box:focus-within{border-color:var(--primary);background:#fff}.drp-input-icon{color:var(--primary);flex-shrink:0}.drp-input{color:var(--text);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.82rem}.drp-input-sep{color:var(--text-muted);flex-shrink:0;font-size:.9rem}.drp-cals-row{align-items:flex-start;gap:.5rem;display:flex}.drp-nav-btn{border:1.5px solid var(--border);background:var(--surface);cursor:pointer;width:30px;height:30px;color:var(--text-muted);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1.6rem;transition:all .15s;display:flex}.drp-nav-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.drp-cals-divider{background:var(--border);align-self:stretch;width:1px;margin:0 .25rem}.drp-cal{flex:1}.drp-cal-title{color:var(--text);text-align:center;letter-spacing:-.2px;margin-bottom:.6rem;font-size:.85rem;font-weight:700}.drp-cal-grid{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.drp-dow{color:var(--text-muted);text-align:center;text-transform:uppercase;letter-spacing:.3px;padding:.2rem 0 .35rem;font-size:.65rem;font-weight:700}.drp-day{aspect-ratio:1;cursor:pointer;color:var(--text);border-radius:0;justify-content:center;align-items:center;font-size:.78rem;transition:background .1s;display:flex;position:relative}.drp-day span{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .1s,color .1s;display:flex;position:relative}.drp-day:hover span{color:#4338ca;background:#e0e7ff}.drp-day.in-range{background:#eef2ff}.drp-day.in-range span{color:#4338ca}.drp-day.edge span{font-weight:700;color:#fff!important;background:#6366f1!important}.drp-day.start{border-radius:50% 0 0 50%}.drp-day.end{border-radius:0 50% 50% 0}.drp-day.start.end{border-radius:50%}.drp-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.85rem;display:flex}.drp-footer-range{color:var(--text-muted);font-size:.78rem;font-weight:500}.drp-footer-btns{gap:.5rem;display:flex}.drp-btn-cancel{border:1.5px solid var(--border);background:var(--surface);cursor:pointer;color:var(--text-muted);border-radius:7px;padding:.42rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .15s}.drp-btn-cancel:hover{color:#ef4444;border-color:#ef4444}.drp-btn-apply{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:7px;padding:.42rem 1.2rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:opacity .15s,box-shadow .15s;box-shadow:0 3px 10px #6366f159}.drp-btn-apply:hover:not(:disabled){opacity:.88;box-shadow:0 5px 16px #6366f173}.drp-btn-apply:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}@media (width<=900px){.drp-popup{min-width:unset;flex-direction:column;width:calc(100vw - 2rem)}.drp-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-flow:wrap;width:100%;padding:.5rem}.drp-cals-row{flex-direction:column}.drp-cals-divider{display:none}.fb-date-span{grid-column:span 1}}.ct-section{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.ct-header{border-bottom:1px solid var(--border);background:var(--surface2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.ct-header-left{align-items:center;gap:.75rem;display:flex}.ct-header-icon{background:var(--primary-light);border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.ct-header h2{color:var(--text);font-size:.95rem;font-weight:700}.ct-header p{color:var(--text-muted);margin-top:.1rem;font-size:.75rem}.ct-header-right{align-items:center;gap:.6rem;display:flex}.ct-export-btn{color:#15803d;border-radius:var(--radius-sm);cursor:pointer;background:#f0fdf4;border:1.5px solid #bbf7d0;padding:.35rem .9rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .2s}.ct-export-btn:hover{background:#dcfce7;border-color:#86efac}.ct-table{border-collapse:collapse;width:100%;font-size:.8rem}.ct-group-row th{text-align:center;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-right:2px solid #fff;padding:.4rem .5rem;font-size:.65rem;font-weight:800}.ct-group-row th:last-child{border-right:none}.grp-info{color:#3730a3;background:#e0e7ff}.grp-act{color:#166534;background:#dcfce7}.grp-renew{color:#9a3412;background:#ffedd5}.grp-churn{color:#991b1b;background:#fee2e2}.grp-rev{color:#155e75;background:#cffafe}.grp-cr{color:#9d174d;background:#fce7f3}.ct-th{text-align:right;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;border-right:1px solid var(--border);border-bottom:2px solid var(--border);z-index:10;padding:.65rem .8rem;font-size:.68rem;font-weight:700;position:sticky;top:0}.ct-th:first-child{text-align:left}.ct-th:last-child{border-right:none}.ct-th.grp-info{color:#3730a3;background:#eef2ff}.ct-th.grp-act{color:#166534;background:#f0fdf4}.ct-th.grp-renew{color:#9a3412;background:#fff7ed}.ct-th.grp-churn{color:#991b1b;background:#fff1f2}.ct-th.grp-rev{color:#155e75;background:#ecfeff}.ct-th.grp-cr{color:#9d174d;background:#fdf2f8}.ct-td{text-align:right;color:var(--text);white-space:nowrap;border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:.7rem .8rem;font-size:.8rem}.ct-td:first-child{text-align:left}.ct-td:last-child{border-right:none}.ct-td.grp-info{background:#e0e7ff1f}.ct-td.grp-act{background:#dcfce71f}.ct-td.grp-renew{background:#ffedd51f}.ct-td.grp-churn{background:#fee2e21f}.ct-td.grp-rev{background:#cffafe1f}.ct-td.grp-cr{background:#fce7f31f}tbody tr:hover .ct-td{background:#f5f3ff!important}tbody tr:nth-child(2n) .ct-td{filter:brightness(.985)}.ct-network{color:#1d4ed8;background:#dbeafe;border-radius:4px;padding:.18rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.ct-rev{color:#15803d;font-weight:700}.ct-muted{color:var(--text-light)}.cr-badge{border-radius:4px;padding:.18rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.cr-good{color:#15803d;background:#dcfce7}.cr-mid{color:#a16207;background:#fef9c3}.cr-low{color:#b91c1c;background:#fee2e2}.ct-th-dummy{color:#64748b!important;background:#f8fafc!important}.ct-td-dummy{color:#475569;background:#fafafa!important}tbody tr:hover .ct-td-dummy{background:#f1f5f9!important}.ct-dummy-dot{color:#94a3b8;vertical-align:super;margin-left:2px;font-size:.65rem;display:inline-block}.ct-legend{color:var(--text-muted);border-top:1px solid var(--border);background:var(--surface2);align-items:center;gap:.25rem;padding:.5rem 1.5rem;font-size:.72rem;display:flex}.ct-legend-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.ct-legend-dot.dummy{background:#cbd5e1}.ct-date{color:var(--primary-dark);font-size:.78rem;font-weight:600}.sr-date-block{border-top:1px solid var(--border)}.sr-date-block:first-of-type{border-top:none}.sr-date-header{background:var(--surface2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.7rem 1.25rem;display:flex}.sr-date-header h3{color:var(--primary-dark);font-size:.84rem;font-weight:700}.sr-date-count{color:var(--text-muted);font-size:.72rem;font-weight:600}.sr-network-block{border-bottom:1px solid var(--border)}.sr-network-block:last-child{border-bottom:none}.sr-network-header{border-bottom:1px solid var(--border);background:#f8fafc;justify-content:space-between;align-items:center;padding:.55rem 1.25rem .55rem 1.75rem;display:flex}.sr-network-name{color:var(--text);font-size:.8rem;font-weight:700}.hr-section{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);overflow:hidden}.hr-header{border-bottom:1px solid var(--border);background:var(--surface2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.hr-header-left{align-items:center;gap:.75rem;display:flex}.hr-header-icon{background:#fef9c3;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.hr-header h2{color:var(--text);align-items:center;gap:.5rem;font-size:.95rem;font-weight:700;display:flex}.hr-header p{color:var(--text-muted);margin-top:.1rem;font-size:.75rem}.hr-header-right{align-items:center;gap:.6rem;display:flex}.hr-vas-badge{color:#15803d;text-transform:uppercase;letter-spacing:.4px;background:#dcfce7;border-radius:20px;padding:.15rem .55rem;font-size:.65rem;font-weight:700}.hr-body{flex-direction:column;display:flex}.hr-loading{padding:1rem 1.5rem}.hr-card{border-bottom:1px solid var(--border)}.hr-card:last-child{border-bottom:none}.hr-card-header{cursor:pointer;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.5rem;transition:background .15s;display:flex}.hr-card-header:hover{background:#f8f7ff}.hr-card-left{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.hr-card-index{background:var(--primary-light);width:28px;height:28px;color:var(--primary-dark);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.hr-card-info{min-width:0}.hr-card-title{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.hr-campaign-id{color:var(--text);font-size:.85rem;font-weight:700}.hr-product{background:var(--primary-light);color:var(--primary-dark);border-radius:5px;padding:.15rem .55rem;font-size:.7rem;font-weight:700}.hr-dsp{color:#a16207;background:#fef9c3;border-radius:5px;padding:.15rem .55rem;font-size:.7rem;font-weight:600}.hr-card-meta{color:var(--text-muted);align-items:center;gap:1rem;font-size:.75rem;display:flex}.hr-link{color:var(--primary);font-weight:500;text-decoration:none}.hr-link:hover{text-decoration:underline}.hr-card-stats{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.hr-stat{flex-direction:column;align-items:center;min-width:52px;display:flex}.hr-stat-val{color:var(--text);font-size:1rem;font-weight:800;line-height:1.1}.hr-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;margin-top:.1rem;font-size:.65rem}.hr-conv,.cr-good-text{color:#15803d}.cr-mid-text{color:#a16207}.cr-low-text{color:#b91c1c}.hr-card-actions{gap:.4rem;display:flex}.hr-export-btn{color:#15803d;cursor:pointer;white-space:nowrap;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:6px;padding:.3rem .7rem;font-family:inherit;font-size:.72rem;font-weight:700;transition:all .15s}.hr-export-btn:hover{background:#dcfce7}.hr-expand-icon{color:var(--text-muted);font-size:.75rem;transition:transform .25s}.hr-expand-icon.open{transform:rotate(180deg)}.hr-table-wrap{border-top:1px solid var(--border);background:#fafbff;overflow-x:auto}.hr-table{border-collapse:collapse;width:100%;font-size:.82rem}.hr-table thead{background:#1e1b4b}.hr-table th{text-align:left;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-right:1px solid #ffffff12;padding:.65rem 1rem;font-size:.68rem;font-weight:700}.hr-table th:last-child{border-right:none}.hr-table tbody tr{border-bottom:1px solid var(--border);transition:background .12s}.hr-table tbody tr:hover{background:#f0f4ff}.hr-table tbody tr:last-child{border-bottom:none}.hr-td-hour{color:var(--primary-dark);white-space:nowrap;padding:.6rem 1rem;font-size:.78rem;font-weight:600}.hr-td-num{text-align:right;white-space:nowrap;border-right:1px solid var(--border);padding:.6rem 1rem}.hr-td-num:last-child{border-right:none}.hr-conv-badge{color:#15803d;background:#dcfce7;border-radius:4px;padding:.15rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.hr-stp-badge{color:#1d4ed8;background:#eff6ff;border-radius:4px;padding:.15rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.hr-zero{color:var(--text-light)}.hr-totals-row{background:#f0f4ff!important}.hr-totals-row td{border-top:2px solid var(--border);padding:.65rem 1rem}.hr-table-h{min-width:max-content}.hr-th-metric{text-align:left;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;z-index:5;background:#1e1b4b;border-right:2px solid #ffffff26;min-width:110px;padding:.65rem 1rem;font-size:.68rem;font-weight:700;position:sticky;left:0}.hr-th-hour{text-align:center;color:#ffffffb3;white-space:nowrap;border-right:1px solid #ffffff12;min-width:90px;padding:.65rem .75rem;font-size:.68rem;font-weight:600}.hr-th-hour:last-child{border-right:none}.hr-th-total{text-align:center;color:#fbbf24;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#2d2a5e;border-left:2px solid #ffffff26;min-width:80px;padding:.65rem .85rem;font-size:.68rem;font-weight:800}.hr-metric-label{color:var(--text);white-space:nowrap;background:var(--surface2);z-index:4;border-right:2px solid var(--border);padding:.65rem 1rem;font-size:.78rem;font-weight:700;position:sticky;left:0}.hr-cell{text-align:center;white-space:nowrap;border-right:1px solid var(--border);padding:.6rem .75rem;font-size:.8rem}.hr-cell:last-child{border-right:none}.hr-total-cell{background:#fefce8;border-left:2px solid #fde68a;font-size:.82rem}.hr-clicks-val{color:var(--text);font-weight:600}.hr-table-h tbody tr:nth-child(odd){background:var(--surface)}.hr-table-h tbody tr:nth-child(2n){background:var(--surface2)}.hr-table-h tbody tr:hover td{background:#f0f4ff!important}.hr-table-h tbody tr:hover .hr-metric-label{background:#e8eeff!important}.hr-table-h tbody tr:hover .hr-total-cell{background:#fef9c3!important}.hr-cell-empty{opacity:.55;background:#f8fafc!important}.hr-th-has-data{color:#fff!important;background:#2d2a5e!important}.cut-editor{border:1.5px solid var(--border);background:#f8fafc;border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.3rem .6rem;display:flex}.cut-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:.68rem;font-weight:800}.cut-select-wrap{align-items:center;gap:.3rem;display:flex;position:relative}.cut-select{border:1.5px solid var(--border);color:var(--primary-dark);cursor:pointer;text-align:center;background:#fff;border-radius:6px;outline:none;min-width:60px;padding:.28rem .5rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:border-color .2s,box-shadow .2s}.cut-select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #6366f126}.cut-select:hover:not(:disabled){border-color:var(--primary)}.cut-select.saving{opacity:.6;cursor:not-allowed}.cut-spinner{font-size:.8rem;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.cut-feedback{white-space:nowrap;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600;animation:.2s fadeIn}.cut-feedback.success{color:#15803d;background:#dcfce7}.cut-feedback.error{color:#b91c1c;background:#fee2e2}@keyframes fadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.main-tabs{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border);flex-wrap:wrap;gap:0;margin-bottom:1.5rem;display:flex;overflow:hidden}.main-tab{border:none;border-right:1px solid var(--border);background:var(--surface);min-width:140px;color:var(--text-muted);cursor:pointer;white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.85rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.main-tab:last-child{border-right:none}.main-tab:hover{background:var(--primary-light);color:var(--primary-dark)}.main-tab.active{background:var(--primary);color:#fff;box-shadow:inset 0 -3px #00000026}.main-tab-icon{font-size:1rem}.sub-tabs-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.sub-tabs{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:8px;gap:.3rem;padding:.25rem;display:flex}.sub-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.42rem 1.1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .18s}.sub-tab:hover{background:var(--primary-light);color:var(--primary-dark)}.sub-tab.active{background:var(--primary);color:#fff;box-shadow:0 2px 6px #6366f14d}.cutback-page{flex-direction:column;gap:1.25rem;display:flex}.cutback-form{padding:1.5rem}.cutback-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.1rem;margin-bottom:1.25rem;display:grid}.cutback-feedback{border-radius:var(--radius-sm);align-items:center;gap:.4rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.83rem;font-weight:600;display:flex}.cutback-feedback.success{color:#15803d;background:#dcfce7;border:1.5px solid #bbf7d0}.cutback-feedback.error{color:#b91c1c;background:#fee2e2;border:1.5px solid #fecaca}.cutback-actions{flex-wrap:wrap;gap:.75rem;display:flex}@media (width<=768px){.main-tabs{flex-direction:column}.main-tab{border-right:none;border-bottom:1px solid var(--border)}.main-tab:last-child{border-bottom:none}.cutback-grid{grid-template-columns:1fr}}.fb-option-demo{opacity:.7;color:var(--text-light)!important}.fb-option-demo:hover{background:var(--surface2)!important}.fb-demo-tag{text-transform:uppercase;letter-spacing:.4px;color:#94a3b8;background:#e2e8f0;border-radius:4px;margin-left:auto;padding:.1rem .4rem;font-size:.62rem;font-weight:700}.hr-expanded-wrap{border-top:1px solid var(--border);min-height:200px;display:flex}.hr-date-sidebar{background:var(--surface2);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;align-self:flex-start;gap:.2rem;width:160px;max-height:400px;padding:.5rem;display:flex;position:sticky;top:0;overflow-y:auto}.hr-date-sidebar-title{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:.15rem;padding:0 .3rem .35rem;font-size:.65rem;font-weight:700}.hr-date-tabs{flex-direction:column;gap:.25rem;display:flex}.hr-date-tab{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;border-radius:5px;width:100%;padding:.28rem .6rem;font-family:inherit;font-size:.73rem;font-weight:500;transition:all .12s;overflow:hidden}.hr-date-tab:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.hr-date-tab.active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:700}.null-cell{color:#cbd5e1;letter-spacing:.5px;-webkit-user-select:none;user-select:none;font-size:.85rem;font-weight:500}.stp-badge{color:#1d4ed8;background:#eff6ff;border-radius:4px;padding:.18rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.demo-app{background:#f4f4f4;min-height:100vh}.demo-navbar{z-index:200;background:#222;border-bottom:1px solid #080808;justify-content:space-between;align-items:center;min-height:50px;padding:0 1.25rem;display:flex;position:sticky;top:0;box-shadow:0 2px 6px #00000040}.demo-navbar-brand{color:#fff;letter-spacing:.2px;font-size:1.05rem;font-weight:700}.demo-navbar-nav{align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.demo-nav-user{color:#999;font-size:.8rem;font-weight:600}.demo-nav-user-block{color:#ddd;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;display:flex}.demo-nav-avatar{color:#fff;background:#444;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.demo-nav-link{color:#bbb;cursor:pointer;background:0 0;border:none;padding:.35rem .25rem;font-family:inherit;font-size:.8rem;font-weight:600}.demo-nav-link:hover{color:#fff}.demo-page-wrapper{background:#fff;min-height:calc(100vh - 50px)}.demo-main{max-width:none;margin:0;padding:1rem 1.25rem 2rem}.demo-main-tabs{margin-bottom:1rem}.demo-page{width:100%}.demo-filter-panel{background:#fff;border:1px solid #ddd;margin-bottom:1rem;padding:1rem 1rem .25rem}.demo-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem 1rem;display:grid}.demo-field{min-width:0}.demo-filter-grid-hourly{grid-template-columns:repeat(4,minmax(0,1fr))}.demo-filter-grid-summary{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1.25rem;display:flex}.demo-filter-panel-summary{overflow:visible}.demo-filter-grid-summary .demo-field-date{z-index:50;flex:320px;min-width:260px;max-width:480px;position:relative}.demo-filter-grid-summary .demo-field-actions{flex:none}.demo-filter-grid-summary .demo-action-row{align-items:center}.demo-field-span-2{grid-column:span 2}@media (width<=1100px){.demo-filter-grid-hourly{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-field-span-2{grid-column:span 2}}@media (width<=640px){.demo-filter-grid-hourly{grid-template-columns:1fr}.demo-field-span-2{grid-column:span 1}}.demo-field .fb-field{width:100%}.demo-field .fb-label,.demo-label{color:#333;margin-bottom:.35rem;font-size:.78rem;font-weight:600;display:block}.demo-field-actions{flex-direction:column;justify-content:flex-end;display:flex}.demo-action-row{flex-wrap:wrap;gap:.5rem;display:flex}.demo-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:4px;padding:.45rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600}.demo-btn-primary{color:#fff;background:#5bc0de;border-color:#46b8da}.demo-btn-primary:hover:not(:disabled){background:#39b3d7}.demo-btn-primary:disabled{opacity:.55;cursor:not-allowed}.demo-btn-secondary{color:#333;background:#fff;border-color:#ccc}.demo-btn-secondary:hover{background:#f5f5f5}.demo-report-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.demo-report-tabs{gap:.35rem;display:flex}.demo-report-tab{color:#333;cursor:pointer;background:#f8f8f8;border:1px solid #ccc;border-radius:3px;padding:.35rem .85rem;font-family:inherit;font-size:.8rem;font-weight:600}.demo-report-tab.active{color:#fff;background:#337ab7;border-color:#2e6da4}.demo-report-meta{color:#666;font-size:.8rem;font-weight:600}.demo-table-section{background:#fff;border:1px solid #ddd}.demo-table-meta{color:#666;border-bottom:1px solid #eee;padding:.5rem .75rem;font-size:.75rem;font-weight:600}.demo-table-wrap{width:100%;max-height:calc(100vh - 220px);overflow:auto}.demo-table-wrap-summary{max-height:none;overflow:visible}.demo-table-summary tfoot{display:table-footer-group}.demo-table-total-label{font-weight:700;text-align:left!important}.demo-table-total-row td{border-top:2px solid #a94442;padding:.55rem 8px;font-weight:700;background:#f0f4ff!important}.demo-table-total-row:hover td{background:#f0f4ff!important}.demo-table{border-collapse:collapse;width:100%;font-size:.8rem}.demo-table th,.demo-table td{vertical-align:top;white-space:nowrap;text-align:right;border:1px solid #000;padding:4px 8px;line-height:1.42857}.demo-table th:first-child,.demo-table td:first-child{text-align:left}.demo-thead-row th{color:#a94442;text-transform:none;letter-spacing:0;z-index:2;background:#f2dede;font-size:.72rem;font-weight:700;position:sticky;top:0;box-shadow:inset 0 -1px #000,inset 0 1px #000}.demo-th-dummy,.demo-td-dummy{color:#666;background:#fafafa}.demo-table tbody tr:hover td{background:#f9f9f9}.demo-pivot-table th,.demo-pivot-table td{text-align:center}.demo-pivot-table td.ct-date{text-align:left;white-space:nowrap}.demo-pivot-table .pp-group-th{color:#3c763d;background:#dff0d8}.demo-pivot-table .pp-sub-th{color:#3c763d;background:#eaf5ea;font-weight:600}.demo-pivot-table thead tr.pp-row2 th{z-index:2;top:27px}@media (width<=1100px){.demo-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.demo-filter-grid{grid-template-columns:1fr}.demo-navbar{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem 1rem}.demo-navbar-nav{flex-wrap:wrap}}.demo-vas-pill{color:#8a6d3b;background:#fcf8e3;border:1px solid #faebcc;border-radius:3px;align-items:center;padding:.3rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.demo-hourly-details{margin-top:1rem}.demo-section-title{color:#333;margin-bottom:.75rem;padding:0 .15rem;font-size:.88rem;font-weight:700}.demo-campaign-block{background:#fff;border:1px solid #ddd;margin-bottom:1rem}.demo-campaign-header{background:#f8f8f8;border-bottom:1px solid #ddd;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.65rem .85rem;display:flex}.demo-campaign-header-left{align-items:flex-start;gap:.65rem;min-width:0;display:flex}.demo-campaign-index{color:#fff;background:#337ab7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:700;display:flex}.demo-campaign-title{color:#222;font-size:.82rem;font-weight:700}.demo-campaign-meta{color:#666;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.2rem;font-size:.75rem;display:flex}.demo-campaign-link{color:#337ab7;font-weight:600;text-decoration:none}.demo-campaign-link:hover{text-decoration:underline}.demo-campaign-header-right{color:#444;flex-wrap:wrap;align-items:center;gap:.85rem;font-size:.75rem;display:flex}.demo-cut-editor{align-items:center;gap:.35rem;display:flex}.demo-cut-label{color:#555;font-size:.72rem;font-weight:700}.demo-cut-select{background:#fff;border:1px solid #ccc;border-radius:3px;padding:.2rem .35rem;font-family:inherit;font-size:.75rem}.demo-cut-feedback{color:#3c763d;font-size:.7rem;font-weight:600}.demo-table-hourly th,.demo-table-hourly td{padding:3px 6px;font-size:.72rem}.demo-table-hourly{min-width:max-content}.demo-table-hourly .demo-hourly-th-metric,.demo-table-hourly .demo-hourly-td-metric{z-index:4;background:#fafafa;min-width:118px;max-width:118px;position:sticky;left:0;box-shadow:2px 0 5px #00000014;text-align:left!important;border-right:2px solid #bbb!important}.demo-table-hourly .demo-hourly-th-total,.demo-table-hourly .demo-hourly-td-total{z-index:3;background:#fffef5;min-width:72px;position:sticky;left:118px;box-shadow:2px 0 5px #00000014;text-align:center!important;border-right:2px solid #bbb!important}.demo-table-hourly .demo-hourly-th-metric{z-index:13;background:#f2dede;top:0}.demo-table-hourly .demo-hourly-th-total{z-index:12;background:#f2dede;font-weight:800;top:0}.demo-table-hourly tbody tr:nth-child(2n) .demo-hourly-td-metric{background:#f3f3f3}.demo-table-hourly tbody tr:nth-child(2n) .demo-hourly-td-total{background:#fef9e7}.demo-table-hourly tbody tr:hover .demo-hourly-td-metric,.demo-table-hourly tbody tr:hover .demo-hourly-td-total{background:#f0f4ff!important}.demo-metric-label{background:#fafafa;font-weight:700;text-align:left!important}.demo-table-legend{flex-direction:column;gap:.25rem;align-items:flex-start!important}.demo-legend-note{color:#888;font-size:.7rem;font-weight:500}.demo-source{text-transform:uppercase;letter-spacing:.3px;border-radius:3px;padding:.15rem .5rem;font-size:.68rem;font-weight:700;display:inline-block}.demo-source-billing{color:#3c763d;background:#dff0d8;border:1px solid #c9e2b3}.demo-source-traffic{color:#31708f;background:#d9edf7;border:1px solid #bce8f1}.demo-row-billing td{background:#fcfff9}.demo-row-traffic td{background:#f8fcff}.demo-table tbody tr:hover.demo-row-billing td,.demo-table tbody tr:hover.demo-row-traffic td{filter:brightness(.97)}.conv-stp-cell{white-space:nowrap;align-items:center;gap:.2rem;display:inline-flex}.conv-stp-val{color:var(--text,#333);font-weight:600}.conv-stp-sep{color:#94a3b8;font-size:.75rem;font-weight:500}.conv-stp-stp{color:#1d4ed8;background:#eff6ff;border-radius:3px;padding:.1rem .45rem;font-size:.75rem;font-weight:700;display:inline-block}.demo-table-hourly .conv-stp-cell{font-size:.68rem}.demo-table-hourly .conv-stp-stp{padding:.05rem .3rem;font-size:.65rem}.login-page{min-height:100vh;display:flex}.login-left{background:linear-gradient(145deg,#1e1b4b 0%,#312e81 40%,#4338ca 75%,#6366f1 100%);flex:1;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.login-left-content{z-index:2;width:100%;max-width:420px;position:relative}.login-left-orb{opacity:.12;border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.orb1{background:radial-gradient(circle,#a5b4fc,#0000);width:380px;height:380px;top:-80px;right:-100px}.orb2{background:radial-gradient(circle,#818cf8,#0000);width:280px;height:280px;animation-delay:-4s;bottom:-60px;left:-80px}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.04)}}.login-brand{align-items:center;gap:.85rem;margin-bottom:3rem;display:flex}.login-brand-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.4rem;display:flex}.login-brand-name{color:#fff;font-size:1.1rem;font-weight:800;line-height:1.2}.login-brand-sub{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:500}.login-hero{margin-bottom:2.5rem}.login-hero h2{color:#fff;letter-spacing:-.5px;margin-bottom:.85rem;font-size:2.2rem;font-weight:800;line-height:1.2}.login-hero p{color:#fff9;font-size:.92rem;line-height:1.65}.login-features{flex-direction:column;gap:.75rem;display:flex}.login-feature-item{color:#ffffffbf;align-items:center;gap:.75rem;font-size:.85rem;font-weight:500;display:flex}.login-feature-icon{background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.login-right{background:var(--bg);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1.5rem;width:480px;padding:2.5rem 2rem;display:flex}.login-card{background:var(--surface);width:100%;max-width:400px;box-shadow:var(--shadow-lg);border:1px solid var(--border);border-radius:20px;padding:2.5rem}.login-card-header{text-align:center;margin-bottom:2rem}.login-card-icon{background:var(--primary-light);border:2px solid #6366f133;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.6rem;display:flex}.login-card-header h1{color:var(--text);letter-spacing:-.3px;margin-bottom:.35rem;font-size:1.5rem;font-weight:800}.login-card-header p{color:var(--text-muted);font-size:.85rem}.login-form{flex-direction:column;gap:1.1rem;display:flex}.login-field{flex-direction:column;gap:.4rem;display:flex}.login-field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.login-input-wrap{align-items:center;display:flex;position:relative}.login-input-icon{pointer-events:none;z-index:1;font-size:.9rem;position:absolute;left:.85rem}.login-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface2);width:100%;color:var(--text);outline:none;padding:.65rem .85rem .65rem 2.5rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s,background .2s}.login-input:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #6366f11f}.login-input.error{border-color:var(--danger);background:#fff5f5}.login-input.error:focus{box-shadow:0 0 0 3px #ef44441f}.login-input::placeholder{color:var(--text-light)}.login-eye-btn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:.2rem;font-size:.95rem;line-height:1;transition:opacity .15s;position:absolute;right:.75rem}.login-eye-btn:hover{opacity:1}.login-error{border-radius:var(--radius-sm);color:#be123c;background:#fff1f2;border:1.5px solid #fecdd3;align-items:center;gap:.4rem;padding:.65rem .9rem;font-size:.82rem;font-weight:500;animation:.35s shake;display:flex}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-5px)}40%,80%{transform:translate(5px)}}.login-btn{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;width:100%;min-height:46px;margin-top:.4rem;padding:.8rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .1s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #6366f166}.login-btn:hover:not(:disabled){opacity:.9;box-shadow:0 6px 20px #6366f180}.login-btn:active:not(:disabled){transform:scale(.98)}.login-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.login-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}.login-demo-hint{background:var(--surface2);border:1.5px dashed var(--border);border-radius:var(--radius-sm);text-align:center;margin-top:1.5rem;padding:.9rem 1rem}.login-demo-hint>span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.login-demo-creds{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.login-demo-creds code{background:var(--primary-light);color:var(--primary-dark);border-radius:5px;padding:.2rem .6rem;font-family:SF Mono,Fira Code,monospace;font-size:.78rem;font-weight:600}.login-footer{color:var(--text-light);text-align:center;font-size:.75rem}@media (width<=900px){.login-left{display:none}.login-right{width:100%;padding:2rem 1.25rem}}@media (width<=480px){.login-card{padding:1.75rem 1.25rem}}
