html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.appShell{height:100%;display:flex;flex-direction:column}.appShellSideNav{width:220px;background:var(--color-card);border-right:1px solid var(--color-border)}.appShellHeader{background:var(--color-card);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10}.appShellBody{flex:1;display:flex;min-height:0}.appShellContent{flex:1;padding:var(--space-24) var(--space-32);overflow:auto;min-width:0}.headerBarWrap{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-32);gap:var(--space-24)}.headerBarBrand{display:flex;align-items:center;gap:var(--space-12);min-width:240px}.headerBarBrandLogo{width:36px;height:36px;border-radius:var(--radius-md);object-fit:cover;background:#ff6b0014}.headerBarBrandText{display:flex;flex-direction:column;line-height:1.1}.headerBarBrandTitle{font-size:var(--font-size-16);font-weight:700;line-height:var(--line-height-24);color:var(--color-text)}.headerBarBrandSubTitle{font-size:var(--font-size-12);line-height:var(--line-height-18);color:var(--color-text-secondary)}.headerBarSearch{flex:1;max-width:560px}.headerBarSearchInput.ant-input-affix-wrapper{border-radius:999px;background:#10182808;border:1px solid rgba(16,24,40,.08)}.headerBarSearchInput.ant-input-affix-wrapper:hover{border-color:#ff6b0080}.headerBarSearchInput.ant-input-affix-wrapper-focused{background:#fff;border-color:#ff6b00e6;box-shadow:0 0 0 3px #ff6b001f}.headerBarRight{display:flex;align-items:center;gap:18px}.headerBarIconButton{border:0;background:transparent;cursor:pointer;padding:6px;border-radius:var(--radius-md);color:#101828a6;display:inline-flex;align-items:center;justify-content:center}.headerBarIconButton:hover{background:#1018280a;color:#101828d9}.headerBarUser{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 10px 6px 8px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#ffffffe6}.headerBarUser:hover{background:#10182808;border-color:#ff6b0040}.headerBarAvatarWrap{width:40px;height:40px;border-radius:var(--radius-pill);display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,#ff8c3340,#ff6b0014 60%)}.headerBarUserInfo{display:flex;flex-direction:column;line-height:1.15;min-width:0}.headerBarUserTopRow{display:flex;align-items:center;gap:8px}.headerBarUserName{font-size:var(--font-size-14);font-weight:600;line-height:var(--line-height-22);color:var(--color-text);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.headerBarUserLevel{font-size:12px;color:#fff;font-weight:700;padding:2px 8px;border-radius:var(--radius-pill);background:var(--brand-gradient)}.headerBarUserCaret{font-size:12px;color:#10182873}.sideNavWrap{height:100%;padding:var(--space-16) var(--space-12);display:flex;flex-direction:column;gap:var(--space-8)}.sideNavGroup{display:flex;flex-direction:column;gap:6px}.sideNavGroupTitle{margin:10px 10px 4px;font-size:12px;color:#667085e6}.sideNavItem{width:100%;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:var(--space-12);padding:11px 12px 11px 14px;border:0;border-radius:var(--radius-md);background:transparent;cursor:pointer;font-size:14px;color:#101828c7;text-align:left;position:relative}.sideNavItem:hover{background:var(--brand-bg-hover);color:#101828eb}.sideNavItemActive{background:var(--brand-bg);color:#101828eb;font-weight:600}.sideNavItemActive:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:22px;border-radius:0 3px 3px 0;background:var(--brand)}.sideNavIcon{display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:#1018288c}.sideNavIconActive{color:var(--brand)}.sideNavPromo{margin-top:auto;background:#ff6b0014;border:1px solid rgba(255,107,0,.12);border-radius:var(--radius-md);padding:12px 12px 12px 10px;display:grid;grid-template-columns:66px 1fr;gap:12px;align-items:center;overflow:hidden;position:relative}.sideNavPromoText{display:flex;flex-direction:column;gap:6px;min-width:0}.sideNavPromoTitle{font-size:12px;line-height:var(--line-height-18);font-weight:900;color:#101828eb}.sideNavPromoSubTitle{font-size:12px;line-height:var(--line-height-18);color:#667085f2}.sideNavPromoButton{border:0;cursor:pointer;height:28px;padding:0 12px;border-radius:var(--radius-pill);background:var(--brand);color:#fff;font-size:12px;font-weight:800;align-self:flex-start}.sideNavPromoButton:hover{filter:brightness(1.02)}.sideNavPromoImg{width:72px;height:72px;object-fit:cover;border-radius:16px}.emptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.emptyStateIcon{margin-bottom:16px;background:linear-gradient(135deg,#ff6b001a,#ff8c331a);border-radius:50%;width:120px;height:120px;display:flex;align-items:center;justify-content:center;color:#ff6b00;transition:all .3s ease}.emptyStateIcon:hover{background:linear-gradient(135deg,#ff6b0026,#ff8c3326);transform:scale(1.05)}.emptyStateTitle{font-size:16px;line-height:24px;font-weight:700;color:#101828eb;margin:0 0 8px}.emptyStateDescription{font-size:14px;line-height:22px;color:#667085bf;margin:0;max-width:320px}.authPage{min-height:100%;display:flex;align-items:center;justify-content:center;background:#fff9f5;padding:var(--space-32)}.authContainer{width:1060px;height:640px;display:flex;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #ff6b001f,0 4px 16px #0000000f}.authLeftPanel{width:500px;background:linear-gradient(135deg,#ff8c33,#ff6b00,#e65100);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 48px;overflow:hidden;color:#fff}.authDeco{position:absolute;border-radius:50%;opacity:.12;background:#fff;pointer-events:none}.authDeco1{width:260px;height:260px;top:-80px;left:-60px;animation:authFloatA 6s ease-in-out infinite}.authDeco2{width:180px;height:180px;bottom:-40px;right:-30px;animation:authFloatB 7s ease-in-out infinite}.authDeco3{width:100px;height:100px;top:100px;right:40px;animation:authFloatA 5s ease-in-out infinite 1s}.authDeco4{width:60px;height:60px;bottom:120px;left:60px;animation:authFloatB 8s ease-in-out infinite .5s}.authDeco5{width:140px;height:140px;bottom:-30px;left:30px;animation:authFloatA 6s ease-in-out infinite 2s;opacity:.08}.authWaveContainer{position:absolute;bottom:0;left:0;width:100%;height:120px;overflow:hidden;opacity:.15}.authWave{position:absolute;bottom:0;width:200%;height:100%}.authWave1{animation:authWaveShift 8s linear infinite}.authWave2{animation:authWaveShift 12s linear infinite reverse;opacity:.6}@keyframes authWaveShift{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes authFloatA{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes authFloatB{0%,to{transform:translateY(0)}50%{transform:translateY(14px)}}.authTechDots{position:absolute;top:40px;right:40px;display:grid;grid-template-columns:repeat(4,6px);gap:10px;opacity:.2;z-index:1}.authTechDots span{width:6px;height:6px;background:#fff;border-radius:50%;display:block}.authBrandLogoRow{display:flex;align-items:center;gap:14px;margin-bottom:48px;position:relative;z-index:1}.authBrandLogoIcon{width:56px;height:56px;background:#fff3;border-radius:14px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25)}.authBrandLogoImg{width:40px;height:40px;object-fit:contain}.authBrandLogoText{font-size:36px;font-weight:800;letter-spacing:2px;text-shadow:0 2px 8px rgba(0,0,0,.1)}.authSloganMain{font-size:32px;font-weight:700;text-align:center;line-height:1.4;margin-bottom:16px;position:relative;z-index:1;text-shadow:0 2px 8px rgba(0,0,0,.08)}.authSloganMain span{display:block;font-size:38px;letter-spacing:4px}.authSloganSub{font-size:15px;opacity:.85;text-align:center;letter-spacing:3px;position:relative;z-index:1;font-weight:400}.authRightPanel{flex:1;background:#fff;display:flex;flex-direction:column;padding:48px 52px 36px;position:relative}.authTabContainer{display:flex;position:relative;margin-bottom:36px;border-bottom:2px solid rgba(16,24,40,.08)}.authTabButton{flex:1;padding:12px 0;text-align:center;font-size:16px;font-weight:600;color:#667085f2;cursor:pointer;border:none;background:none;transition:color .3s;position:relative;z-index:1}.authTabButtonActive{color:var(--brand)}.authTabIndicator{position:absolute;bottom:-2px;left:0;width:50%;height:3px;background:var(--brand);border-radius:3px;transition:transform .35s cubic-bezier(.4,0,.2,1)}.authTabIndicatorAtRegister{transform:translate(100%)}.authFormPanel{display:none;flex-direction:column;flex:1}.authFormPanelActive{display:flex}.authFooter{margin-top:auto;text-align:center;font-size:12px;color:#c0c4cc;padding-top:16px}.authForm{display:flex;flex-direction:column}.authInputGroup{margin-bottom:20px}.authLabel{display:block;font-size:13px;font-weight:600;color:#101828eb;margin-bottom:8px}.authInputWrap{display:flex;align-items:center;border:1.5px solid rgba(16,24,40,.12);border-radius:10px;overflow:hidden;transition:border-color .25s,box-shadow .25s;background:#fff;height:46px}.authInputWrap:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #ff6b001a}.authInputWrapGrow{flex:1}.authInputIcon{width:46px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:16px;flex-shrink:0}.authInputWrap:focus-within .authInputIcon{color:var(--brand)}.authInput{flex:1;border:none;outline:none;font-size:14px;color:#101828eb;background:transparent;height:100%;padding-right:12px}.authInput::placeholder{color:#c0c4cc}.authTogglePwd{width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;font-size:15px;flex-shrink:0;transition:color .2s;border:0;background:transparent}.authTogglePwd:hover:not(:disabled){color:var(--brand)}.authCodeRow{display:flex;gap:12px}.authCodeButton{flex-shrink:0;width:120px;height:46px;border:1.5px solid var(--brand);border-radius:10px;background:#fff;color:var(--brand);font-size:13px;font-weight:600;cursor:pointer;transition:all .25s;white-space:nowrap}.authCodeButton:hover:not(:disabled){background:#ff6b000f}.authCodeButton:disabled{border-color:#1018281f;color:#667085f2;cursor:not-allowed;background:#f9fafb}.authOptionsRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;font-size:13px}.authCheckboxWrap{display:inline-flex;align-items:center;gap:6px;cursor:pointer;color:#667085f2;-webkit-user-select:none;user-select:none;border:0;background:transparent;padding:0}.authCheckboxWrap:disabled{cursor:not-allowed;opacity:.65}.authCheckboxCustom{width:16px;height:16px;border:1.5px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;color:transparent;transition:all .2s;flex-shrink:0}.authCheckboxCustomChecked{background:var(--brand);border-color:var(--brand);color:#fff}.authForgotLink{color:var(--brand);text-decoration:none;font-weight:500;transition:opacity .2s;border:0;background:transparent;cursor:pointer;padding:0}.authForgotLink:hover:not(:disabled){opacity:.8}.authForgotLink:disabled{cursor:not-allowed;opacity:.65}.authPrimaryButton{width:100%;height:48px;border:none;border-radius:10px;background:linear-gradient(135deg,#ff8c33,#ff6b00);color:#fff;font-size:16px;font-weight:700;cursor:pointer;letter-spacing:2px;transition:all .3s;box-shadow:0 4px 16px #ff6b004d}.authPrimaryButton:hover:not(:disabled){background:linear-gradient(135deg,#ff6b00,#e65100);box-shadow:0 6px 24px #ff6b0066;transform:translateY(-1px)}.authPrimaryButton:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #ff6b004d}.authPrimaryButton:disabled{opacity:.65;cursor:not-allowed;transform:none}.otherLogin{margin-top:24px}.authDivider{display:flex;align-items:center;margin:24px 0;gap:16px}.authDivider:before,.authDivider:after{content:"";flex:1;height:1px;background:#1018281f}.authDivider span{font-size:12px;color:#c0c4cc;white-space:nowrap}.authSocialLogin{display:flex;justify-content:center;gap:24px}.authSocialBtn{width:48px;height:48px;border-radius:50%;border:1.5px solid rgba(16,24,40,.12);background:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:all .25s;color:#667085f2}.authSocialBtn:hover{border-color:var(--brand);color:var(--brand);transform:translateY(-2px);box-shadow:0 4px 12px #ff6b0026}.authSocialBtnwechat:hover{border-color:#07c160;color:#07c160;box-shadow:0 4px 12px #07c16026}.authSocialBtnqq:hover{border-color:#12b7f5;color:#12b7f5;box-shadow:0 4px 12px #12b7f526}.authSocialBtnweibo:hover{border-color:#e6162d;color:#e6162d;box-shadow:0 4px 12px #e6162d26}.authAgreementRow{display:flex;align-items:flex-start;flex-wrap:wrap;gap:6px;margin-bottom:24px;font-size:12px;color:#667085f2;line-height:1.6}.authAgreementAnd{font-size:12px;color:#667085f2}.authAgreementLink{border:0;background:transparent;cursor:pointer;padding:0;font-size:12px;color:var(--brand)}.authAgreementLink:hover:not(:disabled){text-decoration:underline}.authAgreementLink:disabled{cursor:not-allowed;opacity:.65}.authInputWrapError{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.authErrorMsg{font-size:12px;color:#ef4444;margin-top:6px}.billingPage{display:flex;flex-direction:column;gap:14px}.billingHeaderRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.billingTitle{font-size:20px;line-height:28px;font-weight:800;color:#101828eb}.billingLoading{display:flex;justify-content:center;align-items:center;padding:40px 0}.billingError{color:#ef4444f2;font-size:14px;text-align:center;padding:28px 0}.billingStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.billingStatCard{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;gap:6px}.billingStatLabel{font-size:12px;line-height:var(--line-height-18);color:#667085f2;font-weight:600}.billingStatValue{font-size:var(--font-size-22);line-height:var(--line-height-28);font-weight:800;color:#101828eb}.billingStatValueUp{color:#22c55ef2}.billingStatValueDown{color:#ef4444f2}.billingTabs{display:flex;align-items:center}.billingTabList{display:flex;align-items:center;gap:22px;border-bottom:1px solid rgba(16,24,40,.06)}.billingTab{border:0;background:transparent;cursor:pointer;padding:10px 2px 12px;font-size:14px;font-weight:700;color:#667085f2;position:relative}.billingTabActive{color:var(--brand)}.billingTabActive:after{content:"";position:absolute;left:50%;bottom:-1px;transform:translate(-50%);width:28px;height:3px;border-radius:999px;background:var(--brand)}.billingSection{display:flex;flex-direction:column;gap:12px}.billingPackageGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.billingPackageCard{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;gap:10px}.billingPackageHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.billingPackageName{font-size:14px;line-height:22px;font-weight:800;color:#101828eb}.billingPackagePrice{font-size:14px;line-height:22px;font-weight:800;color:var(--brand)}.billingPackageCredits{font-size:24px;line-height:28px;font-weight:800;color:#101828eb}.billingPackageDesc{font-size:12px;line-height:18px;color:#667085f2;min-height:36px}.billingPrimaryBtn{height:36px;padding:0 14px;border:0;border-radius:var(--radius-md);background:var(--brand);color:#fff;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.billingPrimaryBtn:disabled{opacity:.6;cursor:not-allowed}.billingGhostBtn{height:36px;padding:0 14px;border-radius:var(--radius-md);border:1px solid rgba(16,24,40,.12);background:#fff;color:#101828db;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.billingFilters{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:12px;display:flex;gap:10px;align-items:center}.billingSelect :global(.ant-select-selector){height:36px!important;border-radius:var(--radius-md)!important}.billingRange :global(.ant-picker){height:36px;border-radius:var(--radius-md)}.billingTable{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);overflow:hidden}.billingTableHeader{display:grid;gap:0;padding:12px 14px;border-bottom:1px solid rgba(16,24,40,.06);background:#fff}.billingOrderHeader{grid-template-columns:220px 1fr 140px 120px 120px 180px}.billingLedgerHeader{grid-template-columns:180px 140px 120px 120px 1fr}.billingTh{font-size:12px;font-weight:700;color:#101828b8}.billingThRight{text-align:right}.billingRow{display:grid;padding:14px;border-bottom:1px solid rgba(16,24,40,.06);align-items:center}.billingOrderRow{grid-template-columns:220px 1fr 140px 120px 120px 180px}.billingLedgerRow{grid-template-columns:180px 140px 120px 120px 1fr}.billingRow:last-child{border-bottom:0}.billingCell{min-width:0;font-size:12px;line-height:var(--line-height-18);color:#101828db;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.billingMono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px}.billingEllipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.billingBadge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-weight:700;font-size:12px;line-height:18px}.billingBadge_paid{background:#22c55e1f;color:#16a34afa}.billingBadge_created{background:#ff6b001f;color:#ff6b00fa}.billingBadge_failed{background:#ef44441f;color:#ef4444fa}.billingDeltaIn{color:#22c55ef2;font-weight:700}.billingDeltaOut{color:#ef4444f2;font-weight:700}.billingPagination{display:flex;justify-content:flex-end}.billingSubTabs{display:flex;align-items:center;gap:10px}.homeContentBody{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:var(--space-24);align-items:start}.homeAdvertiserAlert{margin-bottom:var(--space-24)}.homeAdvertiserAlertContent{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#e6f7ff,#bae7ff);border:1px solid #91d5ff;border-radius:8px}.homeAdvertiserAlertText{display:flex;align-items:flex-start;gap:12px;flex:1}.homeAdvertiserAlertIcon{font-size:20px;color:#1890ff;margin-top:2px}.homeAdvertiserAlertMessage strong{display:block;font-size:15px;font-weight:600;color:#101828eb;margin-bottom:4px}.homeAdvertiserAlertMessage p{margin:0;font-size:14px;color:#101828bf;line-height:1.5}.homeAdvertiserAlertButton{margin-left:24px;flex-shrink:0}.homeMainColumn{display:flex;flex-direction:column;gap:var(--space-24);min-width:0}.homeSideColumn{display:flex;flex-direction:column;gap:var(--space-16);min-width:0}.heroBannerWrap{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff4e6,#ffe0bf,#ffd09a);padding:var(--space-32) var(--space-40);display:flex;align-items:center;justify-content:space-between;gap:var(--space-24);overflow:hidden;position:relative}.heroBannerWrap:after{content:"";position:absolute;right:-40px;top:-40px;width:220px;height:220px;background:#ff6b0014;border-radius:999px}.heroBannerLeft{position:relative;z-index:1}.heroBannerTitle{margin:0;font-size:var(--font-size-36);font-weight:900;letter-spacing:-.6px;line-height:var(--line-height-44);color:var(--color-text)}.heroBannerTitleAccent{color:var(--brand)}.heroBannerSubTitle{margin-top:10px;font-size:var(--font-size-14);line-height:var(--line-height-22);color:var(--color-text-secondary)}.heroBannerSubTitleAccent{color:var(--brand);font-weight:700}.heroBannerActions{margin-top:18px;display:flex;align-items:center;gap:var(--space-12)}.heroBannerCreateButton{height:40px;padding:0 12px 0 16px;border-radius:var(--radius-pill);border:0;cursor:pointer;background:var(--brand-gradient);color:#fff;font-size:var(--font-size-14);font-weight:800;display:inline-flex;align-items:center;gap:var(--space-12);box-shadow:0 10px 24px #ff6b0038}.heroBannerCreateButton:hover{filter:brightness(1.02)}.heroBannerCreateButtonText{letter-spacing:.2px}.heroBannerCreateButtonIcon{width:26px;height:26px;border-radius:var(--radius-pill);background:#ffffff3d;display:inline-flex;align-items:center;justify-content:center}.heroBannerRight{position:relative;z-index:1;display:flex;align-items:center;gap:16px}.heroBannerDuck{width:128px;height:128px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#ffe082,#ffca28 55%,#ffb300);box-shadow:0 10px 28px #ffb30059;display:flex;align-items:center;justify-content:center;overflow:hidden}.heroBannerDuckImg{width:160px;height:160px;object-fit:contain;transform:translateY(8px)}.heroBannerBars{display:flex;align-items:flex-end;gap:8px;height:86px}.heroBannerBar{width:18px;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#ff8c33,#ff6b00)}.heroBannerBar1{height:38px}.heroBannerBar2{height:56px}.heroBannerBar3{height:44px}.heroBannerBar4{height:74px;background:linear-gradient(180deg,#ff8c33,#e65100)}.heroBannerBar5{height:62px}.heroBannerBlocks{display:flex;align-items:flex-end;gap:10px;height:100px;margin-left:4px}.heroBannerBlock{width:22px;border-radius:8px;background:linear-gradient(180deg,#ff8c33e6,#ff6b00e6);box-shadow:0 10px 20px #ff6b002e}.heroBannerBlock1{height:42px}.heroBannerBlock2{height:72px}.heroBannerBlock3{height:92px}.createPredictionModal :global(.ant-modal-content){padding:0;border-radius:16px;overflow:hidden}.createPredictionModal :global(.ant-modal-body){padding:0}.createPredictionContent{display:flex;height:85vh;min-height:600px;max-height:90vh}.createPredictionSidebar{width:280px;position:relative;overflow-y:auto;overflow-x:hidden;background:linear-gradient(135deg,#ff6b00,#ff8c33);display:flex;flex-direction:column;justify-content:center;padding:40px 32px;flex-shrink:0}.createPredictionSidebarBg{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1;background-image:radial-gradient(circle at 20% 20%,#fff 1px,transparent 1px),radial-gradient(circle at 80% 80%,#fff 1px,transparent 1px);background-size:40px 40px}.createPredictionSidebarContent{position:relative;z-index:1;display:flex;flex-direction:column;gap:24px}.createPredictionLogo{width:80px;height:80px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #00000026;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.createPredictionLogo img{width:100%;height:100%;object-fit:cover}.createPredictionSidebarTitle{font-size:24px;line-height:32px;font-weight:800;color:#fff;margin:0;letter-spacing:-.5px}.createPredictionSidebarDesc{font-size:14px;line-height:22px;color:#ffffffe6;margin:0}.createPredictionFeatures{display:flex;flex-direction:column;gap:16px;margin-top:16px}.createPredictionFeature{display:flex;gap:12px;align-items:flex-start}.createPredictionFeatureIcon{width:32px;height:32px;border-radius:8px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;color:#fff}.createPredictionFeatureIcon :global(.anticon){font-size:16px}.createPredictionFeatureText{flex:1}.createPredictionFeatureTitle{font-size:14px;line-height:20px;font-weight:600;color:#fff}.createPredictionFeatureDesc{font-size:12px;line-height:18px;color:#fffc}.createPredictionForm{flex:1;display:flex;flex-direction:column;background:#fff}.createPredictionFormHeader{padding:32px 40px 24px;border-bottom:1px solid rgba(16,24,40,.06);flex-shrink:0}.createPredictionFormTitle{font-size:20px;line-height:28px;font-weight:700;color:#101828eb;margin:0 0 8px}.createPredictionFormSubtitle{font-size:14px;line-height:22px;color:#667085bf;margin:0}.createPredictionFormBody{flex:1;padding:24px 40px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:20px}.createPredictionLoading{display:flex;justify-content:center;align-items:center;padding:18px 0}.createPredictionField{display:flex;flex-direction:column;gap:8px}.createPredictionLabel{font-size:14px;font-weight:600;color:#101828eb}.createPredictionLabelHint{font-size:12px;font-weight:400;color:#667085bf;margin-left:8px}.createPredictionRequired{color:#ff4d4f}.createPredictionTypeOptions{display:flex;gap:12px}.createPredictionTypeOption{flex:1;padding:16px;border:2px solid rgba(16,24,40,.08);border-radius:12px;cursor:pointer;transition:all .2s;background:#fff}.createPredictionTypeOption:hover{border-color:#ff6b00;background:#ff6b0005}.createPredictionTypeOption.active{border-color:#ff6b00;background:linear-gradient(135deg,#ff6b000d,#ff8c330d);box-shadow:0 2px 8px #ff6b0026}.createPredictionTypeLabel{font-size:14px;line-height:20px;font-weight:600;color:#101828eb;margin-bottom:4px}.createPredictionTypeOption.active .createPredictionTypeLabel{color:#ff6b00}.createPredictionTypeDesc{font-size:12px;line-height:18px;color:#667085bf}.createPredictionInput :global(.ant-input),.createPredictionTextarea :global(.ant-input){border-radius:8px;border-color:#10182814}.createPredictionInput :global(.ant-input:hover),.createPredictionTextarea :global(.ant-input:hover){border-color:#ff6b00}.createPredictionInput :global(.ant-input-focused),.createPredictionTextarea :global(.ant-input-focused){border-color:#ff6b00;box-shadow:0 0 0 2px #ff6b001a}.createPredictionSelect{width:100%}.createPredictionSelect :global(.ant-select-selector){border-radius:8px!important;border-color:#10182814!important}.createPredictionSelect :global(.ant-select:hover .ant-select-selector){border-color:#ff6b00!important}.createPredictionSelect :global(.ant-select-focused .ant-select-selector){border-color:#ff6b00!important;box-shadow:0 0 0 2px #ff6b001a!important}.createPredictionTagInput{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border:1px solid rgba(16,24,40,.08);border-radius:8px;min-height:40px;align-items:center}.createPredictionTagInput:focus-within{border-color:#ff6b00;box-shadow:0 0 0 2px #ff6b001a}.createPredictionTag{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:linear-gradient(135deg,#ff6b001a,#ff8c331a);border:1px solid rgba(255,107,0,.2);border-radius:999px;font-size:13px;line-height:18px;color:#ff6b00;font-weight:500}.createPredictionTagClose{border:none;background:none;color:#ff6b00;cursor:pointer;font-size:14px;line-height:1;padding:0 0 0 2px;opacity:.7;transition:opacity .2s}.createPredictionTagClose:hover{opacity:1}.createPredictionTagInputField{border:none!important;box-shadow:none!important;flex:1;min-width:120px}.createPredictionTagInputField :global(.ant-input){border:none!important;box-shadow:none!important;padding:4px 0}.createPredictionUploadList{display:flex;flex-wrap:wrap;gap:12px}.createPredictionUpload :global(.ant-upload-list-picture-card-container){width:96px;height:96px}.createPredictionUpload :global(.ant-upload.ant-upload-select-picture-card){width:96px;height:96px;border-radius:12px;border-color:#1018281f}.createPredictionUpload :global(.ant-upload.ant-upload-select-picture-card:hover){border-color:#ff6b00}.createPredictionUploadHint{font-size:13px;font-weight:700;color:#667085f2}.createPredictionUploadDisabled :global(.ant-upload.ant-upload-select-picture-card){cursor:not-allowed;opacity:.5;background:#10182805}.createPredictionFormFooter{padding:20px 40px 24px;border-top:1px solid rgba(16,24,40,.06);display:flex;justify-content:flex-end;gap:12px;flex-shrink:0;background:#fff}.createPredictionTips{padding:16px;background:linear-gradient(135deg,#ff6b000d,#ffa5000d);border-radius:8px;border-left:3px solid #FF6B00;margin-top:8px}.createPredictionTips p{margin:0 0 8px;font-size:14px;font-weight:600;color:#101828eb}.createPredictionTips ul{margin:0;padding-left:20px}.createPredictionTips li{font-size:13px;line-height:20px;color:#667085f2;margin-bottom:4px}.createPredictionTips li:last-child{margin-bottom:0}.createPredictionActions{display:flex;justify-content:flex-end;gap:12px}.createPredictionActions :global(.ant-btn){border-radius:8px;height:40px;padding:0 24px}.createPredictionActions :global(.ant-btn-primary){background:linear-gradient(135deg,#ff6b00,#ff8c33);border:none}.createPredictionActions :global(.ant-btn-primary:hover){background:linear-gradient(135deg,#ff8c33,#ff6b00)}.createPredictionFormBody::-webkit-scrollbar,.createPredictionSidebar::-webkit-scrollbar{width:6px}.createPredictionFormBody::-webkit-scrollbar-track,.createPredictionSidebar::-webkit-scrollbar-track{background:transparent}.createPredictionFormBody::-webkit-scrollbar-thumb{background:#10182826;border-radius:3px}.createPredictionFormBody::-webkit-scrollbar-thumb:hover{background:#10182840}.createPredictionSidebar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.createPredictionSidebar::-webkit-scrollbar-thumb:hover{background:#ffffff80}.imageUploader{width:104px;display:inline-block}.imageUploader :global(.ant-upload-select-picture-card){width:104px;height:104px;border-radius:8px;border:1px dashed #d9d9d9;background:#fafafa;transition:all .3s}.imageUploader :global(.ant-upload-select-picture-card:hover){border-color:#1890ff;background:#f0f7ff}.imageUploaderButton{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#00000073}.imageUploaderText{margin-top:8px;font-size:14px}.imageUploaderLoading{font-size:14px;color:#1890ff}.aiHotList{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px}.aiHotLoading{width:100%;display:flex;justify-content:center;padding:16px 0}.aiHotError{width:100%;color:#ef4444f2;font-size:12px;padding:8px 0}.aiHotModalLoading{width:100%;display:flex;justify-content:center;padding:24px 0}.aiHotModalError{color:#ef4444f2;font-size:12px}.aiHotModalBody{display:flex;flex-direction:column;gap:12px}.aiHotModalMetaRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.aiHotModalType{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:#ff6b001f;color:#ff6b00;font-size:12px;font-weight:700}.aiHotModalTime{font-size:12px;color:#667085f2}.aiHotModalTags{display:flex;flex-wrap:wrap;gap:8px}.aiHotModalTag{font-size:12px;color:#101828db;background:#1018280a;border-radius:999px;padding:2px 10px}.aiHotModalContent{white-space:pre-wrap;font-size:14px;line-height:1.7;color:#101828db;max-height:420px;overflow:auto;padding-right:4px}.aiHotList::-webkit-scrollbar{height:8px}.aiHotList::-webkit-scrollbar-thumb{background:#1018281f;border-radius:999px}.aiHotCard{min-width:180px;background:#fff;border-radius:12px;padding:14px;box-shadow:0 2px 14px #1018280f;border:1px solid rgba(16,24,40,.04);transition:transform .15s ease,box-shadow .15s ease;display:flex;flex-direction:column;gap:10px;position:relative}.aiHotCard:hover{transform:translateY(-2px);box-shadow:0 10px 24px #1018281a}.aiHotCardTitle{margin:0;font-size:13px;font-weight:700;color:#101828eb;line-height:1.5;min-height:40px}.aiHotCardSummary{font-size:12px;line-height:1.5;color:#667085f2;min-height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.aiHotCardMeta{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#667085e6}.aiHotCardSpacer{height:34px}.aiHotCardCta{position:absolute;right:12px;bottom:12px;border-radius:999px;padding:0 10px}.sectionHeaderRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-12)}.sectionHeaderTitle{display:flex;align-items:center;gap:var(--space-8);font-size:var(--font-size-16);line-height:var(--line-height-24);font-weight:800;color:var(--color-text)}.sectionHeaderAction{border:0;background:transparent;cursor:pointer;color:var(--color-text-secondary);font-size:var(--font-size-12);line-height:var(--line-height-18);padding:6px 10px;border-radius:var(--radius-md)}.sectionHeaderAction:hover{background:#1018280a;color:#101828cc}.dataOverviewGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dataStatCard{background:var(--color-card);border-radius:var(--radius-md);padding:var(--space-16);box-shadow:var(--shadow-card);border:1px solid rgba(16,24,40,.04);display:flex;flex-direction:column;gap:var(--space-12)}.dataStatCardLabelRow{display:flex;align-items:center;gap:var(--space-8);font-size:var(--font-size-12);line-height:var(--line-height-18);color:var(--color-text-secondary)}.dataStatCardLabelIconWrap{width:28px;height:28px;border-radius:10px;background:#ff6b001a;display:inline-flex;align-items:center;justify-content:center}.dataStatCardLabelIcon{color:var(--brand);font-size:16px}.dataStatCardLabel{font-weight:600}.dataStatCardValue{font-size:24px;font-weight:900;line-height:30px;color:var(--color-text)}.dataStatCardDelta{font-size:12px;line-height:var(--line-height-18);color:#12b76a}.hotVotesGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;min-height:240px}.hotVotesLoading{display:flex;justify-content:center;align-items:center;padding:40px 0;min-height:240px}.hotVotesEmpty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;min-height:240px}.hotVotesEmptyActions{margin-top:32px}.hotVotesEmptyActions .ant-btn{min-width:160px}.predictionCard{background:var(--color-card);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .15s ease,box-shadow .15s ease;border:1px solid rgba(16,24,40,.04)}.predictionCard:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.predictionCardCover{height:120px;display:flex;align-items:center;justify-content:center;overflow:hidden}.predictionCardPlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.predictionCardPlaceholderText{font-size:48px;font-weight:700;color:#e65100;text-shadow:0 2px 8px rgba(230,81,0,.2)}.predictionCardCoverCar{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1e40af}.predictionCardCoverAi{background:linear-gradient(135deg,#f3e5f5,#e1bee7);color:#7b1fa2}.predictionCardCoverCity{background:linear-gradient(135deg,#fff3e0,#ffe0b2);color:#e65100}.predictionCardBody{padding:var(--space-16)}.predictionCardTitle{margin:0;font-size:var(--font-size-14);font-weight:700;color:var(--color-text);line-height:var(--line-height-22);min-height:44px}.predictionCardMetaRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;font-size:12px;color:var(--color-text-secondary)}.predictionCardMeta{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.predictionCardStatusRow{margin-top:var(--space-12)}.predictionCardStatus{display:inline-flex;align-items:center;gap:var(--space-8);padding:4px 10px;border-radius:var(--radius-pill);background:#10b9811f;color:#065f46fa;font-size:var(--font-size-12);line-height:var(--line-height-18);font-weight:700}.predictionCardBars{margin-top:var(--space-12)}.predictionCardBarHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-8)}.predictionCardBarHeaderNo{margin-top:var(--space-12)}.predictionCardBarLabel{font-size:var(--font-size-12);line-height:var(--line-height-18);font-weight:700;color:var(--color-text-secondary)}.predictionCardBarPercent{font-size:var(--font-size-12);line-height:var(--line-height-18);font-weight:700}.predictionCardBarPercentYes{color:var(--brand)}.predictionCardBarPercentNo{color:#1e40af}.predictionCardProgress .ant-progress-inner,.predictionCardProgress .ant-progress-bg{border-radius:var(--radius-pill)}.predictionCardCta{width:100%;height:32px;border-radius:var(--radius-md);border:1.5px solid rgba(255,107,0,.7);background:#fff;color:var(--brand);font-size:var(--font-size-12);font-weight:700;cursor:pointer}.predictionCardCta:hover{background:var(--brand);color:#fff}.predictionCardActions{margin-top:12px;display:flex;align-items:center;gap:10px}.predictionCardEdit{width:32px;height:32px;flex:0 0 auto;border-radius:var(--radius-md);border:1px solid rgba(16,24,40,.12);background:#ff6b0014;color:var(--brand);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.predictionCardEdit:hover{background:#ff6b0024}.predictionCardEdit:disabled{opacity:.4;cursor:not-allowed}.imageDisplay{width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.imageDisplaySlider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.imageDisplaySlider::-webkit-scrollbar{display:none}.imageDisplayItem{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start}.imageDisplayItem img{width:100%;height:100%;object-fit:contain;object-position:center}.imageDisplayCarousel{position:relative;display:block}.imageDisplayCarouselStage{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.imageDisplayCarouselControl{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;border:1px solid rgba(16,24,40,.14);background:#ffffffe6;color:#101828d1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #10182824;z-index:2}.imageDisplayCarouselControlLeft{left:10px}.imageDisplayCarouselControlRight{right:10px}.imageDisplayCarouselControl:disabled{cursor:not-allowed;opacity:.35;box-shadow:none}.imageDisplayCarouselCounter{position:absolute;right:10px;bottom:8px;z-index:2;padding:2px 8px;font-size:12px;line-height:18px;color:#ffffffeb;background:#1018288c;border-radius:999px;pointer-events:none}.voteDetailModal .ant-modal-content{border-radius:16px;overflow:hidden}.voteDetailContent{display:flex;flex-direction:column;gap:24px;padding:8px 0}.voteDetailTitle{font-size:20px;line-height:28px;font-weight:700;color:#101828eb;margin:0}.voteDetailLoading{display:flex;justify-content:center;align-items:center;padding:48px 0}.voteDetailError{color:#ef4444f2;font-size:14px;text-align:center;padding:24px 0}.voteDetailStats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:20px;background:#f5f6f899;border-radius:12px}.voteDetailStatItem{display:flex;flex-direction:column;align-items:center;gap:8px}.voteDetailStatCenter{position:relative}.voteDetailStatCenter:before,.voteDetailStatCenter:after{content:"";position:absolute;top:50%;width:1px;height:60%;background:#10182814;transform:translateY(-50%)}.voteDetailStatCenter:before{left:-8px}.voteDetailStatCenter:after{right:-8px}.voteDetailStatIcon{font-size:24px;color:#667085bf}.voteDetailStatIconYes{color:#ff6b00}.voteDetailStatIconNo{color:#1e40af}.voteDetailStatValue{font-size:24px;line-height:28px;font-weight:900;color:#101828eb}.voteDetailStatValueYes{color:#ff6b00}.voteDetailStatValueNo{color:#1e40af}.voteDetailStatLabel{font-size:12px;line-height:18px;color:#667085f2}.voteDetailProgress{display:flex;flex-direction:column;gap:12px}.voteDetailProgressHeader{display:flex;justify-content:space-between;align-items:center}.voteDetailProgressLabel{font-size:14px;line-height:22px;font-weight:600}.voteDetailProgressLabelYes{color:#ff6b00}.voteDetailProgressLabelNo{color:#1e40af}.voteDetailProgressBar{position:relative;height:12px;background:#1018280f;border-radius:999px;overflow:hidden;display:flex}.voteDetailProgressFill{height:100%;transition:width .3s ease}.voteDetailProgressFillYes{background:linear-gradient(135deg,#ff6b00,#ff8c33)}.voteDetailProgressFillNo{background:linear-gradient(135deg,#1e40af,#3b82f6)}.voteDetailUserVote{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ff6b000f;border-radius:8px}.voteDetailUserVote .ant-tag{margin:0;font-size:13px;padding:4px 12px;border:none}.voteDetailModalHeader{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding-right:28px}.voteDetailModalTitle{font-size:16px;font-weight:600;color:#101828eb;line-height:22px}.voteDetailModalHeaderAction{padding:0;height:auto}.voteDetailModalFooter{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 8px}.voteDetailView{display:flex;flex-direction:column;gap:24px}.voteDetailSectionTitle{font-size:16px;line-height:24px;font-weight:700;color:#101828eb;margin:0 0 12px}.voteDetailDescription p{font-size:14px;line-height:22px;color:#101828db;margin:0;white-space:pre-wrap}.voteDetailTags{display:flex;flex-direction:column}.voteDetailTagList{display:flex;flex-wrap:wrap;gap:8px}.voteDetailAIInfo{padding:16px;background:#f5f6f899;border-radius:12px}.voteDetailAIGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.voteDetailAIItem{display:flex;flex-direction:column;gap:4px}.voteDetailAILabel{font-size:12px;color:#667085f2}.voteDetailAIValue{font-size:18px;font-weight:700;color:#101828eb}.voteDetailEvidences{display:flex;flex-direction:column}.voteDetailEvidenceHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.voteDetailEvidenceHeader .voteDetailSectionTitle{margin:0}.voteDetailEvidenceList{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.voteDetailEvidenceItem{padding:16px;background:#fff;border:1px solid rgba(16,24,40,.06);border-radius:12px;transition:box-shadow .15s ease}.voteDetailEvidenceItem:hover{box-shadow:0 2px 8px #10182814}.voteDetailEvidenceSubmitter{font-size:14px;font-weight:600;color:#101828eb}.voteDetailEvidenceMeta{display:flex;align-items:center;gap:8px}.voteDetailEvidenceSourceType{font-size:12px;color:#667085bf}.voteDetailEvidenceContent{font-size:14px;line-height:22px;color:#101828db;margin-bottom:12px;white-space:pre-wrap}.voteDetailEvidenceAnalysis{padding:12px;background:#ff6b000a;border-left:3px solid #ff6b00;border-radius:4px;font-size:13px;line-height:20px;color:#101828db;margin-bottom:12px}.voteDetailEvidenceAnalysis strong{color:#ff6b00;font-weight:600}.voteDetailEvidenceFooter{display:flex;align-items:center;gap:16px;font-size:12px;color:#667085bf}.voteDetailEvidenceWeight,.voteDetailEvidenceCredibility{display:inline-flex;align-items:center}.voteDetailEmpty{text-align:center;padding:40px 0;color:#667085bf;font-size:14px}.aiLiveProfileRow{display:flex;align-items:center;gap:var(--space-12);margin-bottom:var(--space-12)}.aiLiveAvatar{width:40px;height:40px;border-radius:var(--radius-pill);background:radial-gradient(circle at 30% 20%,#ffe082,#ffca28 55%,#ffb300);display:inline-flex;align-items:center;justify-content:center;flex:none}.aiLiveAvatarImg{width:28px;height:28px;object-fit:contain}.aiLiveProfileMain{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.aiLiveNameRow{display:flex;align-items:center;gap:var(--space-8);min-width:0}.aiLiveName{font-size:var(--font-size-14);line-height:var(--line-height-22);font-weight:800;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aiLiveBadge{background:var(--brand-bg);color:var(--brand);font-size:var(--font-size-12);line-height:var(--line-height-18);font-weight:800;padding:2px 8px;border-radius:var(--radius-pill);white-space:nowrap;flex:none}.aiLiveUpdatedAt{font-size:var(--font-size-12);line-height:var(--line-height-18);color:var(--color-text-secondary)}.aiLiveText{background:#10182808;border-radius:var(--radius-md);padding:var(--space-12);font-size:var(--font-size-12);line-height:var(--line-height-18);color:var(--color-text-secondary)}.aiLiveStrongBrand{color:var(--brand);font-weight:800}.aiLiveChartHeader{display:flex;align-items:center;justify-content:space-between;gap:var(--space-12);margin:var(--space-12) 0 var(--space-8)}.aiLiveChartTitle{font-size:var(--font-size-12);line-height:var(--line-height-18);font-weight:800;color:var(--color-text-secondary)}.aiLiveLegend{display:inline-flex;align-items:center;gap:var(--space-16);font-size:var(--font-size-12);line-height:var(--line-height-18);color:var(--color-text-secondary)}.aiLiveLegendItem{display:inline-flex;align-items:center;gap:var(--space-8)}.aiLiveDotYes{width:8px;height:8px;border-radius:999px;background:var(--brand)}.aiLiveDotNo{width:8px;height:8px;border-radius:999px;background:#1e40af}.trendChartWrap{width:100%}.trendChartSvg{width:100%;height:180px;display:block}.trendChartGridLine{stroke:#10182814;stroke-width:1}.trendChartAxisText{fill:#667085f2;font-size:10px}.trendChartLineYes{stroke:var(--brand);stroke-width:2.5;fill:none}.trendChartLineNo{stroke:#1e40af;stroke-width:2.5;fill:none}.trendChartDotYes{fill:var(--brand)}.trendChartDotNo{fill:#1e40af}.sideCard{background:var(--color-card);border-radius:var(--radius-md);padding:var(--space-16);box-shadow:var(--shadow-card);border:1px solid rgba(16,24,40,.04)}.sideCardHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-12)}.sideCardTitleRow{display:flex;align-items:center;gap:var(--space-8);font-size:var(--font-size-16);line-height:var(--line-height-24);font-weight:800;color:var(--color-text)}.sideCardAction{border:0;background:transparent;cursor:pointer;color:var(--color-text-secondary);font-size:var(--font-size-12);line-height:var(--line-height-18);padding:6px 10px;border-radius:var(--radius-md)}.sideCardAction:hover{background:#1018280a;color:#101828cc}.announcementList{display:flex;flex-direction:column;gap:var(--space-12)}.announcementTabs{display:inline-flex;align-items:center;gap:var(--space-16)}.announcementTab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;cursor:pointer;font-size:var(--font-size-14);line-height:var(--line-height-22);font-weight:800;color:var(--color-text-tertiary);position:relative}.announcementTabActive{color:var(--brand)}.announcementTabActive:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:2px;background:var(--brand)}.announcementRow{display:grid;grid-template-columns:34px 1fr auto;gap:var(--space-12);align-items:center;padding:10px;border-radius:var(--radius-md);transition:background .16s ease,transform .16s ease}.announcementRow:hover{background:#10182808;transform:translateY(-1px)}.announcementIconWrap{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.announcementIconGift{background:var(--brand-gradient)}.announcementIconStar{background:linear-gradient(135deg,#667eea,#764ba2)}.announcementIconCoupon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.announcementText{font-size:var(--font-size-14);line-height:var(--line-height-22);color:var(--color-text)}.announcementTime{font-size:var(--font-size-12);line-height:var(--line-height-18);color:var(--color-text-secondary);white-space:nowrap}.myOverviewStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-12)}.myOverviewStat{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4)}.myOverviewValue{font-size:var(--font-size-22);line-height:var(--line-height-28);font-weight:900;color:var(--color-text)}.myOverviewValueBrand{color:var(--brand)}.myOverviewValueCoupon{color:#e65100}.myOverviewLabel{font-size:var(--font-size-12);line-height:var(--line-height-18);color:var(--color-text-secondary)}.myOverviewQuickActions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-12);margin-top:var(--space-16)}.myOverviewQuickActionButton{border:0;background:transparent;cursor:pointer;padding:10px 8px;border-radius:var(--radius-md);color:var(--color-text-tertiary);font-size:var(--font-size-12);line-height:var(--line-height-18);display:flex;flex-direction:column;align-items:center;gap:var(--space-8)}.myOverviewQuickActionButton:hover{background:#10182808}.myOverviewQuickActionIcon{width:32px;height:32px;border-radius:10px;background:#ff6b001a;color:var(--brand);display:inline-flex;align-items:center;justify-content:center;font-size:16px}.advertiserApplyTitle{font-size:18px;font-weight:600;color:#101828eb}.advertiserApplyContent{padding:8px 0}.advertiserApplyStatus{padding:24px;border-radius:8px;margin-bottom:24px;text-align:center}.advertiserApplyStatusPending{background:linear-gradient(135deg,#fff7e6,#ffe7ba);border:1px solid #ffd591}.advertiserApplyStatusRejected{background:linear-gradient(135deg,#fff1f0,#ffccc7);border:1px solid #ff7875}.advertiserApplyStatus p{margin:8px 0;font-size:15px;color:#101828d9}.advertiserApplyRejectReason{font-size:14px;color:#ff4d4fd9;margin-top:12px!important}.advertiserApplyStatusHint{font-size:13px;color:#667085bf!important;margin-top:12px!important}.advertiserApplyField{margin-bottom:24px}.advertiserApplyLabel{display:block;font-size:14px;font-weight:600;color:#101828eb;margin-bottom:8px}.advertiserApplyRequired{color:#ff4d4f;margin-left:4px}.advertiserApplyHint{padding:16px;background:#10182805;border-radius:8px;margin-bottom:24px}.advertiserApplyHint p{margin:4px 0;font-size:13px;color:#667085d9;line-height:1.6}.advertiserApplyActions{display:flex;gap:12px;justify-content:flex-end}.advertiserApplyActions .ant-btn{min-width:100px}.voteManagePage{display:flex;flex-direction:column;gap:14px}.voteManageHeaderRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.voteManageTitle{font-size:20px;line-height:28px;font-weight:900;color:#101828eb}.voteManageHeaderActions{display:flex;align-items:center;gap:12px}.voteManagePrimaryBtn{height:36px;padding:0 14px;border:0;border-radius:var(--radius-md);background:var(--brand);color:#fff;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.voteManageGhostBtn{height:36px;padding:0 14px;border-radius:var(--radius-md);border:1px solid rgba(16,24,40,.12);background:#fff;color:#101828db;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.voteManageTabs{display:flex;align-items:center}.voteManageTabList{display:flex;align-items:center;gap:22px;border-bottom:1px solid rgba(16,24,40,.06)}.voteManageTab{border:0;background:transparent;cursor:pointer;padding:10px 2px 12px;font-size:14px;font-weight:800;color:#667085f2;position:relative}.voteManageTabActive{color:var(--brand)}.voteManageTabActive:after{content:"";position:absolute;left:50%;bottom:-1px;transform:translate(-50%);width:28px;height:3px;border-radius:999px;background:var(--brand)}.voteManageStats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.voteManageStatCard{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;gap:6px}.voteManageStatLabel{font-size:12px;line-height:var(--line-height-18);color:#667085f2}.voteManageStatValue{font-size:var(--font-size-22);line-height:var(--line-height-28);font-weight:900;color:#101828eb}.voteManageStatDelta{font-size:12px;line-height:var(--line-height-18)}.voteManageStatDeltaUp{color:#22c55ef2}.voteManageStatDeltaDown{color:#ef4444f2}.voteManageFilters{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:12px;display:grid;grid-template-columns:280px 160px 260px 88px 88px;gap:10px;align-items:center}.voteManageSearch .ant-input{height:36px}.voteManageSearch.ant-input-affix-wrapper{height:36px;border-radius:var(--radius-md);display:inline-flex;align-items:center}.voteManageSearch.ant-input-affix-wrapper .ant-input-prefix{display:inline-flex;align-items:center}.voteManageSelect .ant-select-selector{height:36px!important;border-radius:var(--radius-md)!important}.voteManageRange .ant-picker{height:36px;border-radius:var(--radius-md)}.voteManageResetBtn{height:36px;width:88px;border-radius:var(--radius-md);border:1px solid rgba(16,24,40,.12);background:#fff;cursor:pointer;font-weight:700;color:#101828db}.voteManageSearchBtn{height:36px;width:88px;border-radius:var(--radius-md);border:0;background:var(--brand);cursor:pointer;font-weight:800;color:#fff}.voteManageTable{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);overflow:hidden}.voteManageTableHeader{display:grid;grid-template-columns:260px 1fr 1fr 1fr 120px 220px;gap:0;padding:12px 14px;border-bottom:1px solid rgba(16,24,40,.06);background:#fff}.voteManageTh{font-size:12px;font-weight:800;color:#101828b8}.voteManageThStatus{text-align:center}.voteManageThActions{text-align:right}.voteManageRow{display:grid;grid-template-columns:260px 1fr 1fr 1fr 120px 220px;padding:14px;border-bottom:1px solid rgba(16,24,40,.06);align-items:center}.voteManageRow:last-child{border-bottom:0}.voteManageCell{display:flex;flex-direction:column;gap:4px;min-width:0}.voteManageCellLine{font-size:12px;line-height:var(--line-height-18);color:#667085f2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voteManageCellInfo{flex-direction:row;align-items:center;gap:12px}.voteManageCover{width:52px;height:52px;border-radius:12px;border:1px solid rgba(16,24,40,.06);flex:0 0 auto;object-fit:cover}.voteManageInfoText{display:flex;flex-direction:column;gap:4px;min-width:0}.voteManageVoteTitle{font-size:13px;font-weight:800;color:#101828eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voteManageVoteId{font-size:12px;line-height:var(--line-height-18);color:#667085f2}.voteManageVoteIdRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.voteManageUserTag{height:18px;padding:0 8px;border-radius:999px;border:1px solid rgba(255,107,0,.28);background:#ff6b0014;font-size:11px;font-weight:800;color:#ff6b00f2;display:inline-flex;align-items:center;flex:0 0 auto}.voteManageUserTagBtn{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.voteManageUserTagBtn:focus-visible{outline:2px solid rgba(255,107,0,.35);outline-offset:2px}.voteManageCellStatus{align-items:center}.voteManageStatusPill{height:22px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.voteManageStatusPillActive{background:#22c55e1f;color:#15803dfa;border:1px solid rgba(34,197,94,.18)}.voteManageStatusPillEnded{background:#1018280f;color:#667085f2;border:1px solid rgba(16,24,40,.06)}.voteManageStatusPillFrozen{background:#f59e0b1f;color:#92400efa;border:1px solid rgba(245,158,11,.22)}.voteManageCellActions{flex-direction:row;justify-content:flex-end;flex-wrap:wrap;gap:12px}.voteManageActionLink{border:0;background:transparent;cursor:pointer;font-size:12px;font-weight:700;color:#2563ebfa;display:inline-flex;align-items:center;gap:6px;padding:0}.voteManageActionDanger{border:0;background:transparent;cursor:pointer;font-size:12px;font-weight:700;color:#ef4444fa;display:inline-flex;align-items:center;gap:6px;padding:0}.voteManageFooterRow{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.voteManageCount{font-size:12px;color:#667085f2}.voteManageFooterRight{display:flex;align-items:center;gap:12px}.voteManagePager{margin:0}.voteManagePager .ant-pagination-item,.voteManagePager .ant-pagination-prev,.voteManagePager .ant-pagination-next{border-radius:10px}.voteManagePager .ant-pagination-item-active{border-color:#ff6b0059!important}.voteManagePageSize{width:96px}.voteManagePageSize .ant-select-selector{height:32px!important;border-radius:10px!important}.voteManageTableLoading,.voteManageTableEmpty,.voteManageTableError{padding:22px 14px;display:flex;align-items:center;justify-content:center}.voteManageTableError{color:#ef4444fa;font-size:13px}.myPredictionsPage{width:100%;display:flex;flex-direction:column;gap:14px}.myPredictionsHeaderRow{display:flex;align-items:center;gap:16px}.myPredictionsTitle{font-size:20px;line-height:28px;font-weight:800;color:#101828eb}.myPredictionsFilters{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.myPredictionsFilters .ant-segmented{border-radius:var(--radius-md)}.myPredictionsFilters .ant-segmented-item{font-weight:600}.myPredictionsFilterItem{display:flex;align-items:center;gap:10px}.myPredictionsFilterLabel{font-size:12px;line-height:18px;font-weight:600;color:#667085f2}.myPredictionsGridWrap{overflow-x:auto;padding-bottom:4px}.myPredictionsGrid{display:grid;grid-template-columns:repeat(auto-fit,360px);justify-content:space-between;gap:16px;min-height:240px}.myPredictionsLoading{display:flex;justify-content:center;align-items:center;min-height:240px;padding:40px 0}.myPredictionsError{color:#ef4444f2;font-size:14px;text-align:center;padding:40px 0}.myPredictionsEmpty{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:44px 12px}.myPredictionsPagination{display:flex;justify-content:flex-end}.pointsProductPage{display:flex;flex-direction:column;gap:14px}.pointsProductBanner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:var(--radius-md);padding:24px;display:flex;justify-content:space-between;align-items:center;gap:24px;color:#fff}.bannerLeft{display:flex;align-items:center;gap:20px;flex:1}.bannerIcon{width:64px;height:64px;border-radius:16px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:32px;flex:0 0 auto}.bannerTitle{font-size:24px;font-weight:900;margin:0 0 8px;line-height:32px}.bannerTitleAccent{color:gold}.bannerDescription{font-size:14px;line-height:22px;margin:0 0 12px;opacity:.95}.bannerHint{font-size:13px;opacity:.9}.hintHighlight{font-weight:800;color:gold;font-size:16px}.bannerRight .ant-btn-primary{height:44px;padding:0 24px;font-size:15px;font-weight:800;border-radius:var(--radius-md)}.pointsProductFilters{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:12px}.productGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.pointsProductCard{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);overflow:hidden;transition:all .2s ease}.pointsProductCard:hover{box-shadow:0 4px 12px #1018281a}.pointsProductCard .ant-card-body{padding:0}.productCardHeader{height:160px;overflow:hidden;border-bottom:1px solid rgba(16,24,40,.06)}.productCardPlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.productCardPlaceholderText{font-size:64px;font-weight:900;color:#6366f1d9}.productCardTitle{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 10px}.productCardTitle h3{font-size:14px;font-weight:800;color:#101828eb;margin:0;flex:1;line-height:20px}.productCardDescription{padding:0 14px 10px}.productCardDescription p{font-size:12px;line-height:18px;color:#667085f2;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productCardInfo{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:12px 14px;background:#10182805;border-top:1px solid rgba(16,24,40,.06);border-bottom:1px solid rgba(16,24,40,.06)}.infoItem{text-align:center}.infoLabel{font-size:12px;line-height:18px;color:#667085f2;display:block;margin-bottom:4px}.infoValue{font-size:16px;line-height:22px;font-weight:900;color:#101828eb}.infoValue.highlight{color:#667eea}.infoValue.success{color:#22c55ef2}.productCardActions{padding:12px 14px;display:flex;justify-content:flex-end}.productCardActions .ant-btn{height:32px;border-radius:10px;font-weight:700}.productCardActions .ant-btn-dangerous{color:#ef4444fa;border-color:#ef44442e}.rewardCenterPage{display:flex;flex-direction:column;gap:14px}.rewardCenterHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.headerLeft h1.pageTitle{font-size:20px;line-height:28px;font-weight:900;color:#101828eb;margin:0}.headerLeft p.pageDescription{font-size:12px;line-height:18px;color:#667085f2;margin:4px 0 0}.headerRight .ant-btn-primary{height:36px;padding:0 14px;border:0;border-radius:var(--radius-md);background:var(--brand);color:#fff;font-weight:800}.statsCards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.statCard{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:14px}.statCardContent{display:flex;align-items:center;gap:12px}.statCardIcon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.statCardIcon.total{background:#667eea1f;color:#667eeaf2}.statCardIcon.active{background:#f093fb1f;color:#f093fbf2}.statCardIcon.claimed{background:#4facfe1f;color:#4facfef2}.statCardIcon.used{background:#43e97b1f;color:#43e97bf2}.statCardInfo{flex:1;min-width:0}.statCardLabel{font-size:12px;line-height:18px;color:#667085f2;margin-bottom:4px}.statCardValue{font-size:22px;line-height:28px;font-weight:900;color:#101828eb}.rewardCenterFilters{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:12px}.rewardCenterFilters .ant-btn{height:36px;border-radius:var(--radius-md);font-weight:700}.rewardCenterFilters .ant-btn-primary{background:var(--brand);border-color:var(--brand)}.couponGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.couponCard{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);overflow:hidden;transition:all .2s ease}.couponCard:hover{box-shadow:0 4px 12px #1018281a}.couponCard .ant-card-body{padding:0}.couponCardHeader{height:160px;overflow:hidden;border-bottom:1px solid rgba(16,24,40,.06)}.couponCardPlaceholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.couponCardPlaceholderText{font-size:64px;font-weight:900;color:#e65100d9}.couponCardTitle{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 14px 10px}.couponCardTitle h3{font-size:14px;font-weight:800;color:#101828eb;margin:0;flex:1;line-height:20px}.couponCardTitle .ant-tag{height:22px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:1px solid}.couponCardTitle .ant-tag-success{background:#22c55e1f;color:#15803dfa;border-color:#22c55e2e}.couponCardTitle .ant-tag-default{background:#1018280f;color:#667085f2;border-color:#1018280f}.couponCardTitle .ant-tag-error{background:#ef44441f;color:#b91c1cfa;border-color:#ef44442e}.couponCardDiscount{padding:8px 14px;display:flex;align-items:center;gap:8px}.discountBadge{display:inline-block;padding:4px 12px;background:var(--brand);color:#fff;font-size:13px;font-weight:800;border-radius:8px}.minOrderText{font-size:12px;line-height:18px;color:#667085f2}.couponCardValidity{padding:8px 14px;font-size:12px;line-height:18px;color:#667085f2}.couponCardStats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:12px 14px;background:#10182805;border-top:1px solid rgba(16,24,40,.06);border-bottom:1px solid rgba(16,24,40,.06)}.statLabel{font-size:12px;line-height:18px;color:#667085f2;margin-bottom:4px}.statValue{font-size:16px;line-height:22px;font-weight:900;color:#101828eb;display:flex;align-items:center;justify-content:center}.statValue.highlight{color:var(--brand)}.statValue.success{color:#22c55ef2}.couponCardRates{display:flex;justify-content:space-around;padding:10px 14px;border-bottom:1px solid rgba(16,24,40,.06)}.rateItem{display:flex;align-items:center;gap:8px}.rateLabel{font-size:12px;line-height:18px;color:#667085f2}.rateValue{font-size:14px;font-weight:800;color:var(--brand)}.couponCardActions{padding:12px 14px;display:flex;justify-content:flex-end}.couponCardActions .ant-btn{height:32px;border-radius:10px;font-weight:700}.couponCardActions .ant-btn-dangerous{color:#ef4444fa;border-color:#ef44442e}.paginationWrapper{display:flex;justify-content:center;padding:12px 0}.createCouponForm{display:flex;flex-direction:column;gap:24px;max-height:60vh;overflow-y:auto}.formSection{display:flex;flex-direction:column;gap:16px}.sectionTitle{font-size:14px;font-weight:800;color:#101828eb;margin:0;padding-bottom:8px;border-bottom:1px solid rgba(16,24,40,.06)}.formItem{display:flex;flex-direction:column;gap:8px}.formRow{display:grid;grid-template-columns:1fr 1fr;gap:12px}.formItem.half{flex:1}.formLabel{font-size:13px;font-weight:700;color:#101828db}.formLabel .required{color:#ff4d4f;margin-left:2px}.formHint{font-size:12px;line-height:18px;color:#667085f2;margin:4px 0 0}.formItem .ant-radio-group{width:100%}.formItem .ant-radio-button-wrapper{height:36px;line-height:34px;border-radius:var(--radius-md);font-weight:700}.formItem .ant-segmented{width:100%}.formItem .ant-segmented-item{font-weight:700;font-size:13px}.formItem .ant-input-number{border-radius:var(--radius-md)}.formItem .ant-picker{width:100%;border-radius:var(--radius-md)}.formItem .ant-input-textarea{border-radius:var(--radius-md)}.settingsPage{display:flex;flex-direction:column;gap:14px}.settingsHeaderRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.settingsTitle{font-size:20px;line-height:28px;font-weight:800;color:#101828eb}.settingsStats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.settingsStatCard{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;gap:6px}.settingsStatLabel{font-size:12px;line-height:var(--line-height-18);color:#667085f2;font-weight:600}.settingsStatValue{font-size:var(--font-size-16);line-height:24px;font-weight:800;color:#101828eb}.settingsTabs{display:flex;align-items:center}.settingsTabList{display:flex;align-items:center;gap:22px;border-bottom:1px solid rgba(16,24,40,.06)}.settingsTab{border:0;background:transparent;cursor:pointer;padding:10px 2px 12px;font-size:14px;font-weight:700;color:#667085f2;position:relative}.settingsTabActive{color:var(--brand)}.settingsTabActive:after{content:"";position:absolute;left:50%;bottom:-1px;transform:translate(-50%);width:28px;height:3px;border-radius:999px;background:var(--brand)}.settingsPanel{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;gap:12px}.settingsPanelHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.settingsPanelTitle{font-size:14px;line-height:22px;font-weight:800;color:#101828eb}.settingsInfoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.settingsInfoItem{display:flex;flex-direction:column;gap:6px;min-width:0}.settingsInfoLabel{font-size:12px;line-height:18px;color:#667085f2;font-weight:600}.settingsInfoValue{font-size:13px;line-height:20px;color:#101828eb;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settingsInfoValueMuted{font-weight:500;color:#667085f2}.settingsLoading{display:flex;justify-content:center;align-items:center;padding:28px 0}.settingsError{color:#ef4444f2;font-size:14px;text-align:center;padding:18px 0}.settingsEmptyText{font-size:13px;line-height:20px;color:#667085f2}.settingsEmptyHint{font-size:12px;line-height:18px;color:#667085bf}.settingsPanelActions{display:flex;justify-content:flex-end}.settingsPrimaryBtn{height:36px;padding:0 14px;border:0;border-radius:var(--radius-md);background:var(--brand);color:#fff;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.settingsBadge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-weight:700;font-size:12px;line-height:18px}.settingsBadgeApproved{background:#22c55e1f;color:#16a34afa}.settingsBadgePending{background:#ff6b001f;color:#ff6b00fa}.settingsBadgeRejected{background:#ef44441f;color:#ef4444fa}.settingsContent{display:flex;flex-direction:column;gap:12px}.settingsInfoGridWide{grid-template-columns:repeat(3,minmax(0,1fr))}.settingsPanelActionsInline{gap:10px;align-items:center}.settingsGhostBtn{height:36px;padding:0 14px;border-radius:var(--radius-md);border:1px solid rgba(16,24,40,.12);background:#fff;color:#101828db;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.settingsGhostBtn:disabled,.settingsPrimaryBtn:disabled{opacity:.6;cursor:not-allowed}.settingsFormRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.settingsFormRowSingle{grid-template-columns:repeat(4,minmax(0,1fr))}.settingsReadGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.settingsReadItem{display:flex;flex-direction:column;gap:6px;min-width:0}.settingsReadItemWide{grid-column:span 2}.settingsReadValue{font-size:13px;line-height:20px;color:#101828eb;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settingsReadValueWrap{white-space:normal;overflow:visible;text-overflow:unset}.settingsFormStack{display:flex;flex-direction:column;gap:12px}.settingsFormCol{display:flex;flex-direction:column;gap:6px;min-width:0}.settingsFormColWide{grid-column:span 2}.settingsFormLabel{font-size:12px;line-height:18px;color:#667085f2;font-weight:600}.settingsHintText{font-size:12px;line-height:18px;color:#667085f2}.settingsHintWarn{font-size:12px;line-height:18px;color:#ff6b00fa;background:#ff6b0014;border:1px solid rgba(255,107,0,.18);border-radius:var(--radius-md);padding:10px 12px}.settingsHintError{font-size:12px;line-height:18px;color:#ef4444f2}.settingsInline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.settingsAvatarBox{display:flex;align-items:center;gap:12px}.settingsAvatarPlaceholder{width:96px;height:96px;border-radius:var(--radius-md);border:1px dashed rgba(16,24,40,.18);display:flex;align-items:center;justify-content:center;color:#667085f2;font-size:12px}.settingsUploadBtn{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;border-radius:var(--radius-md);border:1px solid rgba(16,24,40,.12);background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.settingsUploadBtnInner{font-size:12px;font-weight:700;color:#101828db;display:inline-flex;align-items:center;justify-content:center;gap:8px}.settingsFileInput{display:none}.settingsTextarea{width:100%;border:1px solid rgba(16,24,40,.12);border-radius:var(--radius-md);padding:10px 12px;font-size:14px;line-height:20px;outline:none;resize:vertical}.settingsInput{width:100%;border:1px solid rgba(16,24,40,.12);border-radius:var(--radius-md);height:32px;padding:0 12px;font-size:14px;outline:none}.settingsProgressGrid{display:grid;grid-template-columns:1fr 260px;gap:12px;align-items:start}.settingsProgressLeft{display:flex;flex-direction:column;gap:10px}.settingsProgressRight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.settingsKpi{background:#10182805;border:1px solid rgba(16,24,40,.06);border-radius:var(--radius-md);padding:10px;display:flex;flex-direction:column;gap:4px}.settingsKpiLabel{font-size:12px;line-height:18px;color:#667085f2;font-weight:600}.settingsKpiValue{font-size:16px;line-height:24px;font-weight:800;color:#101828eb}.settingsFileRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.settingsMiniTabs{display:flex;gap:8px;align-items:center}.settingsMiniTab{height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(16,24,40,.12);background:#fff;color:#101828c7;font-size:12px;font-weight:700;cursor:pointer}.settingsMiniTabActive{border-color:#ff6b0073;background:#ff6b0014;color:#ff6b00fa}.settingsKnowledgeList{display:flex;flex-direction:column;gap:10px}.settingsKnowledgeRow{border:1px solid rgba(16,24,40,.06);border-radius:var(--radius-md);padding:12px;display:flex;flex-direction:column;gap:8px}.settingsKnowledgeText{font-size:13px;line-height:20px;color:#101828eb}.settingsKnowledgeMeta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.settingsKnowledgeBadge{height:22px;padding:0 10px;border-radius:999px;background:#1018280f;color:#101828cc;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.settingsKnowledgeMetaText{font-size:12px;line-height:18px;color:#667085f2}.settingsModalBody{display:flex;flex-direction:column;gap:12px}.settingsModalFooter{display:flex;justify-content:flex-end;gap:10px}.usersPage{display:flex;flex-direction:column;gap:14px}.usersHeaderRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.usersTitle{font-size:20px;line-height:28px;font-weight:900;color:#101828eb}.usersStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.usersStatCard{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:14px;display:flex;flex-direction:column;gap:6px}.usersStatLabel{font-size:12px;line-height:var(--line-height-18);color:#667085f2}.usersStatValue{font-size:var(--font-size-22);line-height:var(--line-height-28);font-weight:900;color:#101828eb}.usersFilters{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:12px;display:grid;grid-template-columns:minmax(280px,420px) 88px 88px;gap:10px;align-items:center}.usersInput.ant-input-affix-wrapper,.usersInput.ant-input{height:36px;border-radius:var(--radius-md)}.usersResetBtn{height:36px;width:88px;border-radius:var(--radius-md);border:1px solid rgba(16,24,40,.12);background:#fff;cursor:pointer;font-weight:700;color:#101828db}.usersSearchBtn{height:36px;width:88px;border-radius:var(--radius-md);border:0;background:var(--brand);cursor:pointer;font-weight:800;color:#fff}.usersLoading,.usersEmptyWrap,.usersError{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:22px 14px;display:flex;align-items:center;justify-content:center}.usersError{color:#ef4444fa;font-size:13px}.usersTable{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);overflow:hidden}.usersTableHeader{display:grid;grid-template-columns:1fr 260px 180px;padding:12px 14px;border-bottom:1px solid rgba(16,24,40,.06)}.usersTh{font-size:12px;font-weight:800;color:#101828b8}.usersThVote,.usersThTime{text-align:center}.usersRow{display:grid;grid-template-columns:1fr 260px 180px;padding:14px;border-bottom:1px solid rgba(16,24,40,.06);align-items:center}.usersRow:last-child{border-bottom:0}.usersCell{min-width:0}.usersCellUser{display:flex;align-items:center;gap:10px;min-width:0}.usersUserText{min-width:0;display:flex;flex-direction:column;gap:2px}.usersUserName{font-size:13px;font-weight:800;color:#101828eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usersUserId{font-size:12px;color:#667085f2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usersCellVote,.usersCellTime{display:flex;justify-content:center}.usersMetrics{display:flex;gap:6px;align-items:center;flex-wrap:nowrap;justify-content:center}.usersMetric{height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;background:#1018280f;color:#667085f2;border:1px solid rgba(16,24,40,.06);white-space:nowrap}.usersVotePill{height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.usersVotePillApprove{background:#22c55e1f;color:#15803dfa;border:1px solid rgba(34,197,94,.18)}.usersVotePillOppose{background:#ef44441f;color:#b91c1cfa;border:1px solid rgba(239,68,68,.18)}.usersPagination{display:flex;justify-content:flex-end}.analysisPage{display:flex;flex-direction:column;gap:16px}.overviewCards{margin-bottom:8px}.statCard{background:#fff;border:1px solid rgba(16,24,40,.06);box-shadow:var(--shadow-card);border-radius:var(--radius-md);transition:all .2s ease}.statCard:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.statCard .ant-statistic-title{font-size:13px;color:#667085f2;margin-bottom:8px}.statCard .ant-statistic-content{font-size:24px;font-weight:700}.statCard .ant-statistic-prefix{margin-right:8px;font-size:18px}.trendSection{margin-top:8px}.chartCard{min-height:400px}.trendCharts{padding:8px 0}.trendChartContainer{background:#fafafa;border-radius:12px;padding:24px}.trendLegend{display:flex;justify-content:center;gap:32px;margin-bottom:24px;flex-wrap:wrap}.legendItem{display:flex;align-items:center;gap:8px}.legendDot{width:12px;height:12px;border-radius:50%;display:inline-block}.legendLabel{font-size:13px;color:#101828db;font-weight:500}.trendSvgContainer{width:100%;height:300px;position:relative}.trendSvg{width:100%;height:100%}.axisLabel{font-size:11px;fill:#667085f2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.rankingSection{margin-top:8px}.rankingCard{height:100%}.rankingCard .ant-card-head{border-bottom:1px solid rgba(16,24,40,.06)}.rankingCard .ant-card-body{padding:16px}.distributionSection{margin-top:8px}.distributionCard{height:100%}.distributionList{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.distributionItem{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#10182805;border-radius:6px;transition:background .2s ease}.distributionItem:hover{background:#1018280a}.distributionLabel{flex:1;font-size:13px;color:#101828db}.distributionValue{font-size:14px;font-weight:600;color:#101828eb;margin:0 12px}.distributionPercentage{font-size:12px;color:#667085f2;min-width:50px;text-align:right}.pieChartContainer{display:flex;flex-direction:column;align-items:center;gap:20px;padding:16px 0}.pieChart{width:180px;height:180px}.pieSlice{transition:opacity .2s ease;cursor:pointer}.pieSlice:hover{opacity:.8}.pieLegend{display:flex;flex-direction:column;gap:10px;width:100%}.pieLegendItem{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#10182805;border-radius:6px}.pieLegendDot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.pieLegendLabel{flex:1;font-size:13px;color:#101828db}.pieLegendPercent{font-size:13px;font-weight:600;color:#101828eb}.timeSlotList{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.timeSlotItem{display:flex;align-items:center;gap:8px}.timeSlotHour{font-size:11px;color:#667085f2;min-width:45px;text-align:right}.timeSlotBar{flex:1;height:16px;background:#1018280a;border-radius:8px;overflow:hidden}.timeSlotBarFill{height:100%;background:linear-gradient(90deg,#ff6b00,#ff8533);border-radius:8px;transition:width .3s ease}.timeSlotCount{font-size:12px;font-weight:600;color:#101828eb;min-width:40px;text-align:right}@media(max-width:1200px){.rankingSection .ant-col,.distributionSection .ant-col{margin-bottom:16px}}.adCooperationPage{padding:24px;max-width:1400px;margin:0 auto}.adCooperationBanner{display:flex;justify-content:space-between;align-items:center;padding:32px;background:linear-gradient(135deg,#ff6b0014,#ff6b0008);border-radius:16px;margin-bottom:24px;border:1px solid rgba(255,107,0,.1)}.bannerLeft{display:flex;gap:20px;flex:1}.bannerIcon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6b00,#ff8533);border-radius:12px;font-size:28px;color:#fff;flex-shrink:0}.bannerContent{flex:1}.bannerTitle{font-size:24px;font-weight:700;color:#101828f2;margin:0 0 8px}.bannerTitleAccent{color:#ff6b00}.bannerDescription{font-size:14px;color:#667085f2;margin:0;line-height:1.6}.bannerRight{flex-shrink:0}.bannerStats{display:flex;gap:32px}.statItem{text-align:center}.statValue{display:block;font-size:28px;font-weight:700;color:#ff6b00;line-height:1;margin-bottom:4px}.statLabel{display:block;font-size:13px;color:#667085f2}.filterCard{margin-bottom:24px;border-radius:12px}.taskList{min-height:400px}.taskCard{height:100%;border-radius:12px;transition:all .3s ease}.taskCard:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.taskCardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.taskCardBody{display:flex;flex-direction:column;gap:12px}.brandInfo{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ff6b000d;border-radius:8px}.brandIcon{font-size:16px;color:#ff6b00}.brandName{font-size:14px;font-weight:600;color:#101828eb}.taskTitle{font-size:16px;font-weight:600;color:#101828f2;margin:0;line-height:1.5}.taskDescription{font-size:13px;color:#667085f2;margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:62px}.taskDetails{display:flex;flex-direction:column;gap:8px;padding:12px;background:#10182805;border-radius:8px}.detailItem{display:flex;font-size:13px}.detailItem .label{color:#667085f2;min-width:80px}.detailItem .value{color:#101828db;flex:1}.taskFooter{margin-top:auto;padding-top:16px;border-top:1px solid rgba(16,24,40,.06);display:flex;flex-direction:column;gap:12px}.taskStats{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.taskStats .budget{font-size:18px;font-weight:700;color:#ff6b00}.taskStats .points{font-size:13px;color:#667085f2}.taskStats .applicants{font-size:13px;color:#667085f2;display:flex;align-items:center;gap:4px}.applyModalContent{display:flex;flex-direction:column;gap:20px}.taskInfo{padding:16px;background:#10182805;border-radius:8px}.taskInfo h3{font-size:16px;font-weight:600;color:#101828f2;margin:0 0 8px}.taskInfo .brandName{font-size:14px;color:#667085f2;margin:0 0 12px}.taskMeta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.taskMeta .budget,.taskMeta .points{font-size:14px;font-weight:600;color:#101828eb}.applyForm{display:flex;flex-direction:column;gap:8px}.applyForm label{font-size:14px;font-weight:500;color:#101828eb}:root{--app-bg: #f5f6f8;--color-text: rgba(16, 24, 40, .92);--color-text-secondary: rgba(102, 112, 133, .95);--color-text-tertiary: rgba(102, 112, 133, .75);--color-border: rgba(16, 24, 40, .06);--color-card: #ffffff;--brand: #ff6b00;--brand-2: #ff8c33;--brand-gradient: linear-gradient(135deg, #ff6b00, #ff8c33);--brand-bg: rgba(255, 107, 0, .12);--brand-bg-hover: rgba(255, 107, 0, .08);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-pill: 999px;--shadow-card: 0 2px 14px rgba(16, 24, 40, .06);--shadow-card-hover: 0 10px 24px rgba(16, 24, 40, .1);--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-32: 32px;--space-40: 40px;--space-48: 48px;--font-size-12: 12px;--font-size-14: 14px;--font-size-16: 16px;--font-size-22: 22px;--font-size-28: 28px;--font-size-36: 36px;--line-height-18: 18px;--line-height-22: 22px;--line-height-24: 24px;--line-height-28: 28px;--line-height-36: 36px;--line-height-44: 44px}html,body{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:var(--app-bg);color:var(--color-text);font-size:var(--font-size-14);line-height:var(--line-height-22)}#root{height:100%;min-width:1440px}.appCentered{min-height:100%;display:flex;align-items:center;justify-content:center}
