:root{--primary-color:#2563eb;--primary-color-hover:#3b82f6;--primary-color-active:#1d4ed8;--primary-color-outline:#2563eb33;--primary-color-bg:#2563eb0a;--success-color:#10b981;--success-color-hover:#34d399;--success-color-active:#059669;--success-color-outline:#10b98133;--success-color-bg:#10b9810a;--warning-color:#f59e0b;--warning-color-hover:#fbbf24;--warning-color-active:#d97706;--warning-color-outline:#f59e0b33;--warning-color-bg:#f59e0b0a;--error-color:#ef4444;--error-color-hover:#f87171;--error-color-active:#dc2626;--error-color-outline:#ef444433;--error-color-bg:#ef44440a;--info-color:#3b82f6;--info-color-hover:#60a5fa;--info-color-active:#2563eb;--info-color-outline:#3b82f633;--info-color-bg:#3b82f60a;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--bg-container:#fff;--bg-layout:#f9fafb;--bg-elevated:#fff;--bg-hover:#2563eb0a;--bg-selected:#2563eb14;--bg-mask:#00000073;--text-primary:#111827;--text-secondary:#4b5563;--text-tertiary:#6b7280;--text-quaternary:#9ca3af;--text-disabled:#d1d5db;--text-inverse:#fff;--border-color:#e5e7eb;--border-color-secondary:#f3f4f6;--border-color-split:#0000000f;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-inner:inset 0 2px 4px 0 #0000000f;--shadow-focus:0 0 0 3px #2563eb33;--radius-xs:2px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:10px;--radius-2xl:12px;--radius-full:9999px;--spacing-0:0px;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-8:32px;--spacing-10:40px;--spacing-12:48px;--spacing-16:64px;--spacing-20:80px;--spacing-24:96px;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:36px;--font-light:300;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--line-height-none:1;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--line-height-loose:2;--transition-base:all 0.3s cubic-bezier(0.645,0.045,0.355,1);--transition-fast:all 0.2s cubic-bezier(0.645,0.045,0.355,1);--transition-slow:all 0.5s cubic-bezier(0.645,0.045,0.355,1);--control-height-sm:32px;--control-height-md:38px;--control-height-lg:44px;--z-index-0:0;--z-index-10:10;--z-index-20:20;--z-index-30:30;--z-index-40:40;--z-index-50:50;--z-index-dropdown:1050;--z-index-sticky:1020;--z-index-fixed:1030;--z-index-modal:1040;--z-index-popover:1060;--z-index-tooltip:1070}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#1f2329;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.tech-card{border-radius:8px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.tech-card:hover{box-shadow:0 4px 16px #0000001f}.tech-button{border-radius:4px;transition:all .2s ease}.ant-table{border-radius:8px;overflow:hidden}.ant-input,.ant-select-selector{border-radius:4px!important}.ant-card{border-radius:4px}.ant-modal-content{border-radius:8px;overflow:hidden}.ant-statistic-content-value{color:#1677ff;font-weight:500}.ant-menu-item:hover{background-color:#1677ff1a}.ant-tabs-tab{transition:all .3s ease}.ant-tabs-tab:hover{color:#1677ff}.ant-breadcrumb a{color:#646a73}.ant-breadcrumb a:hover{color:#1677ff}.page-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:24px}.tech-divider{background:linear-gradient(90deg,#1677ff1a,#1677ff99,#1677ff1a);margin:24px 0}h1,h2,h3,h4,h5{font-weight:500}.ant-btn-icon-only:hover{transform:scale(1.1)}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f5f7fa}::-webkit-scrollbar-thumb{background:#c9cdd4;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8f959e}.tech-card{background-color:var(--bg-container);border:none;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;position:relative}.tech-card,.tech-card:before{transition:var(--transition-base)}.tech-card:before{background:linear-gradient(90deg,var(--primary-color),var(--primary-color-hover));content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0}.tech-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.tech-card:hover:before{opacity:1}.tech-card .ant-card-head{border-bottom:1px solid var(--border-color-secondary);padding:var(--spacing-5) var(--spacing-6)}.tech-card .ant-card-head-title{color:var(--text-primary);font-size:var(--text-lg);font-weight:var(--font-semibold)}.tech-card .ant-card-body{padding:var(--spacing-5) var(--spacing-6)}.data-card{background:linear-gradient(145deg,var(--bg-container) 0,var(--gray-50) 100%);border:1px solid var(--gray-100);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:var(--spacing-6);transition:var(--transition-base)}.data-card:hover{border-color:var(--gray-200);box-shadow:var(--shadow-lg)}.data-card:after{background:radial-gradient(circle,#3b82f614 0,#3b82f600 70%)}.data-card .title{align-items:center;color:var(--text-secondary);display:flex;font-size:var(--text-sm);font-weight:var(--font-medium);margin-bottom:var(--spacing-2)}.data-card .title .icon{color:var(--primary-color);font-size:var(--text-lg);margin-right:var(--spacing-2)}.data-card .value{color:var(--text-primary);font-size:var(--text-3xl);font-weight:var(--font-semibold);line-height:var(--line-height-tight);margin-bottom:var(--spacing-2)}.data-card .trend{font-size:var(--text-xs);font-weight:var(--font-medium)}.data-card .trend.up{color:var(--success-color)}.data-card .trend.down{color:var(--error-color)}.data-card .trend .icon{margin-right:var(--spacing-1)}.tech-table{border:1px solid var(--gray-100);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden}.tech-table .ant-table-thead>tr>th{background-color:var(--gray-50);border-bottom:1px solid var(--gray-200);color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-semibold);padding:var(--spacing-3) var(--spacing-4)}.tech-table .ant-table-tbody>tr>td{border-bottom:1px solid var(--gray-100);font-size:var(--text-sm);padding:var(--spacing-3) var(--spacing-4)}.tech-table .ant-table-tbody>tr:hover>td{background-color:var(--bg-hover)}.tech-table .ant-table-tbody>tr.ant-table-row-selected>td{background-color:var(--bg-selected)}.tech-form .ant-form-item-label>label{color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-medium)}.tech-form .ant-input,.tech-form .ant-input-affix-wrapper,.tech-form .ant-input-number,.tech-form .ant-picker,.tech-form .ant-select .ant-select-selector{border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:var(--text-sm);height:var(--control-height-md);padding:0 var(--spacing-3);transition:var(--transition-base)}.tech-form .ant-input-affix-wrapper:hover,.tech-form .ant-input-number:hover,.tech-form .ant-input:hover,.tech-form .ant-picker:hover,.tech-form .ant-select:hover .ant-select-selector{border-color:var(--primary-color-hover)}.tech-form .ant-input-affix-wrapper-focused,.tech-form .ant-input-focused,.tech-form .ant-input-number-focused,.tech-form .ant-input:focus,.tech-form .ant-picker-focused,.tech-form .ant-select-focused .ant-select-selector{border-color:var(--primary-color);box-shadow:var(--shadow-focus)}.tech-btn{align-items:center;border:none;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);display:inline-flex;font-size:var(--text-sm);font-weight:var(--font-medium);height:var(--control-height-md);justify-content:center;overflow:hidden;padding:0 var(--spacing-5);position:relative;transition:var(--transition-base)}.tech-btn:after{background-color:initial;content:"";height:100%;left:0;position:absolute;top:0;transition:var(--transition-fast);width:100%}.tech-btn:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.tech-btn:hover:after{background-color:#ffffff1a}.tech-btn:active{transform:translateY(0)}.tech-btn .anticon{font-size:var(--text-base);margin-right:var(--spacing-2)}.tech-btn-primary{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-color-active) 100%);color:#fff}.tech-btn-success{background:linear-gradient(135deg,var(--success-color) 0,var(--success-color-active) 100%);color:#fff}.tech-btn-warning{background:linear-gradient(135deg,var(--warning-color) 0,var(--warning-color-active) 100%);color:#fff}.tech-btn-danger{background:linear-gradient(135deg,var(--error-color) 0,var(--error-color-active) 100%);color:#fff}.tech-tag{border:none;border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-medium);line-height:1.5;padding:2px 10px;transition:var(--transition-base)}.tech-tag:hover{transform:translateY(-1px)}.tech-tag-blue{background-color:var(--primary-color-bg);color:var(--primary-color)}.tech-tag-green{background-color:var(--success-color-bg);color:var(--success-color)}.tech-tag-yellow{background-color:var(--warning-color-bg);color:var(--warning-color)}.tech-tag-red{background-color:var(--error-color-bg);color:var(--error-color)}.tech-statistic{padding:var(--spacing-4)}.tech-statistic .ant-statistic-title{color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-medium);margin-bottom:var(--spacing-2)}.tech-statistic .ant-statistic-content{color:var(--text-primary);font-size:var(--text-2xl);font-weight:var(--font-semibold);line-height:var(--line-height-tight)}.tech-statistic.primary .ant-statistic-content-value{color:var(--primary-color)}.tech-statistic.success .ant-statistic-content-value{color:var(--success-color)}.tech-statistic.warning .ant-statistic-content-value{color:var(--warning-color)}.tech-statistic.danger .ant-statistic-content-value{color:var(--error-color)}.tech-progress .ant-progress-bg{background:linear-gradient(90deg,var(--primary-color) 0,var(--primary-color-hover) 100%)}.tech-progress.success .ant-progress-bg{background:linear-gradient(90deg,var(--success-color) 0,var(--success-color-hover) 100%)}.tech-progress.warning .ant-progress-bg{background:linear-gradient(90deg,var(--warning-color) 0,var(--warning-color-hover) 100%)}.tech-progress.danger .ant-progress-bg{background:linear-gradient(90deg,var(--error-color) 0,var(--error-color-hover) 100%)}.page-header{margin-bottom:var(--spacing-6);position:relative}.page-header .title{align-items:center;color:var(--text-primary);display:flex;font-size:var(--text-2xl);font-weight:var(--font-semibold);margin-bottom:var(--spacing-2);position:relative}.page-header .title:before{background:linear-gradient(to bottom,var(--primary-color),var(--primary-color-hover));border-radius:var(--radius-sm);content:"";display:inline-block;height:24px;margin-right:var(--spacing-3);width:4px}.page-header .description{color:var(--text-secondary);font-size:var(--text-sm);max-width:800px}.tech-divider{background:linear-gradient(90deg,#2563eb00,#2563eb33,#2563eb00);border:none;height:1px;margin:var(--spacing-6) 0}.tech-empty{padding:var(--spacing-8);text-align:center}.tech-empty .icon{color:var(--gray-300);font-size:var(--text-4xl);margin-bottom:var(--spacing-4)}.tech-empty .text{color:var(--text-secondary);font-size:var(--text-sm);margin:0 auto;max-width:300px}.tech-loading{align-items:center;display:flex;justify-content:center;padding:var(--spacing-8)}.tech-loading .ant-spin-dot-item{background-color:var(--primary-color)}.page-container{background-color:var(--bg-container);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);margin-bottom:var(--spacing-6);padding:var(--spacing-6)}.tech-row{margin:0 calc(var(--spacing-3)*-1)}.tech-col{margin-bottom:var(--spacing-6);padding:0 var(--spacing-3)}.hover-card{cursor:pointer;transition:var(--transition-base)}.hover-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.glass-effect{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fff3}.gradient-border{background:var(--bg-container);border-radius:var(--radius-lg);padding:var(--spacing-6);position:relative}.gradient-border:before{background:linear-gradient(135deg,var(--primary-color),var(--info-color-hover));border-radius:calc(var(--radius-lg) + 2px);bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}.shadow-hover{transition:var(--transition-base)}.shadow-hover:hover{box-shadow:var(--shadow-lg)}.neo-card{background:linear-gradient(145deg,#fff,#f0f7ff);border:none;border-radius:16px;box-shadow:8px 8px 16px #aeaec033,-8px -8px 16px #ffffffe6;padding:24px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.neo-card:hover{box-shadow:12px 12px 20px #aeaec04d,-12px -12px 20px #ffffffe6}.neo-button{align-items:center;background:linear-gradient(145deg,#fff,#f0f7ff);border:none;border-radius:8px;box-shadow:5px 5px 10px #aeaec033,-5px -5px 10px #ffffffe6;color:#1677ff;cursor:pointer;display:inline-flex;font-weight:500;justify-content:center;padding:10px 20px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.neo-button:hover{box-shadow:7px 7px 12px #aeaec04d,-7px -7px 12px #ffffffe6;color:#4096ff}.neo-button:active{box-shadow:inset 5px 5px 10px #aeaec033,inset -5px -5px 10px #ffffffe6}.neo-button-primary{background:linear-gradient(145deg,#1677ff,#4096ff);box-shadow:5px 5px 10px #1677ff4d,-5px -5px 10px #4096ff4d;color:#fff}.neo-button-primary:hover{background:linear-gradient(145deg,#4096ff,#1677ff);box-shadow:7px 7px 12px #1677ff66,-7px -7px 12px #4096ff66;color:#fff}.neo-button-primary:active{box-shadow:inset 5px 5px 10px #0003,inset -5px -5px 10px #ffffff1a}.neo-input{background:#f5f9ff;border:none;border-radius:8px;box-shadow:inset 5px 5px 10px #aeaec033,inset -5px -5px 10px #ffffffe6;color:#1f2329;padding:12px 16px;transition:all .3s cubic-bezier(.645,.045,.355,1);width:100%}.neo-input:focus{box-shadow:inset 5px 5px 10px #aeaec04d,inset -5px -5px 10px #ffffffe6,0 0 0 2px #1677ff33;outline:none}.neo-switch{background:#f5f9ff;border-radius:16px;box-shadow:inset 3px 3px 6px #aeaec033,inset -3px -3px 6px #ffffffe6;cursor:pointer;height:32px;position:relative;width:60px}.neo-switch,.neo-switch:after{transition:all .3s cubic-bezier(.645,.045,.355,1)}.neo-switch:after{background:linear-gradient(145deg,#fff,#f0f7ff);border-radius:50%;box-shadow:3px 3px 6px #aeaec033,-3px -3px 6px #ffffffe6;content:"";height:24px;left:4px;position:absolute;top:4px;width:24px}.neo-switch.active{background:linear-gradient(145deg,#1677ff,#4096ff)}.neo-switch.active:after{left:32px}.neo-tabs{background:#f5f9ff;border-radius:12px;box-shadow:5px 5px 10px #aeaec033,-5px -5px 10px #ffffffe6;display:flex;padding:6px}.neo-tab{border-radius:8px;color:#646a73;cursor:pointer;font-weight:500;margin:0 4px;padding:10px 20px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.neo-tab.active{box-shadow:3px 3px 6px #aeaec033,-3px -3px 6px #ffffffe6}.neo-icon-button,.neo-tab.active{background:linear-gradient(145deg,#fff,#f0f7ff);color:#1677ff}.neo-icon-button{align-items:center;border:none;border-radius:50%;box-shadow:5px 5px 10px #aeaec033,-5px -5px 10px #ffffffe6;cursor:pointer;display:flex;font-size:20px;height:48px;justify-content:center;transition:all .3s cubic-bezier(.645,.045,.355,1);width:48px}.neo-icon-button:hover{box-shadow:7px 7px 12px #aeaec04d,-7px -7px 12px #ffffffe6;transform:translateY(-2px)}.neo-icon-button:active{transform:translateY(0)}.neo-icon-button:active,.neo-progress{box-shadow:inset 3px 3px 6px #aeaec033,inset -3px -3px 6px #ffffffe6}.neo-progress{background:#f5f9ff;border-radius:6px;height:12px;overflow:hidden;position:relative}.neo-progress-bar{background:linear-gradient(90deg,#1677ff,#4096ff);border-radius:6px;box-shadow:2px 0 4px #1677ff4d;height:100%;transition:width .3s cubic-bezier(.645,.045,.355,1)}.neo-data-card{background:linear-gradient(145deg,#fff,#f0f7ff);border-radius:16px;box-shadow:8px 8px 16px #aeaec033,-8px -8px 16px #ffffffe6;overflow:hidden;padding:24px;position:relative;transition:all .3s cubic-bezier(.645,.045,.355,1)}.neo-data-card:hover{box-shadow:12px 12px 20px #aeaec04d,-12px -12px 20px #ffffffe6;transform:translateY(-3px)}.neo-data-card:before{background:linear-gradient(180deg,#1677ff,#4096ff);border-radius:2px;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.neo-data-card .title{color:#646a73;font-size:14px;font-weight:500;margin-bottom:12px;padding-left:12px}.neo-data-card .value{color:#1f2329;font-size:28px;font-weight:600;margin-bottom:12px;padding-left:12px}.neo-dropdown{display:inline-block;position:relative}.neo-dropdown-button{align-items:center;border:none;border-radius:8px;box-shadow:5px 5px 10px #aeaec033,-5px -5px 10px #ffffffe6;cursor:pointer;display:flex;justify-content:space-between;min-width:150px;padding:10px 16px}.neo-dropdown-button,.neo-dropdown-menu{background:linear-gradient(145deg,#fff,#f0f7ff)}.neo-dropdown-menu{border-radius:8px;box-shadow:8px 8px 16px #aeaec033,-8px -8px 16px #ffffffe6;left:0;padding:8px 0;position:absolute;top:calc(100% + 8px);width:100%;z-index:10}.neo-dropdown-item{cursor:pointer;padding:8px 16px;transition:all .2s}.neo-dropdown-item:hover{background:#1677ff1a;color:#1677ff}.neo-checkbox{align-items:center;background:linear-gradient(145deg,#fff,#f0f7ff);border-radius:6px;box-shadow:3px 3px 6px #aeaec033,-3px -3px 6px #ffffffe6;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .3s cubic-bezier(.645,.045,.355,1);width:24px}.neo-checkbox.checked{background:linear-gradient(145deg,#1677ff,#4096ff);color:#fff}.neo-badge{align-items:center;background:linear-gradient(145deg,#fff,#f0f7ff);border-radius:12px;box-shadow:3px 3px 6px #aeaec033,-3px -3px 6px #ffffffe6;color:#1677ff;display:inline-flex;font-size:12px;font-weight:500;padding:4px 12px}.neo-badge .icon{font-size:14px;margin-right:4px}.neo-divider{background:linear-gradient(90deg,#aeaec000,#aeaec033,#aeaec000);border:none;height:2px;margin:24px 0}.neo-loader{align-items:center;background:linear-gradient(145deg,#fff,#f0f7ff);border-radius:50%;box-shadow:5px 5px 10px #aeaec033,-5px -5px 10px #ffffffe6;display:flex;height:48px;justify-content:center;position:relative;width:48px}.neo-loader:after{animation:neo-spin 1s linear infinite;border:3px solid #0000;border-radius:50%;border-top-color:#1677ff;content:"";height:24px;width:24px}@keyframes neo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.neo-tooltip{display:inline-block;position:relative}.neo-tooltip-content{background:linear-gradient(145deg,#fff,#f0f7ff);border-radius:8px;bottom:calc(100% + 10px);box-shadow:5px 5px 10px #aeaec033,-5px -5px 10px #ffffffe6;color:#1f2329;font-size:12px;padding:8px 12px;white-space:nowrap;z-index:10}.neo-tooltip-content,.neo-tooltip-content:after{left:50%;position:absolute;transform:translateX(-50%)}.neo-tooltip-content:after{border:6px solid #0000;border-top-color:#f0f7ff;content:"";top:100%}.add-user-modal{max-height:calc(100vh - 260px);overflow-y:auto;padding-right:20px;width:calc(100% - 20px)}.user-management{min-height:100%}.menu-management,.user-management{background-color:#fff;padding:15px 20px}.menu-management{min-height:calc(100% - 40px)}:root{--primary-color:#1890ff;--border-color:#d9d9d9;--text-color:#000;--text-secondary:#00000073}.roi-calculator{width:100%}.roi-title{font-size:17px;margin-top:0}.section-title{margin-bottom:5px}.section-title--with-note{margin-bottom:5px;margin-top:5px}.section-note{font-weight:400;margin-left:15px}.divider{background:#d9d9d9;background:var(--border-color);height:1px;margin-bottom:16px;position:relative;width:100%}.divider--sm{margin-bottom:5px}.divider__highlight{background:#1890ff;background:var(--primary-color);height:100%;left:0;position:absolute;top:0}.divider__highlight--lg{width:90px}.divider__highlight--md{width:54px}.divider__highlight--sm{width:36px}.form-section{align-items:center;display:flex;justify-content:space-between;margin:0;width:850px}.form-item{margin-bottom:10px}.form-input{width:400px}.form-col{width:450px}.text-wrapper{margin:5px 0}.text-value{color:#1890ff;color:var(--primary-color);font-size:20px}.text-value--bold{font-weight:700}.text-label{font-size:16px}.text-percentage{margin-left:50px}.layout{width:100%}.layout main{height:100%;overflow:auto;width:100%}.login-page-wrapper{background:var(--bg-layout);background-image:linear-gradient(135deg,var(--primary-color-bg) 0,var(--bg-layout) 100%);min-height:100vh;position:relative}.login-container,.login-page-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.login-container{flex-direction:column;max-width:480px;padding:var(--spacing-4)}.login-card{background-color:var(--bg-container);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;padding:var(--spacing-8);position:relative;width:100%}.login-card:before{background:linear-gradient(90deg,var(--primary-color),var(--info-color));content:"";height:4px;left:0;position:absolute;right:0;top:0}.login-header{align-items:center;display:flex;flex-direction:column;margin-bottom:var(--spacing-6)}.login-logo{height:auto;margin-bottom:var(--spacing-8);margin-top:var(--spacing-4);width:180px}.login-title{color:var(--text-primary);font-size:var(--text-2xl);font-weight:var(--font-semibold);margin:var(--spacing-2) 0}.login-subtitle{color:var(--text-tertiary);font-size:var(--text-sm);margin-bottom:var(--spacing-4)}.login-tabs .ant-tabs-nav{margin-bottom:var(--spacing-6)}.login-tabs .ant-tabs-tab{font-size:var(--text-base);margin:0 var(--spacing-6)!important;padding:var(--spacing-2) 0}.login-tabs .ant-tabs-tab-active{font-weight:var(--font-medium)}.login-tabs .ant-tabs-ink-bar{background-color:var(--primary-color);height:2px}.login-container .ant-tabs .ant-tabs-nav:before{border:none}.login-form{width:100%}.login-form .ant-form-item{margin-bottom:var(--spacing-5)}.login-form .ant-input-affix-wrapper{border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--spacing-2) var(--spacing-3);transition:var(--transition-base)}.login-form .ant-input-affix-wrapper-focused,.login-form .ant-input-affix-wrapper:focus,.login-form .ant-input-affix-wrapper:hover{border-color:var(--primary-color);box-shadow:var(--shadow-focus)}.login-form .ant-input{font-size:var(--text-base);padding:var(--spacing-2) 0}.login-icon{color:var(--text-tertiary);font-size:var(--text-lg);margin-right:var(--spacing-2)}.login-remember-forgot{display:flex;justify-content:flex-end;margin-bottom:var(--spacing-3)!important}.login-forgot{color:var(--primary-color);font-size:var(--text-sm);transition:var(--transition-base)}.login-forgot:hover{color:var(--primary-color-hover);text-decoration:underline}.login-button{background-color:var(--primary-color);border-color:var(--primary-color);border-radius:var(--radius-md);font-size:var(--text-base);font-weight:var(--font-medium);height:var(--control-height-lg);transition:var(--transition-base);width:100%}.login-button:hover{background-color:var(--primary-color-hover);border-color:var(--primary-color-hover);box-shadow:0 4px 12px #2563eb33}.login-code-button{border-left:1px solid var(--border-color);color:var(--primary-color);font-size:var(--text-sm);height:100%;padding:0 var(--spacing-2)}.login-code-button:hover{color:var(--primary-color-hover)}.login-code-button:disabled{color:var(--text-disabled)}.login-footer{bottom:32px;color:var(--text-tertiary);font-size:var(--text-xs);left:0;position:absolute;right:0;text-align:center}.dashboard{background:radial-gradient(circle at 20% 20%,#1677ff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#4096ff1a 0,#0000 50%),linear-gradient(135deg,#f8fafc,#e2e8f0);overflow-x:hidden;padding:10px;position:relative}.dashboard:before{background:radial-gradient(circle at 30% 30%,#1677ff0d 0,#0000 70%),radial-gradient(circle at 70% 70%,#4096ff0d 0,#0000 70%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.dashboard>*{position:relative;z-index:1}.dashboard-title-section{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:10px;padding:6px 0;text-align:center}.dashboard-title{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#1677ff,#4096ff 50%,#69c0ff);-webkit-background-clip:text;background-clip:text;display:inline-flex;font-size:20px;font-weight:700;margin-bottom:0;margin-right:8px;position:relative}.dashboard-title .anticon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1677ff,#4096ff);-webkit-background-clip:text;background-clip:text}.dashboard-subtitle{border-left:1px solid #64748b4d;color:#64748b;font-size:12px;font-weight:500;opacity:.8;padding-left:8px}.dashboard-header{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff3;border-radius:10px;box-shadow:0 4px 16px #1677ff1a,0 2px 8px #0000000d,inset 0 1px 0 #fffc;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:14px;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-header:hover{box-shadow:0 6px 20px #1677ff26,0 3px 10px #00000014,inset 0 1px 0 #ffffffe6;transform:translateY(-1px)}.dashboard-header .dashboard-header-left{align-items:center;display:flex}.dashboard-header .dashboard-header-left .external-link-btn{background:linear-gradient(135deg,#1677ff,#4096ff);border:none;border-radius:6px;box-shadow:0 2px 6px #1677ff4d;color:#fff;font-size:14px;font-weight:500;height:30px;padding:5px 10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-header .dashboard-header-left .external-link-btn:hover{background:linear-gradient(135deg,#4096ff,#1677ff)!important;box-shadow:0 3px 8px #1677ff66;color:#fff!important;transform:translateY(-1px)}.dashboard-filters{align-items:center;display:flex;flex-wrap:wrap;gap:16px;min-height:38px}.dashboard-filters .filter-item{align-items:center;display:flex;gap:8px}.dashboard-filters .filter-label{align-items:center;color:#475569;display:flex;font-size:14px;font-weight:500;height:100%;margin-right:4px;min-width:-webkit-max-content;min-width:max-content;white-space:nowrap}.dashboard-filters .time-radio-group{align-items:center;align-self:center;background:#f8fafccc;border:1px solid #e2e8f080;border-radius:8px;box-shadow:inset 0 1px 4px #94a3b81a,0 1px 2px #0000000d;display:flex;height:34px;padding:4px}.dashboard-filters .time-radio-group .ant-radio-button-wrapper{align-items:center;background:#0000;border:none;border-radius:6px;box-shadow:none;color:#64748b;display:flex;font-size:14px;font-weight:500;height:30px;padding:0 10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-filters .time-radio-group .ant-radio-button-wrapper:before{display:none}.dashboard-filters .time-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:6px;box-shadow:0 1px 4px #1677ff26,0 1px 2px #0000001a;color:#1677ff;font-weight:600}.dashboard-filters .ant-select{align-items:center;display:flex;height:34px;min-width:120px}.dashboard-filters .ant-select .ant-select-selector{align-items:center;background:#f8fafccc;border:1px solid #e2e8f080;border-radius:6px;box-shadow:inset 0 1px 4px #94a3b81a,0 1px 2px #0000000d;display:flex;font-size:14px;height:34px;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-filters .ant-select .ant-select-selector:hover{box-shadow:inset 0 1px 4px #94a3b826,0 1px 4px #1677ff1a}.dashboard-filters .ant-picker{align-items:center;background:#f8fafccc;border:1px solid #e2e8f080;border-radius:6px;box-shadow:inset 0 1px 4px #94a3b81a,0 1px 2px #0000000d;display:flex;font-size:14px;height:34px;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-filters .ant-picker:hover{box-shadow:inset 0 1px 4px #94a3b826,0 1px 4px #1677ff1a}.dashboard-filters .ant-picker .ant-picker-input{align-items:center;display:flex;height:100%}.dashboard-filters .ant-picker .ant-picker-input input{font-size:14px}.dashboard-filters .ant-picker .ant-picker-separator,.dashboard-filters .ant-picker .ant-picker-suffix{color:#64748b;font-size:14px}.dashboard-content-layout{align-items:stretch;display:flex;gap:12px}@media(max-width:1400px){.dashboard-content-layout{flex-direction:column;gap:10px}}.dashboard-main-content{display:flex;flex:1 1;flex-direction:column;min-width:0}.dashboard-live-section{align-self:stretch;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:10px;width:300px}@media(max-width:1400px){.dashboard-live-section{position:static;width:100%}}.section-header .config-btn{background:linear-gradient(135deg,#1677ff,#4096ff);border:none;border-radius:6px;box-shadow:0 2px 6px #1677ff4d;color:#fff;font-size:11px;font-weight:500;height:24px;padding:0 6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.section-header .config-btn:hover{background:linear-gradient(135deg,#4096ff,#1677ff)!important;box-shadow:0 3px 8px #1677ff66;color:#fff!important;transform:translateY(-1px)}.metrics-grid{margin-bottom:8px}.ant-card{background:#ffffffe6;border:1px solid #fff3;box-shadow:0 4px 16px #1677ff14,0 2px 8px #0000000a,inset 0 1px 0 #fffc;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.ant-card:before{background:linear-gradient(90deg,#1677ff,#4096ff,#69c0ff);content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.ant-card:hover{box-shadow:0 6px 20px #1677ff1f,0 3px 10px #00000014,inset 0 1px 0 #ffffffe6;transform:translateY(-2px)}.ant-card:hover:before{opacity:1}.ant-card .ant-card-body{padding:8px;position:relative}.ant-card .ant-card-head{border-bottom:1px solid #e2e8f080}.ant-card .ant-card-head .ant-card-head-title{color:#1e293b;font-weight:600}.data-card .card-title-wrapper{align-items:center;display:flex;justify-content:space-between}.data-card .card-title{color:#64748b;font-size:12px;font-weight:500}.data-card .info-icon{color:#94a3b8;cursor:pointer;font-size:12px;position:relative;transition:color .3s ease,transform .2s ease;z-index:2}.data-card .info-icon:hover{color:#1677ff;transform:scale(1.2)}.data-card .info-icon:after{background:#1677ff1a;border-radius:4px;color:#1677ff;content:"";font-size:10px;height:auto;left:50%;opacity:0;padding:2px 6px;pointer-events:none;position:absolute;top:-25px;transform:translateX(-50%) translateY(10px);transition:opacity .3s,transform .3s;white-space:nowrap;width:auto;z-index:1}.data-card .info-icon:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}.data-card .ant-statistic .ant-statistic-title{color:#64748b;font-size:12px;font-weight:500;margin-bottom:2px}.data-card .ant-statistic .ant-statistic-content{color:#1e293b;font-weight:700}.data-card .ant-statistic .ant-statistic-content .ant-statistic-content-value{font-size:18px}.data-card .ant-statistic .ant-statistic-content .ant-statistic-content-value-decimal{font-weight:600}.data-card .ant-statistic .ant-statistic-content .ant-statistic-content-prefix,.data-card .ant-statistic .ant-statistic-content .ant-statistic-content-suffix{color:#64748b;font-size:12px;font-weight:500}.chart-card .chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.chart-card .chart-header h4{color:#1e293b;font-size:15px;font-weight:600;margin:0}.chart-card .chart-header .chart-legend{display:flex;gap:10px}.chart-card .chart-header .chart-legend .legend-item{align-items:center;display:flex;font-size:10px;font-weight:500}.chart-card .chart-header .chart-legend .legend-item:before{border-radius:1px;content:"";height:2px;margin-right:4px;width:8px}.chart-card .chart-header .chart-legend .legend-item.current{color:#1677ff}.chart-card .chart-header .chart-legend .legend-item.current:before{background:#1677ff}.chart-card .chart-header .chart-legend .legend-item.previous{color:#94a3b8}.chart-card .chart-header .chart-legend .legend-item.previous:before{background:#94a3b8}.performance-card{border-radius:8px;box-shadow:0 1px 3px #0000001a;height:100%}.performance-card .ant-card-body{display:flex;flex-direction:column;height:100%}.performance-card .performance-card-content{align-items:stretch;display:flex;height:100%;min-height:100px;position:relative}.performance-card .performance-main{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;position:relative;z-index:1}.performance-card .performance-main .ant-statistic{flex:1 1}.performance-card .performance-main .ant-statistic-title{margin-bottom:8px}.performance-card .performance-main .ant-statistic-title .performance-title{align-items:center;display:flex;font-size:16px}.performance-card .performance-main .ant-statistic-title .performance-title .info-icon{color:#94a3b8;cursor:pointer;margin-left:4px}.performance-card .performance-main .performance-rate{align-items:center;color:#64748b;display:flex;font-size:16px;justify-content:space-between;margin-top:auto;padding-top:6px}.performance-card .performance-main .performance-rate.positive{color:#dc2626}.performance-card .performance-main .performance-rate.negative{color:#16a34a}.performance-card .performance-visual{display:none}.performance-card.roi-card .performance-visual{align-items:center;bottom:0;display:flex!important;justify-content:center;opacity:.5;pointer-events:none;position:absolute;right:0;top:0;width:70px;z-index:0}.target-card{display:flex;flex-direction:column;height:120px}.target-card .ant-card-body{display:flex;flex-direction:column;height:100%;justify-content:space-between}.target-card .target-detail{color:#64748b;font-size:16px;margin-top:6px}.target-card .target-detail div{margin-bottom:2px}.target-card .target-detail div:last-child{margin-bottom:0}.target-card .ant-statistic-title{font-size:16px;margin-bottom:8px}.completion-card .completion-content{align-items:center;display:flex;height:100%;justify-content:space-between}.completion-card .completion-main{flex:1 1}.completion-card .completion-visual{margin-left:6px}.roi-card .ant-card-body{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-bottom:10px}.roi-card .roi-chart{display:block;height:32px;margin-top:6px;overflow:visible;width:100%}.info-tip{align-items:center;background:#1677ff0d;border:1px solid #1677ff1a;border-radius:6px;color:#64748b;display:flex;font-size:12px;gap:4px;margin-bottom:8px;padding:4px 8px;transition:all .3s ease}.info-tip:hover{background:#1677ff1a;border-color:#1677ff33}.info-tip .anticon{animation:pulse-attention 2s infinite;color:#1677ff}@keyframes pulse-attention{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.live-card{display:flex;flex:1 1;flex-direction:column}.live-card .ant-card-body{padding:12px}.live-video-container{border-radius:8px;box-shadow:0 4px 16px #1677ff1a,0 2px 8px #0000000d;height:350px;margin-bottom:16px;overflow:hidden;position:relative}.live-video-container:after{background:linear-gradient(45deg,#0000 30%,#1677ff0d 50%,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.live-info-container{display:flex;flex-direction:column;height:100%}.live-info{border-top:1px solid #e2e8f080;display:flex;flex:1 1;flex-direction:column;margin-top:8px;padding-top:10px}.live-info .ant-statistic{margin-bottom:14px}.live-info .ant-statistic .ant-statistic-title{color:#64748b;font-size:16px;font-weight:500;margin-bottom:6px}.live-info .ant-statistic .ant-statistic-content .ant-statistic-content-value{font-size:16px;font-weight:600}.live-stats-grid{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.live-stat-item{background:#f8fafc80;border:1px solid #e2e8f04d;border-radius:6px;padding:8px}.live-stat-item .ant-statistic-title{color:#64748b;font-size:16px;margin-bottom:4px}.live-stat-item .ant-statistic-content .ant-statistic-content-value{font-size:16px;font-weight:600}.live-placeholder{align-items:center;color:#64748b;display:flex;flex-direction:column;height:100%;justify-content:center;padding:30px 16px;text-align:center}.live-placeholder .placeholder-icon{color:#94a3b8;font-size:48px;margin-bottom:16px}.live-placeholder .placeholder-title{color:#475569;font-size:18px;font-weight:600;margin-bottom:8px}.live-placeholder .placeholder-desc,.live-timestamp{color:#64748b;font-size:16px}.live-timestamp{border-top:1px solid #e2e8f04d;margin-top:auto;padding-top:8px;text-align:center}.ant-progress-circle .ant-progress-text{fill:#1e293b;font-weight:600}.tooltip-content{font-size:11px;line-height:1.4;max-width:250px}.tooltip-content p{margin-bottom:3px}.tooltip-content p:last-child{margin-bottom:0}.tooltip-content ul{margin:3px 0;padding-left:10px}.tooltip-content h4{color:#1e293b;font-weight:600;margin:4px 0 2px}@media(max-width:1920px){.dashboard-header .dashboard-header-left{margin-bottom:18px}.dashboard-filters{gap:10px}.dashboard-filters .ant-select{min-width:100px}.dashboard-content-layout{gap:10px}}@media(max-width:768px){.dashboard{padding:6px}.dashboard-title{font-size:16px}.dashboard-subtitle{font-size:12px}.dashboard-header{gap:10px;padding:12px}.dashboard-filters,.dashboard-header{align-items:stretch;flex-direction:column}.dashboard-filters{gap:8px;height:auto}.dashboard-filters .filter-item{align-items:stretch;flex-direction:column;gap:4px}.dashboard-filters .filter-item .filter-label{font-size:14px}.dashboard-content-layout{flex-direction:column;gap:6px}.dashboard-live-section{position:static;width:100%}.section-header{align-items:flex-start;flex-direction:column;gap:4px;margin:8px 0 6px}.section-header h3{font-size:13px}.live-stats-grid{gap:4px;grid-template-columns:1fr}.live-card{min-height:300px}.live-card,.target-card{height:auto}}@keyframes slideInRight{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.ant-card{animation:fadeInUp .4s ease-out}.dashboard-live-section{animation:slideInRight .5s ease-out}.external-link-btn:hover{animation:pulse 1s infinite}.loading-shimmer{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f0f2f5 25%,#e6f7ff 50%,#f0f2f5 75%);background-size:200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(prefers-color-scheme:dark){.dashboard{background:radial-gradient(circle at 20% 20%,#1677ff26 0,#0000 50%),radial-gradient(circle at 80% 80%,#4096ff26 0,#0000 50%),linear-gradient(135deg,#0f172a,#1e293b)}.ant-card,.dashboard-header{background:#1e293be6;border-color:#47556933}}.indicator-config-grid{grid-column-gap:64px;grid-row-gap:12px;column-gap:64px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:12px}.indicator-config-grid .ant-checkbox-group-item,.indicator-config-grid .ant-checkbox-wrapper{align-items:center;display:flex;margin:4px 0}.video-player-container{background-color:#000;border-radius:4px;overflow:hidden;position:relative}.video-player{height:100%}.video-player,.video-player-container .react-player video,.video-player-container video{object-fit:cover}video:-moz-full-screen,video:-ms-fullscreen,video:-webkit-full-screen,video:fullscreen{height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:contain!important;width:100%!important}.video-player-container:-moz-full-screen video,.video-player-container:-ms-fullscreen video,.video-player-container:-webkit-full-screen video,.video-player-container:fullscreen video,:-moz-full-screen .video-player-container video,:-ms-fullscreen .video-player-container video,:-webkit-full-screen .video-player-container video,:fullscreen .video-player-container video{height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:contain!important;width:100%!important}.video-player-video:-moz-full-screen,.video-player-video:-ms-fullscreen,.video-player-video:-webkit-full-screen,.video-player-video:fullscreen{height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:contain!important;width:100%!important}.video-player-container:-moz-full-screen .react-player,.video-player-container:-ms-fullscreen .react-player,.video-player-container:-webkit-full-screen .react-player,.video-player-container:fullscreen .react-player,:-moz-full-screen .video-player-container .react-player,:-ms-fullscreen .video-player-container .react-player,:-webkit-full-screen .video-player-container .react-player,:fullscreen .video-player-container .react-player{height:100%!important;max-height:100%!important;max-width:100%!important;width:100%!important}.video-player-container:-moz-full-screen .react-player video,.video-player-container:-ms-fullscreen .react-player video,.video-player-container:-webkit-full-screen .react-player video,.video-player-container:fullscreen .react-player video,:-moz-full-screen .video-player-container .react-player video,:-ms-fullscreen .video-player-container .react-player video,:-webkit-full-screen .video-player-container .react-player video,:fullscreen .video-player-container .react-player video{height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:contain!important;width:100%!important}.react-player:-moz-full-screen video,.react-player:-ms-fullscreen video,.react-player:-webkit-full-screen video,.react-player:fullscreen video{height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:contain!important;width:100%!important}.video-player-container:-moz-full-screen,.video-player-container:-ms-fullscreen,.video-player-container:-webkit-full-screen,.video-player-container:fullscreen,:-moz-full-screen .video-player-container,:-ms-fullscreen .video-player-container,:-webkit-full-screen .video-player-container,:fullscreen .video-player-container{align-items:center!important;background-color:#000!important;display:flex!important;height:100vh!important;justify-content:center!important;width:100vw!important}.video-loading{background-color:#00000080}.video-autoplay-blocked,.video-loading{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.video-autoplay-blocked{background-color:#000000b3}.autoplay-message{color:#fff;font-size:16px;margin-bottom:10px;text-align:center}.video-error{align-items:center;background-color:#000000b3;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.video-error p{background-color:#ff000080;border-radius:4px;padding:10px 20px}.video-poster-overlay{align-items:center;background:#0000004d;cursor:pointer;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:10}.video-poster-overlay img{display:block;height:100%;object-fit:cover;width:100%}.play-icon-overlay{filter:drop-shadow(0 2px 8px rgba(0,0,0,.5));left:50%;opacity:.9;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease}.video-poster-overlay:hover .play-icon-overlay{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.video-live-ended-overlay{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:20}.live-ended-text{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;border-radius:8px;color:#fff;font-size:24px;font-weight:500;padding:12px 24px;text-align:center}.video-error-retry-overlay{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:20}.error-retry-message{color:#fff;font-size:18px;font-weight:500;margin-bottom:0;text-align:center}.glass-card{background:#ffffffe6;border:1px solid #fff3;border-radius:10px;box-shadow:0 4px 16px #1677ff14,0 2px 8px #0000000a,inset 0 1px 0 #fffc;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.glass-card.glass-effect{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.glass-card:before{background:linear-gradient(90deg,#1677ff,#4096ff,#69c0ff);content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.glass-card.glass-card-hoverable:hover{box-shadow:0 6px 20px #1677ff1f,0 3px 10px #00000014,inset 0 1px 0 #ffffffe6!important;transform:translateY(-2px)!important}.glass-card.glass-card-hoverable:hover:before{opacity:1}.glass-card:not(.glass-card-hoverable):hover{box-shadow:0 4px 16px #1677ff14,0 2px 8px #0000000a,inset 0 1px 0 #fffc!important;transform:none!important}.glass-card:not(.glass-card-hoverable):hover:before{opacity:0!important}.glass-card .ant-card-body{position:relative}.glass-card .ant-card-head{border-bottom:1px solid #e2e8f080}.glass-card .ant-card-head .ant-card-head-title{color:#1e293b;font-weight:600}@media(prefers-color-scheme:dark){.glass-card{background:#1e293be6;border-color:#47556933}.glass-card .ant-card-head-title{color:#f1f5f9}}.glass-card{animation:fadeInUp .4s ease-out}.data-compare{align-items:center;display:flex;font-size:11px;font-weight:500;justify-content:space-between;margin-top:3px}.data-compare.positive{color:#dc2626}.data-compare.negative{color:#16a34a}.data-compare .anticon{font-size:10px}.gradient-button{border:none;border-radius:6px;color:#fff;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.gradient-button.gradient-button-primary{background:linear-gradient(135deg,#1677ff,#4096ff);box-shadow:0 2px 6px #1677ff4d}.gradient-button.gradient-button-primary:hover{background:linear-gradient(135deg,#4096ff,#1677ff)!important;box-shadow:0 3px 8px #1677ff66;color:#fff!important;transform:translateY(-1px)}.gradient-button.gradient-button-primary:focus{background:linear-gradient(135deg,#1677ff,#4096ff)!important;color:#fff!important}.gradient-button.gradient-button-secondary{background:linear-gradient(135deg,#64748b,#94a3b8);box-shadow:0 2px 6px #64748b4d}.gradient-button.gradient-button-secondary:hover{background:linear-gradient(135deg,#94a3b8,#64748b)!important;box-shadow:0 3px 8px #64748b66;color:#fff!important;transform:translateY(-1px)}.gradient-button.gradient-button-secondary:focus{background:linear-gradient(135deg,#64748b,#94a3b8)!important;color:#fff!important}.gradient-button.gradient-button-pulse:hover{animation:pulse 1s infinite}.gradient-button:disabled{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)!important;box-shadow:none!important;color:#94a3b8!important;cursor:not-allowed;transform:none!important}.metric-card{height:100%}.metric-card .metric-card-content{align-items:center;display:flex}.metric-card .metric-main{flex:1 1}.metric-card .metric-title{align-items:center;color:#64748b;display:flex;font-size:12px;font-weight:500}.metric-card .metric-title .info-icon{color:#94a3b8;cursor:pointer;font-size:12px;margin-left:4px;transition:color .3s ease,transform .2s ease}.metric-card .metric-title .info-icon:hover{color:#1677ff;transform:scale(1.2)}.metric-card .ant-statistic .ant-statistic-title{color:#64748b;font-size:12px;font-weight:500;margin-bottom:2px}.metric-card .ant-statistic .ant-statistic-content{color:#1e293b;font-weight:700}.metric-card .ant-statistic .ant-statistic-content .ant-statistic-content-value{font-size:18px}.metric-card .ant-statistic .ant-statistic-content .ant-statistic-content-value-decimal{font-weight:600}.metric-card .ant-statistic .ant-statistic-content .ant-statistic-content-prefix,.metric-card .ant-statistic .ant-statistic-content .ant-statistic-content-suffix{color:#64748b;font-size:12px;font-weight:500}@media(prefers-color-scheme:dark){.metric-card .ant-statistic .ant-statistic-title,.metric-card .metric-title{color:#94a3b8}.metric-card .ant-statistic .ant-statistic-content{color:#f1f5f9}.metric-card .ant-statistic .ant-statistic-content .ant-statistic-content-prefix,.metric-card .ant-statistic .ant-statistic-content .ant-statistic-content-suffix{color:#94a3b8}}.section-header{align-items:center;display:flex;justify-content:space-between;margin:8px 0 6px}.section-header h3{align-items:center;color:#1e293b;display:flex;font-size:16px;font-weight:700;gap:6px;margin:0;position:relative}.section-header h3 .anticon{color:#1677ff;font-size:14px}.section-header .section-actions{align-items:center;display:flex;gap:8px}@media(prefers-color-scheme:dark){.section-header h3{color:#f1f5f9}}@media(max-width:768px){.section-header{align-items:flex-start;flex-direction:column;gap:4px;margin:8px 0 6px}.section-header h3{font-size:13px}}.info-tooltip{color:#94a3b8;cursor:pointer;transition:color .3s ease,transform .2s ease}.info-tooltip:hover{color:#1677ff;transform:scale(1.2)}.pageContainer{background:radial-gradient(circle at 20% 20%,#1677ff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#4096ff1a 0,#0000 50%),linear-gradient(135deg,#f8fafc,#e2e8f0);box-sizing:border-box;min-height:100%;overflow-x:hidden;padding:10px;position:relative;width:100%}.pageContainer:before{background:radial-gradient(circle at 30% 30%,#1677ff0d 0,#0000 70%),radial-gradient(circle at 70% 70%,#4096ff0d 0,#0000 70%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.pageContainer>*{position:relative;z-index:1}@media(prefers-color-scheme:dark){.pageContainer{background:radial-gradient(circle at 20% 20%,#1677ff26 0,#0000 50%),radial-gradient(circle at 80% 80%,#4096ff26 0,#0000 50%),linear-gradient(135deg,#0f172a,#1e293b)}}.markdown-editor{border:1px solid #d9d9d9;border-radius:6px;overflow:hidden}.markdown-editor .ant-tabs-content-holder,.markdown-editor.readonly{border:none}.markdown-editor .ant-tabs-tabpane{height:100%;padding:0}.markdown-content{color:#333;line-height:1.6}.markdown-content h1{border-bottom:2px solid #e8e8e8;color:#1a1a1a;font-size:24px;font-weight:600;margin:16px 0 12px;padding-bottom:8px}.markdown-content h2{color:#1a1a1a;font-size:20px;font-weight:600;margin:16px 0 10px}.markdown-content h3{color:#1a1a1a;font-size:16px;font-weight:600;margin:14px 0 8px}.markdown-content p{margin:8px 0;text-align:justify}.markdown-content ol,.markdown-content ul{margin:8px 0;padding-left:24px}.markdown-content li{margin:4px 0}.markdown-content strong{color:#1a1a1a;font-weight:600}.markdown-content em{color:#666;font-style:italic}.markdown-content code{background:#f5f5f5;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;padding:2px 4px}.markdown-content pre{background:#f5f5f5;border-radius:6px;margin:12px 0;overflow-x:auto;padding:12px}.markdown-content pre code{background:none;padding:0}.markdown-content blockquote{background:#f8f9fa;border-left:4px solid #1890ff;color:#666;margin:12px 0;padding:8px 16px}.markdown-content table{border-collapse:collapse;margin:12px 0;width:100%}.markdown-content td,.markdown-content th{border:1px solid #e8e8e8;padding:8px 12px;text-align:left}.markdown-content th{background:#f5f5f5;font-weight:600}.markdown-preview{background:#fff}.markdown-editor.readonly .markdown-content{padding:12px}.target-review{background-color:#fff;box-sizing:border-box;min-height:100%;padding:15px 20px;width:100%}.target-review .ant-table-wrapper{overflow-x:auto}.page-title{color:#1f1f1f;margin-bottom:20px;padding-bottom:10px}.page-title:after{background:linear-gradient(90deg,#1890ff,#52c41a);border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.video-overview-tips{align-items:center;background:#f8f9fa;border-radius:8px;box-shadow:0 2px 6px #00000008;display:flex;justify-content:space-between;margin-bottom:24px;padding:12px 16px}.action-buttons{align-items:center;display:flex;gap:12px}.empty-container,.error-container,.loading-container{align-items:center;background:#f8f9fa;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;justify-content:center;min-height:400px;width:100%}.video-card{cursor:pointer;position:relative;transition:all .3s ease}.video-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-5px)}.video-card-active{border:2px solid #1890ff;box-shadow:0 4px 12px #00000026}.video-card-hover{border:2px solid #52c41a;box-shadow:0 4px 8px #52c41a33}.vertical-video-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));width:100%}.vertical-video-item{transition:transform .3s ease;width:100%}.vertical-video-card{border:1px solid #0000000f;border-radius:12px;box-shadow:0 6px 16px #00000014;cursor:pointer;height:100%;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.vertical-video-card:hover{box-shadow:0 12px 24px #0000001f;transform:translateY(-8px)}.vertical-video-card.video-card-active{border:2px solid #1890ff;box-shadow:0 8px 20px #1890ff33}.vertical-video-card.video-card-hover{border:2px solid #52c41a;box-shadow:0 8px 20px #52c41a33}.vertical-video-container{display:flex;flex-direction:column;height:100%}.vertical-video-player-wrapper{background:#000;height:420px}.vertical-video-placeholder,.vertical-video-player-wrapper{border-radius:8px 8px 0 0;overflow:hidden;position:relative;width:100%}.vertical-video-placeholder{align-items:center;background:linear-gradient(135deg,#1a1a1a,#303030);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center}.vertical-video-placeholder:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40 40 0H20L0 20m40 20V20L20 40' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");content:"";height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.vertical-video-info{background:#fff;border-radius:0 0 8px 8px;display:flex;flex-direction:column;padding:16px}.vertical-video-header{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.vertical-video-title{color:#1f1f1f;display:block;font-size:18px;font-weight:700;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vertical-video-stats{border-top:1px solid #0000000f;display:flex;justify-content:space-between;margin:12px 0 0;padding-top:12px}.stat-item{align-items:center;display:flex;gap:6px}.stat-icon{color:#1890ff;font-size:16px}.stat-value{color:#333;font-size:16px;font-weight:700}.vertical-video-carousel{background:#f8f9fa;border:1px solid #0000000f;border-radius:12px;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;height:80vh;max-height:800px;overflow:hidden;width:100%}.active-video-container{align-items:center;background:#000;display:flex;flex:1 1;justify-content:center;overflow:hidden;position:relative}.active-vertical-video{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.active-vertical-video video{background:#000;height:100%!important;margin:0 auto;max-width:100%;object-fit:contain;width:auto!important}.active-video-info{align-items:flex-end;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:linear-gradient(0deg,#000000d9,#00000080 80%,#0000);bottom:0;color:#fff;display:flex;justify-content:space-between;left:0;padding:24px 20px 20px;position:absolute;right:0}.active-video-header{display:flex;flex-direction:column;gap:8px}.active-video-title{color:#fff;font-size:20px;margin:0;text-shadow:0 1px 2px #0000004d}.active-video-shop{align-items:center;display:flex;gap:8px}.active-video-shop .shop-icon,.active-video-shop .shop-name{color:#fff;opacity:.9}.active-video-stats{display:flex;gap:24px}.active-video-stats .statistic-item{margin-bottom:0}.active-video-stats .statistic-item .ant-statistic-title{color:#fffc;font-size:12px;margin-bottom:4px}.active-video-stats .statistic-item .ant-statistic-content{color:#fff;font-size:18px;text-shadow:0 1px 2px #0000004d}.no-active-video{align-items:center;background:linear-gradient(135deg,#1a1a1a,#303030);color:#fff;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center}.no-active-video .big-play-icon{animation:pulse 2s ease-in-out infinite;color:#1890ff;filter:drop-shadow(0 0 8px rgba(24,144,255,.5));font-size:80px;opacity:.8}.video-thumbnails-container{background:#fff;border-top:1px solid #00000014;box-shadow:0 -4px 12px #0000000d;height:120px;padding:12px 0}.video-thumbnails-scroll{display:flex;gap:16px;height:100%;overflow-x:auto;padding:0 16px}.video-thumbnails-scroll::-webkit-scrollbar{height:6px}.video-thumbnails-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.video-thumbnails-scroll::-webkit-scrollbar-track{background:#f0f0f0}.video-thumbnail{border:2px solid #0000;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;flex:0 0 auto;height:100%;overflow:hidden;position:relative;transition:all .2s cubic-bezier(.34,1.56,.64,1);width:80px}.video-thumbnail:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-4px) scale(1.05)}.video-thumbnail.active-thumbnail{border-color:#1890ff;box-shadow:0 0 12px #1890ff99;transform:translateY(-4px) scale(1.05)}.thumbnail-preview{align-items:center;background:linear-gradient(135deg,#1a1a1a,#303030);display:flex;height:70%;justify-content:center;width:100%}.thumbnail-preview .thumbnail-icon{color:#fff;font-size:24px;opacity:.8;transition:all .3s ease}.thumbnail-preview .thumbnail-icon.active-icon{color:#1890ff;filter:drop-shadow(0 0 4px rgba(24,144,255,.5));transform:scale(1.2)}.thumbnail-info{background:#f8f9fa;display:flex;flex-direction:column;height:30%;justify-content:center;padding:6px 8px}.thumbnail-title{color:#333;font-size:11px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thumbnail-stats{color:#666;font-size:10px;margin-top:2px}.thumbnail-amount{color:#cf1322;font-weight:500}.video-card-content{display:flex;flex-wrap:nowrap}.video-player-wrapper{background:#000;height:320px;position:relative;width:100%}.video-column{padding-right:8px}.info-column{padding-left:8px}.info-column,.video-info-vertical{display:flex;flex-direction:column}.video-info-vertical{height:100%;justify-content:space-between}.video-title{display:block;font-size:16px;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-shop-info{align-items:center;display:flex}.shop-icon{color:#722ed1;margin-right:4px}.shop-name{color:#722ed1;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.statistic-item{margin-bottom:12px}.video-placeholder{background-color:#f0f2f5;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.video-play-icon{color:#1890ff;filter:drop-shadow(0 0 8px rgba(24,144,255,.3));font-size:48px;margin-bottom:12px;transition:all .3s}.video-card:hover .video-play-icon{color:#40a9ff;transform:scale(1.2)}.video-preview-text{font-size:16px;max-width:100%;overflow:hidden;padding:0 16px;text-align:center;text-overflow:ellipsis;text-shadow:0 1px 2px #0000001a;white-space:nowrap}.video-preload-indicator{animation:pulse 1.5s infinite;background-color:#0009;bottom:0;left:0;padding:8px;right:0;text-align:center}.video-preload-indicator,.video-preloaded-badge{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;font-size:12px;position:absolute}.video-preloaded-badge{background-color:#52c41ae6;border-radius:12px;box-shadow:0 2px 8px #0003;font-weight:700;padding:4px 10px;right:12px;top:12px;z-index:1}@media(max-width:768px){.vertical-video-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.vertical-video-player-wrapper{height:380px}.active-vertical-video video{height:auto!important;width:100%!important}.active-video-info{align-items:flex-start;flex-direction:column;gap:8px}.active-video-stats{justify-content:space-between;width:100%}}@keyframes pulse{0%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.6;transform:scale(1)}}.analytics-report{background:radial-gradient(circle at 20% 20%,#1677ff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#4096ff1a 0,#0000 50%),linear-gradient(135deg,#f8fafc,#e2e8f0);overflow-x:auto;padding:10px;position:relative}.analytics-report:before{background:radial-gradient(circle at 30% 30%,#1677ff0d 0,#0000 70%),radial-gradient(circle at 70% 70%,#4096ff0d 0,#0000 70%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.analytics-report>*{position:relative;z-index:1}.analytics-report .report-content{padding:10px 0}.analytics-report .ant-card{background:#ffffffe6;border:1px solid #fff3;border-radius:10px;box-shadow:0 4px 16px #1677ff14,0 2px 8px #0000000a,inset 0 1px 0 #fffc;margin-bottom:16px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.analytics-report .ant-card:before{background:linear-gradient(90deg,#1677ff,#4096ff,#69c0ff);content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.analytics-report .ant-card:hover{box-shadow:0 6px 20px #1677ff1f,0 3px 10px #00000014,inset 0 1px 0 #ffffffe6;transform:translateY(-2px)}.analytics-report .ant-card:hover:before{opacity:1}.analytics-report .ant-card .ant-card-body{padding:12px;position:relative}.analytics-report .ant-card .ant-card-head{border-bottom:1px solid #e2e8f080}.analytics-report .ant-card .ant-card-head .ant-card-head-title{color:#1e293b;font-weight:600}.analytics-report .section-card{margin-bottom:16px}.analytics-report .metric-card{background:#fffc;border-radius:8px;box-shadow:0 2px 8px #1677ff0f,0 1px 4px #00000008;height:100%;transition:all .3s ease}.analytics-report .metric-card:hover{box-shadow:0 4px 12px #1677ff1a,0 2px 6px #0000000f;transform:translateY(-1px)}.analytics-report .metric-card .ant-card-body{padding:10px}.analytics-report .metric-card .ant-statistic-title{color:#64748b;font-size:12px;font-weight:500;margin-bottom:2px}.analytics-report .metric-card .ant-statistic-content{color:#1e293b;font-weight:700}.analytics-report .editable-metric-card .edit-icon{color:#1677ff;cursor:pointer;margin-left:8px;opacity:.6;transition:all .2s ease}.analytics-report .editable-metric-card .edit-icon:hover{opacity:1;transform:scale(1.1)}.analytics-report .editable-metric-card .edit-mode .edit-title{color:#64748b;font-size:12px;font-weight:500;margin-bottom:4px}.analytics-report .editable-metric-card .edit-mode .edit-value-container{align-items:center;display:flex;gap:8px}.analytics-report .editable-metric-card .edit-mode .edit-value-container .edit-input{border:1px solid #d9d9d9;border-radius:4px;color:#1e293b;flex:1 1;font-size:18px;font-weight:700}.analytics-report .editable-metric-card .edit-mode .edit-value-container .edit-input:focus{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff33}.analytics-report .editable-metric-card .edit-mode .edit-value-container .edit-actions{align-items:center;display:flex;gap:6px}.analytics-report .editable-metric-card .edit-mode .edit-value-container .edit-actions .confirm-icon{color:#52c41a;cursor:pointer;font-size:16px;transition:all .2s ease}.analytics-report .editable-metric-card .edit-mode .edit-value-container .edit-actions .confirm-icon:hover{color:#389e0d;transform:scale(1.1)}.analytics-report .editable-metric-card .edit-mode .edit-value-container .edit-actions .cancel-icon{color:#ff4d4f;cursor:pointer;font-size:16px;transition:all .2s ease}.analytics-report .editable-metric-card .edit-mode .edit-value-container .edit-actions .cancel-icon:hover{color:#cf1322;transform:scale(1.1)}.analytics-report .editable-metric-card .view-mode{height:100%}.analytics-report .pie-chart-card{height:300px;min-width:380px}.analytics-report .pie-chart-card .ant-card-head .ant-card-head-title{font-size:14px;font-weight:600}.analytics-report .pie-chart-card .ant-card-body{height:calc(100% - 57px);overflow:visible;padding:16px}@media(max-width:768px){.analytics-report .pie-chart-card{min-width:350px}}@media(max-width:576px){.analytics-report .pie-chart-card{height:280px;min-width:320px}.analytics-report .pie-chart-card .ant-card-body{height:calc(100% - 57px);padding:12px}}.analytics-report .daily-metrics-container{height:300px}.analytics-report .daily-metrics-container .ant-col{height:calc(50% - 8px)}.analytics-report .daily-metrics-container .ant-col:nth-child(n+7){margin-bottom:0}.analytics-report .daily-metrics-container .metric-card{height:100%}.analytics-report .daily-metrics-container .metric-card .ant-card-body{align-items:center;display:flex;height:100%;justify-content:center}.analytics-report .daily-metrics-container .metric-card .ant-statistic{text-align:center;width:100%}.analytics-report .daily-metrics-container .metric-card .ant-statistic .ant-statistic-title{font-size:11px;line-height:1.2;margin-bottom:4px}.analytics-report .daily-metrics-container .metric-card .ant-statistic .ant-statistic-content{font-size:16px;line-height:1.2}@media(max-width:576px){.analytics-report .daily-metrics-container{height:280px}}.analytics-report .daily-data-row{overflow-x:hidden}@media(max-width:992px){.analytics-report .daily-data-row{min-width:800px}}.analytics-report .anchor-ranking-card,.analytics-report .product-top3-card,.analytics-report .promotion-card{display:flex;flex-direction:column;height:380px}.analytics-report .anchor-ranking-card .ant-card-body,.analytics-report .product-top3-card .ant-card-body,.analytics-report .promotion-card .ant-card-body{flex:1 1;overflow:hidden}.analytics-report .promotion-card .ant-card-body{display:flex;flex-direction:column;overflow:visible}.analytics-report .promotion-metrics{display:flex;flex-direction:column;height:100%;justify-content:space-around;padding:8px 0}.analytics-report .metric-item{align-items:center;border-bottom:1px dashed #e2e8f080;display:flex;justify-content:space-between;min-height:40px}.analytics-report .metric-item:last-child{border-bottom:none;margin-bottom:0}.analytics-report .metric-item .metric-label{color:#64748b;flex:1 1;font-size:13px;font-weight:500}.analytics-report .metric-item .metric-value{color:#1e293b;font-size:14px;font-weight:700;text-align:right}.analytics-report .ant-table-small{font-size:12px}.analytics-report .anchor-ranking-card .ant-table,.analytics-report .anchor-ranking-card .ant-table .ant-table-container{border:none!important}.analytics-report .anchor-ranking-card .ant-table .ant-table-container .ant-table-content .ant-table-thead>tr>th{background-color:rgba(240,245,255,.902);border:none!important;color:#1e293b;font-weight:600}.analytics-report .anchor-ranking-card .ant-table .ant-table-container .ant-table-content .ant-table-thead>tr>th:first-child{border-left:none!important}.analytics-report .anchor-ranking-card .ant-table .ant-table-container .ant-table-content .ant-table-thead>tr>th:last-child{border-right:none!important}.analytics-report .anchor-ranking-card .ant-table .ant-table-container .ant-table-content .ant-table-tbody>tr,.analytics-report .anchor-ranking-card .ant-table .ant-table-container .ant-table-content .ant-table-tbody>tr>td{border:none!important}.analytics-report .anchor-ranking-card .ant-table .ant-table-container .ant-table-content .ant-table-tbody>tr:nth-child(odd){background-color:#fff}.analytics-report .anchor-ranking-card .ant-table .ant-table-container .ant-table-content .ant-table-tbody>tr:nth-child(2n){background-color:#f8f9fa}.analytics-report .anchor-ranking-card .ant-table .ant-table-container .ant-table-content .ant-table-tbody>tr:hover{background-color:#e6f7ff!important}.analytics-report .top-products-list{display:flex;flex-wrap:wrap;gap:16px}.analytics-report .top-products-list .top-product-item{background:#fffc;border-radius:8px;box-shadow:0 2px 8px #1677ff0f,0 1px 4px #00000008;display:flex;padding:12px;transition:all .3s ease;width:100%}.analytics-report .top-products-list .top-product-item:hover{box-shadow:0 4px 12px #1677ff1a,0 2px 6px #0000000f;transform:translateY(-1px)}.analytics-report .top-products-list .top-product-item .product-image-container{border-radius:4px;height:60px;margin-right:12px;min-width:60px;overflow:hidden;width:60px}.analytics-report .top-products-list .top-product-item .product-image-container img{height:100%;object-fit:cover;width:100%}.analytics-report .top-products-list .top-product-item .product-info{display:flex;flex-direction:column;justify-content:space-between;width:calc(100% - 72px)}.analytics-report .chart-card{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.analytics-report .chart-card .gmv-ratio-chart{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.analytics-report .product-item{border-bottom:1px dashed #e2e8f080;padding:8px 0}.analytics-report .product-item:last-child{border-bottom:none}.analytics-report .product-item .product-content{align-items:center;display:flex;justify-content:space-between;width:100%}.analytics-report .product-item .product-info{align-items:center;display:flex;flex:1 1;margin-right:12px;min-width:0}.analytics-report .product-item .product-info .ant-avatar{flex-shrink:0;margin-right:12px}.analytics-report .product-item .product-info .product-name{color:#1e293b;cursor:pointer;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:70%}.analytics-report .product-item .product-info .product-name:hover{color:#1677ff}.analytics-report .product-item .product-gmv{color:#1e293b;flex-shrink:0;font-size:14px;font-weight:700;min-width:60px;text-align:right}.analytics-report .metric-title{color:#64748b;font-size:12px;font-weight:500;margin-bottom:8px}.analytics-report .screenshot-btn{background:linear-gradient(135deg,#1677ff,#4096ff);border:none;border-radius:6px;box-shadow:0 2px 8px #1677ff4d;transition:all .3s ease}.analytics-report .screenshot-btn:hover{background:linear-gradient(135deg,#0958d9,#1677ff);box-shadow:0 4px 12px #1677ff66;transform:translateY(-1px)}.analytics-report .screenshot-btn:active{transform:translateY(0)}.analytics-report .screenshot-btn .anticon{font-size:14px}.slide-menu{background:linear-gradient(180deg,#fff,#f0f7ff);border-right:1px solid #1677ff14;box-shadow:4px 0 20px #0000000d;box-sizing:border-box;height:100vh;overflow-x:hidden;overflow-y:auto;padding-top:0;position:relative;transition:all .3s cubic-bezier(.645,.045,.355,1)}.slide-menu:before{background:linear-gradient(180deg,#ffffff03,#1677ff08);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.slide-menu .logo-container{align-items:center;background:linear-gradient(180deg,#ffffffe6,#f0f7ffe6);box-shadow:0 2px 8px #00000008;display:flex;height:64px;justify-content:center;margin-bottom:8px;position:relative}.slide-menu .logo-container:after{background:linear-gradient(90deg,#1677ff00,#1677ff33,#1677ff00);bottom:0;content:"";height:1px;left:15%;position:absolute;right:15%}.slide-menu .logo{display:block;filter:drop-shadow(0 2px 4px rgba(22,119,255,.2));height:32px;margin:auto;max-width:80%;transition:all .3s ease}.slide-menu :global(.tech-menu){background:#0000;border-right:none;padding:8px}.slide-menu :global(.tech-menu) .ant-menu-item{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#ffffffb3;border:1px solid #fffc;border-radius:8px;box-shadow:0 2px 6px #00000005,inset 0 1px 1px #fffc;margin:4px 8px;overflow:hidden;position:relative;transition:all .3s}.slide-menu :global(.tech-menu) .ant-menu-item:before{background:linear-gradient(180deg,#1677ff,#4096ff);border-radius:0 2px 2px 0;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s;width:4px}.slide-menu :global(.tech-menu) .ant-menu-item:hover{background:#ffffffe6;box-shadow:0 4px 10px #0000000a,inset 0 1px 1px #ffffffe6;transform:translateY(-1px)}.slide-menu :global(.tech-menu) .ant-menu-item:hover:before{opacity:.5}.slide-menu :global(.tech-menu) .ant-menu-item.ant-menu-item-selected{background:linear-gradient(135deg,#f0f7fff2,#e6f2fff2);border:1px solid #1677ff26;box-shadow:0 4px 12px #1677ff1a,inset 0 1px 1px #ffffffe6;color:#1677ff;font-weight:500}.slide-menu :global(.tech-menu) .ant-menu-item.ant-menu-item-selected:before{opacity:1}.slide-menu :global(.tech-menu) .ant-menu-item.ant-menu-item-selected:after{opacity:0}.slide-menu :global(.tech-menu) .ant-menu-submenu-title{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#ffffffb3;border:1px solid #fffc;border-radius:8px;box-shadow:0 2px 6px #00000005,inset 0 1px 1px #fffc;margin:4px 8px;transition:all .3s}.slide-menu :global(.tech-menu) .ant-menu-submenu-title:hover{background:#ffffffe6;box-shadow:0 4px 10px #0000000a,inset 0 1px 1px #ffffffe6;transform:translateY(-1px)}.slide-menu :global(.tech-menu) .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#1677ff;font-weight:500}.slide-menu :global(.tech-menu) .anticon{color:#646a73;font-size:18px;margin-right:12px;transition:all .3s}.slide-menu :global(.tech-menu) .anticon svg{transition:all .3s}.slide-menu :global(.tech-menu) .ant-menu-item-selected .anticon,.slide-menu :global(.tech-menu) .ant-menu-item:hover .anticon{color:#1677ff;filter:drop-shadow(0 2px 3px rgba(22,119,255,.2));transform:scale(1.1)}.slide-menu :global(.tech-menu) .ant-menu-sub.ant-menu-inline{background:#0000}.slide-menu :global(.tech-menu) .ant-menu-sub.ant-menu-inline .ant-menu-item{background:#ffffff80;margin-left:16px;margin-right:8px}.slide-menu :global(.tech-menu) .ant-menu-sub.ant-menu-inline .ant-menu-item.ant-menu-item-selected{background:#f0f7ffcc}.slide-menu::-webkit-scrollbar{height:4px;width:4px}.slide-menu::-webkit-scrollbar-track{background:#0000}.slide-menu::-webkit-scrollbar-thumb{background:#1677ff1a;border-radius:2px}.slide-menu::-webkit-scrollbar-thumb:hover{background:#1677ff33}.slide-menu.collapsed .ant-menu-item{padding-left:24px!important}.slide-menu.collapsed .ant-menu-item .anticon{font-size:18px;margin-right:0}.header-module{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f0f7ff);border-bottom:1px solid #1677ff1a;box-shadow:0 4px 20px #0000000d,inset 0 -1px 0 #fffc;box-sizing:border-box;display:flex;height:64px;justify-content:space-between;padding-right:24px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s cubic-bezier(.645,.045,.355,1);z-index:100}.header-module:after{background:linear-gradient(90deg,#1677ff00,#1677ff33,#1677ff00);bottom:0;content:"";height:1px;left:0;pointer-events:none;position:absolute;width:100%}.header-module .menu-icon{align-items:center;color:var(--text-secondary);cursor:pointer;display:flex;font-size:18px;height:100%;justify-content:center;overflow:hidden;position:relative;transition:all .3s;width:64px}.header-module .menu-icon:after{background-color:#0000;content:"";height:100%;left:0;position:absolute;top:0;transition:all .2s;width:100%}.header-module .menu-icon:hover{color:var(--primary-color)}.header-module .menu-icon:hover:after{background-color:#1677ff14}.header-module .fullscreen-icon{align-items:center;background-color:#fffc;border-radius:50%;box-shadow:0 2px 6px #0000000d,inset 0 1px 1px #fffc;color:var(--text-secondary);cursor:pointer;display:flex;height:36px;justify-content:center;margin-right:16px;transition:all .3s;width:36px}.header-module .fullscreen-icon:hover{background-color:#fffffff2;box-shadow:0 4px 10px #1677ff26,inset 0 1px 1px #fffc;color:var(--primary-color);transform:translateY(-1px)}.header-module .header-left{align-items:center;display:flex;flex:1 1;height:100%;min-width:0;transition:all .3s}.header-module .header-left .top-menu{background:#0000;border-bottom:none;flex:1 1;height:100%;line-height:64px;min-width:0;overflow:visible;transition:all .3s}.header-module .header-left .top-menu .ant-menu-item{color:var(--text-secondary);font-size:15px;height:64px;margin:0 4px;min-width:auto;padding:0 20px;position:relative;transition:all .3s ease}.header-module .header-left .top-menu .ant-menu-item:after{background:linear-gradient(90deg,#1677ff,#4096ff);border-radius:3px 3px 0 0;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s;width:0}.header-module .header-left .top-menu .ant-menu-item:hover{background-color:#1677ff0a;color:var(--primary-color)}.header-module .header-left .top-menu .ant-menu-item:hover:after{width:24px}.header-module .header-left .top-menu .ant-menu-item.ant-menu-item-selected{background-color:#1677ff0f;color:var(--primary-color);font-weight:500}.header-module .header-left .top-menu .ant-menu-item.ant-menu-item-selected:after{width:32px}.header-module .header-left .top-menu .ant-menu-item .anticon{font-size:16px;margin-right:8px}.header-module .header-right{align-items:center;display:flex;flex-shrink:0;transition:all .3s}.header-module .header-right .shop-select{margin-right:20px;min-width:180px;transition:all .3s}.header-module .header-right .shop-select .ant-select-selector{align-items:center;background-color:#fffc;border:1px solid #1677ff1a;border-radius:8px;box-shadow:0 2px 6px #00000008,inset 0 1px 1px #fffc;display:flex;height:38px}.header-module .header-right .shop-select .ant-select-selector:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #1677ff1f,inset 0 1px 1px #fffc}.header-module .header-right .user-info{align-items:center;background:linear-gradient(135deg,#ffffffe6,#f0f7ffe6);border:1px solid #1677ff1a;border-radius:20px;box-shadow:0 2px 8px #0000000d,inset 0 1px 1px #fffc;display:flex;height:38px;margin-right:20px;padding:4px 12px;transition:all .3s}.header-module .header-right .user-info:hover{background:linear-gradient(135deg,#fffffff2,#f0f7fff2);border-color:#1677ff33;box-shadow:0 4px 12px #1677ff1f,inset 0 1px 1px #fffc;transform:translateY(-1px)}.header-module .header-right .user-info .avatar{align-items:center;background:linear-gradient(135deg,#1677ff,#4096ff);border-radius:50%;box-shadow:0 2px 6px #1677ff4d;color:#fff;display:flex;font-size:14px;font-weight:500;height:28px;justify-content:center;margin-right:8px;width:28px}.header-module .header-right .user-info .username{color:var(--text-primary);font-size:14px;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-module .header-right .action-btn{align-items:center;background-color:#fffc;border-radius:50%;box-shadow:0 2px 6px #0000000d,inset 0 1px 1px #fffc;color:var(--text-secondary);cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;margin-left:8px;transition:all .3s;width:36px}.header-module .header-right .action-btn:hover{background-color:#fffffff2;box-shadow:0 4px 10px #1677ff26,inset 0 1px 1px #fffc;color:var(--primary-color);transform:translateY(-1px)}.header-module .header-right .logout-btn{margin-left:16px;transition:all .3s}.header-module .header-right .logout-btn:hover{background-color:#fffffff2;box-shadow:0 4px 10px #ff4d4f26,inset 0 1px 1px #fffc;color:var(--error-color)}.header-module .header-right .change-pwd-btn{margin-left:16px;transition:all .3s}.header-module .header-right .change-pwd-btn:hover{color:var(--primary-color)}.header-module .header-right .tenant-trigger{align-items:center;background:linear-gradient(135deg,#ffffffe6,#f0f7ffe6);border:1px solid #1677ff1a;border-radius:20px;box-shadow:0 2px 8px #0000000d,inset 0 1px 1px #fffc;cursor:pointer;display:flex;height:38px;padding:4px 12px;transition:all .3s}.header-module .header-right .tenant-trigger:hover{background:linear-gradient(135deg,#fffffff2,#f0f7fff2);border-color:#1677ff33;box-shadow:0 4px 12px #1677ff1f,inset 0 1px 1px #fffc;transform:translateY(-1px)}.header-module .header-right .tenant-trigger .tenant-avatar{box-shadow:0 2px 6px #1677ff4d;color:#fff;font-weight:500;margin-right:8px}.header-module .header-right .tenant-trigger .tenant-name-display{color:var(--text-primary);font-size:14px;font-weight:500;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-module .header-right .tenant-trigger .dropdown-icon{color:var(--text-secondary);font-size:12px;transition:all .3s}.tenant-dropdown{background:#fff;border:1px solid #1677ff1a;border-radius:12px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;min-width:280px;overflow:hidden}.tenant-dropdown .tenant-info-header{background:linear-gradient(135deg,#f0f7ff,#e6f4ff);border-bottom:1px solid #1677ff1a;padding:16px 20px}.tenant-dropdown .tenant-info-header .tenant-basic-info{display:flex;flex-direction:column;gap:4px}.tenant-dropdown .tenant-info-header .tenant-basic-info .tenant-name{color:var(--text-primary);font-size:16px;font-weight:600;margin-bottom:4px}.tenant-dropdown .tenant-info-header .tenant-basic-info .tenant-details{align-items:center;color:var(--text-secondary);display:flex;font-size:14px;justify-content:space-between}.tenant-dropdown .tenant-info-header .tenant-basic-info .expire-time{color:var(--text-tertiary);font-size:13px}.tenant-dropdown .tenant-info-header .tenant-basic-info .user-phone{color:var(--text-tertiary);display:block;font-size:13px}.tenant-dropdown .ant-dropdown-menu{border:none;box-shadow:none;padding:8px 0}.tenant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{font-size:14px;padding:12px 20px;transition:all .2s}.tenant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#1677ff0f}.tenant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .anticon{font-size:16px;margin-right:12px}.tenant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider{background-color:#1677ff1a;margin:8px 0}.tenant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider .tenant-name-row{align-items:center;display:flex;justify-content:space-between;width:100%}.tenant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider .tenant-name-row .switch-icon{border-radius:4px;color:var(--primary-color);cursor:pointer;font-size:16px;padding:4px;transition:all .2s}.tenant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider .tenant-name-row .switch-icon:hover{background-color:#1677ff1a;transform:scale(1.1)}.tenant-switch-modal .ant-modal-header{border-bottom:1px solid #1677ff1a;text-align:center}.tenant-switch-modal .ant-modal-body{padding:16px 0}.tenant-switch-modal .ant-list-item{border:none;margin-bottom:8px;padding:0}.tenant-switch-modal .ant-list-item.tenant-item{border-radius:8px;cursor:pointer;transition:all .2s}.tenant-switch-modal .ant-list-item.tenant-item:hover{background-color:#1677ff0a}.tenant-switch-modal .ant-list-item.tenant-item.current{background-color:#1677ff14;border:1px solid #1677ff33}.tenant-switch-modal .ant-list-item .tenant-item-content{align-items:center;display:flex;justify-content:space-between;padding:16px 20px;width:100%}.tenant-switch-modal .ant-list-item .tenant-item-content .tenant-item-left{display:flex;flex-direction:column;gap:4px}.tenant-switch-modal .ant-list-item .tenant-item-content .tenant-item-left .tenant-item-name{color:var(--text-primary);font-size:16px;font-weight:500}.tenant-switch-modal .ant-list-item .tenant-item-content .tenant-item-left .tenant-item-role{color:var(--text-secondary);font-size:14px}.tenant-switch-modal .ant-list-item .tenant-item-content .tenant-item-arrow{color:var(--text-tertiary);font-size:14px}.tenant-switch-modal .ant-list-item.create-tenant-item{background-color:#1677ff05;border:2px dashed #1677ff4d}.tenant-switch-modal .ant-list-item.create-tenant-item:hover{background-color:#1677ff0f;border-color:#1677ff80}.tenant-switch-modal .ant-list-item.create-tenant-item .tenant-item-content .tenant-item-left .tenant-item-name{color:var(--primary-color);font-weight:600}.tenant-switch-modal .ant-list-item.create-tenant-item .tenant-item-content .tenant-item-arrow{color:var(--primary-color)}.layout{background:linear-gradient(135deg,#f5f9ff,#edf4ff);display:flex;height:100vh;overflow:hidden;position:relative;width:100vw}.layout:before{right:-50%;top:-50%}.layout:after,.layout:before{background:radial-gradient(circle,#1677ff08 0,#1677ff00 70%);content:"";height:100%;pointer-events:none;position:absolute;width:100%;z-index:0}.layout:after{bottom:-50%;left:-50%}.layout .sidebar{background:linear-gradient(180deg,#fff,#f0f7ff);border-right:1px solid #1677ff14;box-shadow:4px 0 20px #0000000d;height:100%;position:relative;transition:all .3s cubic-bezier(.645,.045,.355,1);z-index:10}.layout .sidebar:after{background:linear-gradient(180deg,#1677ff00,#1677ff1a,#1677ff00);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:1px}.right-content{display:flex;flex:1 1;flex-direction:column}.main-content,.right-content{position:relative;transition:all .3s cubic-bezier(.645,.045,.355,1);z-index:1}.main-content{background:#0000;box-sizing:border-box;flex:1 1;height:calc(100% - 64px);overflow-x:hidden;overflow-y:auto;padding:16px;width:100%}.main-content:before{background:radial-gradient(circle at top right,#1677ff08 0,#0000 70%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.tech-container{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border:1px solid #fffc;border-radius:12px;box-shadow:0 4px 20px #0000000d,inset 0 1px 1px #fffc;margin-bottom:24px;overflow:hidden;padding:24px;position:relative}.tech-container,.tech-container:before{transition:all .3s cubic-bezier(.645,.045,.355,1)}.tech-container:before{background:linear-gradient(90deg,#1677ff,#4096ff);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0}.tech-container:hover{box-shadow:0 8px 30px #1677ff1a,inset 0 1px 1px #fffc;transform:translateY(-2px)}.tech-container:hover:before{opacity:1}.page-title{align-items:center;color:#1f2329;display:flex;font-size:24px;font-weight:600;margin-bottom:24px;position:relative;text-shadow:0 1px 2px #fffc}.page-title:before{background:linear-gradient(180deg,#1677ff,#4096ff);border-radius:2px;box-shadow:0 2px 6px #1677ff33;content:"";display:inline-block;height:24px;margin-right:12px;width:4px}.content-area{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border:1px solid #fffc;border-radius:12px;box-shadow:0 4px 20px #0000000d,inset 0 1px 1px #fffc;overflow:hidden;padding:24px;position:relative}.page-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:24px}.card-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.data-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffffe6,#f0f7ffe6);border:1px solid #fffc;border-radius:12px;box-shadow:0 4px 16px #0000000d,inset 0 1px 1px #fffc;overflow:hidden;padding:20px;position:relative;transition:all .3s cubic-bezier(.645,.045,.355,1)}.data-card:hover{border-color:#1677ff1a;box-shadow:0 8px 30px #1677ff1a,inset 0 1px 1px #fffc;transform:translateY(-2px)}.data-card:after{background:radial-gradient(circle,#1677ff14 0,#1677ff00 70%);border-radius:50%;content:"";height:120px;position:absolute;right:-20px;top:-20px;width:120px;z-index:1}.data-card .icon{align-items:center;background:linear-gradient(135deg,#1677ff,#4096ff);border-radius:12px;box-shadow:0 4px 10px #1677ff33;color:#fff;display:flex;font-size:24px;height:48px;justify-content:center;margin-bottom:16px;width:48px}.data-card .title{color:#646a73;font-size:14px;font-weight:500;margin-bottom:8px}.data-card .value{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1f2329,#646a73);-webkit-background-clip:text;color:#1f2329;font-size:28px;font-weight:600;margin-bottom:8px}.data-card .trend{align-items:center;display:flex;font-size:12px;font-weight:500}.data-card .trend.up{color:#52c41a}.data-card .trend.down{color:#ff4d4f}.fade-in{animation:fadeIn .5s ease forwards}.fade-in-1{animation-delay:.1s}.fade-in-2{animation-delay:.2s}.fade-in-3{animation-delay:.3s}.fade-in-4{animation-delay:.4s}.fade-in-5{animation-delay:.5s}.glass-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fffc;border-radius:12px;box-shadow:0 4px 20px #0000000d,inset 0 1px 1px #fffc;padding:24px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.glass-card:hover{border-color:#1677ff1a;box-shadow:0 8px 30px #1677ff1a,inset 0 1px 1px #fffc;transform:translateY(-2px)}.gradient-border-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border-radius:12px;box-shadow:0 4px 20px #0000000d;padding:24px;position:relative;transition:all .3s cubic-bezier(.645,.045,.355,1);z-index:1}.gradient-border-card:before{background:linear-gradient(135deg,#1677ff,#4096ff);border-radius:14px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}.gradient-border-card:after{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffc;border-radius:12px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.gradient-border-card:hover{box-shadow:0 8px 30px #1677ff1a;transform:translateY(-2px)}.Loading_wrapper__F0pAS{align-items:center;display:flex;justify-content:center}.Loading_fullScreen__5L88W{background-color:#fffc;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.Loading_spinner__99zHJ{animation:Loading_rotate__CkYEE 1s linear infinite;border-radius:50%;border-style:solid;border-width:3px}@keyframes Loading_rotate__CkYEE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.anchor-analysis-container{background-color:#fff;box-sizing:border-box;min-height:calc(100vh - 100px);padding:24px 24px 80px}.anchor-analysis-container .filters{margin-bottom:20px}.anchor-analysis-container .echarts-for-react{height:600px}.schedule-grid-container{border:1px solid #e8e8e8;border-radius:4px;box-sizing:border-box;height:calc(100vh - 220px);margin-top:16px;overflow:hidden;position:relative;width:100%}.schedule-grid-container .time-grid-container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.schedule-grid-container .date-header{background-color:#f5f5f5;box-shadow:0 1px 2px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:80px;overflow:hidden;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:4}.schedule-grid-container .date-header .date-row{border-bottom:1px solid #d9d9d9;height:40px}.schedule-grid-container .date-header .date-row .date-row-content{box-sizing:border-box;display:flex;height:100%;margin-left:60px;position:relative}.schedule-grid-container .date-header .date-row .date-row-content .date-cell{align-items:center;background-color:#fafafa;border-right:1px solid #e8e8e8;box-sizing:border-box;display:flex;flex-shrink:0;height:100%;justify-content:center;position:relative}.schedule-grid-container .date-header .date-row .date-row-content .date-cell .date-info{text-align:center}.schedule-grid-container .date-header .date-row .date-row-content .date-cell .date-info .date-text{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:2px}.schedule-grid-container .date-header .date-row .date-row-content .date-cell .date-info .weekday-text{color:#666;display:block;font-size:11px}.schedule-grid-container .date-header .role-row{height:39px}.schedule-grid-container .date-header .role-row .role-row-content{box-sizing:border-box;display:flex;height:100%;margin-left:60px;position:relative}.schedule-grid-container .date-header .role-row .role-row-content .date-group{display:flex}.schedule-grid-container .date-header .role-row .role-row-content .date-group .role-column{align-items:center;border-right:1px solid #e8e8e8;box-sizing:border-box;display:flex;flex:0 0 120px;flex:0 0 var(--column-width,120px);height:100%;justify-content:center;min-width:120px;min-width:var(--column-width,120px);padding:0 8px;width:120px;width:var(--column-width,120px)}.schedule-grid-container .date-header .role-row .role-row-content .date-group .role-column.role-anchor{background-color:#1890ff08!important;border-right:1px solid #1890ff26!important}.schedule-grid-container .date-header .role-row .role-row-content .date-group .role-column.role-controller{background-color:#52c41a08!important;border-right:1px solid #52c41a26!important}.schedule-grid-container .date-header .role-row .role-row-content .date-group .role-column.role-operator{background-color:#fa8c1608!important;border-right:1px solid #fa8c1626!important}.schedule-grid-container .date-header .role-row .role-row-content .date-group .role-column .role-label{background-color:#1890ff1a;background-color:var(--role-bg-color,#1890ff1a);border-radius:3px;color:#1890ff;color:var(--role-color,#1890ff);font-size:12px;font-weight:500;padding:2px 6px}.schedule-grid-container .date-header .role-row .role-row-content .date-group .role-column .role-label.role-anchor{background-color:#1890ff26;color:#1890ff}.schedule-grid-container .date-header .role-row .role-row-content .date-group .role-column .role-label.role-controller{background-color:#52c41a26;color:#52c41a}.schedule-grid-container .date-header .role-row .role-row-content .date-group .role-column .role-label.role-operator{background-color:#fa8c1626;color:#fa8c16}.schedule-grid-container .schedule-content{box-sizing:border-box;display:flex;flex:1 1;overflow:auto;position:relative}.schedule-grid-container .schedule-content .time-axis{background-color:#f5f5f5;border-right:1px solid #e8e8e8;flex-shrink:0;height:auto;left:0;min-height:100%;position:-webkit-sticky;position:sticky;width:60px;z-index:3}.schedule-grid-container .schedule-content .time-axis .time-labels{background-color:#f5f5f5;display:flex;flex-direction:column;height:100%;position:relative}.schedule-grid-container .schedule-content .time-axis .time-labels .time-label{align-items:center;border-bottom:1px solid #e8e8e8;box-sizing:border-box;display:flex;flex-shrink:0;justify-content:flex-end;padding-right:5px;position:relative;width:100%}.schedule-grid-container .schedule-content .time-axis .time-labels .time-label:nth-child(4n+1),.schedule-grid-container .schedule-content .time-axis .time-labels .time-label:nth-child(4n+2){background-color:#fff}.schedule-grid-container .schedule-content .time-axis .time-labels .time-label:nth-child(4n+3),.schedule-grid-container .schedule-content .time-axis .time-labels .time-label:nth-child(4n+4){background-color:#d9efff}.schedule-grid-container .schedule-content .time-axis .time-labels .time-label[data-hour-type=full]{border-bottom:1px solid #ddd}.schedule-grid-container .schedule-content .time-axis .time-labels .time-label:nth-child(4n+2),.schedule-grid-container .schedule-content .time-axis .time-labels .time-label:nth-child(4n+4){border-bottom:2px solid #ccc!important}.schedule-grid-container .schedule-content .time-axis .time-labels .time-label.highlighted{background-color:#1890ff14;border-bottom:2px solid #1890ff99;border-top:2px solid #1890ff99}.schedule-grid-container .schedule-content .time-axis .time-labels .time-label .time-text{color:#333;font-size:12px;font-weight:500;position:relative;z-index:1}.schedule-grid-container .schedule-content .schedule-main{box-sizing:border-box;flex:1 1;min-width:0;overflow:visible;position:relative;z-index:1}.schedule-grid-container .schedule-content .schedule-main .grid-content{box-sizing:border-box;display:flex;height:-webkit-fit-content;height:fit-content;min-height:100%;min-width:100%;position:relative}.schedule-grid-container .schedule-content .schedule-main .grid-content.fixed-width{width:auto!important}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-group{display:flex}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column{background-color:#fff;border-right:1px solid #e8e8e8;box-sizing:border-box;display:flex;flex:0 0 120px;flex:0 0 var(--column-width,120px);flex-direction:column;height:100%;max-width:120px;max-width:var(--column-width,120px);min-width:120px;min-width:var(--column-width,120px);position:relative;transition:background-color .2s ease;width:120px;width:var(--column-width,120px);z-index:2}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column:hover{background-color:#1890ff0a;border-right:1px solid #1890ff33;box-shadow:inset 0 0 0 1px #1890ff1a;transform:translateY(-1px)}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column.highlight-drop-target{background-color:#1890ff0d}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block{border-bottom:1px solid #e8e8e8;box-sizing:border-box;cursor:crosshair;flex-shrink:0;transition:all .15s ease}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block:nth-child(4n+1),.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block:nth-child(4n+2){background-color:#fff}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block:nth-child(4n+3),.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block:nth-child(4n+4){background-color:#f0f0f0}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block:nth-child(4n+2),.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block:nth-child(4n+4){border-bottom:2px solid #ccc}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block:hover{background-color:#1890ff14!important;border-left:2px solid #1890ff66;border-right:2px solid #1890ff66;transform:scaleX(1.02);z-index:5}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block.dragged{background-color:#1890ff1a}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .time-block.paste-target{animation:paste-pulse 1s infinite alternate;background-color:#52c41a26!important;border:2px dashed #52c41a99!important;position:relative}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block{background-color:#e6f7ff;background-color:var(--schedule-block-color,#e6f7ff);border:1px solid #1890ff4d;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;font-size:14px;justify-content:center;left:0;margin:0;overflow:hidden;padding:4px 8px 1px;position:absolute;right:5px;transform:translateZ(0);width:calc(100% - 10px);will-change:auto}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block:active{box-shadow:none!important;outline:none!important;scale:none!important;transform:translateZ(0)!important}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block:focus{outline:none!important;scale:none!important;transform:translateZ(0)!important}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block:hover .schedule-block-operate{opacity:1}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block.multi-anchor{background-color:#fff2e8;background-color:var(--schedule-block-color,#fff2e8);border-color:#fa8c164d}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block.multi-anchor.live{border-left:3px solid #fa8c16}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block.resizing{opacity:.9;z-index:100}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block.selected{border:1px solid #1890ff!important;box-shadow:0 0 8px #1890ff66!important;box-shadow:0 0 8px #1890ff66,inset 0 0 0 1px #1890ff!important;box-sizing:border-box;z-index:15}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block.selected:after{background-color:#1890ff;border-radius:2px;color:#fff;content:"已选中 (Ctrl+C复制)";font-size:10px;left:50%;padding:2px 6px;pointer-events:none;position:absolute;text-align:center;top:-22px;transform:translateX(-50%);white-space:nowrap;z-index:20}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .schedule-block-operate{margin-bottom:0;opacity:0;position:absolute;right:8px;text-align:right;top:4px;transition:opacity .3s;z-index:3}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .schedule-block-operate span{white-space:nowrap}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .schedule-block-operate span .anticon{cursor:pointer}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .schedule-block-operate span .anticon:hover{color:#1890ff}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .anchor-name{font-size:14px;font-weight:500;margin:0 auto;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:normal;word-break:break-word}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .anchor-name .anchor-name-item{margin-bottom:2px}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .anchor-name .name-duration-line{align-items:center;display:flex;font-size:12px;font-weight:500;justify-content:center;margin-bottom:1px}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .anchor-name .name-duration-line .read-status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:6px;margin-left:4px;width:6px}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .anchor-name .name-duration-line .read-status-dot.unread{background-color:#ff4d4f;box-shadow:0 0 0 1px #ff4d4f4d}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .anchor-name .name-duration-line .read-status-dot.read{background-color:#52c41a;box-shadow:0 0 0 1px #52c41a4d}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .anchor-name .name-duration-line .read-status-dot:hover{transform:scale(1.2);transition:transform .2s ease}.schedule-grid-container .schedule-content .schedule-main .grid-content .date-column .schedule-block .anchor-name .time-range-line{align-items:center;color:#666;display:flex;font-size:10px;justify-content:center}.column-hover-indicator{background-color:#ffdc7880;height:60px;opacity:0;pointer-events:none;position:absolute;top:-60px;transition:opacity .2s ease;width:100%;z-index:10}.date-header .date-header-content .date-column:hover .column-hover-indicator{opacity:1;top:-8px}.schedule-main .grid-content .date-column:hover .column-hover-indicator{opacity:1;top:-60px}@keyframes paste-pulse{0%{background-color:#52c41a26!important;border-color:#52c41a99!important}to{background-color:#52c41a40!important;border-color:#52c41acc!important}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}#drag-clone{border:2px dashed #1890ff!important;box-shadow:0 4px 16px #0000004d!important;opacity:.7!important;pointer-events:none!important;position:fixed!important;scale:none!important;transform:none!important;transition:none!important;z-index:1000!important}#drag-clone .schedule-block-operate{display:none!important}#drag-clone.multi-anchor{border:2px dashed #fa8c16!important}.schedule-grid-container .date-group{display:flex}.schedule-grid-container .date-group .date-column.role-anchor{background-color:#1890ff0f;border-right:1px solid #1890ff33!important}.schedule-grid-container .date-group .date-column.role-anchor:hover{background-color:#1890ff14}.schedule-grid-container .date-group .date-column.role-anchor .time-block:nth-child(4n+1),.schedule-grid-container .date-group .date-column.role-anchor .time-block:nth-child(4n+2){background-color:#fff9!important}.schedule-grid-container .date-group .date-column.role-anchor .time-block:nth-child(4n+3),.schedule-grid-container .date-group .date-column.role-anchor .time-block:nth-child(4n+4){background-color:#1890ff12!important}.schedule-grid-container .date-group .date-column.role-anchor .time-block:hover{background-color:#1890ff1f!important;border-left:2px solid #1890ff99!important;border-right:2px solid #1890ff99!important}.schedule-grid-container .date-group .date-column.role-anchor .time-block.dragged{background-color:#1890ff26!important}.schedule-grid-container .date-group .date-column.role-controller{background-color:#52c41a0f;border-right:1px solid #52c41a33!important}.schedule-grid-container .date-group .date-column.role-controller:hover{background-color:#52c41a14}.schedule-grid-container .date-group .date-column.role-controller .time-block:nth-child(4n+1),.schedule-grid-container .date-group .date-column.role-controller .time-block:nth-child(4n+2){background-color:#fff9!important}.schedule-grid-container .date-group .date-column.role-controller .time-block:nth-child(4n+3),.schedule-grid-container .date-group .date-column.role-controller .time-block:nth-child(4n+4){background-color:#52c41a12!important}.schedule-grid-container .date-group .date-column.role-controller .time-block:hover{background-color:#52c41a1f!important;border-left:2px solid #52c41a99!important;border-right:2px solid #52c41a99!important}.schedule-grid-container .date-group .date-column.role-controller .time-block.dragged{background-color:#52c41a26!important}.schedule-grid-container .date-group .date-column.role-operator{background-color:#fa8c160f;border-right:1px solid #fa8c1633!important}.schedule-grid-container .date-group .date-column.role-operator:hover{background-color:#fa8c1614}.schedule-grid-container .date-group .date-column.role-operator .time-block:nth-child(4n+1),.schedule-grid-container .date-group .date-column.role-operator .time-block:nth-child(4n+2){background-color:#fff9!important}.schedule-grid-container .date-group .date-column.role-operator .time-block:nth-child(4n+3),.schedule-grid-container .date-group .date-column.role-operator .time-block:nth-child(4n+4){background-color:#fa8c1612!important}.schedule-grid-container .date-group .date-column.role-operator .time-block:hover{background-color:#fa8c161f!important;border-left:2px solid #fa8c1699!important;border-right:2px solid #fa8c1699!important}.schedule-grid-container .date-group .date-column.role-operator .time-block.dragged{background-color:#fa8c1626!important}.schedule-grid-container .date-group .date-column .date-text .role-label{background-color:#1890ff1a;background-color:var(--role-bg-color,#1890ff1a);border-radius:2px;color:#1890ff;color:var(--role-color,#1890ff);display:inline-block;font-size:10px;font-weight:500;margin-top:2px;padding:1px 4px}.schedule-grid-container .date-group .date-column .date-text .role-label.role-anchor{background-color:#1890ff26;color:#1890ff}.schedule-grid-container .date-group .date-column .date-text .role-label.role-controller{background-color:#52c41a26;color:#52c41a}.schedule-grid-container .date-group .date-column .date-text .role-label.role-operator{background-color:#fa8c1626;color:#fa8c16}.schedule-block.role-anchor{background-color:#e6f7ff;border-color:#1890ff4d}.schedule-block.role-controller{background-color:#f6ffed;border-color:#52c41a4d}.schedule-block.role-operator{background-color:#fff2e8;border-color:#fa8c164d}.schedule-block{background-color:#e6f7ff;background-color:var(--schedule-block-color,#e6f7ff);border-color:#1890ff4d;border-color:var(--schedule-border-color,#1890ff4d)}.date-header .date-header-content .date-group .date-column.role-anchor{background-color:#1890ff08!important;border-right:1px solid #1890ff26!important}.date-header .date-header-content .date-group .date-column.role-controller{background-color:#52c41a08!important;border-right:1px solid #52c41a26!important}.date-header .date-header-content .date-group .date-column.role-operator{background-color:#fa8c1608!important;border-right:1px solid #fa8c1626!important}.drag-time-overlay{background:#1890ffe6;border-radius:6px;box-shadow:0 2px 8px #0003;color:#fff;font-size:12px;font-weight:600;left:50%;padding:6px 10px;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:10}.drag-time-overlay .time-range{line-height:1.2}.drag-time-overlay .time-range div{border-top:1px solid #fff3;color:#ffffffe6;font-weight:400;margin-top:2px;padding-top:2px}.time-block.disabled-drag{cursor:default!important}.time-block.disabled-drag:hover{background-color:inherit!important}.schedule-block{cursor:pointer!important;opacity:1}.schedule-block:hover{opacity:1}.schedule-block .resize-handle,.schedule-block:hover .schedule-block-operate{display:block!important}.schedule-block .time-range-line{align-items:center;color:#666;display:flex;font-size:12px;justify-content:center;margin-top:2px;position:relative}.schedule-block .time-range-line .read-status-dot{border-radius:50%;display:inline-block;flex-shrink:0;height:6px;margin-left:4px;width:6px}.schedule-block .time-range-line .read-status-dot.unread{background-color:#ff4d4f;box-shadow:0 0 0 1px #ff4d4f4d}.schedule-block .time-range-line .read-status-dot.read{background-color:#52c41a;box-shadow:0 0 0 1px #52c41a4d}.schedule-block .time-range-line .read-status-dot:hover{transform:scale(1.2);transition:transform .2s ease}.anchor-data-analysis .table-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-top:16px;overflow:hidden}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table{border-radius:0}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-thead>tr>th{background-color:#fafafa;border-bottom:2px solid #e8e8e8;font-weight:600;padding:12px 8px;text-align:center}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-thead>tr>th:first-child{background-color:#f0f0f0;border-right:2px solid #e8e8e8;font-weight:700;text-align:left}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:10px 8px;text-align:center;transition:all .3s}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-tbody>tr>td:first-child{background-color:#fafafa;border-right:2px solid #e8e8e8;font-weight:500;padding-left:12px;text-align:left}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell{align-items:center;display:flex;justify-content:space-between;min-height:20px}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .metric-name{flex:1 1}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .metric-name:hover{color:#1890ff}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .sort-icons{border-radius:2px;cursor:pointer;display:flex;flex-direction:column;margin-left:8px;padding:2px;transition:background-color .3s}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .sort-icons:hover{background-color:#e6f7ff}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .sort-icons .sort-icon{color:#bfbfbf;font-size:10px;line-height:1;transition:color .3s}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .sort-icons .sort-icon:first-child{margin-bottom:-2px}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .sort-icons .sort-icon:hover{color:#1890ff}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .sort-icons .sort-icon.active{color:#1890ff;font-weight:700}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-tbody>tr:hover>td{background-color:#f5f5f5}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-tbody>tr:hover>td:first-child{background-color:#e6f7ff}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-cell-fix-left{background-color:#fafafa!important}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-cell-fix-left:hover{background-color:#e6f7ff!important}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-container{border:none}.anchor-data-analysis .table-container .anchor-analysis-table .ant-empty{margin:40px 0}.anchor-data-analysis .table-container .anchor-analysis-table .ant-empty .ant-empty-description{color:#999}.anchor-data-analysis .table-container .anchor-analysis-table .ant-spin-container{min-height:200px}.anchor-data-analysis .table-container .anchor-analysis-table .best-value{background-color:#ff4d4f1a;border-radius:3px;color:#ff4d4f!important;display:inline-block;font-weight:700!important;padding:2px 4px}@media(max-width:1200px){.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-tbody>tr>td,.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-thead>tr>th{font-size:13px;padding:8px 6px}}@media(max-width:768px){.anchor-data-analysis .data-summary{padding:8px 12px}.anchor-data-analysis .data-summary .summary-text{font-size:13px}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-tbody>tr>td,.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-thead>tr>th{font-size:12px;padding:6px 4px}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .metric-name{font-size:12px}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .sort-icons{margin-left:4px}.anchor-data-analysis .table-container .anchor-analysis-table .metric-cell .sort-icons .sort-icon{font-size:9px}}@media(max-width:480px){.anchor-data-analysis .table-container{border-radius:0;margin:12px -16px 0}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-thead>tr>th:first-child{min-width:100px;width:100px}.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-tbody>tr>td,.anchor-data-analysis .table-container .anchor-analysis-table .ant-table-thead>tr>th{font-size:11px;padding:4px 2px}}.anchor-trend .metrics-selector{background-color:#fff;border-radius:4px;margin:24px 0;padding:16px 24px}.anchor-trend .metrics-selector .metric-badge{border-radius:50%;display:inline-block;height:8px;margin-right:8px;width:8px}.anchor-trend .trend-chart{background-color:#fff;border-radius:4px;min-height:450px;padding:24px}.anchor-trend .anchor-selector-container{align-items:center;display:flex;gap:12px}.anchor-trend .anchor-selector-container .vs-separator{color:#1890ff;font-size:14px;font-weight:700;padding:0 4px;-webkit-user-select:none;user-select:none}.anchor-goods .goods-table{background:#fff;border-radius:8px;margin-top:16px;padding:24px}.anchor-goods .product-cell{align-items:center;display:flex}.anchor-goods .product-cell .product-info{flex:1 1;min-width:0}.anchor-goods .product-cell .product-info .product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-weight:500;line-height:1.4;overflow:hidden;text-overflow:ellipsis;word-break:break-all}.anchor-goods .sales-cell{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center}.anchor-goods .sales-cell .sales-number{color:#333;font-size:16px;font-weight:600;min-width:40px;text-align:right}.anchor-goods .sales-cell .ant-progress{line-height:1;margin-bottom:0}.anchor-goods .no-sales{color:#999;font-size:14px}.anchor-goods .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;text-align:center}.anchor-goods .ant-table .ant-table-thead>tr>th:first-child{text-align:left}.anchor-goods .ant-table .ant-table-tbody>tr>td{vertical-align:middle}.live-broadcast-list{background-color:#fff;min-height:100%;padding:15px 20px}.live-broadcast-list .filters{margin-bottom:20px}.live-broadcast-list .avatar-placeholder{background-color:#f0f0f0;border-radius:50%;height:40px;width:40px}.live-broadcast-list .ant-table-wrapper{overflow-x:auto}.product-strategy-comparison .time-selection-area{background:#fff;border-radius:4px;box-shadow:0 1px 4px #00000014;margin-bottom:16px;margin-top:16px;padding:16px 20px}.product-strategy-comparison .time-selection-area .time-row{margin-bottom:16px}.product-strategy-comparison .time-selection-area .time-row .time-label{color:#333;font-size:15px;font-weight:500}.product-strategy-comparison .time-selection-area .time-ranges{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.product-strategy-comparison .time-selection-area .time-ranges .time-range-item{align-items:center;display:flex;gap:10px}.product-strategy-comparison .time-selection-area .time-ranges .time-range-item .label{color:#666;font-size:14px;min-width:70px;white-space:nowrap}.product-strategy-comparison .time-selection-area .time-ranges .compare-btn{background:#1890ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-left:auto;padding:6px 28px;transition:all .3s}.product-strategy-comparison .time-selection-area .time-ranges .compare-btn:hover:not(:disabled){background:#40a9ff;box-shadow:0 2px 6px #1890ff4d}.product-strategy-comparison .time-selection-area .time-ranges .compare-btn:active:not(:disabled){background:#096dd9}.product-strategy-comparison .time-selection-area .time-ranges .compare-btn:disabled{background:#d9d9d9;box-shadow:none;color:#00000040;cursor:not-allowed}.product-strategy-comparison .section-title{border-left:3px solid #1890ff;color:#333;font-size:16px;font-weight:500;margin-bottom:16px;padding-left:12px}.product-strategy-comparison .core-indicators{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;margin-bottom:20px;padding:20px}.product-strategy-comparison .core-indicators .indicators-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.product-strategy-comparison .core-indicators .indicators-grid .indicator-card{background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;padding:20px;text-align:center}.product-strategy-comparison .core-indicators .indicators-grid .indicator-card .indicator-title{color:#666;font-size:14px;margin-bottom:16px}.product-strategy-comparison .core-indicators .indicators-grid .indicator-card .indicator-values{display:flex;justify-content:space-around;margin-bottom:12px}.product-strategy-comparison .core-indicators .indicators-grid .indicator-card .indicator-values .value-item .value{color:#333;font-size:24px;font-weight:600;margin-bottom:4px}.product-strategy-comparison .core-indicators .indicators-grid .indicator-card .indicator-values .value-item .period{color:#999;font-size:12px}.product-strategy-comparison .core-indicators .indicators-grid .indicator-card .change-rate{font-size:14px;font-weight:500}.product-strategy-comparison .core-indicators .indicators-grid .indicator-card .change-rate.positive{color:#ff4d4f}.product-strategy-comparison .core-indicators .indicators-grid .indicator-card .change-rate.negative{color:#52c41a}.product-strategy-comparison .chart-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;margin-bottom:20px;padding:20px}.product-strategy-comparison .chart-section .price-charts-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.product-strategy-comparison .chart-section .price-charts-row .chart-wrapper{background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;padding:16px}.product-strategy-comparison .chart-section .price-charts-row .chart-wrapper .chart-header{color:#666;font-size:14px;font-weight:500;margin-bottom:8px;text-align:center}.product-strategy-comparison .chart-section .charts-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.product-strategy-comparison .chart-section .charts-row .chart-item .section-title{border-left:3px solid #1890ff;color:#333;font-size:15px;font-weight:500;margin-bottom:16px;padding-left:12px}.product-strategy-comparison .top-products-comparison{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.product-strategy-comparison .top-products-comparison .top-products-table{border:1px solid #e8e8e8;border-radius:8px;overflow:hidden}.product-strategy-comparison .top-products-comparison .top-products-table .table-header{background:#fafafa;border-bottom:1px solid #e8e8e8;padding:12px 16px}.product-strategy-comparison .top-products-comparison .top-products-table .table-header .header-title{color:#333;font-size:14px;font-weight:500;margin-bottom:8px}.product-strategy-comparison .top-products-comparison .top-products-table .table-header .header-columns{color:#666;display:flex;font-size:13px;font-weight:500}.product-strategy-comparison .top-products-comparison .top-products-table .table-header .header-columns .col-rank{text-align:center;width:60px}.product-strategy-comparison .top-products-comparison .top-products-table .table-header .header-columns .col-name{flex:1 1;padding-left:8px}.product-strategy-comparison .top-products-comparison .top-products-table .table-header .header-columns .col-sales{text-align:right;width:100px}.product-strategy-comparison .top-products-comparison .top-products-table .table-body{min-height:400px}.product-strategy-comparison .top-products-comparison .top-products-table .table-body .table-row{border-bottom:1px solid #f0f0f0;display:flex;font-size:13px;padding:12px 16px;transition:background .2s}.product-strategy-comparison .top-products-comparison .top-products-table .table-body .table-row:hover{background:#f5f5f5}.product-strategy-comparison .top-products-comparison .top-products-table .table-body .table-row:last-child{border-bottom:none}.product-strategy-comparison .top-products-comparison .top-products-table .table-body .table-row .col-rank{color:#999;text-align:center;width:60px}.product-strategy-comparison .top-products-comparison .top-products-table .table-body .table-row .col-name{color:#333;flex:1 1;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.product-strategy-comparison .top-products-comparison .top-products-table .table-body .table-row .col-sales{color:#1890ff;font-weight:500;text-align:right;width:100px}.product-strategy-comparison .top-products-comparison .top-products-table .table-body .empty-data{align-items:center;color:#999;display:flex;font-size:14px;height:400px;justify-content:center}@media(max-width:1200px){.product-strategy-comparison .chart-section .charts-row,.product-strategy-comparison .chart-section .price-charts-row,.product-strategy-comparison .core-indicators .indicators-grid,.product-strategy-comparison .top-products-comparison{grid-template-columns:1fr}.product-strategy-comparison .time-selection-area .time-ranges{align-items:flex-start;flex-direction:column}}.anchor-live-goods .goods-table{margin-top:16px}.anchor-live-goods .goods-table .ant-table{border:1px solid #d9d9d9}.anchor-live-goods .goods-table .ant-table .ant-table-thead>tr>th{background-color:#fafafa!important;border-right:none!important}.anchor-live-goods .goods-table .ant-table .ant-table-thead>tr>th:first-child{background-color:#e6f7ff!important}.anchor-live-goods .goods-table .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0!important;border-right:none!important}.anchor-live-goods .goods-table .ant-table .anchor-group-end{box-shadow:0 4px 8px -2px #0000000d;position:relative;z-index:5}.anchor-live-goods .goods-table .ant-table .ant-table-tbody>tr.anchor-group-end>td{border-bottom-color:#a8a8a8!important;box-shadow:0 4px 8px -2px #0000000d}.anchor-live-goods .goods-table .ant-table .ant-table-tbody td.anchor-group-end{border-bottom-color:#a8a8a8!important;position:relative;z-index:2}.anchor-live-goods .goods-table .ant-table .ant-table-tbody>tr>td{background-color:#fff!important}.anchor-live-goods .goods-table .ant-table .ant-table-tbody>tr:hover>td:first-child,.anchor-live-goods .goods-table .ant-table .ant-table-tbody>tr:hover>td:not(:first-child){background-color:#e6f7ff!important}.anchor-live-goods .goods-table .ant-table .ant-table-fixed-left,.anchor-live-goods .goods-table .ant-table .ant-table-fixed-left .ant-table-tbody>tr>td,.anchor-live-goods .goods-table .ant-table .ant-table-fixed-left .ant-table-thead>tr>th{border-right:none!important}.anchor-live-goods .goods-table .ant-table .ant-table-cell-fix-left:first-child{background-color:#e6f7ff!important}.anchor-live-goods .goods-table .ant-table .ant-table-cell-fix-left:not(:first-child){background-color:#fff!important}.anchor-live-goods .goods-table .product-cell{align-items:center;display:flex}.anchor-live-goods .goods-table .product-cell .product-info{flex:1 1;min-width:0}.anchor-live-goods .goods-table .product-cell .product-info .product-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:14px;line-height:1.4;margin-left:16px;overflow:hidden;text-align:left;text-overflow:ellipsis;word-break:break-all}.anchor-live-goods .goods-table .anchor-name{color:#1890ff;font-weight:500}.short-video-center{background-color:#fff;min-height:calc(100% - 40px);padding:15px 20px}.short-video-center .filters{margin-bottom:10px}.short-video-center .ant-table-wrapper{overflow-x:auto}.statistics-carousel-container .ant-carousel .slick-dots{bottom:0}.statistics-carousel-container .ant-carousel .slick-dots li{height:4px;margin:0 4px;width:20px}.statistics-carousel-container .ant-carousel .slick-dots li button{background:#d8d8d8;border-radius:0;height:100%;opacity:1;padding:0;width:100%}.statistics-carousel-container .ant-carousel .slick-dots li button:before{display:none}.statistics-carousel-container .ant-carousel .slick-dots li.slick-active button{background:#1890ff}.statistics-carousel-container .carousel-page{cursor:default}.anchor-container{height:calc(100vh - 120px)}.anchor-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.anchor-header h2{font-size:19px;margin:0}.search-form{background:#fafafa;border-radius:4px;margin-bottom:24px;padding:24px}.search-form .ant-form-item{margin-bottom:16px}.ant-table-wrapper{margin-top:8px}.ant-modal-header{border-bottom:1px solid #f0f0f0}.ant-modal-footer{border-top:1px solid #f0f0f0}.ant-form-item-label>label{color:#000000d9}.ant-input-number-handler-wrap{display:none}.ant-btn-link{padding:4px 8px}.ant-btn-link:hover{background:#00000005}@media (max-width:768px){.search-form .ant-form-item{margin-right:0!important;width:100%}.search-form .ant-form-item-control-input{width:100%}.search-form .ant-input,.search-form .ant-picker,.search-form .ant-select{width:100%!important}}.attendance-calendar-wrapper{.ant-picker-calendar{background:#fff}.ant-picker-cell:not(.ant-picker-cell-in-view){visibility:hidden}.ant-picker-calendar-mode-switch{display:none!important}}.anchor-container{background:#fff;min-height:100%;padding:24px}.anchor-analysis{background-color:#fff;box-sizing:border-box;min-height:calc(100vh - 100px);padding:30px}.anchor-analysis .filters{margin-bottom:20px}.anchor-analysis .section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.anchor-analysis .section-header h3{align-items:center;color:#262626;display:flex;font-size:18px;font-weight:600;gap:8px;margin:0}.anchor-analysis .section-header h3 .anticon{color:#1890ff}.anchor-analysis .section-header .config-btn{align-items:center;border-radius:6px;box-shadow:0 2px 4px #1677ff33;display:flex;gap:6px}.anchor-analysis .section-header .config-btn:hover{box-shadow:0 4px 8px #1677ff4d;transform:translateY(-1px)}.anchor-analysis .data-container{margin-top:16px}.anchor-analysis .chart-card{box-shadow:0 1px 2px #0000000d;height:320px;margin-bottom:16px}.anchor-analysis .chart-card .ant-card-body{display:flex;flex-direction:column;height:calc(100% - 57px);padding:16px}.anchor-analysis .chart-card:not(.gmv-card) .ant-card-body{justify-content:center}.anchor-analysis .gmv-card .ant-card-body{padding:16px}.anchor-analysis .gmv-card .ant-row{height:100%}.anchor-analysis .gmv-card .gmv-chart-container{display:flex;flex-direction:column;height:100%;padding-right:16px;position:relative}.anchor-analysis .gmv-card .gmv-list-container{border-left:1px solid #f0f0f0;display:flex;flex-direction:column;height:100%;justify-content:center;overflow-y:auto;padding-left:16px}.anchor-analysis .gmv-list-item{align-items:center;display:flex;margin-bottom:8px;padding:4px 8px}.anchor-analysis .gmv-list-item:last-child{margin-bottom:0}.anchor-analysis .gmv-item-dot{border-radius:50%;height:8px;margin-right:8px;width:8px}.anchor-analysis .gmv-item-name{flex:1 1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anchor-analysis .gmv-item-percentage{margin:0 8px;min-width:48px;text-align:right}.anchor-analysis .gmv-item-count,.anchor-analysis .gmv-item-money,.anchor-analysis .gmv-item-time{min-width:80px;text-align:right;white-space:nowrap}.anchor-analysis .gmv-item-time{flex:0 1}.anchor-analysis .card-header{align-items:center;display:flex;justify-content:space-between;width:100%}.anchor-analysis .chart-total{color:#262626;font-size:16px;font-weight:500;margin-top:auto;padding-top:8px;text-align:center}.anchor-analysis .ant-card-head{min-height:48px}.anchor-analysis .ant-card-head-title{padding:12px 0}.anchor-analysis .ant-radio-group{margin-left:12px}.anchor-item{border-radius:4px;padding:8px 15px;position:relative;transition:all .3s}.anchor-item.selected,.anchor-item:hover{background-color:#1890ff1a}.anchor-item.selected{border:1px solid #1890ff}.anchor-item.selected:before{color:#fff;content:"✓";font-size:10px;position:absolute;right:1px;top:-1px;transform:scale(.8);z-index:2}.anchor-item.selected:after{border-color:#0000 #1890ff #0000 #0000;border-style:solid;border-width:0 20px 20px 0;content:"";height:0;position:absolute;right:-1px;top:-1px;width:0}.group-row{background-color:#fafafa;font-weight:700}.group-row td{padding:12px 8px!important}@media(max-width:768px){.anchor-analysis .chart-card{margin-bottom:12px}.anchor-analysis .card-header{align-items:flex-start;flex-direction:column}.anchor-analysis .ant-radio-group{margin-left:0;margin-top:8px}.anchor-analysis .gmv-card .gmv-chart-container{margin-bottom:24px;padding-right:0}.anchor-analysis .gmv-card .gmv-list-container{border-left:none;border-top:1px solid #f0f0f0;padding-left:0;padding-top:16px}}.compare-indicator-config{padding:8px 0}.indicator-description{background-color:#f8f9fa;border-left:4px solid #1677ff;border-radius:6px;margin-bottom:20px;padding:12px}.indicator-description p{color:#666;font-size:14px;line-height:1.5;margin:0}.indicator-options{margin-bottom:20px}.indicator-category{margin-bottom:24px}.indicator-category h4{border-bottom:1px solid #e8f4ff;color:#1677ff;font-size:14px;font-weight:600;margin:0 0 12px;padding-bottom:8px}.indicator-grid{grid-gap:12px 24px;display:grid;gap:12px 24px;grid-template-columns:repeat(2,1fr)}.indicator-option{padding:8px 0}.indicator-option .ant-checkbox-wrapper{font-size:14px;font-weight:500}.indicator-option .ant-checkbox-wrapper:hover{color:#1677ff}.indicator-tips{background-color:#fff7e6;border:1px solid #ffd591;border-radius:6px;padding:12px}.indicator-tips p{color:#d46b08;font-size:13px;margin:0}.indicator-tips strong{color:#ad4e00}.role-manage .ant-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}.role-manage .ant-table .ant-table-tbody>tr:hover>td{background-color:#f5f5f5}.role-manage .ant-modal .ant-tree{border:1px solid #d9d9d9;border-radius:6px;padding:8px}.role-manage .ant-modal .ant-tree .ant-tree-node-content-wrapper{padding:2px 4px}.role-manage .ant-modal .ant-tree .ant-tree-node-content-wrapper:hover{background-color:#f5f5f5}.role-manage .ant-modal .ant-tree .ant-tree-checkbox{margin-right:8px}.member-manage .ant-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}.member-manage .ant-table .ant-table-tbody>tr:hover>td{background-color:#f5f5f5}.member-manage .ant-modal .ant-form-item{margin-bottom:16px}.member-manage .ant-modal .ant-select-multiple .ant-select-selection-item{background-color:#f0f0f0;border:1px solid #d9d9d9;border-radius:4px}.member-manage .ant-tag{margin-right:8px}.operation-log .ant-table{margin-top:16px}.component-showcase{background:#f5f5f5;min-height:100vh;padding:24px}.component-showcase .showcase-header{margin-bottom:24px;text-align:center}.component-showcase .showcase-header .ant-typography h2{color:#1890ff;margin-bottom:8px}.component-showcase .showcase-header .ant-typography p{color:#666;font-size:14px}.component-showcase .showcase-content{margin:0 auto;max-width:1200px}.component-showcase .showcase-card{border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px}.component-showcase .showcase-card .ant-card-head{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:none}.component-showcase .showcase-card .ant-card-head .ant-card-head-title{color:#fff;font-weight:600}.component-showcase .showcase-card .ant-card-body{padding:24px}.component-showcase .demo-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3}.component-showcase .demo-panel .ant-card-body{padding:20px}@media(max-width:768px){.component-showcase{padding:16px}.component-showcase .showcase-content{max-width:100%}.component-showcase .showcase-card .ant-card-body{padding:16px}}.showcase-card{transition:transform .3s ease,box-shadow .3s ease}.showcase-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.showcase-card .glass-card:not(.glass-card-hoverable):hover{transform:none!important}.component-showcase .ant-space-item{align-items:center;display:flex}.component-showcase .ant-typography{margin-bottom:8px!important}.component-showcase .metric-card{align-items:center;display:flex;height:120px}.video-with-subtitles{margin:0 auto;max-width:1400px;padding:20px}.video-card{border-radius:8px;box-shadow:0 4px 12px #0000001a}.video-card:hover{box-shadow:0 4px 12px #0000001a!important;cursor:default!important;transform:none!important}.video-card .ant-card-body:hover{box-shadow:none!important}.video-layout{align-items:flex-start;display:flex;gap:20px}.video-section{flex:0 0 60%;min-width:0}.subtitle-section{flex:0 0 38%;min-width:0}.video-container{margin-bottom:0}.video-wrapper{background:#000;border-radius:8px;overflow:hidden;position:relative}.video-player{cursor:pointer;display:block;height:auto;max-height:750px;width:100%}.video-placeholder{background:#f5f5f5;border-radius:8px;color:#666;height:650px}.subtitle-overlay{bottom:80px;display:flex;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;z-index:10}.subtitle-text{word-wrap:break-word;background:#000c;border-radius:4px;color:#fff;font-size:16px;font-weight:500;line-height:1.4;max-width:80%;padding:8px 16px;text-align:center}.video-controls{background:linear-gradient(#0000,#000c);bottom:0;left:0;padding:20px 16px 16px;position:absolute;right:0;z-index:20}.controls-row{align-items:center;color:#fff;display:flex;gap:12px}.play-button{color:#fff!important;font-size:24px;min-width:auto;padding:4px}.play-button:hover{color:#1890ff!important}.time-display{font-size:14px;font-weight:500;min-width:100px}.progress-container{flex:1 1;margin:0 12px}.progress-slider .ant-slider-rail{background-color:#ffffff4d}.progress-slider .ant-slider-track{background-color:#1890ff}.progress-slider .ant-slider-handle{background-color:#1890ff;border-color:#1890ff}.speed-control,.volume-control{align-items:center;display:flex;font-size:12px;gap:8px}.volume-control .ant-slider-rail{background-color:#ffffff4d}.volume-control .ant-slider-track{background-color:#1890ff}.volume-control .ant-slider-handle{background-color:#1890ff;border-color:#1890ff}.fullscreen-button{color:#fff!important;font-size:16px;min-width:auto;padding:4px}.fullscreen-button:hover{color:#1890ff!important}.subtitle-list{height:100%;margin-top:0}.subtitle-list h4{color:#333;font-size:16px;font-weight:600;margin-bottom:16px}.subtitle-items{background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;height:700px;overflow-y:auto}.subtitle-item{border-bottom:1px solid #e8e8e8;cursor:pointer;padding:12px 16px;transition:all .2s ease}.subtitle-item:last-child{border-bottom:none}.subtitle-item:hover{background:#e6f7ff}.subtitle-item.active{background:#1890ff;color:#fff}.subtitle-item.active .subtitle-time{color:#fffc}.subtitle-time{color:#666;font-family:Courier New,monospace;font-size:12px;margin-bottom:4px}.subtitle-content{word-wrap:break-word;font-size:14px;line-height:1.4}@media (max-width:1024px){.video-layout{flex-direction:column;gap:16px}.subtitle-section,.video-section{flex:none;width:100%}.subtitle-items{height:300px}}@media (max-width:768px){.video-with-subtitles{padding:10px}.controls-row{flex-wrap:wrap;gap:6px}.time-display{font-size:12px;min-width:80px}.speed-control,.volume-control{font-size:11px}.volume-control .ant-slider{width:50px!important}.speed-control .ant-select{width:60px!important}.subtitle-text{font-size:14px;padding:6px 12px}.subtitle-items{height:250px}.subtitle-item{padding:10px 12px}.video-player{max-height:300px;min-height:200px}.video-placeholder{height:200px}}.video-player:fullscreen{height:100vh;object-fit:contain;width:100vw}.video-wrapper:fullscreen .subtitle-overlay{bottom:120px}.video-wrapper:fullscreen .subtitle-text{font-size:20px;padding:12px 20px}.video-wrapper:fullscreen .video-controls{padding:30px 20px 20px}.subtitle-items::-webkit-scrollbar{width:6px}.subtitle-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.subtitle-items::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.subtitle-items::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.live-stream-management .table-container{background:#fff;border-radius:6px;margin-top:16px;padding:16px}.live-stream-management .table-container .ant-table .ant-table-thead>tr>th{background-color:#fafafa;border-bottom:1px solid #f0f0f0;color:#262626;font-weight:500}.live-stream-management .table-container .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:12px 16px}.live-stream-management .table-container .ant-table .ant-table-tbody>tr:hover>td{background-color:#fafafa}.live-stream-management .table-container .action-buttons{display:flex;flex-wrap:wrap;gap:8px}.live-stream-management .table-container .action-buttons .ant-btn-link{height:auto;line-height:1.5;padding:0}.live-stream-management .table-container .action-buttons .ant-btn-link:hover{text-decoration:underline}.live-stream-management .auth-status.authorized{color:#52c41a}.live-stream-management .auth-status.unauthorized{color:#d9d9d9}.live-stream-management .auth-status.expired{color:#ff4d4f}@media(max-width:768px){.live-stream-management .table-container{margin-top:12px;padding:12px}.live-stream-management .table-container .ant-table{font-size:12px}.live-stream-management .table-container .ant-table .ant-table-tbody>tr>td,.live-stream-management .table-container .ant-table .ant-table-thead>tr>th{padding:8px 12px}.live-stream-management .table-container .action-buttons{flex-direction:column;gap:4px}.live-stream-management .table-container .action-buttons .ant-btn-link{font-size:12px}}.ant-table-body::-webkit-scrollbar{height:6px;width:6px}.ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.add-account-modal .ant-modal-body{padding:24px}.add-account-modal .qr-modal-content{display:flex;gap:24px}.add-account-modal .qr-modal-content .qr-section{align-items:center;background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;display:flex;flex:0 0 300px;flex-direction:column;justify-content:center;min-height:300px}.add-account-modal .qr-modal-content .qr-section .qr-loading{text-align:center}.add-account-modal .qr-modal-content .qr-section .qr-loading p{color:#666;margin-top:16px}.add-account-modal .qr-modal-content .qr-section .qr-display{padding-top:10px;text-align:center}.add-account-modal .qr-modal-content .qr-section .qr-display .qr-image{border:1px solid #d9d9d9;border-radius:4px;height:200px;width:200px}.add-account-modal .qr-modal-content .qr-section .qr-display p{color:#666;font-size:14px;margin-top:16px}.add-account-modal .qr-modal-content .qr-section .qr-display .qr-actions{margin-top:16px}.add-account-modal .qr-modal-content .qr-section .qr-display .qr-actions .ant-btn-link{color:#1890ff;font-size:14px}.add-account-modal .qr-modal-content .qr-section .qr-error{color:#ff4d4f;text-align:center}.add-account-modal .qr-modal-content .qr-instructions{flex:1 1;padding-left:24px}.add-account-modal .qr-modal-content .qr-instructions h4{font-size:16px;font-weight:500;margin-bottom:16px}.add-account-modal .qr-modal-content .qr-instructions p{color:#666;line-height:1.6;margin-bottom:12px}.add-account-modal .qr-modal-content .qr-instructions ol{margin:16px 0;padding-left:20px}.add-account-modal .qr-modal-content .qr-instructions ol li{color:#666;line-height:1.6;margin-bottom:8px}.add-account-modal .phone-modal-content{display:flex;gap:24px}.add-account-modal .phone-modal-content .phone-section{align-items:center;background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;display:flex;flex:0 0 300px;flex-direction:column;justify-content:center;min-height:300px;padding:24px}.add-account-modal .phone-modal-content .phone-section h4{font-size:16px;font-weight:500;margin-bottom:16px;text-align:center}.add-account-modal .phone-modal-content .phone-section p{color:#666;margin-bottom:16px;text-align:center}.add-account-modal .phone-modal-content .phone-section .phone-loading{text-align:center}.add-account-modal .phone-modal-content .phone-section .phone-loading p{color:#666;margin-top:16px}.add-account-modal .phone-modal-content .phone-section .phone-input-section{margin-bottom:24px;width:100%}.add-account-modal .phone-modal-content .phone-section .phone-input-section .input-group{align-items:center;display:flex;gap:10px;justify-content:center}.add-account-modal .phone-modal-content .phone-section .sms-verification-section{width:100%}.add-account-modal .phone-modal-content .phone-section .sms-verification-section .phone-display{background:#f0f8ff;border-radius:4px;margin-bottom:16px;padding:12px;text-align:center}.add-account-modal .phone-modal-content .phone-section .sms-verification-section .phone-display p{color:#1890ff;font-weight:500;margin:0}.add-account-modal .phone-modal-content .phone-section .sms-verification-section .sms-input-section{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:16px}.add-account-modal .phone-modal-content .phone-section .sms-verification-section .sms-submit-section{text-align:center}.add-account-modal .phone-modal-content .phone-instructions{flex:1 1;padding-left:24px}.add-account-modal .phone-modal-content .phone-instructions ol{margin:16px 0;padding-left:20px}.add-account-modal .phone-modal-content .phone-instructions ol li{color:#666;line-height:1.6;margin-bottom:8px}.add-account-modal .phone-modal-content .phone-instructions p{color:#666;line-height:1.6;margin-bottom:12px}.add-account-modal .result-modal-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;text-align:center}.add-account-modal .result-modal-content .result-icon{margin-bottom:24px}.add-account-modal .result-modal-content h3{font-size:20px;font-weight:500;margin-bottom:16px}.add-account-modal .result-modal-content p{color:#666;font-size:16px;margin-bottom:24px}.add-account-modal .result-modal-content.success h3{color:#52c41a}.add-account-modal .result-modal-content.failed h3{color:#ff4d4f}@media(max-width:768px){.add-account-modal .phone-modal-content,.add-account-modal .qr-modal-content{flex-direction:column}.add-account-modal .phone-modal-content .phone-section,.add-account-modal .phone-modal-content .qr-section,.add-account-modal .qr-modal-content .phone-section,.add-account-modal .qr-modal-content .qr-section{flex:none}.add-account-modal .phone-modal-content .phone-instructions,.add-account-modal .phone-modal-content .qr-instructions,.add-account-modal .qr-modal-content .phone-instructions,.add-account-modal .qr-modal-content .qr-instructions{padding-left:0;padding-top:24px}}.purchase-container{background:#f5f5f5;min-height:calc(100vh - 64px);padding:8px 0 24px}.purchase-container .purchase-header{margin-bottom:24px;padding:0 24px;text-align:center}.purchase-container .purchase-header h1{color:#333;font-size:28px;font-weight:600;margin-bottom:8px}.purchase-container .purchase-header p{color:#666;font-size:14px;margin-bottom:0}.purchase-container .plans-row{margin:0;padding:0 24px;width:100%}.purchase-container .plan-card{border-radius:12px;box-shadow:0 2px 12px #00000014;height:100%;overflow:hidden;transition:transform .3s,box-shadow .3s}.purchase-container .plan-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-8px)}.purchase-container .plan-card .ant-card-body{padding:0}.purchase-container .plan-card .plan-header{color:#fff;padding:16px 28px 20px;text-align:center}.purchase-container .plan-card .plan-header h2{color:#fff;font-size:20px;font-weight:600;margin-bottom:2px}.purchase-container .plan-card .plan-header p{align-items:center;color:#fff;display:flex;font-size:12px;justify-content:center;line-height:1.4;margin-bottom:0;opacity:.95}.purchase-container .plan-card .plan-header .price{margin:4px 0}.purchase-container .plan-card .plan-header .price .amount{font-size:48px;font-weight:700}.purchase-container .plan-card .plan-header .price .unit{font-size:14px;margin-left:4px}.purchase-container .plan-card .plan-header .purchase-btn-wrapper{align-items:center;display:flex;flex-direction:column;gap:8px}.purchase-container .plan-card .plan-header .purchase-btn-wrapper .purchase-btn{background:#fff;border:none;border-radius:18px;color:#333;font-size:14px;font-weight:500;height:36px;width:110px}.purchase-container .plan-card .plan-header .purchase-btn-wrapper .purchase-btn:hover:not(:disabled){background:#ffffffe6;color:#333;transform:scale(1.05)}.purchase-container .plan-card .plan-header .purchase-btn-wrapper .purchase-btn:disabled{background:#ffffff80;color:#33333380;cursor:not-allowed}.purchase-container .plan-card .plan-header .purchase-btn-wrapper .downgrade-tip{color:#fffc;font-size:12px;line-height:1.2;text-align:center}.purchase-container .plan-card .plan-features{background:#fff;padding:0 24px 28px}.purchase-container .plan-card .plan-features .feature-section{margin-bottom:20px}.purchase-container .plan-card .plan-features .feature-section:last-child{margin-bottom:0}.purchase-container .plan-card .plan-features .feature-section h3{border-bottom:1px solid #f0f0f0;color:#333;font-size:13px;font-weight:600;margin-bottom:10px;padding-bottom:8px}.purchase-container .plan-card .plan-features .feature-section .feature-item{align-items:center;color:#666;display:flex;font-size:14px;justify-content:space-between;line-height:1.5;padding:6px 0}.purchase-container .plan-card .plan-features .feature-section .feature-item .feature-label{flex:1 1;padding-right:8px}.purchase-container .plan-card .plan-features .feature-section .feature-item .feature-value{color:#333;font-weight:500;text-align:right;white-space:nowrap}.purchase-detail-container{align-items:flex-start;display:flex;justify-content:center}.purchase-detail-container .purchase-detail-card{border-radius:12px;box-shadow:0 2px 12px #00000014;max-width:1000px;width:100%}.purchase-detail-container .purchase-detail-card .ant-card-body{padding:32px}.purchase-detail-container .purchase-detail-card .detail-title-wrapper{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:12px}.purchase-detail-container .purchase-detail-card .detail-title-wrapper .detail-title{color:#333;font-size:22px;font-weight:600;margin:0}.purchase-detail-container .purchase-detail-card .detail-title-wrapper .ant-btn-link{font-size:14px;padding:4px 8px}.purchase-detail-container .purchase-detail-card .detail-section{align-items:flex-start;display:flex;font-size:15px;margin-bottom:20px}.purchase-detail-container .purchase-detail-card .detail-section.price-section{display:block;margin-top:32px}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row{align-items:center;display:flex;justify-content:space-between}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row .expiry-item,.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row .price-item{align-items:center;display:flex;gap:8px}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row .expiry-item .section-label,.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row .price-item .section-label{color:#666;font-size:15px;white-space:nowrap}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row .expiry-item{gap:4px}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row .price-item .price-value{color:#ff4d4f;font-size:28px;font-weight:700}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row .expiry-item .expiry-value{color:#333;font-size:15px;font-weight:500}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row.final-payment-row{align-items:center;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-top:16px;padding-top:16px}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row.final-payment-row .price-item{flex:0 0 auto}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row.final-payment-row .expiry-item{align-items:center;display:flex;flex:0 0 auto;gap:4px}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row.final-payment-row .expiry-item .expiry-label{color:#666;font-size:15px;white-space:nowrap}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row.final-payment-row .expiry-item .expiry-value{color:#333;font-size:15px;font-weight:500}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row.final-payment-row .detail-actions{flex:0 0 auto;margin:0}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row.final-payment-row .detail-actions .confirm-btn{border-radius:20px;font-size:16px;height:40px;width:140px}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row.final-payment-row .detail-actions .confirm-btn:disabled{background:#f5f5f5;border-color:#d9d9d9;color:#bfbfbf;cursor:not-allowed}.purchase-detail-container .purchase-detail-card .detail-section.price-section .price-row.final-payment-row .detail-actions .confirm-btn:disabled:hover{background:#f5f5f5;border-color:#d9d9d9;box-shadow:none;color:#bfbfbf;transform:none}.purchase-detail-container .purchase-detail-card .payment-disabled-tip{background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;box-sizing:border-box;color:#ff4d4f;font-size:14px;line-height:1.4;margin-top:20px;padding:8px 12px;text-align:center;width:100%}.purchase-detail-container .purchase-detail-card .section-label{color:#666;flex-shrink:0;white-space:nowrap;width:100px}.purchase-detail-container .purchase-detail-card .section-value{color:#333;flex:1 1;font-weight:500}.purchase-detail-container .purchase-detail-card .section-value .duration-group{display:flex;gap:16px}.purchase-detail-container .purchase-detail-card .section-value .duration-group .ant-radio-button-wrapper{background:#fff;border:2px solid #d9d9d9;border-radius:8px;height:auto;padding:0;transition:all .3s}.purchase-detail-container .purchase-detail-card .section-value .duration-group .ant-radio-button-wrapper:hover{border-color:#1677ff}.purchase-detail-container .purchase-detail-card .section-value .duration-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background:#e6f4ff;border-color:#1677ff}.purchase-detail-container .purchase-detail-card .section-value .duration-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:before,.purchase-detail-container .purchase-detail-card .section-value .duration-group .ant-radio-button-wrapper:not(:first-child):before{display:none}.purchase-detail-container .purchase-detail-card .section-value .duration-group .duration-option{flex:1 1;min-width:160px}.purchase-detail-container .purchase-detail-card .section-value .duration-group .duration-option .duration-content{padding:12px;position:relative;text-align:center}.purchase-detail-container .purchase-detail-card .section-value .duration-group .duration-option .duration-content .discount-badge{background:#ff4d4f;border-radius:0 6px 0 8px;color:#fff;font-size:12px;padding:2px 8px;position:absolute;right:-2px;top:-2px}.purchase-detail-container .purchase-detail-card .section-value .duration-group .duration-option .duration-content .duration-label{color:#333;font-size:15px;font-weight:500;margin-bottom:6px}.purchase-detail-container .purchase-detail-card .section-value .duration-group .duration-option .duration-content .duration-price{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center}.purchase-detail-container .purchase-detail-card .section-value .duration-group .duration-option .duration-content .duration-price .price-current{color:#ff4d4f;font-size:20px;font-weight:700}.purchase-detail-container .purchase-detail-card .section-value .duration-group .duration-option .duration-content .duration-price .price-original{color:#999;font-size:14px;text-decoration:line-through}.purchase-detail-container .purchase-detail-card .section-value .payment-method{align-items:center;background:#fff;border:2px solid #1677ff;border-radius:8px;display:flex;gap:12px;padding:12px 20px;width:-webkit-fit-content;width:fit-content}.purchase-detail-container .purchase-detail-card .section-value .payment-method span{color:#333;font-size:16px;font-weight:500}.purchase-detail-container .detail-actions{margin-top:36px;text-align:center}.purchase-detail-container .detail-actions .confirm-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:24px;font-size:18px;font-weight:500;height:48px;width:200px}.purchase-detail-container .detail-actions .confirm-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.ai-assistant-container{background:#f5f7fa;box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:24px}.ai-assistant-content{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1200px;min-height:0;overflow-x:hidden;overflow-y:auto;width:100%}.ai-header{margin-bottom:32px;text-align:center}.ai-logo-section{align-items:center;display:flex;gap:16px;justify-content:center;margin-bottom:24px}.ai-logo{border-radius:12px;box-shadow:0 4px 12px #1677ff33;height:64px;width:64px}.ai-title-section{text-align:left}.ai-title{color:#1f2329;font-size:28px;font-weight:600;margin:0!important}.question-sender{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:32px;padding:24px}.question-sender .ant-input{background:#0000;border:1px solid #e6e8eb;border-radius:8px;font-size:16px;line-height:1.6;min-height:120px;padding:16px}.question-sender .ant-input:focus{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.question-sender.readonly .ant-input{background-color:#f5f7fa;color:#8f959e;cursor:not-allowed}.question-sender.readonly .ant-input:focus{border-color:#e6e8eb;box-shadow:none}.chat-container{width:100%}.chat-card{border:none;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;margin-bottom:16px;min-height:600px}.chat-card .ant-card-body{display:flex;flex-direction:column;height:100%;padding:0}.conversations-list{flex:1 1;max-height:500px;overflow-y:auto;padding:20px;scroll-behavior:smooth}.bubble-list{display:flex;flex-direction:column;gap:16px;padding:4px 0}.conversations-list::-webkit-scrollbar{width:6px}.conversations-list::-webkit-scrollbar-track{background:#f5f7fa;border-radius:3px}.conversations-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.conversations-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.bubble-wrapper{display:flex;width:100%}.bubble-wrapper.user{justify-content:flex-end}.bubble-wrapper.assistant{justify-content:flex-start}.chat-bubble{word-wrap:break-word;max-width:75%;transition:transform .2s ease}.chat-bubble:hover{transform:translateY(-2px)}.chat-bubble.user .ant-bubble-content{background:#95ec69;border-radius:8px;box-shadow:0 2px 8px #00000014;color:#000;padding:4px}.chat-bubble.assistant .ant-bubble-content{background:#fff;border:1px solid #0000000d;border-radius:8px;box-shadow:0 2px 8px #00000014;color:#000;padding:4px}.bubble-content{display:flex;flex-direction:column;gap:4px}.bubble-text{color:#000;font-size:15px;line-height:1.6}.bubble-time{color:#000;font-size:12px;font-weight:400;opacity:.5;text-align:right}.markdown-table{border-collapse:collapse;font-size:13px;margin:12px 0;width:100%}.markdown-table td,.markdown-table th{border:1px solid #e6e8eb;padding:8px 12px;text-align:left}.markdown-table th{background-color:#f5f7fa;color:#1f2329;font-weight:600}.markdown-table td{background-color:#fff}.markdown-code{background-color:#f5f7fa;border-radius:4px;color:#d73a49;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;padding:2px 6px}.markdown-h1{border-bottom:2px solid #e6e8eb;font-size:18px;margin:16px 0 8px;padding-bottom:4px}.markdown-h1,.markdown-h2{color:#1f2329;font-weight:600}.markdown-h2{font-size:16px;margin:14px 0 6px}.markdown-h3{font-size:15px;margin:12px 0 6px}.markdown-h3,.markdown-h4{color:#1f2329;font-weight:600}.markdown-h4{font-size:14px;margin:10px 0 4px}.markdown-ol,.markdown-ul{margin:8px 0;padding-left:20px}.markdown-ol li,.markdown-ul li{line-height:1.5;margin:4px 0}.markdown-p{line-height:1.6;margin:8px 0}.chat-bubble.user .markdown-table td,.chat-bubble.user .markdown-table th{border-color:#00000026}.chat-bubble.user .markdown-table th{background-color:#0000000d;color:#000}.chat-bubble.user .markdown-table td{background-color:#ffffff4d;color:#000}.chat-bubble.user .markdown-code{background-color:#00000014;color:#000}.chat-bubble.user .markdown-h1,.chat-bubble.user .markdown-h2,.chat-bubble.user .markdown-h3,.chat-bubble.user .markdown-h4{border-color:#00000026;color:#000}.streaming-cursor{animation:blink 1s infinite;color:#1677ff;font-weight:700}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.loading-message{align-items:flex-start;border-top:1px solid #f0f2f5;display:flex;gap:12px;padding:20px}.loading-content{display:flex;flex-direction:column;gap:8px}.loading-actions{align-items:center;display:flex;gap:12px}.stop-button{color:#ff4d4f;font-size:12px;height:auto;padding:0 8px}.stop-button:hover{background:#ff4d4f1a;color:#ff7875}.typing-indicator{align-items:center;display:flex;gap:4px}.typing-indicator span{animation:typing 1.4s ease-in-out infinite;background-color:#1677ff;border-radius:50%;height:8px;width:8px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chat-input-section{background:#fafbfc;border-radius:0 0 12px 12px;border-top:1px solid #f0f2f5;padding:20px}.chat-sender{border-radius:8px}.chat-sender .ant-input{border-radius:8px;font-size:16px;min-height:80px;padding:12px 16px}.chat-sender.readonly .ant-input{background-color:#f5f7fa;color:#8f959e;cursor:not-allowed}.chat-sender.readonly .ant-input:focus{border-color:#e6e8eb;box-shadow:none}.back-to-templates{text-align:center}.back-button{border-radius:6px;height:36px;padding:0 20px}.template-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:24px}.template-title{color:#1f2329;display:block;font-size:16px;font-weight:600;margin-bottom:24px}.category-section{margin-bottom:32px}.category-item{align-items:center;background:#fff;border:2px solid #f0f2f5;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:12px;min-width:120px;padding:20px;transition:all .3s ease}.category-item:hover{border-color:#1677ff;box-shadow:0 4px 12px #1677ff1a;transform:translateY(-2px)}.category-item.active{background:linear-gradient(135deg,#f0f8ff,#e6f4ff);border-color:#1677ff;box-shadow:0 4px 12px #1677ff26}.category-icon{height:48px;object-fit:contain;width:48px}.category-text{color:#1f2329;font-size:14px;font-weight:500}.category-item.active .category-text{color:#1677ff;font-weight:600}.questions-section{margin-top:24px}.questions-list,.questions-radio-group{width:100%}.question-item{align-items:flex-start;border-bottom:1px solid #f0f2f5;display:flex;padding:16px 0}.question-item:last-child{border-bottom:none}.question-radio{align-items:flex-start;display:flex!important;flex:1 1;margin:0!important}.question-radio .ant-radio{margin-top:2px}.question-text{color:#1f2329;flex:1 1;font-size:14px;line-height:1.6;margin-left:8px}.question-radio:hover .question-text{color:#1677ff}.question-radio .ant-radio-checked+.question-text{color:#1677ff;font-weight:500}@media (max-width:768px){.ai-assistant-container{padding:16px}.ai-logo-section{flex-direction:column;gap:12px}.ai-title-section{text-align:center}.ai-title{font-size:24px}.category-item{min-width:100px;padding:16px}.category-icon{height:40px;width:40px}.template-section{padding:20px}.chat-card{min-height:500px}.conversations-list{max-height:400px;padding:16px}.chat-bubble{max-width:90%}.bubble-text{font-size:13px}.question-sender .ant-input{font-size:15px;min-height:100px}.chat-sender .ant-input{font-size:15px;min-height:70px}.question-sender{padding:20px}}.category-item{animation:fadeInUp .6s ease-out}.questions-section{animation:fadeIn .8s ease-out}.chat-container{animation:slideInUp .5s ease-out}.bubble-wrapper{animation:messageSlideIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.data-big-screen{background:linear-gradient(135deg,#0a0e27,#1a1e3e);color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Microsoft YaHei,sans-serif;height:100vh;overflow:auto;position:relative;width:100vw}.data-big-screen .fullscreen-btn{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f1a3a73!important;border:1px solid #ffffff59!important;border-radius:999px;box-shadow:0 4px 16px #00000059;color:#fff!important;cursor:pointer;display:inline-flex;gap:8px;height:40px;justify-content:center;line-height:1;padding:0 18px;position:fixed;right:24px;top:16px;transition:all .2s ease;z-index:12}.data-big-screen .fullscreen-btn svg{height:18px;margin-right:0;width:18px}.data-big-screen .fullscreen-btn:hover{border-color:#43cbffcc!important;box-shadow:0 0 16px #43cbff59;color:#43cbff!important}.data-big-screen .fullscreen-btn:focus-visible{outline:2px solid #43cbffbf;outline-offset:3px}.data-big-screen .fullscreen-btn.is-active{border-color:#8a5effcc!important;box-shadow:0 0 18px #8a5eff66;color:#8a5eff!important}.data-big-screen .bg-decoration{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.data-big-screen .bg-decoration .grid-bg{animation:grid-move 20s linear infinite;background-image:linear-gradient(#43cbff1a 1px,#0000 0),linear-gradient(90deg,#43cbff1a 1px,#0000 0);background-size:50px 50px;height:100%;position:absolute;width:100%}.data-big-screen .bg-decoration .glow-effect{animation:glow-pulse 4s ease-in-out infinite;border-radius:50%;filter:blur(80px);opacity:.3;position:absolute}.data-big-screen .bg-decoration .glow-effect.glow-1{animation-delay:0s;background:radial-gradient(circle,#43cbff80,#0000);height:400px;left:10%;top:10%;width:400px}.data-big-screen .bg-decoration .glow-effect.glow-2{animation-delay:1.5s;background:radial-gradient(circle,#8a5eff66,#0000);height:500px;right:10%;top:50%;width:500px}.data-big-screen .bg-decoration .glow-effect.glow-3{animation-delay:3s;background:radial-gradient(circle,#ff5ea84d,#0000);bottom:15%;height:350px;left:50%;width:350px}.data-big-screen .screen-content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:28vw 1fr 28vw;padding:100px 20px 40px;position:relative;z-index:1}.data-big-screen .screen-content .center-background-container{align-items:center;display:flex;height:100vh;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;width:100vw;z-index:1}.data-big-screen .screen-content>*{position:relative;z-index:2}.data-big-screen .screen-content .bottom-section{display:flex;flex-direction:column;grid-column:1/-1}.data-big-screen .screen-content .bottom-section .bottom-section__divider{align-items:center;display:flex;height:24px;position:relative}.data-big-screen .screen-content .bottom-section .bottom-section__divider .divider-line{background:linear-gradient(90deg,#43cbff00,#43cbffa6,#8a5effa6,#8a5eff00);filter:drop-shadow(0 0 8px rgba(67,203,255,.45));flex:1 1;height:2px;position:relative}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar{align-items:center;display:flex;justify-content:space-between;padding:0 0 16px}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-title{color:#fff;font-size:18px;font-weight:600;letter-spacing:3px;padding-left:12px;position:relative}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-title:before{background:linear-gradient(180deg,#43cbff,#8a5eff);border-radius:2px;content:"";height:18px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts{align-items:center;display:flex;gap:12px}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button{align-items:center;background:#0f1a3a66;border:1px solid #43cbff40;border-radius:999px;color:#fffc;cursor:pointer;display:inline-flex;filter:drop-shadow(0 4px 12px rgba(15,26,58,.35));font-size:14px;gap:8px;line-height:1;padding:8px 14px;transition:all .2s ease}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button:hover{background:#43cbff1f;border-color:#43cbff80;color:#fff}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button.active{background:linear-gradient(90deg,#43cbff52,#8a5eff52);border-color:#8a5effbf;box-shadow:0 0 12px #43cbff4d;color:#fff}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__icon{align-items:center;display:inline-flex;height:20px;justify-content:center;width:20px}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__icon--alpha{color:inherit;font-size:14px;font-weight:700}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__label{white-space:nowrap}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__arrows{display:inline-flex;flex-direction:column;gap:2px;margin-left:4px}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__arrows .arrow{color:#fff9;display:block;height:8px;opacity:.35;position:relative;transition:opacity .2s ease,transform .2s ease,color .2s ease,filter .2s ease;width:6px}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__arrows .arrow:before{border-left:3px solid #0000;border-right:3px solid #0000;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__arrows .arrow.arrow-up:before{border-bottom:6px solid}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__arrows .arrow.arrow-down:before{border-top:6px solid}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__arrows .arrow.on{color:#43cbff;filter:drop-shadow(0 0 4px rgba(67,203,255,.6));opacity:1;transform:translateY(0)}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__arrows .arrow-up.on{color:#8a5eff;filter:drop-shadow(0 0 4px rgba(138,94,255,.6));transform:translateY(-1px)}.data-big-screen .screen-content .bottom-section .bottom-section__toolbar .toolbar-sorts .sort-button .sort-button__arrows .arrow-down.on{transform:translateY(1px)}.data-big-screen .live-list{grid-gap:1vw;display:grid;gap:1vw;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:.8vh;padding:1vh 1.2vw 2vh}.data-big-screen .live-card{grid-gap:.8vw;align-items:center;background:#0f1a3a8c;border:1px solid #43cbff2e;border-radius:12px;display:grid;gap:.8vw;grid-template-columns:auto 1fr;height:28vh;overflow:hidden;padding:1vh 1vw}.data-big-screen .live-card-video{aspect-ratio:3/5;background:#0a0e2799;border-radius:8px;height:100%;overflow:hidden}.data-big-screen .live-card-video .video-placeholder,.data-big-screen .live-card-video iframe,.data-big-screen .live-card-video img,.data-big-screen .live-card-video video{display:block;height:100%;object-fit:cover;width:100%}.data-big-screen .live-card-video .video-placeholder{align-items:center;color:#ffffffb3;display:flex;font-size:1vw;justify-content:center}.data-big-screen .live-card-info{display:flex;flex-direction:column;gap:1vh;justify-content:center}.data-big-screen .live-card-info .live-title{color:#fff;font-size:1.1vw;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-big-screen .live-card-info .live-stat{align-items:center;color:#e8f6ff;display:flex;font-size:.95vw;gap:.5vw}.data-big-screen .live-card-info .live-stat .label{opacity:.85}.data-big-screen .live-card-info .live-stat .value{color:#43cbff;font-weight:700}.data-big-screen .loading-overlay{align-items:center;background:#0a0e27cc;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.data-big-screen .loading-overlay .loading-spinner{animation:spin 1s linear infinite;border:4px solid #43cbff33;border-radius:50%;border-top-color:#43cbff;height:60px;width:60px}@keyframes grid-move{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@keyframes glow-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@keyframes spin{to{transform:rotate(1turn)}}.screen-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1a3a99;border:1px solid #43cbff33;border-radius:12px;box-shadow:0 8px 32px #0000004d,inset 0 1px 0 #ffffff0d;overflow:hidden;padding:20px;position:relative}.screen-panel:before{background:linear-gradient(90deg,#0000,#43cbff80,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.screen-panel .panel-title{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:600;gap:8px;margin-bottom:16px}.screen-panel .panel-title:before{background:linear-gradient(180deg,#43cbff,#8a5eff);border-radius:2px;content:"";height:18px;width:4px}@keyframes number-flash{0%,to{opacity:1}50%{opacity:.8}}@media screen and (max-width:1600px){.data-big-screen .screen-content{gap:16px;grid-template-columns:28vw 1fr 28vw}}@media screen and (max-width:1366px){.data-big-screen .screen-content{gap:12px;grid-template-columns:28vw 1fr 28vw;padding:90px 16px 16px}.screen-panel{padding:16px}}.top-header{align-items:flex-start;display:flex;height:100px;justify-content:center;overflow:visible;z-index:10}.top-header,.top-header .header-bg{left:0;position:absolute;top:0;width:100%}.top-header .header-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#060e24f2 0,#060e24b3 70%,#0000);height:100%}.top-header .header-container{align-items:center;display:flex;flex-direction:column;min-height:80px;padding-top:16px;position:relative;width:100%;z-index:2}.top-header .title-row{gap:10vw;justify-content:center;margin-bottom:6px}.top-header .parallelogram-decoration,.top-header .title-row{align-items:center;display:flex;position:relative}.top-header .parallelogram-decoration svg{display:block}.top-header .header-title{position:relative;z-index:3}.top-header .header-title h2{animation:title-glow-pulse 3s ease-in-out infinite;color:#fff;font-size:28px;font-weight:600;letter-spacing:8px;margin:0;text-align:center;text-shadow:0 0 20px #ffffffe6,0 0 40px #1890ff99,0 0 60px #1890ff66,0 0 80px #1890ff33,0 2px 10px #00000080;white-space:nowrap}.top-header .light-scatter{align-items:center;display:flex;height:2px;justify-content:center;margin-top:4px;position:relative;width:700px}.top-header .light-scatter .scatter-line{animation:scatter-shine 2.5s ease-in-out infinite;background:linear-gradient(90deg,#0000,#1890ffb3,#0000);box-shadow:0 0 8px #1890ff80;height:1px;position:absolute}.top-header .light-scatter .scatter-center{animation-delay:.3s;background:linear-gradient(90deg,#0000,#fff9,#1890ffcc,#fff9,#0000);box-shadow:0 0 12px #1890ffb3,0 0 24px #1890ff66;left:50%;transform:translateX(-50%);width:350px}.top-header .light-scatter .scatter-left{animation-delay:0s;margin-right:40px;right:50%;width:280px}.top-header .light-scatter .scatter-right{animation-delay:.6s;left:50%;margin-left:40px;width:280px}.top-header .light-scatter .scatter-glow{animation:glow-breathe 2.5s ease-in-out infinite;background:radial-gradient(ellipse at center,#fff3 0,#1890ff26 30%,#1890ff14 60%,#0000 100%);filter:blur(2px);height:8px;left:50%;opacity:.8;position:absolute;transform:translateX(-50%);width:400px;z-index:1}.top-header .header-time{background:#0a142899;color:#fff;display:inline-block;font-family:Arial,Consolas,Microsoft YaHei,sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;line-height:1.5;margin-left:700px;margin-top:6px;min-width:200px;padding:0 12px;position:relative;text-align:center;white-space:nowrap;z-index:100}@keyframes parallelogram-glow{0%,to{opacity:.75}50%{opacity:1}}@keyframes float-gentle-left{0%,to{transform:translateX(0) translateY(0)}50%{transform:translateX(-4px) translateY(-2px)}}@keyframes float-gentle-right{0%,to{transform:translateX(0) translateY(0)}50%{transform:translateX(4px) translateY(-2px)}}@keyframes title-glow-pulse{0%,to{text-shadow:0 0 20px #ffffffe6,0 0 40px #1890ff99,0 0 60px #1890ff66,0 0 80px #1890ff33,0 2px 10px #00000080}50%{text-shadow:0 0 30px #fff,0 0 50px #1890ffcc,0 0 70px #1890ff99,0 0 90px #1890ff4d,0 2px 10px #00000080}}@keyframes scatter-shine{0%,to{opacity:.5}50%{opacity:1}}@keyframes glow-breathe{0%,to{opacity:.6;transform:translateX(-50%) scaleX(1)}50%{opacity:.9;transform:translateX(-50%) scaleX(1.05)}}@keyframes mech-pulse-left{0%,to{filter:drop-shadow(0 0 8px rgba(13,71,161,.9)) drop-shadow(0 0 16px rgba(25,118,210,.7)) drop-shadow(0 0 24px rgba(66,165,245,.5)) drop-shadow(2px 2px 6px rgba(0,0,0,.6))}50%{filter:drop-shadow(0 0 16px rgb(13,71,161)) drop-shadow(0 0 24px rgba(25,118,210,.9)) drop-shadow(0 0 32px rgba(66,165,245,.7)) drop-shadow(2px 2px 8px rgba(0,0,0,.8))}}@keyframes mech-pulse-right{0%,to{filter:drop-shadow(0 0 8px rgba(13,71,161,.9)) drop-shadow(0 0 16px rgba(25,118,210,.7)) drop-shadow(0 0 24px rgba(66,165,245,.5)) drop-shadow(2px 2px 6px rgba(0,0,0,.6))}50%{filter:drop-shadow(0 0 16px rgb(13,71,161)) drop-shadow(0 0 24px rgba(25,118,210,.9)) drop-shadow(0 0 32px rgba(66,165,245,.7)) drop-shadow(2px 2px 8px rgba(0,0,0,.8))}}@media screen and (max-width:1600px){.top-header{height:90px}.top-header .header-container{padding-top:14px}.top-header .title-row{gap:10vw;margin-bottom:5px}.top-header .parallelogram-decoration svg{height:42px;width:320px}.top-header .header-title h2{font-size:28px;letter-spacing:8px}.top-header .light-scatter{width:600px}.top-header .light-scatter .scatter-center{width:300px}.top-header .light-scatter .scatter-left,.top-header .light-scatter .scatter-right{width:240px}.top-header .light-scatter .scatter-glow{width:350px}.top-header .header-time{font-size:12px;margin-left:580px;padding:0 6px}}@media screen and (max-width:1366px){.top-header{height:90px}.top-header .header-container{padding-top:12px}.top-header .title-row{gap:9vw;margin-bottom:4px}.top-header .parallelogram-decoration svg{height:38px;width:280px}.top-header .header-title h2{font-size:28px;letter-spacing:8px}.top-header .light-scatter{width:520px}.top-header .light-scatter .scatter-center{width:260px}.top-header .light-scatter .scatter-left,.top-header .light-scatter .scatter-right{width:200px}.top-header .light-scatter .scatter-glow{height:6px;width:300px}.top-header .header-time{font-size:12px;letter-spacing:2px;margin-left:500px;padding:1px 5px}}.tech-wave-particles{height:100vh;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100vw;z-index:0}.tech-wave-particles .particles-canvas{display:block;height:100%;width:100%}.left-panel{--panel-base-height:max(25vh,180px);display:flex;flex-direction:column;gap:16px;height:100%;min-width:300px}.left-panel>.ranking-panel{height:var(--panel-base-height)}.left-panel .screen-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1a3a99;border:1px solid #43cbff33;border-radius:12px;min-width:300px;overflow:hidden;padding:20px}.left-panel .ranking-panel{display:flex;flex-direction:column;overflow:hidden;transition:height .35s ease,opacity .25s ease,padding .25s ease}.left-panel .ranking-panel.expanded{height:calc(var(--panel-base-height)*2 + 40px)}.left-panel .ranking-panel.collapsing{height:var(--panel-base-height);pointer-events:none}.left-panel .ranking-panel.hidden{height:0!important;margin:0;opacity:0;padding-bottom:0;padding-top:0;pointer-events:none}.left-panel .panel-header{align-items:baseline;display:flex;justify-content:space-between}.left-panel .panel-header .panel-header-actions,.left-panel .panel-header .panel-sorts{align-items:center;display:flex;gap:8px}.left-panel .panel-header .sort-button{align-items:center;background:#0000;border:none;color:#fff9;cursor:pointer;display:inline-flex;font-size:12px;gap:0;justify-content:center;line-height:1;padding:0;transition:all .2s ease}.left-panel .panel-header .sort-button:hover .sort-button__icon{opacity:1}.left-panel .panel-header .sort-button.active .sort-button__icon{filter:drop-shadow(0 0 8px rgba(67,203,255,.8));opacity:1}.left-panel .panel-header .sort-button.active .sort-button__icon svg{filter:drop-shadow(0 0 8px rgba(67,203,255,.8))}.left-panel .panel-header .sort-button.active .sort-button__icon--hourly{color:#43cbff;filter:drop-shadow(0 0 8px rgba(67,203,255,.8))}.left-panel .panel-header .sort-button .sort-button__icon{align-items:center;display:inline-flex;font-size:16px;height:18px;justify-content:center;opacity:.6;transition:all .2s ease;width:18px}.left-panel .panel-header .sort-button .sort-button__icon svg{height:100%;transition:all .2s ease;width:100%}.left-panel .panel-header .sort-button .sort-button__icon--hourly{color:inherit;font-size:18px}.left-panel .panel-header .sort-button .sort-button__label{font-size:13px;white-space:nowrap}.left-panel .panel-title{margin:0}.left-panel .panel-expand-icon{border-radius:6px;color:#43cbffcc;cursor:pointer;font-size:18px;padding:4px;transition:all .3s ease}.left-panel .panel-expand-icon:hover{background:#43cbff1a;color:#43cbff}.left-panel .panel-expand-icon.active{background:#43cbff26;border:1px solid #1e8cb8;color:#43cbff}.left-panel .live-ranking-container{display:flex;flex:1 1;flex-direction:column;overflow:hidden;overflow-x:hidden}.left-panel .live-ranking-container .empty{align-items:center;color:#ffffffb3;display:flex;flex:1 1;justify-content:center}.left-panel .live-ranking-container .live-ranking-list{grid-gap:8px;grid-row-gap:8px;align-content:start;align-items:center;display:grid;flex:1 1;gap:8px;grid-template-columns:28px 40px minmax(6ch,35%) 1fr minmax(-webkit-max-content,-webkit-max-content);grid-template-columns:28px 40px minmax(6ch,35%) 1fr minmax(max-content,max-content);min-width:0;overflow-x:hidden;overflow-y:auto;padding-right:8px;row-gap:8px}.left-panel .live-ranking-container .live-ranking-list::-webkit-scrollbar{display:none;width:0}.left-panel .live-ranking-container .live-ranking-list{-ms-overflow-style:none;scrollbar-width:none}.left-panel .live-ranking-container .live-item{display:contents}.left-panel .live-ranking-container .live-item .rank-indicator{align-items:center;animation:slide-in-left .4s ease forwards;animation-delay:calc(var(--item-index)*.06s);display:flex;justify-content:center;min-width:32px;opacity:0;width:32px}.left-panel .live-ranking-container .live-item .rank-indicator .medal{font-size:24px;font-weight:700}.left-panel .live-ranking-container .live-item .rank-indicator .rank-number{color:#43cbff;font-size:16px;font-weight:600}.left-panel .live-ranking-container .live-item .thumbnail{animation:slide-in-left .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .01s);background:#ffffff14;border-radius:4px;flex-shrink:0;height:40px;min-width:40px;opacity:0;overflow:hidden;width:40px}.left-panel .live-ranking-container .live-item .thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.left-panel .live-ranking-container .live-item .thumbnail.placeholder{background:#ffffff0d;border-color:#ff4d4f59}.left-panel .live-ranking-container .live-item .name{animation:slide-in-left .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .02s);color:#fff;font-size:13px;max-width:100%;min-width:0;opacity:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.left-panel .live-ranking-container .live-item .bar-wrap{animation:slide-in-left .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .03s);background:#43cbff26;border-radius:6px;height:10px;min-width:0;opacity:0;overflow:hidden;position:relative;width:100%}.left-panel .live-ranking-container .live-item .bar-wrap .bar-bg{display:none}.left-panel .live-ranking-container .live-item .bar-wrap .bar-fill{background:linear-gradient(90deg,#43cbff,#8ab4ff);bottom:0;box-shadow:inset 0 0 8px #43cbff80;left:0;position:absolute;top:0}.left-panel .live-ranking-container .live-item .value{align-items:baseline;animation:slide-in-left .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .04s);color:#43cbff;display:inline-flex;font-size:14px;font-weight:700;min-width:-webkit-max-content;min-width:max-content;opacity:0;text-align:left;white-space:nowrap;width:-webkit-max-content;width:max-content}.left-panel .live-ranking-container .live-item .value .currency{color:#43cbffd9;font-size:.8em}.left-panel .panel-title{color:#fffffff2;font-size:18px;font-weight:600;letter-spacing:2px;margin:0 0 16px;text-align:left}.left-panel .chart-container{flex:1 1;min-height:250px;width:100%}.left-panel .ranking-list{flex:1 1;overflow-y:auto;padding-right:8px}.left-panel .ranking-list::-webkit-scrollbar{width:4px}.left-panel .ranking-list::-webkit-scrollbar-thumb{background:#43cbff4d;border-radius:2px}.left-panel .ranking-list::-webkit-scrollbar-thumb:hover{background:#43cbff80}.left-panel .ranking-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.left-panel .anchor-table{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.left-panel .anchor-table .table-header{background:#43cbff1a;border-radius:6px;display:flex;gap:4px;margin-bottom:8px;padding:8px}.left-panel .anchor-table .table-header .col{color:#43cbff;font-size:13px;font-weight:600}.left-panel .anchor-table .table-header .col.col-rank{flex-shrink:0;text-align:center;width:50px}.left-panel .anchor-table .table-header .col.col-anchor{flex:1 1;min-width:60px;min-width:0;text-align:left}.left-panel .anchor-table .table-header .col.col-room{flex:1.2 1;min-width:80px;min-width:0;text-align:left}.left-panel .anchor-table .table-header .col.col-sales{flex:1 1;min-width:80px;text-align:left}.left-panel .anchor-table .table-body{grid-gap:16px;grid-row-gap:4px;align-content:start;align-items:center;display:grid;flex:1 1;gap:16px;grid-template-columns:32px -webkit-max-content 1fr -webkit-max-content;grid-template-columns:32px max-content 1fr max-content;overflow-x:hidden;overflow-y:auto;padding-right:8px;row-gap:4px}.left-panel .anchor-table .table-body::-webkit-scrollbar{display:none;width:0}.left-panel .anchor-table .table-body{-ms-overflow-style:none;scrollbar-width:none}.left-panel .anchor-table .table-body .table-empty{align-items:center;color:#ffffffb3;display:flex;grid-column:1/-1;height:100%;justify-content:center}.left-panel .anchor-table .table-body .table-row{display:contents}.left-panel .anchor-table .table-body .table-row .col{align-items:center;display:flex;min-height:32px}.left-panel .anchor-table .table-body .table-row .col-rank{animation:slide-in-left .5s ease forwards;animation-delay:calc(var(--row-index)*.1s);justify-content:center;min-width:50px;opacity:0;width:50px}.left-panel .anchor-table .table-body .table-row .col-rank .medal{font-size:24px;font-weight:700}.left-panel .anchor-table .table-body .table-row .col-rank .rank-number{color:#ffffffb3;font-size:14px;font-weight:600}.left-panel .anchor-table .table-body .table-row .col-anchor{animation:slide-in-left .5s ease forwards;animation-delay:calc(var(--row-index)*.1s + .01s);color:#fff;font-size:13px;min-width:-webkit-max-content;min-width:max-content;opacity:0;text-align:left;white-space:nowrap;width:-webkit-max-content;width:max-content}.left-panel .anchor-table .table-body .table-row .col-room{animation:slide-in-left .5s ease forwards;animation-delay:calc(var(--row-index)*.1s + .02s);color:#ffffffb3;font-size:13px;justify-content:center;min-width:0;opacity:0}.left-panel .anchor-table .table-body .table-row .col-room .room-name{display:inline-block;margin:0 auto;max-width:100%;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:-webkit-max-content;width:max-content}.left-panel .anchor-table .table-body .table-row .col-sales{animation:slide-in-left .5s ease forwards;animation-delay:calc(var(--row-index)*.1s + .03s);font-size:14px;min-width:-webkit-max-content;min-width:max-content;opacity:0;text-align:left;white-space:nowrap;width:-webkit-max-content;width:max-content}.left-panel .anchor-table .table-body .table-row .col-sales .sales-value{align-items:baseline;color:#43cbff;display:inline-flex;font-weight:600}.left-panel .anchor-table .table-body .table-row .col-sales .sales-value .currency{color:#43cbffd9;font-size:.8em}@keyframes slide-in-left{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width:1600px){.left-panel>.ranking-panel{height:max(25vh,180px)}}@media screen and (max-width:1366px){.left-panel>.ranking-panel{height:max(25vh,180px)}.left-panel .chart-container{min-height:220px}.left-panel .anchor-table .table-body .table-row .col.col-sales,.left-panel .anchor-table .table-header .col.col-sales{width:70px}}.center-panel{display:flex;flex-direction:column;height:calc(max(25vh,180px)*2 + 20px);justify-content:space-between;padding:0 20px}.center-panel .sales-section{align-items:center;display:flex;flex-direction:column;height:40%;justify-content:center}.center-panel .metrics-section,.center-panel .rings-section{align-items:center;display:flex;height:30%;justify-content:center}.center-panel .sales-showcase{overflow:visible;padding:0;position:relative;text-align:center}.center-panel .sales-showcase .showcase-label{background:#0000;border:none;border-radius:0;box-shadow:none;color:#ffffffd9;display:inline-block;font-size:18px;font-weight:500;letter-spacing:4px;margin-bottom:8px;padding:0;position:relative;z-index:1}.center-panel .sales-showcase .showcase-value{align-items:baseline;display:flex;gap:8px;justify-content:center;position:relative;z-index:1}.center-panel .sales-showcase .showcase-value .currency{color:#6be6ca;font-size:42px;font-weight:600;opacity:.85;text-shadow:0 0 20px #6be6ca99}.center-panel .sales-showcase .showcase-value .number{animation:number-glow-green 2s ease-in-out infinite;color:#6be6ca;font-family:DIN Alternate,Consolas,Arial,sans-serif;font-size:74px;font-weight:700;letter-spacing:3px;text-shadow:0 0 40px #6be6cacc,0 0 20px #6be6ca99,0 2px 4px #000c}.center-panel .metrics-grid{align-items:center;display:flex;justify-content:space-around;padding:0 20px;width:100%}.center-panel .metrics-grid .metric-card{align-items:normal;animation:card-fade-in .6s ease forwards;background:#0000;border:none;border-radius:0;display:block;gap:0;opacity:0;overflow:hidden;padding:0;position:relative;transition:all .3s ease}.center-panel .metrics-grid .metric-card .metric-content{align-items:center;display:flex;flex-direction:column;gap:6px;position:relative;text-align:center;z-index:1}.center-panel .metrics-grid .metric-card .metric-content .metric-label{color:#fff9;font-size:13px;font-weight:500}.center-panel .metrics-grid .metric-card .metric-content .metric-value{color:#fff;font-family:DIN Alternate,Arial,sans-serif;font-size:36px;font-weight:700;text-shadow:none}.center-panel .metrics-grid .metric-card .metric-content .metric-value .unit{font-size:.5em;margin-left:4px;opacity:.8}.center-panel .metrics-grid .metric-card .metric-content .metric-label.muted{color:#ffffff8c}.center-panel .metrics-grid .metric-card.simple{padding:0}.center-panel .live-rings{grid-gap:32px;align-items:center;display:grid;gap:32px;grid-template-columns:1fr auto 1fr;height:100%;justify-items:center;width:100%}.center-panel .live-rings .ring-item{align-items:center;display:flex;flex-direction:column;gap:10px}.center-panel .live-rings .ring-item .ring-label{background:#0000;border:none;border-radius:0;color:#fff;font-size:14px;letter-spacing:2px;padding:0;white-space:nowrap}.center-panel .live-rings .ring{background:radial-gradient(circle at 50% 50%,#43cbff1f,#43cbff00 60%);border-radius:50%;display:grid;height:100px;place-items:center;position:relative;width:100px}.center-panel .live-rings .ring .ring-progress{background:conic-gradient(from 270deg,#43cbffe6 0 220deg,#43cbff26 220deg 1turn);border-radius:50%;height:100%;mask:radial-gradient(circle 40px at 50% 50%,#0000 47px,#000 48px);-webkit-mask:radial-gradient(circle 40px at 50% 50%,#0000 47px,#000 48px);padding:6px;position:relative;width:100%}.center-panel .live-rings .ring .ring-inner{align-items:center;background:#0000;border-radius:50%;box-shadow:none;color:#fff;display:flex;font-size:24px;font-weight:700;height:76px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:76px}.center-panel .live-rings .ring-left .ring-progress{background:conic-gradient(from 270deg,#43cbff 0 1turn)}.center-panel .live-rings .ring-right .ring-progress{background:conic-gradient(from 270deg,#ff56b9 0 0deg,#ff56b926 0deg 1turn);background:conic-gradient(from 270deg,#ff56b9 0 calc(var(--progress, 0)*1turn),#ff56b926 calc(var(--progress, 0)*1turn) 1turn)}.center-panel .live-rings .ring-center{background:radial-gradient(circle,#8a5eff26,#8a5eff00 60%);box-shadow:0 0 30px #8a5eff59;height:190px;width:190px}.center-panel .live-rings .ring-center:before{animation:ring-rotate 6s linear infinite;border:2px solid #8a5eff73;border-radius:50%;content:"";inset:0;mask:radial-gradient(circle 80px at 50% 50%,#0000 80px,#000 81px);-webkit-mask:radial-gradient(circle 80px at 50% 50%,#0000 80px,#000 81px);position:absolute}.center-panel .live-rings .ring-center:after{animation:ring-dash 8s linear infinite;border:2px dashed #43cbff80;border-radius:50%;content:"";inset:16px;position:absolute}.center-panel .live-rings .ring-center .ring-core-icon{align-items:center;display:flex;filter:drop-shadow(0 0 10px rgba(67,203,255,.6));justify-content:center}.center-panel .live-rings .ring-center .ring-core-icon img{display:block;height:90px;object-fit:contain;width:90px}@keyframes ring-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ring-dash{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.center-panel .live-room-chart{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1a3a99;border:1px solid #43cbff33;border-radius:12px;display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:20px;position:relative}.center-panel .live-room-chart .chart-container{flex:1 1;min-height:200px;position:relative}.center-panel .live-room-chart .chart-center-info{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}.center-panel .live-room-chart .chart-center-info .center-icon{align-items:center;animation:icon-rotate 10s linear infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#43cbff33,#8a5eff33);border:2px solid #43cbff66;border-radius:50%;box-shadow:0 0 30px #43cbff80;color:#43cbff;display:flex;height:80px;justify-content:center;width:80px}.center-panel .live-room-chart .chart-center-info .center-icon svg{filter:drop-shadow(0 0 10px rgba(67,203,255,.8))}.center-panel .live-room-chart .chart-legend{border-top:1px solid #43cbff1a;display:flex;gap:32px;justify-content:center;margin-top:16px;padding-top:16px}.center-panel .live-room-chart .chart-legend .legend-item{align-items:center;display:flex;gap:12px}.center-panel .live-room-chart .chart-legend .legend-item .legend-dot{animation:dot-pulse 2s ease-in-out infinite;border-radius:50%;box-shadow:0 0 8px #43cbff80;height:12px;width:12px}.center-panel .live-room-chart .chart-legend .legend-item .legend-info .legend-label{color:#fff9;font-size:12px;margin-bottom:4px}.center-panel .live-room-chart .chart-legend .legend-item .legend-info .legend-value{color:#fff;font-family:DIN Alternate,Arial,sans-serif;font-size:18px;font-weight:700}@keyframes showcase-pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.05)}}@keyframes number-glow{0%,to{filter:brightness(1) drop-shadow(0 0 20px rgba(67,203,255,.5))}50%{filter:brightness(1.2) drop-shadow(0 0 30px rgba(67,203,255,.8))}}@keyframes number-glow-green{0%,to{text-shadow:0 0 40px #6be6cacc,0 0 20px #6be6ca99,0 2px 4px #000c}50%{text-shadow:0 0 50px #6be6ca,0 0 30px #6be6cacc,0 2px 4px #000c}}@keyframes card-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes icon-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes dot-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media screen and (max-width:1600px){.center-panel{height:calc(max(25vh,180px)*2 + 20px)}.center-panel .sales-showcase{padding:0}.center-panel .sales-showcase .showcase-label{font-size:16px}.center-panel .sales-showcase .showcase-value .currency{font-size:28px}.center-panel .sales-showcase .showcase-value .number{font-size:60px}.center-panel .metrics-grid{padding:0 16px}.center-panel .metrics-grid .metric-card{padding:16px}.center-panel .metrics-grid .metric-card .metric-icon{height:45px;width:45px}.center-panel .metrics-grid .metric-card .metric-content .metric-value{font-size:28px}.center-panel .live-rings{gap:28px}.center-panel .live-rings .ring{height:90px;width:90px}.center-panel .live-rings .ring .ring-inner{font-size:22px;height:68px;width:68px}.center-panel .live-rings .ring .ring-progress{mask:radial-gradient(circle 36px at 50% 50%,#0000 42px,#000 43px);-webkit-mask:radial-gradient(circle 36px at 50% 50%,#0000 42px,#000 43px)}.center-panel .live-rings .ring-center{height:170px;width:170px}.center-panel .live-rings .ring-center:before{mask:radial-gradient(circle 72px at 50% 50%,#0000 72px,#000 73px);-webkit-mask:radial-gradient(circle 72px at 50% 50%,#0000 72px,#000 73px)}.center-panel .live-rings .ring-label{font-size:13px}}@media screen and (max-width:1366px){.center-panel{height:calc(max(25vh,180px)*2 + 20px);padding:0 16px}.center-panel .sales-showcase{padding:0}.center-panel .sales-showcase .showcase-label{font-size:14px}.center-panel .sales-showcase .showcase-value .currency{font-size:24px}.center-panel .sales-showcase .showcase-value .number{font-size:52px}.center-panel .metrics-grid{padding:0 12px}.center-panel .metrics-grid .metric-card{gap:12px;padding:14px}.center-panel .metrics-grid .metric-card .metric-icon{height:40px;width:40px}.center-panel .metrics-grid .metric-card .metric-icon svg{height:28px;width:28px}.center-panel .metrics-grid .metric-card .metric-content .metric-label{font-size:12px}.center-panel .metrics-grid .metric-card .metric-content .metric-value{font-size:24px}.center-panel .live-rings{gap:24px}.center-panel .live-rings .ring{height:80px;width:80px}.center-panel .live-rings .ring .ring-inner{font-size:20px;height:60px;width:60px}.center-panel .live-rings .ring .ring-progress{mask:radial-gradient(circle 32px at 50% 50%,#0000 37px,#000 38px);-webkit-mask:radial-gradient(circle 32px at 50% 50%,#0000 37px,#000 38px);padding:5px}.center-panel .live-rings .ring-center{height:150px;width:150px}.center-panel .live-rings .ring-center:before{mask:radial-gradient(circle 64px at 50% 50%,#0000 64px,#000 65px);-webkit-mask:radial-gradient(circle 64px at 50% 50%,#0000 64px,#000 65px)}.center-panel .live-rings .ring-label{font-size:12px}.center-panel .live-room-chart{padding:16px}.center-panel .live-room-chart .chart-center-info .center-icon{height:60px;width:60px}.center-panel .live-room-chart .chart-center-info .center-icon svg{height:35px;width:35px}.center-panel .live-room-chart .chart-legend{gap:24px}.center-panel .live-room-chart .chart-legend .legend-item .legend-info .legend-label{font-size:11px}.center-panel .live-room-chart .chart-legend .legend-item .legend-info .legend-value{font-size:16px}}.right-panel{--panel-base-height:max(25vh,180px);display:flex;flex-direction:column;gap:16px;height:100%;min-width:300px}.right-panel>.duration-ranking,.right-panel>.product-ranking{height:var(--panel-base-height)}.right-panel .screen-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f1a3a99;border:1px solid #43cbff33;border-radius:12px;min-width:300px;overflow:hidden;padding:20px}.right-panel .ranking-panel{display:flex;flex-direction:column;overflow:hidden;transition:height .35s ease,opacity .25s ease,padding .25s ease}.right-panel .ranking-panel.expanded{height:calc(var(--panel-base-height)*2 + 40px)}.right-panel .ranking-panel.collapsing{height:var(--panel-base-height);pointer-events:none}.right-panel .ranking-panel.hidden{height:0!important;margin:0;opacity:0;padding-bottom:0;padding-top:0;pointer-events:none}.right-panel .panel-header{align-items:baseline;display:flex;justify-content:space-between}.right-panel .panel-title{color:#fffffff2;font-size:18px;font-weight:600;letter-spacing:2px;margin:0 0 16px;text-align:left}.right-panel .panel-expand-icon{border-radius:6px;color:#43cbffcc;cursor:pointer;font-size:18px;margin-left:8px;padding:4px;transition:all .3s ease}.right-panel .panel-expand-icon:hover{background:#43cbff1a;color:#43cbff}.right-panel .panel-expand-icon.active{background:#43cbff26;border:1px solid #1e8cb8;color:#43cbff}.right-panel .live-ranking-container{display:flex;flex:1 1;flex-direction:column;overflow:hidden;overflow-x:hidden}.right-panel .live-ranking-container .empty{align-items:center;color:#ffffffb3;display:flex;flex:1 1;justify-content:center}.right-panel .live-ranking-container .live-ranking-list{grid-gap:8px;grid-row-gap:8px;align-content:start;align-items:center;display:grid;flex:1 1;gap:8px;grid-template-columns:28px 40px minmax(6ch,35%) 1fr minmax(-webkit-max-content,-webkit-max-content);grid-template-columns:28px 40px minmax(6ch,35%) 1fr minmax(max-content,max-content);min-width:0;overflow-x:hidden;overflow-y:auto;padding-right:8px;row-gap:8px}.right-panel .live-ranking-container .live-ranking-list::-webkit-scrollbar{display:none;width:0}.right-panel .live-ranking-container .live-ranking-list{-ms-overflow-style:none;scrollbar-width:none}.right-panel .live-ranking-container .live-item{display:contents}.right-panel .live-ranking-container .live-item .rank-indicator{align-items:center;animation:slide-in-right .4s ease forwards;animation-delay:calc(var(--item-index)*.06s);display:flex;justify-content:center;min-width:32px;opacity:0;width:32px}.right-panel .live-ranking-container .live-item .rank-indicator .medal{font-size:24px;font-weight:700}.right-panel .live-ranking-container .live-item .rank-indicator .rank-number{color:#43cbff;font-size:16px;font-weight:600}.right-panel .live-ranking-container .live-item .thumbnail{animation:slide-in-right .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .01s);background:#ffffff14;border-radius:4px;flex-shrink:0;height:40px;min-width:40px;opacity:0;overflow:hidden;width:40px}.right-panel .live-ranking-container .live-item .thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.right-panel .live-ranking-container .live-item .thumbnail.placeholder{background:#ffffff0d;border-color:#ff4d4f59}.right-panel .live-ranking-container .live-item .name{animation:slide-in-right .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .02s);color:#fff;font-size:13px;max-width:100%;min-width:0;opacity:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.right-panel .live-ranking-container .live-item .bar-wrap{animation:slide-in-right .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .03s);background:#43cbff26;border-radius:6px;height:10px;min-width:0;opacity:0;overflow:hidden;position:relative;width:100%}.right-panel .live-ranking-container .live-item .bar-wrap .bar-bg{display:none}.right-panel .live-ranking-container .live-item .bar-wrap .bar-fill{background:linear-gradient(90deg,#43cbff,#8ab4ff);bottom:0;box-shadow:inset 0 0 8px #43cbff80;left:0;position:absolute;top:0}.right-panel .live-ranking-container .live-item .value{align-items:baseline;animation:slide-in-right .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .04s);color:#43cbff;display:inline-flex;font-size:14px;font-weight:700;min-width:-webkit-max-content;min-width:max-content;opacity:0;text-align:left;white-space:nowrap;width:-webkit-max-content;width:max-content}.right-panel .product-ranking-container{display:flex;flex:1 1;flex-direction:column;overflow:hidden;overflow-x:hidden}.right-panel .product-ranking-container .empty{align-items:center;color:#ffffffb3;display:flex;flex:1 1;justify-content:center}.right-panel .product-ranking-container .product-ranking-list{grid-gap:8px;grid-row-gap:8px;align-content:start;align-items:center;display:grid;flex:1 1;gap:8px;grid-template-columns:32px 40px 1fr auto;min-width:0;overflow-x:hidden;overflow-y:auto;padding-right:8px;row-gap:8px}.right-panel .product-ranking-container .product-ranking-list::-webkit-scrollbar{display:none;width:0}.right-panel .product-ranking-container .product-ranking-list{-ms-overflow-style:none;scrollbar-width:none}.right-panel .product-ranking-container .product-item{display:contents}.right-panel .product-ranking-container .product-item .rank-indicator{align-items:flex-start;animation:slide-in-right .4s ease forwards;animation-delay:calc(var(--item-index)*.06s);display:flex;justify-content:center;min-width:32px;opacity:0;padding-top:2px;width:32px}.right-panel .product-ranking-container .product-item .rank-indicator .medal{font-size:24px;font-weight:700}.right-panel .product-ranking-container .product-item .rank-indicator .rank-number{color:#43cbff;font-size:16px;font-weight:600}.right-panel .product-ranking-container .product-item .thumbnail{animation:slide-in-right .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .01s);background:#ffffff14;border-radius:4px;flex-shrink:0;height:40px;opacity:0;overflow:hidden;width:40px}.right-panel .product-ranking-container .product-item .thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.right-panel .product-ranking-container .product-item .thumbnail.placeholder{background:#ffffff0d;border-color:#ff4d4f59}.right-panel .product-ranking-container .product-item .product-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;animation:slide-in-right .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .02s);color:#fff;display:-webkit-box;font-size:13px;line-height:1.5;max-width:100%;min-width:0;opacity:0;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.right-panel .product-ranking-container .product-item .sales-value{animation:slide-in-right .4s ease forwards;animation-delay:calc(var(--item-index)*.06s + .03s);color:#43cbff;font-size:14px;font-weight:700;opacity:0;padding-left:8px;text-align:right;white-space:nowrap}@keyframes slide-in-right{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.bottom-live-list{grid-gap:1.5vw;box-sizing:border-box;display:grid;gap:1.5vw;grid-template-columns:repeat(3,minmax(28vw,1fr));padding:0 0 2vh;width:100%}@media screen and (min-width:1601px){.bottom-live-list{gap:1vw;grid-template-columns:repeat(4,minmax(22vw,1fr))}}.bottom-live-card{grid-gap:1vw;align-items:stretch;background:#0f1a3a8c;border:1px solid #43cbff2e;border-radius:12px;display:grid;gap:1vw;grid-template-columns:auto 1fr;height:max(28vh,180px);min-width:350px;overflow:hidden;padding:1vh 1vw}.video-box{aspect-ratio:3/5;background:#0a0e2799;border-radius:8px;cursor:pointer;height:100%;overflow:hidden;position:relative}.video-box .placeholder,.video-box iframe,.video-box img,.video-box video{display:block;height:100%;object-fit:cover;width:100%}.video-box .placeholder{align-items:center;color:#ffffffb3;display:flex;font-size:.9vw;justify-content:center}.video-box .poster-only{height:100%;overflow:hidden;position:relative;width:100%}.video-box .poster-only img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.video-box .poster-only .play-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.video-box .poster-only .play-overlay .play-icon{color:#43cbff;filter:drop-shadow(0 2px 8px rgba(67,203,255,.5));font-size:3vw;margin-bottom:.5vh;transition:transform .3s ease}.video-box .poster-only .play-overlay .play-text{color:#fff;font-size:1vw;font-weight:500;text-shadow:0 2px 4px #00000080}.video-box .poster-only:hover img{transform:scale(1.05)}.video-box .poster-only:hover .play-overlay{opacity:1}.video-box .poster-only:hover .play-icon{transform:scale(1.1)}.info-box{display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:.5vh .5vw}.info-box .title{color:#fff;flex-shrink:0;font-size:18px;font-weight:600;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info-box .row-group{display:flex;flex:1 1;flex-direction:column;justify-content:space-evenly}.info-box .row{align-items:center;color:#e8f6ff;display:flex;font-size:13px;gap:.5vw}.info-box .row .left{gap:.4vw}.info-box .row .icon,.info-box .row .left{align-items:center;display:inline-flex;flex-shrink:0}.info-box .row .icon{color:#e8f6ffbf;height:18px;justify-content:center;width:18px}.info-box .row .icon svg{height:100%;width:100%}.info-box .row .label{opacity:.9;white-space:nowrap}.info-box .row .value{color:#43cbff;font-weight:700;white-space:nowrap}.info-box .best-product{display:flex;flex-direction:column;font-size:13px;gap:.6vh}.info-box .best-product .product-header{align-items:center;display:flex;flex-shrink:0;gap:.4vw}.info-box .best-product .product-header .icon-thumbsup{align-items:center;color:#43cbff;display:flex;flex-shrink:0;height:18px;justify-content:center;width:18px}.info-box .best-product .product-header .icon-thumbsup svg{stroke:currentColor;stroke-width:2;fill:none;height:100%;width:100%}.info-box .best-product .product-header .product-label{color:#e8f6ffd9;flex-shrink:0;white-space:nowrap}.info-box .best-product .product-header .product-sales{color:#43cbff;font-weight:700;white-space:nowrap}.info-box .best-product .product-content{align-items:center;display:flex;gap:.6vw;min-width:0}.info-box .best-product .product-content .product-image{background:#ffffff14;border-radius:4px;flex-shrink:0;height:40px;min-width:40px;overflow:hidden;width:40px}.info-box .best-product .product-content .product-image img{display:block;height:100%;object-fit:cover;width:100%}.info-box .best-product .product-content .product-image.placeholder{background:#ffffff0d;border:1px solid #ff4d4f59}.info-box .best-product .product-content .product-name{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#e8f6ffd9;display:-webkit-box;flex:1 1;font-size:13px;line-height:1.5;min-width:0;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.info-box .best-product .product-empty{align-items:center;color:#e8f6ffcc;display:flex;font-size:13px;gap:.4vw}.info-box .best-product .product-empty .icon-thumbsup{align-items:center;color:#43cbff;display:flex;flex-shrink:0;height:18px;justify-content:center;width:18px}.info-box .best-product .product-empty .icon-thumbsup svg{stroke:currentColor;stroke-width:2;fill:none;height:100%;width:100%}.info-box .best-product .product-empty .product-label{color:#e8f6ffd9;flex-shrink:0}@media screen and (min-width:1601px){.info-box .best-product,.info-box .best-product .product-header .product-sales,.info-box .row{font-size:14px}.info-box .best-product .product-content .product-image{height:48px;width:48px}.info-box .best-product .product-content .product-name,.info-box .best-product .product-empty{font-size:14px}}.anchor-ranking-table .popover-content{max-height:400px;overflow:auto;padding:0 16px 16px;width:500px}.anchor-ranking-table .summary-info{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-around;margin-bottom:8px;padding:12px 0}.anchor-ranking-table .summary-item{text-align:center}.anchor-ranking-table .summary-item .summary-label{color:#8c8c8c;font-size:12px;margin-bottom:4px}.anchor-ranking-table .summary-item .summary-value{color:#262626;font-size:14px;font-weight:500}.anchor-ranking-table .author-names-container{align-items:center;display:flex;gap:8px}.anchor-ranking-table .arrow-icon{color:#1890ff;cursor:pointer;font-size:12px}.anchor-ranking-table .popover-overlay{background-color:#fafafa!important;box-shadow:0 6px 16px 0 #0003,0 3px 6px -4px #0000001f,0 9px 28px 8px #00000026!important;max-width:650px;padding:0}.anchor-ranking-table .popover-overlay .ant-popover-inner,.anchor-ranking-table .popover-overlay .ant-popover-inner-content{background-color:#fafafa!important}.group-top-page .top-card-container{background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000000f;margin-bottom:16px;padding:16px 24px;position:-webkit-sticky;position:sticky;top:-16px;z-index:10}.group-top-page .top-card-container .top-card-content{display:flex;flex-direction:column;gap:16px}.group-top-page .top-card-container .top-card-content .top-card-tabs{width:100%}.group-top-page .top-card-container .top-card-content .top-card-tabs .ant-tabs-nav{margin-bottom:0}.group-top-page .top-card-container .top-card-content .filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;width:100%}.group-top-page .top-card-container .top-card-content .filter-controls .filter-left{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.group-top-page .top-card-container .top-card-content .filter-controls .filter-left .time-filter-buttons{border:1px solid #d9d9d9;border-radius:4px;display:flex;gap:0;overflow:hidden}.group-top-page .top-card-container .top-card-content .filter-controls .filter-left .time-filter-buttons .time-filter-btn{background:#fff;border:none;border-right:1px solid #d9d9d9;color:#000000a6;cursor:pointer;font-size:14px;padding:6px 20px;transition:all .3s}.group-top-page .top-card-container .top-card-content .filter-controls .filter-left .time-filter-buttons .time-filter-btn:last-child{border-right:none}.group-top-page .top-card-container .top-card-content .filter-controls .filter-left .time-filter-buttons .time-filter-btn:hover:not(:disabled){background:#f0f7ff;color:#1890ff}.group-top-page .top-card-container .top-card-content .filter-controls .filter-left .time-filter-buttons .time-filter-btn.active{background:#1890ff;color:#fff}.group-top-page .top-card-container .top-card-content .filter-controls .filter-left .time-filter-buttons .time-filter-btn:disabled{background:#f5f5f5;color:#00000040;cursor:not-allowed;opacity:.5}.group-top-page .top-card-container .top-card-content .filter-controls .filter-left .time-filter-buttons .time-filter-btn:disabled.active{background:#bae7ff;color:#ffffffb3}.group-top-page .top-card-container .top-card-content .filter-controls .filter-left .date-picker-section .ant-picker{min-width:200px}.group-top-page .top-card-container .top-card-content .filter-controls .update-time{color:#8c8c8c;flex-shrink:0;font-size:14px;white-space:nowrap}.group-top-page .bottom-card{background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000000f;padding:24px}.group-top-page .bottom-card .bottom-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.group-top-page .bottom-card .bottom-card-header .summary-stats{align-items:center;display:flex;flex:1 1;gap:24px}.group-top-page .bottom-card .bottom-card-header .summary-stats .summary-stat-item{align-items:center;display:flex;font-size:14px;gap:4px}.group-top-page .bottom-card .bottom-card-header .summary-stats .summary-stat-item .summary-stat-label{color:#666}.group-top-page .bottom-card .bottom-card-header .summary-stats .summary-stat-item .summary-stat-value{color:#333;font-weight:600}.group-top-page .bottom-card .bottom-card-header>div:last-child{align-items:center;display:flex;flex-shrink:0;gap:12px;margin-left:auto}.group-top-page .bottom-card .bottom-card-header .refresh-section{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.group-top-page .bottom-card .bottom-card-header .refresh-section .refresh-tip{color:#8c8c8c;font-size:12px}.group-top-page .bottom-card .ranking-table .ant-table-column-sorters{justify-self:start}.group-top-page .bottom-card .ranking-table .rank-badge{align-items:center;border-radius:50%;color:#fff;display:inline-flex;font-size:12px;font-weight:700;height:24px;justify-content:center;width:24px}.group-top-page .bottom-card .ranking-table .rank-badge.rank-1{background:linear-gradient(135deg,gold,orange)}.group-top-page .bottom-card .ranking-table .rank-badge.rank-2{background:linear-gradient(135deg,silver,#a8a8a8)}.group-top-page .bottom-card .ranking-table .rank-badge.rank-3{background:linear-gradient(135deg,#cd7f32,sienna)}.mobile-not-supported{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px}.mobile-not-supported .container{max-width:480px;width:100%}.mobile-not-supported .notice-card{border:none;border-radius:16px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.mobile-not-supported .notice-card .ant-card-body{padding:40px 32px}.mobile-not-supported .icon-section{align-items:center;display:flex;gap:20px;justify-content:center;margin-bottom:32px}.mobile-not-supported .icon-section .desktop-icon,.mobile-not-supported .icon-section .mobile-icon{align-items:center;background:#f5f5f5;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}.mobile-not-supported .icon-section .mobile-icon{background:#fff2f0}.mobile-not-supported .icon-section .desktop-icon{background:#f6ffed}.mobile-not-supported .icon-section .arrow{color:#999;font-size:24px;font-weight:700}.mobile-not-supported .content-section{text-align:center}.mobile-not-supported .link-section{margin:24px 0}.mobile-not-supported .link-section .link-display{background:#f5f5f5;border:1px solid #e8e8e8;border-radius:8px;padding:16px}.mobile-not-supported .tips-section{border-top:1px solid #f0f0f0;margin-top:32px;padding-top:24px;text-align:left}.mobile-not-supported .tips-section ul{margin:0}.mobile-not-supported .tips-section ul li{line-height:1.6;margin-bottom:8px}@media(max-width:480px){.mobile-not-supported{padding:16px}.mobile-not-supported .notice-card .ant-card-body{padding:24px 20px}.mobile-not-supported .icon-section .desktop-icon,.mobile-not-supported .icon-section .mobile-icon{height:60px;width:60px}.mobile-not-supported .icon-section .arrow{font-size:20px}}@media(max-height:600px)and (orientation:landscape){.mobile-not-supported .icon-section{margin-bottom:20px}.mobile-not-supported .icon-section .desktop-icon,.mobile-not-supported .icon-section .mobile-icon{height:50px;width:50px}.mobile-not-supported .tips-section{margin-top:20px;padding-top:16px}}.test-video-url-container{background-color:#f5f5f5;min-height:100vh;padding:24px}.test-video-url-content{display:flex;gap:24px;height:calc(100vh - 48px);margin:0 auto;max-width:1600px}.video-player-section{min-width:0}.video-card,.video-player-section{display:flex;flex:1 1;flex-direction:column}.video-card{height:100%}.video-card .ant-card-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:24px}.video-placeholder{align-items:center;background-color:#fafafa;border:2px dashed #d9d9d9;border-radius:4px;color:#8c8c8c;display:flex;font-size:16px;height:600px;justify-content:center}.url-input-section{display:flex;flex-direction:column;width:400px}.input-card{height:-webkit-fit-content;height:fit-content}.input-card .ant-card-body{padding:24px}.current-url-display{background-color:#fafafa;border:1px solid #e8e8e8;border-radius:4px;margin-top:16px;padding:12px}.url-text{color:#1890ff;font-size:12px;line-height:1.6;word-break:break-all}@media (max-width:1200px){.test-video-url-content{flex-direction:column;height:auto}.url-input-section{width:100%}.video-card .ant-card-body{padding:16px}.video-placeholder{height:400px}}.canvas-funnel{padding:20px}.canvas-funnel .canvas-funnel-title{color:#111827;font-size:18px;font-weight:600;margin-bottom:16px;padding:0 4px}.canvas-funnel .canvas-funnel-canvas{display:block}.pastel-live-screen{box-sizing:border-box;min-height:100vh;overflow:hidden;padding:20px;position:relative;z-index:1}.pastel-live-screen .bg-overlay{background-attachment:fixed;background-image:url(/static/media/room-screen-background.fa1fe3368813a5d537a3.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;pointer-events:none;position:fixed;top:0;width:100vw;z-index:0}.pastel-live-screen .columns{grid-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:32fr 43fr 25fr;min-height:calc(100vh - 48px);position:relative;z-index:1}.pastel-live-screen .col{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;min-width:0}.pastel-live-screen .card{border-radius:4px;box-shadow:0 20px 50px #0000000f}.pastel-live-screen .glass{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(16px);background:#ffffff1a!important;border:1px solid #ffffff80}.pastel-live-screen .sales-card{background:linear-gradient(135deg,#9fd5ff,#c8c7ff);box-shadow:0 18px 36px #9fd5ff80;color:#fff}.pastel-live-screen .sales-card .sales-title{font-size:16px;opacity:.9}.pastel-live-screen .sales-card .sales-value{font-size:40px;font-weight:700;margin:12px 0 8px}.pastel-live-screen .sales-card .sales-sub{opacity:.9}.pastel-live-screen .comments-card{display:flex;flex:1 1;flex-direction:column;min-height:0}.pastel-live-screen .comments-card .comments-stats{grid-gap:12px;align-items:stretch;display:grid;flex:1 1;gap:12px;grid-template-columns:repeat(3,1fr)}.pastel-live-screen .comments-card .comments-stats .stat-item{background:#ffffff59;border-radius:4px;padding:10px 12px}.pastel-live-screen .comments-card .comments-stats .stat-item .stat-label{color:#6b7280;font-size:13px}.pastel-live-screen .comments-card .comments-stats .stat-item .stat-value{color:#111827;font-size:18px;font-weight:600;margin-top:6px}.pastel-live-screen .comments-card .comments-barrage{display:flex;flex:1 1;flex-direction:column;margin-top:12px;min-height:0}.pastel-live-screen .comments-card .comments-barrage .comments-barrage-header{align-items:center;display:flex;justify-content:space-between}.pastel-live-screen .comments-card .comments-barrage .comments-barrage-header .left{align-items:center;display:flex;gap:6px}.pastel-live-screen .comments-card .comments-barrage .comments-barrage-header .left .title{font-weight:600}.pastel-live-screen .comments-card .comments-barrage .comments-barrage-header .ant-btn{padding:0 8px}.pastel-live-screen .comments-card .comments-barrage .comments-barrage-list{display:flex;flex:1 1;flex-direction:column;gap:4px;max-height:calc(100vh - 252px);min-height:0;overflow-x:hidden;overflow-y:auto;padding:4px 0}.pastel-live-screen .comments-card .comments-barrage .comment-item{align-items:flex-start;background:#ffffff0a;border-radius:2px;color:#111827;display:flex;font-size:12px;line-height:1.5;max-width:100%;padding:2px 4px}.pastel-live-screen .comments-card .comments-barrage .comment-item .nick{color:#2563eb;flex-shrink:0;font-weight:500;margin-right:8px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pastel-live-screen .comments-card .comments-barrage .comment-item .content{color:#111827;flex:1 1;min-width:0;overflow:hidden;white-space:normal;word-break:break-all}.pastel-live-screen .comments-card .comments-barrage .comment-item.is-new{animation:comment-enter .4s ease-out}.pastel-live-screen .comments-card .comments-barrage .comment-message{color:#6b7280;font-size:13px;line-height:1.5;padding:8px 12px;text-align:center}@keyframes comment-enter{0%{opacity:0;transform:translateY(-10px) translateX(10px)}to{opacity:1;transform:translateY(0) translateX(0)}}.pastel-live-screen .metrics-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:-12px}.pastel-live-screen .metrics-header .metrics-time{color:#6b7280;cursor:default;font-size:12px;transition:color .2s}.pastel-live-screen .metrics-header .config-btn{color:#6b7280;font-size:12px;height:24px;line-height:24px;padding:0 8px}.pastel-live-screen .metrics-header .config-btn:hover{background:#0000;color:#111827}.pastel-live-screen .metrics-grid{grid-gap:12px;display:grid;flex-shrink:0;gap:12px;grid-auto-rows:1fr;grid-template-columns:repeat(3,minmax(0,1fr))}.pastel-live-screen .metric-card .metric-label{color:#6b7280;font-size:13px}.pastel-live-screen .metric-card .metric-value{color:#111827;font-size:20px;font-weight:700;margin-top:8px}.pastel-live-screen .lists-row{display:flex;flex-direction:column;gap:12px}.pastel-live-screen .ranking-card{display:flex;flex-direction:column;height:calc(50vh - 136px)}.pastel-live-screen .ranking-card .ant-card-body{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:0}.pastel-live-screen .ranking-title{border-bottom:1px solid #0000000f;flex-shrink:0;padding:8px 16px 0}.pastel-live-screen .ranking-title-row{grid-column-gap:12px;align-items:center;color:#6b7280;column-gap:12px;display:grid;font-size:13px;font-weight:500;grid-template-columns:1.5fr 40px 1fr 1fr 1fr;padding-bottom:8px}.pastel-live-screen .ranking-title-row--product{grid-template-columns:2fr 40px 40px 1fr 1fr 1fr}.pastel-live-screen .ranking-list{-ms-overflow-style:none;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0;scrollbar-width:none}.pastel-live-screen .ranking-list::-webkit-scrollbar{display:none}.pastel-live-screen .ranking-item{grid-gap:12px;align-items:center;border-bottom:1px solid #0000000f;display:grid;gap:12px;grid-template-columns:40px 1.5fr 1fr 1fr 1fr;padding:12px 16px;transition:background-color .2s}.pastel-live-screen .ranking-item:hover{background-color:#00000005}.pastel-live-screen .ranking-item:last-child{border-bottom:none}.pastel-live-screen .ranking-rank{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.pastel-live-screen .ranking-medal{font-size:24px;line-height:1}.pastel-live-screen .ranking-number{color:#6b7280;font-size:14px;font-weight:600}.pastel-live-screen .ranking-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;font-size:14px;font-weight:500;line-height:1.5;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.pastel-live-screen .ranking-value{color:#111827;font-size:14px;text-align:left;white-space:nowrap}.pastel-live-screen .ranking-image{border-radius:4px;flex-shrink:0;height:40px;overflow:hidden;width:40px}.pastel-live-screen .ranking-image img{height:100%;object-fit:cover;width:100%}.pastel-live-screen .ranking-image-placeholder{background:#0000000d;border-radius:4px;height:100%;width:100%}.pastel-live-screen .ranking-empty{color:#6b7280;font-size:14px;padding:40px 16px;text-align:center}.pastel-live-screen .ranking-card:last-child .ranking-item{grid-template-columns:40px 40px 2fr 1fr 1fr 1fr}.pastel-live-screen .ranking-header{border-bottom:1px solid #0000000f;color:#6b7280;font-size:12px;font-weight:500;padding:8px 16px 4px}.pastel-live-screen .ranking-header:hover{background:#0000}.pastel-live-screen .sort-header{align-items:center;cursor:pointer;display:inline-flex;gap:4px;-webkit-user-select:none;user-select:none}.pastel-live-screen .sort-arrow{color:#9ca3af;font-size:10px}.pastel-live-screen .selector-card{flex-shrink:0}.pastel-live-screen .selector-card .card-header{align-items:center;display:flex;font-weight:600;gap:8px;margin-bottom:12px}.pastel-live-screen .selector-card .room-meta{align-items:center;display:flex;gap:12px}.pastel-live-screen .selector-card .room-meta .room-text .room-name-row{align-items:center;display:flex;gap:8px}.pastel-live-screen .selector-card .room-meta .room-text .room-name{font-weight:600}.pastel-live-screen .selector-card .room-meta .room-text .room-switch-icon{color:#6b7280;cursor:pointer;transition:color .2s}.pastel-live-screen .selector-card .room-meta .room-text .room-switch-icon:hover{color:#111827}.pastel-live-screen .selector-card .room-meta .room-text .room-sub{color:#6b7280;font-size:13px}.pastel-live-screen .video-card{flex:1 1;min-height:0}.pastel-live-screen .video-card .video-box{align-items:center;background:#ffffff59;border-radius:4px;display:flex;height:100%;justify-content:center;min-height:260px;overflow:hidden;width:100%}.pastel-live-screen .video-card .video-placeholder{align-items:center;color:#8c9eff;display:flex;flex-direction:column;font-size:16px;gap:8px}.pastel-live-screen .video-card .video-placeholder .anticon{font-size:28px}.pastel-live-screen .trend-row{margin-top:16px}.pastel-live-screen .funnel-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-top:16px}.pastel-live-screen .funnel-card .ant-card-body{padding:0}.pastel-live-screen .trend-card .trend-header{display:flex;margin-bottom:8px}.pastel-live-screen .trend-card .trend-metric-selector .ant-checkbox-group{display:flex;row-gap:8px}.pastel-live-screen .trend-card .trend-metric-selector .ant-checkbox-wrapper{align-items:center;display:flex;margin:2px 0}.pastel-live-screen .card-title{font-weight:600}.pastel-live-screen .room-switch-popover .ant-popover-inner-content{max-width:600px;padding:12px}.room-switch-popover .ant-popover-inner-content{max-height:500px!important;overflow-x:hidden!important;overflow-y:auto!important}.room-switch-popover .ant-popover-inner-content .room-popover-list{display:flex!important;flex-direction:column!important;gap:12px!important;min-width:400px!important}.room-switch-popover .room-popover-empty{color:#6b7280;padding:20px;text-align:center}.room-switch-popover .room-popover-item{align-items:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#fff9;background:#fffc;border:1px solid #ffffff4d;border-radius:2px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;gap:16px;justify-content:space-between;margin:0 8px;min-width:400px;padding:12px;transform:translateY(-2px);transition:all .2s}.room-switch-popover .room-popover-item .room-popover-item-left{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.room-switch-popover .room-popover-item .room-popover-item-text{flex:1 1;min-width:0}.room-switch-popover .room-popover-item .room-popover-item-text .room-popover-item-name{color:#111827;font-size:14px;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-switch-popover .room-popover-item .room-popover-item-text .room-popover-item-time{color:#6b7280;font-size:12px}.room-switch-popover .room-popover-item .room-popover-item-right{display:flex;flex-shrink:0;gap:16px}.room-switch-popover .room-popover-item .room-popover-metric{text-align:right}.room-switch-popover .room-popover-item .room-popover-metric .room-popover-metric-label{color:#6b7280;font-size:12px;margin-bottom:4px}.room-switch-popover .room-popover-item .room-popover-metric .room-popover-metric-value{color:#111827;font-size:14px;font-weight:600}.metric-config-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.metric-config-grid .ant-checkbox-wrapper{padding:8px 0!important}.metric-card__selected-order{background-color:#fafafa;border:1px solid #e8e8e8;border-radius:4px;margin-bottom:16px;padding:12px}.metric-card__selected-order-title{color:#333;font-size:14px;font-weight:500;margin-bottom:8px}.metric-card__selected-order-list{display:flex;flex-wrap:wrap;gap:8px}.metric-card__selected-order-item{align-items:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;display:flex;font-size:13px;gap:6px;padding:4px 10px}.metric-card__selected-order-number{align-items:center;background-color:#1890ff;border-radius:50%;color:#fff;display:inline-flex;font-size:12px;font-weight:600;height:20px;justify-content:center;min-width:20px}.metric-card__selected-order-label{color:#333}.poster-export-preview__header{margin-bottom:28px}.poster-export-preview__live-rooms-info{border-radius:4px;color:#666;font-size:14px;line-height:1.5;margin-bottom:8px}.poster-export-preview__progress-card{background:#ffffffe6!important;border:none!important;border-radius:2px!important;box-shadow:0 2px 8px #0000001a!important;flex-basis:calc(50% - 10px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 10px);min-width:0;transition:none!important}.poster-export-preview__progress-card:hover{border-color:#0000!important;box-shadow:0 2px 8px #0000001a!important;transform:none!important}.poster-export-preview__progress-card :global .ant-card-head{background:#0000;border-bottom:1px solid #eee;min-height:auto;padding:0 20px}.poster-export-preview__progress-card :global .ant-card-head-title{color:#333;font-size:18px;font-weight:600;padding:16px 0 8px}.poster-export-preview__progress-card :global .ant-card-body{display:flex!important;flex:1 1;flex-direction:column!important;height:100%!important;min-height:200px;padding:20px}.poster-export-preview__progress-card :global .ant-card{border-color:#0000!important;transition:none!important}.poster-export-preview__progress-card :global .ant-card:hover{border-color:#0000!important;box-shadow:0 2px 8px #0000001a!important}.poster-export-preview__progress-card :global .ant-card:focus{border-color:#0000!important}.poster-export-preview__progress-card :global .ant-card:before{background:none!important;content:none!important;display:none!important}.poster-export-preview__progress-card :global .ant-card:active,.poster-export-preview__progress-card :global .ant-card:focus,.poster-export-preview__progress-card :global .ant-card:focus-within{border-color:#0000!important;box-shadow:0 2px 8px #0000001a!important}.poster-export-preview__progress-card :global .ant-card:active:before,.poster-export-preview__progress-card :global .ant-card:focus-within:before,.poster-export-preview__progress-card :global .ant-card:focus:before{background:none!important;content:none!important;display:none!important}.poster-export-preview__progress-content-wrapper{align-items:center!important;display:flex!important;height:calc(100% - 64px)!important;width:100%}.poster-export-preview__progress-content{align-items:flex-start!important;display:flex;gap:0;justify-content:space-between;width:100%}.poster-export-preview__gsv-progress,.poster-export-preview__monthly-gsv-progress,.poster-export-preview__monthly-time-progress,.poster-export-preview__time-progress{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}.poster-export-preview__progress-label{color:#666;font-size:14px;margin-bottom:12px}.poster-export-preview__gsv-info{color:#999;font-size:12px;margin-top:8px}.poster-export-preview__progress-card-title{align-items:center;display:flex;justify-content:space-between}.poster-export-preview__summary-card .poster-export-preview__trend-flat{align-items:center;color:#999;display:inline-flex;font-weight:500;gap:2px}.shop-summary__progress-card-title{align-items:center;display:flex;justify-content:space-between}.shop-summary__progress-card .ant-card-body{height:100%;justify-content:center}.shop-summary__progress-content-wrapper{align-items:center;display:flex;flex:1 1}.shop-summary__summary-card-actions{align-items:center;display:flex;gap:8px}.shop-summary__import-btn{font-size:14px;height:auto;padding:0}.shop-summary__trend-flat{color:#999}.shop-auth-management__header{display:flex;justify-content:flex-start;margin-bottom:16px}.shop-auth-management__qr-modal{padding:20px 0;text-align:center}.shop-auth-management__qr-modal__qr-code{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.shop-auth-management :global .ant-table-tbody>tr>td{height:auto;line-height:22px;padding:8px 16px}.shop-auth-management :global .ant-table-thead>tr>th{height:auto;line-height:22px;padding:8px 16px}.video-history{padding:10px 16px}.video-history__content{margin-top:16px}.video-history__card-list{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,180px);justify-content:start;padding:16px 0}.video-history__card{margin:0;width:180px}.video-history__card .ant-card-body{padding:12px}.video-history__video-cover{align-items:center;background:#000;display:flex;height:270px;justify-content:center;overflow:hidden;position:relative;width:100%}.video-history__video-cover video{height:100%;object-fit:cover;object-position:center;width:100%}.video-history__no-video,.video-history__video-placeholder{align-items:center;background:#f5f5f5;display:flex;height:100%;justify-content:center;width:100%}.video-history__no-video{color:#999;font-size:14px}.video-history__card-content{display:flex;flex-direction:column;gap:8px}.video-history__card-title{color:#333;font-size:14px;font-weight:500;line-height:1.4;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.video-history__card-info{display:flex;flex-direction:column;gap:6px}.video-history__info-item{align-items:center;display:flex;font-size:12px;line-height:1.4}.video-history__info-label{color:#666;flex-shrink:0;margin-right:4px;min-width:50px}.video-history__info-value{color:#333;flex:1 1;word-break:break-all}.video-history__info-value--amount{color:#333;font-weight:400}.video-history__pagination{display:flex;justify-content:flex-end;margin-top:24px;padding:16px 0}.target-setting-modal__icon{color:#1890ff;cursor:pointer;font-size:16px;transition:color .2s}.target-setting-modal__icon:hover{color:#40a9ff}.target-setting-modal__actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.target-setting-modal__batch-apply{align-items:center;display:flex;gap:8px;margin-left:auto}.target-setting-modal__form{max-height:400px;overflow-y:auto}.target-setting-modal__list{display:flex;flex-direction:column;gap:16px}.target-setting-modal__form-item{margin-bottom:0}.target-setting-modal__form-row{align-items:center;display:flex;gap:12px}.target-setting-modal__date-label{color:#333;flex-shrink:0;font-size:14px;min-width:80px}.target-setting-modal__input{width:50%}.metric-card__content{display:flex;gap:0;width:100%}.metric-card__left{border-right:1px solid #f0f0f0;flex:0 0 72%;padding:0 8px 0 16px}.metric-card__right{flex:0 0 28%}.metric-card__header{width:100%}.metric-card__header,.metric-card__title-section{align-items:center;display:flex;justify-content:space-between}.metric-card__title-section{flex:0 0 72%;gap:16px}.metric-card__title-wrapper{align-items:center;display:flex;gap:8px}.metric-card__title{color:#333;font-size:16px;font-weight:600}.metric-card__help-icon{color:#999;cursor:help;font-size:14px}.metric-card__header-right{align-items:center;display:flex;flex:0 0 25%;gap:0;justify-content:flex-start}.metric-card__config-btn{height:auto;padding:0}.metric-card__chart-title-header{color:#333;font-size:16px;font-weight:600}.metric-card__metrics{grid-gap:16px 24px;display:grid;gap:16px 24px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.metric-card__metric-item{display:flex;flex-direction:column;gap:4px}.metric-card__metric-label{color:#666;font-size:14px}.metric-card__metric-value{color:#333;font-size:18px;font-weight:600}.metric-card__config-content{padding:16px 0}.metric-card__config-tip{background-color:#f0f0f0;border-radius:4px;color:#666;font-size:14px;margin-bottom:16px;padding:8px 12px}.metric-card__checkbox-group{grid-gap:8px 16px;display:grid;gap:8px 16px;grid-template-columns:repeat(3,1fr)}.metric-card__checkbox-item{padding:0}.metric-card__checkbox-item--span-2{grid-column:span 2}.product-ranking-card{display:flex;flex-direction:column;height:100%}.product-ranking-card :global .ant-card-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.product-ranking-card__content{display:flex;gap:24px;height:100%}.product-ranking-card__left{display:flex;flex:0 0 50%;flex-direction:column;min-width:0}.product-ranking-card__right{align-items:center;display:flex;flex:0 0 50%;justify-content:center;min-width:0}.product-ranking-card__list{-ms-overflow-style:none;display:flex;flex:1 1;flex-direction:column;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.product-ranking-card__list::-webkit-scrollbar{display:none;height:0;width:0}.product-ranking-card__item{align-items:center;display:flex;gap:12px;padding:8px 0}.product-ranking-card__image{background:#f0f0f0;border-radius:4px;flex-shrink:0;height:36px;overflow:hidden;width:36px}.product-ranking-card__image img{display:block;height:100%;object-fit:cover;width:100%}.product-ranking-card__rank{align-items:center;border-radius:4px;color:#333;display:flex;flex-shrink:0;font-size:13px;font-weight:600;height:24px;justify-content:center;width:24px}.product-ranking-card__crown{display:inline-block}.product-ranking-card__crown img{height:auto;object-fit:contain;width:100%}.product-ranking-card__crown--gold{filter:brightness(1.2) saturate(1.5)}.product-ranking-card__crown--silver{filter:grayscale(.3) brightness(.9)}.product-ranking-card__crown--bronze{filter:sepia(.5) saturate(1.2) hue-rotate(15deg)}.product-ranking-card__name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;flex:.9 1;font-size:13px;line-height:1.5;margin-right:16px;max-height:42px;overflow:hidden;text-overflow:ellipsis}.product-ranking-card__percentage{color:#666;flex-shrink:0;font-size:13px;min-width:60px;text-align:right}.product-ranking-card__amount{color:#333;flex-shrink:0;font-size:14px;font-weight:600}.product-ranking-card__empty{color:#999;font-size:14px;padding:40px 0;text-align:center}.product-ranking-card--poster .product-ranking-card__poster-content{display:flex;flex-direction:column;gap:16px}.product-ranking-card--poster .product-ranking-card__top3{align-items:flex-end;display:flex;justify-content:space-between}.product-ranking-card--poster .product-ranking-card__top3-item{align-items:center;display:flex;flex:1 1;flex-direction:column;padding-left:30px;padding-top:30px;position:relative}.product-ranking-card--poster .product-ranking-card__top3-item--champion{transform:translateY(-10px)}.product-ranking-card--poster .product-ranking-card__top3-image-wrapper{margin-bottom:8px;max-width:130px;position:relative;width:100%}.product-ranking-card--poster .product-ranking-card__top3-crown{left:8px;pointer-events:none;position:absolute;top:-19px;transform:translateX(-50%) rotate(-30deg);z-index:1}.product-ranking-card--poster .product-ranking-card__top3-crown img{display:block;height:auto;object-fit:contain;width:50px}.product-ranking-card--poster .product-ranking-card__top3-image{aspect-ratio:1;background:#f0f0f0;border-radius:4px;max-height:130px;max-width:130px;overflow:hidden;width:100%}.product-ranking-card--poster .product-ranking-card__top3-image img{display:block;height:100%;object-fit:cover;width:100%}.product-ranking-card--poster .product-ranking-card__top3-amount{color:#1890ff;font-size:14px;font-weight:600;margin-bottom:4px;text-align:center}.product-ranking-card--poster .product-ranking-card__top3-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:12px;line-height:1.4;max-height:33.6px;overflow:hidden;text-align:center;text-overflow:ellipsis;width:100%}.product-ranking-card--poster .product-ranking-card__bottom2{display:flex;flex-direction:column;gap:8px}.product-ranking-card--poster .product-ranking-card__bottom2-item{align-items:center;display:flex;gap:12px;padding:8px 0}.product-ranking-card--poster .product-ranking-card__bottom2-rank{color:#1890ff;flex-shrink:0;font-size:14px;font-weight:600;text-align:center;width:32px}.product-ranking-card--poster .product-ranking-card__bottom2-image{background:#f0f0f0;border-radius:4px;flex-shrink:0;height:40px;overflow:hidden;width:40px}.product-ranking-card--poster .product-ranking-card__bottom2-image img{display:block;height:100%;object-fit:cover;width:100%}.product-ranking-card--poster .product-ranking-card__bottom2-name{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:#333;display:-webkit-box;flex:1 1;font-size:13px;overflow:hidden;text-overflow:ellipsis}.product-ranking-card--poster .product-ranking-card__bottom2-amount{color:#333;flex-shrink:0;font-size:14px;font-weight:600}.anchor-ranking-card{display:flex;flex-direction:column;min-height:0}.anchor-ranking-card :global .ant-card-body{display:flex;flex-direction:column;min-height:0}.anchor-ranking-card__content{align-items:center;display:flex;gap:24px;min-height:0}.anchor-ranking-card__left{display:flex;flex:0 0 65%;flex-direction:column;min-width:0}.anchor-ranking-card__right{align-items:center;display:flex;flex:1 1;flex-shrink:0;justify-content:center;min-height:220px;min-width:0}.anchor-ranking-card :global .ant-table-wrapper{flex:1 1;min-height:0}.anchor-ranking-card :global .ant-table-container{display:flex;flex-direction:column;min-height:0}.anchor-ranking-card :global .ant-table-body{-ms-overflow-style:auto;overflow-x:hidden;scrollbar-width:thin}.anchor-ranking-card :global .ant-table-body::-webkit-scrollbar{display:block!important;width:6px}.anchor-ranking-card :global .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.anchor-ranking-card :global .ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.anchor-ranking-card :global .ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.anchor-ranking-card__crown{display:inline-block;margin-right:4px;vertical-align:middle}.anchor-ranking-card__crown img{height:20px;object-fit:contain;width:20px}.anchor-ranking-card__crown--gold{filter:brightness(1.2) saturate(1.5)}.anchor-ranking-card__crown--silver{filter:grayscale(.3) brightness(.9)}.anchor-ranking-card__crown--bronze{filter:sepia(.5) saturate(1.2) hue-rotate(15deg)}.anchor-ranking-card__rank-number{color:#666;display:inline-block;font-size:12px;font-weight:600;margin-right:4px;text-align:center;width:14px}.anchor-ranking-card :global .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.anchor-ranking-card :global .ant-table-tbody>tr>td{padding:12px 16px}.anchor-ranking-card--poster .anchor-ranking-card__poster-content{display:flex;flex-direction:column;gap:16px}.anchor-ranking-card--poster .anchor-ranking-card__top3{align-items:flex-end;display:flex;justify-content:space-between;width:100%}.anchor-ranking-card--poster .anchor-ranking-card__top3--single{justify-content:center}.anchor-ranking-card--poster .anchor-ranking-card__top3--single .anchor-ranking-card__top3-item{flex:0 0 auto;max-width:70%}.anchor-ranking-card--poster .anchor-ranking-card__top3-item{align-items:center;display:flex;flex:1 1;flex-direction:column;max-width:calc(33.333% - 14px);min-width:0;padding-left:30px;padding-top:30px;position:relative}.anchor-ranking-card--poster .anchor-ranking-card__top3-item--champion{transform:translateY(-10px)}.anchor-ranking-card--poster .anchor-ranking-card__top3-crown{left:40px;pointer-events:none;position:absolute;top:10px;transform:translateX(-50%) rotate(-30deg);z-index:1}.anchor-ranking-card--poster .anchor-ranking-card__top3-crown img{display:block;height:auto;object-fit:contain;width:50px}.anchor-ranking-card--poster .anchor-ranking-card__top3-content{background:linear-gradient(180deg,#1890ff,#ffffffe6);border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;padding:12px 8px;width:100%}.anchor-ranking-card--poster .anchor-ranking-card__top3-name{color:#fff;font-size:16px;font-weight:600;margin-bottom:4px;text-align:center}.anchor-ranking-card--poster .anchor-ranking-card__top3-field{align-items:center;color:#333;display:flex;font-size:13px;justify-content:space-between}.anchor-ranking-card--poster .anchor-ranking-card__top3-field-label{color:#666}.anchor-ranking-card--poster .anchor-ranking-card__top3-field-value{color:#333;font-weight:600}.anchor-ranking-card--poster .anchor-ranking-card__top3-store{color:#666;font-size:12px;margin-top:4px;text-align:center}.anchor-ranking-card--poster .anchor-ranking-card__bottom2{display:flex;flex-direction:column;gap:0}.anchor-ranking-card--poster .anchor-ranking-card__bottom2-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:12px;padding:12px 0}.anchor-ranking-card--poster .anchor-ranking-card__bottom2-item:last-child{border-bottom:none}.anchor-ranking-card--poster .anchor-ranking-card__bottom2-rank{color:#1890ff;flex-shrink:0;font-size:14px;font-weight:600;text-align:left;width:20px}.anchor-ranking-card--poster .anchor-ranking-card__bottom2-tag{background-color:#d9d9d9;border-radius:2px;color:#fff;flex-shrink:0;font-size:12px;padding:2px 8px;white-space:nowrap}.anchor-ranking-card--poster .anchor-ranking-card__bottom2-name{color:#333;flex-shrink:0;font-size:14px;min-width:48px}.anchor-ranking-card--poster .anchor-ranking-card__bottom2-store{color:#666;flex:1 1;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anchor-ranking-card--poster .anchor-ranking-card__bottom2-gmv{color:#333;flex-shrink:0;font-size:14px;font-weight:500;text-align:right;width:100px}.anchor-ranking-card--poster .anchor-ranking-card__bottom2-duration{color:#666;flex-shrink:0;font-size:13px;text-align:right;width:80px}.anchor-ranking-card--poster .anchor-ranking-card__bottom2-amount{color:#666;flex-shrink:0;font-size:14px;text-align:right;width:80px}.anchor-ranking-card--poster .anchor-ranking-card__empty{color:#999;font-size:14px;padding:40px 0;text-align:center}.poster-export-modal .ant-modal-body{overflow:hidden}.poster-export-modal__content{display:flex;gap:24px;height:100%}.poster-export-modal__config{border-right:1px solid #f0f0f0;flex-shrink:0;overflow-y:auto;width:140px}.poster-export-modal__config-section{margin-bottom:24px}.poster-export-modal__config-section:last-child{margin-bottom:0}.poster-export-modal__config-title{color:#333;font-size:14px;font-weight:500;margin-bottom:12px}.poster-export-modal__logo-preview{align-items:flex-start;display:flex;flex-direction:column;gap:8px;margin-top:12px}.poster-export-modal__logo-preview img{border:1px solid #d9d9d9;border-radius:4px;padding:4px}.poster-export-modal__preview{display:flex;flex:1 1;justify-content:center;min-width:0;overflow-x:hidden;overflow-y:auto}.poster-export-preview{box-sizing:border-box;max-width:100%;overflow:hidden;padding:40px;width:100%}.poster-export-preview__header{margin-bottom:40px;text-align:center}.poster-export-preview__logo-container{align-items:center;display:flex;gap:12px;justify-content:center}.poster-export-preview__logo{height:60px;width:auto}.poster-export-preview__custom-logo{max-width:none}.poster-export-preview__custom-logo,.poster-export-preview__tenant-logo{height:60px;object-fit:contain;width:auto}.poster-export-preview__logo-divider{background-color:#0000001a;height:40px;margin:0 10px;width:1px}.poster-export-preview__top-cards{display:flex;gap:20px;margin-bottom:20px}.poster-export-preview__top-cards .poster-export-preview__card{flex-basis:calc(50% - 10px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 10px);min-width:0}.poster-export-preview__middle-cards{display:flex;gap:20px;margin-bottom:20px}.poster-export-preview__middle-cards .poster-export-preview__card{flex-basis:calc(50% - 10px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 10px);min-width:0}.poster-export-preview__middle-cards--single .poster-export-preview__card{flex:0 0 100%;max-width:100%}.poster-export-preview__bottom-cards{display:flex;flex-direction:column;gap:20px}.poster-export-preview__card{background:#ffffffe6;border-radius:2px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;max-width:100%;min-width:0;overflow:visible;padding:20px}.poster-export-preview__card-title{border-bottom:1px solid #eee;color:#333;font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:8px}.poster-export-preview__progress-card .poster-export-preview__progress-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center}.poster-export-preview__progress-card .poster-export-preview__progress-content{align-items:flex-start;display:flex;gap:0;justify-content:space-between;width:100%}.poster-export-preview__progress-card .poster-export-preview__gsv-progress,.poster-export-preview__progress-card .poster-export-preview__monthly-gsv-progress,.poster-export-preview__progress-card .poster-export-preview__monthly-time-progress,.poster-export-preview__progress-card .poster-export-preview__time-progress{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}.poster-export-preview__progress-card .poster-export-preview__progress-label{color:#666;font-size:14px;margin-bottom:12px}.poster-export-preview__progress-card .poster-export-preview__gsv-info{color:#999;font-size:12px;margin-top:8px}.poster-export-preview__summary-card .poster-export-preview__summary-content{display:flex;flex:1 1;flex-direction:column}.poster-export-preview__summary-card .poster-export-preview__summary-grid{display:flex;flex:1 1}.poster-export-preview__summary-card .poster-export-preview__summary-col{display:flex;flex:1 1;flex-direction:column;gap:4px;padding-left:16px}.poster-export-preview__summary-card .poster-export-preview__summary-section{display:flex;flex-direction:column;gap:4px}.poster-export-preview__summary-card .poster-export-preview__summary-section-title{color:#333;font-size:14px;font-weight:600;margin-bottom:4px;margin-top:8px}.poster-export-preview__summary-card .poster-export-preview__summary-section-title:first-child{margin-top:0}.poster-export-preview__summary-card .poster-export-preview__summary-line{align-items:center;display:flex;font-size:14px;justify-content:space-between}.poster-export-preview__summary-card .poster-export-preview__summary-label{color:#333}.poster-export-preview__summary-card .poster-export-preview__trend-up{align-items:center;color:#f5222d;display:inline-flex;font-weight:500;gap:2px}.poster-export-preview__summary-card .poster-export-preview__trend-down{align-items:center;color:#52c41a;display:inline-flex;font-weight:500;gap:2px}.poster-export-preview__summary-card .poster-export-preview__summary-text{border-top:1px solid #f0f0f0;color:#333;font-size:14px;line-height:1.8;margin-top:8px;padding:8px 0 0 16px;white-space:pre-wrap;word-break:break-word}.poster-export-preview__metric-card .poster-export-preview__metric-content{display:flex;flex:1 1;gap:20px}.poster-export-preview__metric-card .poster-export-preview__metrics{grid-gap:16px;display:grid;flex:1 1;gap:16px}.poster-export-preview__metric-card .poster-export-preview__metric-item{display:flex;flex-direction:column;gap:8px}.poster-export-preview__metric-card .poster-export-preview__metric-label{color:#999;font-size:12px}.poster-export-preview__metric-card .poster-export-preview__metric-value{color:#333;font-size:14px;font-weight:600}.poster-export-preview__metric-card .poster-export-preview__pie-chart{align-items:center;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;width:22%}.poster-export-preview__metric-card .poster-export-preview__pie-title{color:#333;font-size:12px;font-weight:500;margin-bottom:8px}.poster-export-preview__metric-card .poster-export-preview__pie-legend{align-items:center;display:flex;flex-direction:column;width:100%}.poster-export-preview__metric-card .poster-export-preview__legend-item{align-items:center;color:#666;display:flex;font-size:10px;gap:6px;justify-content:center}.poster-export-preview__metric-card .poster-export-preview__legend-color{border-radius:50%;flex-shrink:0;height:8px;width:8px}.poster-export-preview__metric-card .poster-export-preview__legend-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.poster-export-preview__ranking-card{box-sizing:border-box;max-width:100%;width:100%}.poster-export-preview__ranking-card .poster-export-preview__ranking-content{box-sizing:border-box;max-width:100%;min-width:0;overflow:visible;width:100%}.poster-export-preview__ranking-card :global .product-ranking-card--poster{box-sizing:border-box;display:flex;flex-direction:column;max-width:100%;overflow:visible;width:100%}.poster-export-preview__ranking-card :global .product-ranking-card--poster .product-ranking-card__content{box-sizing:border-box;display:flex;gap:24px;max-width:100%;min-width:0;width:100%}.poster-export-preview__ranking-card :global .product-ranking-card--poster .product-ranking-card__poster-content{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow:visible}.poster-export-preview__ranking-card :global .product-ranking-card--poster .product-ranking-card__left{display:flex;flex:0 0 50%;flex-direction:column;max-width:50%;min-width:0;overflow:visible}.poster-export-preview__ranking-card :global .product-ranking-card--poster .product-ranking-card__right{align-items:center;display:flex;flex:0 0 50%;justify-content:center;max-width:50%;min-width:0;overflow:visible}.poster-export-preview__ranking-card :global .anchor-ranking-card--poster{box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:100%;overflow:hidden;width:100%}.poster-export-preview__ranking-card :global .anchor-ranking-card--poster .anchor-ranking-card__content{box-sizing:border-box;display:flex;flex:1 1;gap:24px;height:100%;max-width:100%;min-width:0;width:100%}.poster-export-preview__ranking-card :global .anchor-ranking-card--poster .anchor-ranking-card__left{display:flex;flex:0 0 65%;flex-direction:column;max-width:65%;min-width:0;overflow:hidden}.poster-export-preview__ranking-card :global .anchor-ranking-card--poster .anchor-ranking-card__right{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:0;overflow:hidden}.poster-export-preview__ranking-card :global .anchor-ranking-card .ant-table-wrapper{overflow:hidden;width:100%}.poster-export-preview__ranking-card :global .anchor-ranking-card .ant-table-wrapper .ant-table{font-size:12px;table-layout:fixed}.poster-export-preview__ranking-card :global .anchor-ranking-card .ant-table-wrapper .ant-table-thead>tr>th{font-size:12px;overflow:hidden;padding:8px;text-overflow:ellipsis;white-space:nowrap}.poster-export-preview__ranking-card :global .anchor-ranking-card .ant-table-wrapper .ant-table-tbody>tr>td{font-size:12px;overflow:hidden;padding:8px;text-overflow:ellipsis;white-space:nowrap}.shop-summary__live-rooms-info{border-radius:4px;color:#666;font-size:14px;line-height:1.5;padding:12px 0 0}.shop-summary__metric-card-wrapper,.shop-summary__ranking-card-wrapper{margin-top:16px;width:100%}.shop-summary__ranking-card-wrapper :global .ant-card{width:100%}.shop-summary__shop-select{width:200px}.shop-summary__date-picker{width:220px}.shop-summary__range-picker{width:300px}.shop-summary__cards-container{align-items:stretch;display:flex;gap:16px;margin-top:16px}.shop-summary__progress-card{display:flex;flex:1 1;flex-direction:column}.shop-summary__progress-card .ant-card-body{display:flex;flex:1 1;flex-direction:column;min-height:200px}.shop-summary__progress-content{display:flex;flex:1 1;justify-content:space-around}.shop-summary__progress-content--daily{gap:0;justify-content:space-between}.shop-summary__gsv-progress{flex:1 1;text-align:center}.shop-summary__gsv-progress--center{flex:1 1}.shop-summary__gsv-progress .ant-progress-text{color:#000!important}.shop-summary__monthly-gsv-progress,.shop-summary__time-progress{flex:1 1;text-align:center}.shop-summary__monthly-gsv-progress .ant-progress-text{color:#000!important}.shop-summary__monthly-time-progress{flex:1 1;text-align:center}.shop-summary__monthly-time-progress .ant-progress-text{color:#000!important}.shop-summary__progress-label{color:#666;font-size:14px;margin-bottom:16px}.shop-summary__gsv-info{font-size:14px;margin-top:16px}.shop-summary__edit-icon{color:#1890ff;cursor:pointer;font-size:16px;margin-top:8px;transition:color .2s}.shop-summary__edit-icon:hover{color:#40a9ff}.shop-summary__summary-card,.shop-summary__summary-card .ant-card-body{display:flex;flex:1 1;flex-direction:column}.shop-summary__summary-card .ant-card-body{max-height:212px;min-height:200px;overflow:hidden}.shop-summary__summary-card-title{align-items:center;display:flex;justify-content:space-between;width:100%}.shop-summary__summary-edit-icon{color:#1890ff;cursor:pointer;font-size:16px;transition:color .2s}.shop-summary__summary-edit-icon:hover{color:#40a9ff}.shop-summary__summary-text{border-top:1px solid #f0f0f0;color:#333;font-size:14px;line-height:1.8;margin-top:8px;padding:8px 0 0 16px;white-space:pre-wrap;word-break:break-word}.shop-summary__summary-content{-ms-overflow-style:none;display:flex;flex:1 1;flex-direction:column;max-height:200px;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.shop-summary__summary-content::-webkit-scrollbar{display:none;height:0;width:0}.shop-summary__summary-grid{display:flex}.shop-summary__summary-col{flex:1 1;padding-left:16px}.shop-summary__summary-col,.shop-summary__summary-section{display:flex;flex-direction:column;gap:4px}.shop-summary__summary-section-title{color:#333;font-size:14px;font-weight:600}.shop-summary__summary-line{color:#333;font-size:14px;gap:8px}.shop-summary__summary-label{color:#333}.shop-summary__trend-up{color:#ff4d4f}.shop-summary__trend-down{color:#52c41a}.shop-summary__target-modal .shop-summary__target-actions{display:flex;gap:12px;margin-bottom:24px}.shop-summary__target-modal .shop-summary__target-form{max-height:400px;overflow-y:auto}.shop-summary__target-modal .shop-summary__target-list{display:flex;flex-direction:column;gap:16px}.Introduction_container__Hs35X{margin:0 auto;max-width:1200px;padding:20px}.Introduction_title__f7PL4{color:#333;font-size:32px;margin-bottom:24px}.Introduction_section__Dhti8{margin-bottom:40px}.Introduction_sectionTitle__KkMPQ{color:#333;font-size:24px;margin-bottom:16px}.Introduction_content__IMJKM{color:#666;font-size:16px;line-height:1.6}.Introduction_card__bo9nK{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px;padding:24px}.Introduction_list__8iiZG{list-style-type:none;margin:0;padding-left:0}.Introduction_listItem__hAW14{margin-bottom:8px;padding-left:20px;position:relative}.Introduction_listItem__hAW14:before{color:#333;content:"•";left:0;position:absolute}@media screen and (max-width:768px){.Introduction_container__Hs35X{padding:16px}.Introduction_title__f7PL4{font-size:24px;margin-bottom:16px}.Introduction_section__Dhti8{margin-bottom:24px}.Introduction_sectionTitle__KkMPQ{font-size:20px;margin-bottom:12px}.Introduction_content__IMJKM{font-size:14px}.Introduction_card__bo9nK{margin-bottom:16px;padding:16px}}.agreement-container{background:#f5f5f5;box-sizing:border-box;padding:24px}.agreement-container .agreement-wrapper{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto 24px;max-width:1000px;padding:24px;width:100%}.agreement-container .agreement-wrapper .agreement-content{word-wrap:break-word;color:#333;font-size:14px;line-height:1.8;overflow-wrap:break-word;white-space:pre-wrap}@media(max-width:864px){.agreement-container{padding:16px}.agreement-container .agreement-wrapper{margin-bottom:16px;max-width:100%;min-width:auto;padding:16px}.agreement-container .agreement-content{font-size:13px}}.carousel-section{background-color:#fff;padding:clamp(18px,3vw,48px) 0;width:100%}.fade-in-up{animation:fadeInUpVisible 1.2s cubic-bezier(.16,1,.3,1) forwards}.fade-in-up.delay-1{animation-delay:.2s;animation-duration:1s}.fade-in-up.delay-2{animation-delay:.4s;animation-duration:1.1s}.fade-in-up.delay-3{animation-delay:.6s}.carousel-section-container{margin:0 auto;max-width:75%;padding:0 clamp(20px,4vw,40px)}.carousel-section-title{color:#000;font-size:clamp(24px,3vw,40px);font-weight:700;margin-bottom:clamp(30px,4vw,50px);opacity:0;text-align:center;visibility:hidden}.carousel-section-content{align-items:stretch;display:flex;gap:clamp(20px,3vw,40px)}.carousel-section-content.reverse{flex-direction:row-reverse}.carousel-wrapper{flex:1 1;min-width:0;opacity:0;visibility:hidden}.carousel-wrapper .ant-carousel{width:100%}.carousel-wrapper .carousel-item{border-radius:8px;box-shadow:0 4px 12px #0000001a;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.carousel-wrapper .carousel-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.title-list{align-items:stretch;display:flex;flex:0 0 clamp(240px,28vw,360px);flex-direction:column;justify-content:space-evenly;opacity:0;visibility:hidden}.title-item{background-color:#f5f5f5;border:2px solid #0000;border-radius:6px;color:#666;cursor:pointer;font-size:clamp(14px,1.8vw,18px);padding:clamp(12px,1.5vw,20px);transition:all .3s ease}.title-item:hover{background-color:#e8e8e8;color:#333}.title-item.active{background-color:#84b1ff;box-shadow:0 2px 8px #3877f54d;color:#fff;font-weight:600}@media(max-width:768px){.carousel-section-container{max-width:90%}.carousel-section-content{flex-direction:column!important;gap:clamp(20px,3vw,30px)}.title-list{flex:1 1;flex-direction:row;gap:clamp(8px,1vw,12px);overflow-x:auto;width:100%}.title-list .title-item{flex:0 0 auto;min-width:120px;text-align:center}}.homepage-container{background:#fff;min-height:100vh;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp 1.2s cubic-bezier(.16,1,.3,1) forwards;opacity:0;visibility:hidden}.fade-in-up.delay-1{animation-delay:.15s;animation-duration:.9s}.fade-in-up.delay-2{animation-delay:.35s;animation-duration:1s}.fade-in-up.delay-3{animation-delay:.55s;animation-duration:1.1s}.fade-in-up.delay-4{animation-delay:.75s;animation-duration:1.1s}.fade-in-up.delay-5{animation-delay:.95s;animation-duration:1.1s}.fade-in-up.delay-6{animation-delay:1.15s;animation-duration:1.1s}.fade-in-up.delay-7{animation-delay:1.35s;animation-duration:1.1s}.fade-in-up.delay-8{animation-delay:1.55s;animation-duration:1.1s}@keyframes fadeInUpVisible{0%{opacity:0;transform:translateY(60px);visibility:visible}to{opacity:1;transform:translateY(0);visibility:visible}}.fade-in-up{animation-name:fadeInUpVisible}.homepage-header{background:#fff;box-shadow:0 2px 8px #0000000f;left:0;position:fixed;right:0;top:0;z-index:10000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:min(1400px,100%);padding:clamp(8px,2vw,8px) clamp(16px,8vw,80px)}.logo-section{align-items:flex-start;display:flex;flex-direction:column;gap:clamp(4px,.5vw,8px)}.livepilot-logo{height:auto;object-fit:contain;width:clamp(120px,15vw,200px)}.logo-subtitle{color:#333;font-size:clamp(14px,1.8vw,20px);font-weight:500;line-height:1.2}.login-button{border-radius:4px;font-size:clamp(12px,1.5vw,14px);height:clamp(32px,4vw,40px);padding:0 clamp(16px,2vw,24px)}.homepage-main{width:100%}.hero-container{align-items:flex-start;display:flex;position:relative;width:100%}.hero-image{display:block;height:auto;object-fit:cover;width:100%}.hero-content{left:clamp(16px,16vw,20%);max-width:min(600px,100vw - 32px);padding:0 clamp(0px,2vw,0px);position:absolute;top:clamp(10%,25vh,22%);z-index:10}.hero-content .hero-features,.hero-content .hero-slogan,.hero-content .hero-title,.hero-content .learn-more-button,.hero-content .livepilot-home-logo{opacity:0;visibility:hidden}.hero-title{color:#000;font-size:clamp(20px,3vw + .2rem,56px);font-weight:900;line-height:1.2;margin:4px 0 clamp(12px,2vw,24px)}.livepilot-home-logo{height:auto;object-fit:contain;width:clamp(120px,20vw,320px)}.hero-features{color:#4d515a;display:flex;flex-wrap:wrap;font-size:clamp(10px,1vw,16px);font-weight:600;gap:clamp(8px,1vw,16px);margin-bottom:clamp(12px,2vw,24px)}.hero-features span{padding-right:clamp(8px,1.5vw,16px);position:relative}.hero-features span:not(:last-child):after{color:#ddd;content:"|";position:absolute;right:0}.hero-slogan{color:#3877f5;font-size:clamp(16px,2vw + .5rem,38px);font-weight:600;line-height:1.2;margin-bottom:clamp(16px,3vw,32px)}.learn-more-button{border-radius:4px;font-size:clamp(12px,1.8vw,16px);height:clamp(36px,5vw,48px);padding:0 clamp(16px,3vw,32px)}.hero-values{align-items:center;bottom:0;display:flex;flex-direction:row;justify-content:space-evenly;min-height:17%;position:absolute;right:0;width:70%;z-index:10}.hero-values .value-item{opacity:0;visibility:hidden}.value-item{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;position:relative;text-align:center}.value-item:not(:last-child):after{background-color:#e0e0e0;content:"";height:60%;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.value-title{color:#4a4a4a;font-size:clamp(14px,2.5vw,40px);font-weight:700;line-height:1.2;margin-bottom:clamp(2px,.5vw,8px)}.value-subtitle{color:#999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:clamp(8px,1.2vw,14px);letter-spacing:1px;line-height:1.2;text-transform:uppercase}.brands-section{background-color:#fff;padding:clamp(20px,4vw,80px) 0 0;width:100%}.brands-container{margin:0 auto;max-width:75%;padding:0 clamp(20px,4vw,40px)}.brands-title{color:#000;font-size:clamp(24px,3vw,40px);font-weight:700;margin-bottom:clamp(12px,2vw,60px);opacity:0;text-align:center;visibility:hidden}.brands-image-wrapper{align-items:center;display:flex;justify-content:center;opacity:0;visibility:hidden;width:100%}.brands-image{display:block;height:auto;object-fit:contain;width:100%}.about-section{background-color:#f8f9fa;padding:4px 0 clamp(4px,1vw,12px);width:100%}.about-container{margin:0 auto;max-width:min(1200px,90%);padding:0 clamp(20px,4vw,40px)}.about-content{opacity:0;visibility:hidden}.about-title{color:#333;font-size:clamp(18px,2.2vw,28px);font-weight:600;line-height:1.4;margin-bottom:clamp(16px,2vw,24px)}.about-company{color:#666;font-size:clamp(14px,1.6vw,18px);line-height:1.6;margin-bottom:clamp(20px,2.5vw,30px)}.about-info{display:flex;flex-direction:column}.about-info p{margin:0 0 12px}.about-address,.about-email{color:#666;font-size:clamp(12px,1.4vw,16px)}.about-address .address-label,.about-address .email-label,.about-email .address-label,.about-email .email-label{color:#999}.homepage-footer{background-color:#f5f5f5;border-top:1px solid #e0e0e0;opacity:0;padding:clamp(12px,1vw,40px) 0;visibility:hidden;width:100%}.homepage-footer.fade-in-up{animation:fadeInUpVisible 1.2s cubic-bezier(.16,1,.3,1) forwards}.footer-content{color:#666;font-size:clamp(12px,1.5vw,14px);line-height:1.6;margin:0 auto;max-width:min(1400px,100%);padding:0 clamp(8px,2vw,32px);text-align:center}.customer-service-helper{align-items:center;display:flex;flex-direction:row;gap:12px;position:fixed;-webkit-user-select:none;user-select:none;z-index:1000}.customer-service-helper--homepage .helper-circle{height:80px;width:80px}.customer-service-helper--homepage .helper-icon{height:60px;width:60px}.customer-service-helper--dragging,.customer-service-helper--dragging .helper-circle{cursor:move}.helper-circle{align-items:center;background:linear-gradient(135deg,#aed1ff,#e1eeff);border-radius:50%;box-shadow:0 4px 12px #1b4e9699;cursor:grab;display:flex;height:50px;justify-content:center;transition:box-shadow .3s ease;width:50px}.helper-circle:hover{box-shadow:0 6px 16px #1677ff66}.helper-circle:active{cursor:grabbing}.helper-icon{height:32px;object-fit:contain;transition:transform .6s ease;width:32px}.helper-icon.rotated{transform:rotate(30deg)}.helper-menu{animation:fadeInLeft .3s ease;display:flex;flex-direction:column;gap:8px}.helper-menu-item{background:#fff;border-radius:6px;box-shadow:0 2px 8px #00000026;color:#333;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.helper-menu-item:hover{background:#f0f7ff;box-shadow:0 4px 12px #0003;color:#1677ff;transform:translateX(-4px)}.helper-menu-item:active{transform:translateX(-2px)}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@media(max-width:768px){.customer-service-helper--homepage .helper-circle{height:60px;width:60px}.customer-service-helper--homepage .helper-icon{height:45px;width:45px}.helper-circle{height:44px;width:44px}.helper-icon{height:28px;width:28px}.helper-menu-item{font-size:12px;padding:6px 12px}}
/*# sourceMappingURL=main.a8bc96b0.css.map*/