html{margin:0;padding:0;height:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background-color:#f5f5f5}.app-container{min-height:100vh;background-color:#fff}:root{--bg-primary: #0a0e1a;--bg-secondary: #111827;--bg-tertiary: #1a2234;--accent-cyan: #00f0ff;--accent-blue: #0066ff;--accent-purple: #8b5cf6;--accent-green: #00ff88;--accent-red: #ff3366;--text-primary: #e5e7eb;--text-secondary: #9ca3af;--border-color: rgba(0, 240, 255, .2)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Noto Sans SC,Roboto,sans-serif;background:#0a0e1a;color:#e5e7eb;-webkit-font-smoothing:antialiased;min-width:1024px;overflow-x:auto}#root{min-height:100vh}.bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.3}.grid-pattern{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(0,240,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,240,255,.05) 1px,transparent 1px);background-size:50px 50px}.app-layout{min-height:100vh;background:#0a0e1a;position:relative;z-index:1}.app-layout .app-header{background:#0a0e1ae6!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 24px!important;display:flex;align-items:center;box-shadow:0 4px 16px #0006;position:relative;border-bottom:1px solid rgba(0,240,255,.2)}.app-layout .app-header .header-title{font-family:Orbitron,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Noto Sans SC,Roboto,sans-serif;font-size:20px;font-weight:700;background:linear-gradient(135deg,#00f0ff,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:2px}.app-layout .app-sider{background:#111827!important;border-right:1px solid rgba(0,240,255,.2);box-shadow:0 0 40px #00f0ff1a}.app-layout .app-sider .ant-menu{background:transparent;border-right:none;padding:16px 0}.app-layout .app-sider .ant-menu .ant-menu-item{margin:2px 8px;border-radius:8px;color:#9ca3af;transition:all .3s ease}.app-layout .app-sider .ant-menu .ant-menu-item:hover{background:#00f0ff0d;border-color:#00f0ff}.app-layout .app-sider .ant-menu .ant-menu-item.ant-menu-item-selected{background:linear-gradient(135deg,#00f0ff26,#0066ff26);border-color:#00f0ff;color:#00f0ff;font-weight:700}.app-layout .app-content{background:#0a0e1a;min-height:calc(100vh - 64px);padding:24px}.app-layout .content-card{background:#111827;border-radius:12px;border:1px solid rgba(0,240,255,.2);position:relative;overflow:hidden}.app-layout .content-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,240,255,.3),transparent);opacity:0;transition:opacity .3s ease}.app-layout .content-card:hover:before{opacity:1}.app-layout .content-card{padding:24px;box-shadow:0 0 40px #00f0ff1a}.stats-card{background:#111827;border-radius:12px;border:1px solid rgba(0,240,255,.2);position:relative;overflow:hidden}.stats-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,240,255,.3),transparent);opacity:0;transition:opacity .3s ease}.stats-card:hover:before{opacity:1}.stats-card{padding:24px;transition:all .3s ease}.stats-card:hover{transform:translateY(-2px);box-shadow:0 0 20px #00f0ff26}.stats-card .stats-title{color:#9ca3af;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.stats-card .stats-value{font-size:32px;font-weight:700;font-family:SF Mono,Monaco,JetBrains Mono,Fira Code,monospace;color:#e5e7eb}.stats-card .stats-icon{position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:42px;opacity:.12;color:#00f0ff}.stats-card.stats-success{border-left:3px solid #00ff88}.stats-card.stats-success .stats-value,.stats-card.stats-success .stats-icon{color:#0f8}.stats-card.stats-warning{border-left:3px solid #ffd700}.stats-card.stats-warning .stats-value,.stats-card.stats-warning .stats-icon{color:gold}.page-header{display:flex;align-items:center;justify-content:space-between;padding:24px 0;margin-bottom:16px}.page-header .page-title{font-size:16px;font-weight:600;color:#e5e7eb}.data-table .ant-table{background:#111827}.data-table .ant-table .ant-table-container{border-radius:8px;overflow:hidden}.data-table .ant-table .ant-table-thead>tr>th{background:#1a2234;color:#9ca3af;font-weight:600;border-bottom:1px solid rgba(0,240,255,.2)}.data-table .ant-table .ant-table-tbody>tr>td{background:#111827;border-bottom:1px solid rgba(0,240,255,.05);color:#e5e7eb}.data-table .ant-table-cell-fix-left,.data-table .ant-table-cell-fix-right{background:#111827!important}.data-table .ant-table-tbody>tr:hover>.ant-table-cell-fix-left,.data-table .ant-table-tbody>tr:hover>.ant-table-cell-fix-right{background:#00f0ff14!important}.data-table .ant-table-row{background:#111827}.data-table .ant-table-placeholder{background:#111827!important}.data-table .ant-pagination .ant-pagination-item{background:#1a2234;border-color:#00f0ff33}.data-table .ant-pagination .ant-pagination-item a{color:#9ca3af}.data-table .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:linear-gradient(135deg,#00f0ff,#06f);border-color:#00f0ff}.data-table .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#0a0e1a}.btn-primary{background:linear-gradient(135deg,#00f0ff,#06f)!important;border:none!important;color:#fff!important;font-weight:600}.btn-primary:hover{box-shadow:0 8px 20px #00f0ff4d!important}.ant-switch{background:#1a2234}.ant-switch.ant-switch-checked{background:linear-gradient(135deg,#00f0ff,#06f)!important}a{color:#00f0ff}a:hover{color:#5cf3ff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1a2234}::-webkit-scrollbar-thumb{background:#00f0ff;border-radius:3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}.text-mono{font-family:SF Mono,Monaco,JetBrains Mono,Fira Code,monospace}.tag-active{background:linear-gradient(135deg,#00ff881a,#0f83);border:1px solid rgba(0,255,136,.3);color:#0f8}.tag-inactive{background:linear-gradient(135deg,#ff33661a,#f363);border:1px solid rgba(255,51,102,.3);color:#f36}.automation-panel{background:#111827;border-radius:12px;border:1px solid rgba(0,240,255,.2);position:relative;overflow:hidden}.automation-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,240,255,.3),transparent);opacity:0;transition:opacity .3s ease}.automation-panel:hover:before{opacity:1}.automation-panel{padding:0;height:100%;display:flex;flex-direction:column;gap:0;overflow:hidden}.automation-panel .ap-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid rgba(0,240,255,.08);background:#00f0ff05;flex-shrink:0}.automation-panel .ap-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#e5e7eb;letter-spacing:.5px}.automation-panel .ap-title .ap-title-icon{color:#00f0ff;font-size:16px}.automation-panel .ap-header-right{display:flex;align-items:center;gap:10px}.automation-panel .ap-status-badge{display:flex;align-items:center;gap:6px;padding:3px 10px;background:#00f0ff0f;border:1px solid rgba(0,240,255,.2);border-radius:12px;font-size:12px;font-weight:600}.automation-panel .ap-status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.running .automation-panel .ap-status-dot{animation:pulse-dot 1.5s ease-in-out infinite}.automation-panel .ap-start-time{display:flex;align-items:center;gap:4px;color:#6e7681;font-size:11px}.automation-panel .ap-body{display:flex;flex:1;gap:0;min-height:0}.automation-panel .ap-modes{display:flex;flex-direction:column;gap:0;flex:1;padding:16px;border-right:1px solid rgba(0,240,255,.06)}.automation-panel .mode-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(0,240,255,.08);border-radius:8px;background:transparent;color:#9ca3af;cursor:pointer;transition:all .2s ease;font-size:13px;width:100%;text-align:left;margin-bottom:6px}.automation-panel .mode-btn:hover:not(:disabled){background:#00f0ff0d;border-color:#00f0ff33;color:#e5e7eb}.automation-panel .mode-btn.active{background:#00f0ff1a;border-color:#00f0ff66;color:#00f0ff;font-weight:600}.automation-panel .mode-btn.active .mode-btn-icon{color:#00f0ff}.automation-panel .mode-btn:disabled{opacity:.4;cursor:not-allowed}.automation-panel .mode-btn .mode-btn-icon{font-size:14px;color:#6e7681;transition:color .2s;flex-shrink:0}.automation-panel .mode-btn .mode-btn-label{flex:1}.automation-panel .mode-config-area{margin-top:6px;flex:1}.automation-panel .mode-config-inline{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#00f0ff08;border:1px solid rgba(0,240,255,.08);border-radius:6px;min-height:32px}.automation-panel .mode-config-label{color:#9ca3af;font-size:12px;white-space:nowrap}.automation-panel .mode-config-desc{color:#6e7681;font-size:12px;font-style:italic}.automation-panel .mode-config-input{width:56px;padding:2px 6px;background:#1a2234;border:1px solid rgba(0,240,255,.15);border-radius:4px;color:#00f0ff;font-size:13px;font-family:SF Mono,Monaco,JetBrains Mono,Fira Code,monospace;text-align:center;outline:none;transition:border-color .2s}.automation-panel .mode-config-input:focus{border-color:#00f0ff66}.automation-panel .mode-config-input:disabled{opacity:.4}.automation-panel .mode-config-input::-webkit-inner-spin-button,.automation-panel .mode-config-input::-webkit-outer-spin-button{opacity:0}.automation-panel .mode-config-select,.automation-panel .mode-config-select-single{background:#1a2234;border:1px solid rgba(0,240,255,.15);border-radius:4px;color:#e5e7eb;font-size:12px;outline:none;cursor:pointer;max-width:200px}.automation-panel .mode-config-select option,.automation-panel .mode-config-select-single option{background:#1a2234;color:#e5e7eb}.automation-panel .mode-config-select:disabled,.automation-panel .mode-config-select-single:disabled{opacity:.4}.automation-panel .mode-config-select{min-height:60px;max-height:90px;overflow-y:auto;width:100%}.automation-panel .mode-config-select-single{padding:2px 6px}.automation-panel .ap-action-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 20px;min-width:200px;flex-shrink:0;gap:12px}.automation-panel .action-row{display:flex;gap:8px;width:100%;justify-content:center}.automation-panel .btn-start{background:linear-gradient(135deg,#00f0ff,#06f)!important;border:none!important;color:#fff!important;font-weight:700;font-size:14px;padding:0 24px!important;height:40px!important;border-radius:8px!important;letter-spacing:.5px;box-shadow:0 4px 16px #00f0ff40}.automation-panel .btn-start:hover:not(:disabled){box-shadow:0 6px 24px #00f0ff66!important;transform:translateY(-1px)}.automation-panel .btn-start:disabled{opacity:.5!important}.automation-panel .btn-pause{background:#faad141a!important;border:1px solid rgba(250,173,20,.3)!important;color:#faad14!important;font-weight:600;font-size:14px;padding:0 20px!important;height:40px!important;border-radius:8px!important}.automation-panel .btn-pause:hover{background:#faad1433!important}.automation-panel .btn-resume{background:linear-gradient(135deg,#00f0ff33,#06f3)!important;border:1px solid rgba(0,240,255,.3)!important;color:#00f0ff!important;font-weight:700;font-size:14px;padding:0 20px!important;height:40px!important;border-radius:8px!important}.automation-panel .btn-stop{background:#ff4d4f1a!important;border:1px solid rgba(255,77,79,.3)!important;color:#ff4d4f!important;font-weight:600;font-size:14px;padding:0 20px!important;height:40px!important;border-radius:8px!important}.automation-panel .btn-stop:hover{background:#ff4d4f33!important}.automation-panel .stopping-indicator{display:flex;align-items:center;gap:8px;color:#9ca3af;font-size:13px}.automation-panel .stopping-dot{width:8px;height:8px;border-radius:50%;background:#ff4d4f;animation:blink 1s ease-in-out infinite}.automation-panel .stopping-text{font-style:italic}.automation-panel .ap-live-stats{width:100%}.automation-panel .status-indicators{display:flex;justify-content:center;gap:16px;width:100%}.automation-panel .status-indicator-item{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:48px}.automation-panel .status-indicator-icon{font-size:14px}.automation-panel .status-indicator-value{font-size:18px;font-weight:700;font-family:SF Mono,Monaco,JetBrains Mono,Fira Code,monospace;line-height:1}.automation-panel .status-indicator-total{font-size:11px;opacity:.7}.automation-panel .status-indicator-label{font-size:10px;color:#6e7681;text-transform:uppercase;letter-spacing:.5px}.automation-panel .progress-section{padding:10px 20px 14px;border-top:1px solid rgba(0,240,255,.06);flex-shrink:0}.automation-panel .progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.automation-panel .progress-label{font-size:11px;color:#6e7681;text-transform:uppercase;letter-spacing:.5px}.automation-panel .progress-stats{font-size:12px;color:#9ca3af;font-family:SF Mono,Monaco,JetBrains Mono,Fira Code,monospace}.automation-panel .progress-pct{color:#00f0ff}.automation-panel .progress-track{height:5px;background:#ffffff0f;border-radius:3px;overflow:hidden}.automation-panel .progress-fill{height:100%;border-radius:3px;transition:width .4s ease}.automation-panel .progress-fill.running{background:linear-gradient(90deg,#00f0ff,#0af);box-shadow:0 0 8px #00f0ff80;animation:progress-glow 2s ease-in-out infinite}.automation-panel .progress-fill.paused{background:#faad14}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes progress-glow{0%,to{box-shadow:0 0 8px #00f0ff66}50%{box-shadow:0 0 16px #00f0ffb3}}.dashboard{padding:24px;background:transparent;min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.header-left{display:flex;flex-direction:column;gap:4px}.header-left .ant-typography{color:#e5e7eb}.header-right{display:flex;align-items:center;gap:10px}.refresh-btn{height:32px;padding:0 16px;background:linear-gradient(135deg,#00f0ff,#00c4d6);color:#0a1929;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;transition:opacity .2s}.refresh-btn:hover{opacity:.85}.refresh-btn:disabled{opacity:.4;cursor:not-allowed}.stat-card{border-radius:12px;border:1px solid rgba(0,240,255,.12);background:#1a223499;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 12px #00000040;transition:box-shadow .2s,transform .2s,border-color .2s}.stat-card:hover{box-shadow:0 6px 24px #00000059;transform:translateY(-2px);border-color:#00f0ff40}.stat-card .ant-spin-nested-loading,.stat-card .ant-spin-container{height:100%}.stat-card-inner{display:flex;align-items:center;gap:16px}.stat-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0000004d}.stat-info{flex:1;min-width:0}.stat-label{font-size:12px;color:#9ca3af;display:block;margin-bottom:2px;letter-spacing:.5px}.stat-number{font-size:26px;font-weight:700;color:#f9fafb;line-height:1.2;font-variant-numeric:tabular-nums}.stat-footer{display:flex;align-items:center;gap:6px;margin-top:4px}.change-badge{display:inline-flex;align-items:center;gap:2px;padding:1px 6px;border-radius:10px;font-size:11px;font-weight:600}.change-badge.up{background:#52c41a26;color:#52c41a;border:1px solid rgba(82,196,26,.3)}.change-badge.down{background:#ff4d4f1f;color:#ff4d4f;border:1px solid rgba(255,77,79,.25)}.panel-card{border-radius:12px;border:1px solid rgba(0,240,255,.1);background:#111827b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 12px #0003}.panel-card .ant-card-head{border-bottom:1px solid rgba(0,240,255,.08);min-height:44px}.panel-card .ant-card-head-title{color:#e5e7eb}.panel-card .ant-card-body{color:#d1d5db}.card-title{font-size:14px;font-weight:600;color:#e5e7eb;display:flex;align-items:center;gap:6px}.page-stats-summary{display:flex;gap:24px;flex-wrap:wrap;padding:12px 16px;background:#00f0ff0a;border-radius:8px;border:1px solid rgba(0,240,255,.08)}.summary-item{display:flex;flex-direction:column;gap:2px}.summary-label{font-size:11px;color:#9ca3af;letter-spacing:.5px}.summary-val{font-size:18px;font-weight:700;font-variant-numeric:tabular-nums}.summary-val.pv{color:#00f0ff}.summary-val.uv{color:#a78bfa}.summary-val.click{color:#fb923c}.summary-val.submit{color:#4ade80}.table-num{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.num-main{font-variant-numeric:tabular-nums;font-size:13px;color:#d1d5db}.num-accent{color:#fb923c;font-variant-numeric:tabular-nums}.num-success{color:#4ade80;font-variant-numeric:tabular-nums}.num-bar-wrap{width:60px;height:3px;background:#ffffff14;border-radius:2px;overflow:hidden}.num-bar{height:100%;background:#00f0ff;border-radius:2px;transition:width .3s}.panel-card .ant-table{background:transparent}.panel-card .ant-table-thead>tr>th{background:#00f0ff0d;color:#9ca3af;border-bottom:1px solid rgba(0,240,255,.08);font-size:12px}.panel-card .ant-table-tbody>tr>td{background:transparent;color:#d1d5db;border-bottom:1px solid rgba(255,255,255,.04)}.panel-card .ant-table-tbody>tr:hover>td{background:#00f0ff0a}.search-cloud{display:flex;flex-wrap:wrap;gap:8px;padding:4px;min-height:80px}.cloud-tag{cursor:default;border-radius:6px;padding:3px 10px;border:1px solid;background:#ffffff0a;transition:transform .15s;color:#d1d5db}.cloud-tag:hover{transform:scale(1.08)}.visual-funnel{display:flex;flex-direction:column;gap:14px;padding:4px 0}.funnel-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.funnel-step-label{width:90px;font-size:13px;color:#d1d5db;flex-shrink:0;text-align:right}.funnel-bar-wrap{flex:1;display:flex;align-items:center;gap:8px;min-width:100px}.funnel-bar{height:28px;border-radius:6px;min-width:4px;transition:width .6s cubic-bezier(.16,1,.3,1);box-shadow:inset 0 1px #ffffff26}.funnel-count{font-size:12px;color:#9ca3af;font-variant-numeric:tabular-nums;flex-shrink:0}.conv-tag{font-size:11px;border-radius:10px}.retention-wrap{display:flex;flex-direction:column;gap:12px}.retention-chart{display:flex;flex-direction:column;gap:8px}.retention-row{display:flex;align-items:center;gap:8px}.retention-bar-wrap{flex:1;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.retention-bar{height:100%;border-radius:4px;transition:width .5s cubic-bezier(.16,1,.3,1)}.retention-bar.retention-1d{background:linear-gradient(90deg,#4ade80,#22c55e)}.retention-legend{display:flex;align-items:center;gap:12px;font-size:11px;color:#9ca3af;margin-top:4px}.legend-bar{display:inline-block;width:20px;height:6px;border-radius:3px;margin-right:4px;vertical-align:middle}.legend-bar.bar-1d{background:linear-gradient(90deg,#4ade80,#22c55e)}.legend-bar.bar-7d{background:linear-gradient(90deg,#67e8f9,#00f0ff)}.retention-table-mini table{width:100%;border-collapse:collapse;font-size:12px;color:#d1d5db}.retention-table-mini th,.retention-table-mini td{padding:6px 8px;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.retention-table-mini th{color:#9ca3af;font-weight:500;font-size:11px}.td-1d{color:#4ade80;font-weight:600}.td-7d{color:#67e8f9;font-weight:600}.product-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.product-detail-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#00f0ff0a;border-radius:10px;border:1px solid rgba(0,240,255,.08);transition:box-shadow .2s,border-color .2s,background .2s}.product-detail-card:hover{box-shadow:0 2px 12px #00000040;border-color:#00f0ff33;background:#00f0ff12}.rank-badge{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;color:#0a1929}.rank-1{background:linear-gradient(135deg,#fb923c,#ea580c)}.rank-2{background:linear-gradient(135deg,#9ca3af,#6b7280)}.rank-3{background:linear-gradient(135deg,#c4956a,#a3763f)}.rank-4,.rank-5,.rank-6,.rank-7,.rank-8,.rank-9,.rank-10{background:linear-gradient(135deg,#374151,#1f2937);color:#9ca3af}.card-content{flex:1;min-width:0}.card-tags{margin:4px 0 6px;display:flex;flex-wrap:wrap;gap:4px}.card-metrics{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pv-bar-wrap{width:60px;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.pv-bar{height:100%;background:linear-gradient(90deg,#00f0ff,#00c4d6);border-radius:2px;transition:width .3s}.metric{font-size:12px;font-variant-numeric:tabular-nums;display:flex;align-items:center;gap:3px}.metric.pv{color:#00f0ff}.metric.uv{color:#a78bfa}.metric.click{color:#fb923c}.metric.expose{color:#67e9f9}.metric.submit{color:#4ade80}.mini-bar-chart{padding:8px 0}.chart-legend{display:flex;gap:12px;font-size:11px;color:#9ca3af;margin-bottom:8px}.legend-dot{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:3px;vertical-align:middle}.legend-dot.pv{background:#00f0ff}.legend-dot.uv{background:#a78bfa}.chart-bars{display:flex;align-items:flex-end;gap:4px;height:60px}.bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}.bar-stack{flex:1;width:100%;display:flex;flex-direction:column;justify-content:flex-end}.bar{width:100%;border-radius:3px 3px 0 0;transition:height .4s cubic-bezier(.16,1,.3,1)}.bar-pv{background:#00f0ff80}.bar-uv{background:#a78bfa}.bar-date{font-size:10px;color:#9ca3af}.hot-ip-list{display:flex;flex-direction:column;gap:10px}.hot-ip-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#00f0ff0a;border-radius:10px;border:1px solid rgba(0,240,255,.08);transition:box-shadow .2s,border-color .2s,background .2s}.hot-ip-item:hover{box-shadow:0 2px 12px #00000040;border-color:#00f0ff33;background:#00f0ff12}.hot-ip-content{flex:1;display:flex;justify-content:space-between;align-items:center;min-width:0}.hot-ip-content .ant-typography{color:#e5e7eb}.hot-ip-content .hot-metrics{flex-shrink:0}
