.lp-root{--lp-radius: .625rem;--lp-background: #ffffff;--lp-foreground: #232323;--lp-primary: #363636;--lp-primary-foreground: #fafafa;--lp-muted: #f5f5f5;--lp-muted-foreground: #8c8c8c;--lp-accent: #f5f5f5;--lp-accent-foreground: #363636;--lp-border: #ebebeb;--lp-input: #ebebeb;--lp-ring: #b4b4b4;--lp-destructive: #ef4444;--lp-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif}.lp-root.lp-dark{--lp-background: #1a1a1a;--lp-foreground: #fafafa;--lp-primary: #ebebeb;--lp-primary-foreground: #363636;--lp-muted: #2a2a2a;--lp-muted-foreground: #b4b4b4;--lp-accent: #2a2a2a;--lp-accent-foreground: #fafafa;--lp-border: rgba(255, 255, 255, .1);--lp-input: rgba(255, 255, 255, .15);--lp-ring: #8c8c8c;--lp-destructive: #f87171}.lp-root{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;font-family:var(--lp-font);background:var(--lp-background);color:var(--lp-foreground)}.lp-hero{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:48px;color:var(--lp-primary-foreground);background:linear-gradient(135deg,color-mix(in srgb,var(--lp-primary) 90%,transparent),var(--lp-primary) 50%,color-mix(in srgb,var(--lp-primary) 80%,transparent));overflow:hidden}.lp-hero-logo{position:relative;z-index:20;display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600}.lp-hero-logo-icon{width:32px;height:32px;border-radius:8px;background:color-mix(in srgb,var(--lp-primary-foreground) 10%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.lp-hero-logo-icon svg{width:16px;height:16px}.lp-characters{position:relative;z-index:20;display:flex;align-items:flex-end;justify-content:center;height:500px}.lp-character-stage{position:relative;width:550px;height:400px}.lp-character{position:absolute;bottom:0;transition:all .7s ease-in-out;transform-origin:bottom center}.lp-character-eyes{position:absolute;display:flex;transition:all .7s ease-in-out}.lp-character-eyes.fast{transition:all .2s ease-out}.lp-eye{border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:all .15s ease-out;overflow:hidden}.lp-pupil{border-radius:9999px;transition:transform .1s ease-out}.lp-character-mouth{position:absolute;width:80px;height:4px;background:#2d2d2d;border-radius:9999px;transition:all .2s ease-out}.lp-hero-footer{position:relative;z-index:20;display:flex;align-items:center;gap:32px;font-size:14px;color:color-mix(in srgb,var(--lp-primary-foreground) 60%,transparent)}.lp-hero-footer a{color:inherit;text-decoration:none;transition:color .15s}.lp-hero-footer a:hover{color:var(--lp-primary-foreground)}.lp-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:20px 20px}.lp-hero-glow-1{position:absolute;top:25%;right:25%;width:256px;height:256px;border-radius:9999px;background:color-mix(in srgb,var(--lp-primary-foreground) 10%,transparent);filter:blur(64px)}.lp-hero-glow-2{position:absolute;bottom:25%;left:25%;width:384px;height:384px;border-radius:9999px;background:color-mix(in srgb,var(--lp-primary-foreground) 5%,transparent);filter:blur(64px)}.lp-form-side{display:flex;align-items:center;justify-content:center;padding:32px;background:var(--lp-background)}.lp-form-container{width:100%;max-width:420px}.lp-mobile-logo{display:none;align-items:center;justify-content:center;gap:8px;font-size:18px;font-weight:600;margin-bottom:48px}.lp-mobile-logo-icon{width:32px;height:32px;border-radius:8px;background:color-mix(in srgb,var(--lp-primary) 10%,transparent);display:flex;align-items:center;justify-content:center}.lp-mobile-logo-icon svg{width:16px;height:16px;color:var(--lp-primary)}.lp-form-title{text-align:center;margin-bottom:40px}.lp-form-title h1{margin:0 0 8px;font-size:30px;font-weight:700;letter-spacing:-.025em;color:var(--lp-foreground)}.lp-form-title p{margin:0;font-size:14px;color:var(--lp-muted-foreground)}.lp-form{display:flex;flex-direction:column;gap:20px}.lp-field{display:flex;flex-direction:column;gap:8px}.lp-field label{font-size:14px;font-weight:500;color:var(--lp-foreground)}.lp-input{height:48px;width:100%;border-radius:var(--lp-radius);border:1px solid var(--lp-border);background:var(--lp-background);padding:0 12px;font-size:14px;color:var(--lp-foreground);outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}.lp-input::placeholder{color:var(--lp-muted-foreground)}.lp-input:focus{border-color:var(--lp-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--lp-ring) 30%,transparent)}.lp-password-wrapper{position:relative}.lp-password-wrapper .lp-input{padding-right:40px}.lp-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--lp-muted-foreground);padding:0;display:flex;align-items:center;justify-content:center;transition:color .15s}.lp-password-toggle:hover{color:var(--lp-foreground)}.lp-password-toggle svg{width:20px;height:20px}.lp-form-options{display:flex;align-items:center;justify-content:space-between}.lp-checkbox-wrapper{display:flex;align-items:center;gap:8px;cursor:pointer}.lp-checkbox{width:16px;height:16px;border-radius:4px;border:1px solid var(--lp-primary);background:transparent;cursor:pointer;accent-color:var(--lp-primary)}.lp-checkbox-label{font-size:14px;font-weight:400;color:var(--lp-foreground);cursor:pointer}.lp-forgot-link{font-size:14px;color:var(--lp-primary);text-decoration:none;font-weight:500}.lp-forgot-link:hover{text-decoration:underline}.lp-error{padding:12px;font-size:14px;color:var(--lp-destructive);background:color-mix(in srgb,var(--lp-destructive) 10%,transparent);border:1px solid color-mix(in srgb,var(--lp-destructive) 30%,transparent);border-radius:var(--lp-radius)}.lp-btn{height:48px;width:100%;border-radius:var(--lp-radius);border:none;font-size:16px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;transition:opacity .15s,background-color .15s}.lp-btn:disabled{opacity:.5;cursor:not-allowed}.lp-btn-primary{background:var(--lp-primary);color:var(--lp-primary-foreground)}.lp-btn-primary:hover:not(:disabled){opacity:.9}.lp-btn-outline{background:var(--lp-background);color:var(--lp-foreground);border:1px solid var(--lp-border)}.lp-btn-outline:hover:not(:disabled){background:var(--lp-accent)}.lp-btn-outline svg{width:20px;height:20px;margin-right:8px}.lp-signup-hint{text-align:center;font-size:14px;color:var(--lp-muted-foreground);margin-top:32px}.lp-signup-hint a{color:var(--lp-foreground);font-weight:500;text-decoration:none}.lp-signup-hint a:hover{text-decoration:underline}@media(max-width:1023px){.lp-root{grid-template-columns:1fr}.lp-hero{display:none}.lp-mobile-logo{display:flex}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eef4f8;color:#172033;overflow-x:hidden}#root{min-height:100vh;overflow-x:hidden}.login-scene{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.85fr);background:#f8fbff}.login-animated-panel{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:42px clamp(26px,5vw,54px);overflow:hidden;background:radial-gradient(circle at 24% 24%,rgba(255,255,255,.38),transparent 30%),radial-gradient(circle at 74% 62%,rgba(33,150,243,.2),transparent 34%),linear-gradient(135deg,#1257a8,#0b3c88 48%,#05265d)}.login-animated-panel:before,.login-animated-panel:after{content:"";position:absolute;border-radius:50%;filter:blur(72px);pointer-events:none}.login-animated-panel:before{width:360px;height:360px;left:-120px;bottom:9%;background:#17c9db33}.login-animated-panel:after{width:280px;height:280px;right:8%;top:18%;background:#ffffff24}.login-left-logo{position:relative;z-index:2;display:inline-flex;align-items:center;gap:10px;color:#ffffffeb;font-size:16px;font-weight:800}.login-logo-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#ffffff29;box-shadow:inset 0 1px #fff3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-orbit{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}.login-orbit-a{width:520px;height:520px;left:12%;top:13%}.login-orbit-b{width:760px;height:760px;right:-22%;bottom:-28%}.login-character-stage{position:relative;z-index:2;height:min(54vh,460px);display:flex;align-items:flex-end;justify-content:center;gap:clamp(6px,2.5vw,24px)}.animated-character{position:relative;width:112px;height:270px;transform-origin:bottom center;animation:characterBreathe 3.4s ease-in-out infinite}.animated-character span{position:absolute}.character-sales{height:292px;animation-delay:-.9s}.character-client{height:252px;transform:scale(.92);animation-delay:-1.8s}.character-planner{height:282px;animation-delay:-2.5s}.char-shadow{left:16px;right:16px;bottom:-8px;height:16px;border-radius:999px;background:#0000002e;filter:blur(6px)}.char-leg{bottom:18px;width:22px;height:76px;border-radius:999px;background:#172033;transform-origin:top center}.char-leg-left{left:34px;transform:rotate(5deg)}.char-leg-right{right:34px;transform:rotate(-5deg)}.char-body{left:23px;bottom:82px;width:66px;height:104px;border-radius:28px 28px 20px 20px;background:linear-gradient(180deg,#fff,#d7efff);box-shadow:inset 0 -10px #0000000d}.character-sales .char-body{background:linear-gradient(180deg,#73f0d2,#16a7a6)}.character-client .char-body{background:linear-gradient(180deg,#ffe29a,#ef8f3e)}.character-planner .char-body{background:linear-gradient(180deg,#cfd7ff,#5d7ce8)}.char-neck{left:45px;bottom:178px;width:22px;height:18px;border-radius:8px;background:#ffd1ae}.char-head{left:25px;bottom:190px;width:62px;height:68px;border-radius:50%;background:#ffd7b5;box-shadow:inset 0 -8px #a65b3a1f;transition:transform .25s ease}.char-hair{left:4px;top:-8px;width:54px;height:28px;border-radius:999px 999px 16px 16px;background:#172033}.character-client .char-hair{background:#7a3b25}.char-eye{top:31px;width:7px;height:7px;border-radius:50%;background:#172033;transition:transform .25s ease,height .25s ease}.char-eye-left{left:20px}.char-eye-right{right:20px}.char-mouth{left:25px;top:47px;width:14px;height:7px;border-bottom:2px solid #9b4d36;border-radius:0 0 999px 999px}.char-arm{bottom:116px;width:18px;height:78px;border-radius:999px;background:#ffd7b5;transform-origin:top center;transition:transform .25s ease}.char-arm-left{left:13px;transform:rotate(17deg)}.char-arm-right{right:13px;transform:rotate(-17deg)}.char-badge{right:12px;bottom:138px;width:24px;height:24px;display:grid;place-items:center;color:#0b3c88;font-size:12px;font-weight:900;border-radius:8px;background:#ffffffe0}.login-focus-username .char-head{transform:translate(-4px) rotate(-4deg)}.login-focus-username .char-eye{transform:translate(-3px)}.login-focus-password .char-arm-left{transform:rotate(48deg) translate(6px,-3px)}.login-focus-password .char-arm-right{transform:rotate(-48deg) translate(-6px,-3px)}.login-has-password .char-eye{height:2px;border-radius:999px}.login-footer-links{position:relative;z-index:2;display:flex;gap:28px;color:#ffffffb8;font-size:13px;font-weight:700}.login-panel{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:48px clamp(32px,6vw,74px);background:#fff}.login-spark{width:42px;height:42px;margin:0 auto 22px;background:radial-gradient(circle at 50% 50%,#0b3c88 0 14%,transparent 15%),conic-gradient(from 45deg,transparent 0 12%,#0b3c88 12% 18%,transparent 18% 37%,#0b3c88 37% 43%,transparent 43% 62%,#0b3c88 62% 68%,transparent 68% 87%,#0b3c88 87% 93%,transparent 93%);clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%)}.login-panel h2.ant-typography{margin:0 0 8px;color:#102033;font-size:30px;text-align:center;letter-spacing:0}.login-panel .ant-typography-secondary{display:block;color:#607188;text-align:center}.login-form{width:100%;max-width:400px;margin:36px auto 0}.login-form .ant-form-item-label>label{color:#334155;font-size:13px;font-weight:700}.login-form .ant-input-affix-wrapper{height:50px;border:0;border-bottom:1.5px solid #dbe4ef;border-radius:0;background:transparent;box-shadow:none!important}.login-form .ant-input-affix-wrapper-focused{border-bottom-color:#0b58d0}.login-form .ant-input,.login-form .ant-input-password input{background:transparent}.login-form .ant-btn{height:52px;border-radius:999px;font-weight:700;background:#102033;box-shadow:0 16px 30px #1020332e}@keyframes characterBreathe{0%,to{translate:0 0}50%{translate:0 -9px}}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;box-shadow:0 1px 4px #00000014}.admin-content{min-height:360px;margin:24px;padding:24px;border-radius:8px;background:#fff}.sales-shell{background:radial-gradient(circle at 18% -10%,rgba(23,112,180,.12),transparent 32%),linear-gradient(180deg,#f3f8ff,#f7fafc 42%,#f3f5f8);overflow-x:hidden}.sales-shell-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 24px;background:#ffffffdb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,42,.08);box-shadow:0 10px 30px #0f172a0d;width:100%;max-width:100vw}.sales-shell-brand{color:#0f2f3f;font-size:18px;cursor:pointer;letter-spacing:0}.sales-shell-brand:before{content:"";display:inline-block;width:26px;height:26px;margin-right:8px;vertical-align:-7px;border-radius:50%;background:linear-gradient(135deg,#ffffffe6,#fff3),linear-gradient(135deg,#11a7ad,#1f6fb2);box-shadow:inset 0 -8px 14px #0000001f,0 8px 16px #11628233}.sales-shell-menu{min-width:220px;flex:0 1 auto;border-bottom:0!important;background:transparent}.sales-shell-menu .ant-menu-item{border-radius:999px;height:36px;line-height:36px;margin:0 3px;color:#526173}.sales-shell-menu .ant-menu-item-selected{color:#0f766e!important;background:#0f766e1a!important}.sales-shell-menu .ant-menu-item:after{display:none!important}.sales-user-button{color:#334155;border-radius:999px}.sales-shell-content{width:100%;max-width:1320px;margin:0 auto;padding:22px 22px 32px;background:transparent}.sales-page{width:100%}.sales-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px;padding:6px 2px}.sales-kicker,.detail-kicker{margin-bottom:4px;color:#0f766e;font-size:13px;font-weight:700}.sales-page-head h1{margin:0;color:#10202d;font-size:30px;line-height:1.2}.sales-page-head p{margin:7px 0 0;color:#64748b;font-size:14px}.sales-result-badge{min-width:108px;padding:12px 14px;border:1px solid rgba(15,118,110,.16);border-radius:12px;background:#ffffffbd;text-align:center;box-shadow:0 10px 30px #0f172a0f}.sales-result-badge strong{display:block;color:#0f766e;font-size:26px;line-height:1}.sales-result-badge span{color:#64748b;font-size:12px}.sales-filter-panel{position:sticky;top:72px;z-index:20;margin-bottom:10px;border:1px solid rgba(15,23,42,.06);border-radius:16px;background:#fffffff0;box-shadow:0 18px 42px #0f172a14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sales-filter-panel .ant-card-body{padding:14px}.sales-filter-grid{display:grid;grid-template-columns:minmax(280px,1.6fr) minmax(140px,.7fr) minmax(150px,.7fr) auto;gap:10px;align-items:center}.sales-filter-panel .ant-input-affix-wrapper,.sales-filter-panel .ant-select-selector{height:44px!important;min-height:44px;border-radius:12px!important;border-color:#dbe4ea!important;background:#fbfdff!important;box-shadow:inset 0 1px #ffffffb3}.sales-filter-panel .ant-input{line-height:42px}.sales-filter-panel .ant-select-selection-placeholder,.sales-filter-panel .ant-select-selection-item{line-height:42px!important}.sales-filter-panel .ant-select{width:100%;height:44px}.sales-filter-actions{display:flex;justify-content:flex-end;gap:8px;white-space:nowrap}.sales-filter-actions .ant-btn{height:44px;border-radius:12px;padding:0 18px}.sales-filter-actions .ant-btn-primary{background:linear-gradient(135deg,#1769e8,#0f8fb3);box-shadow:0 10px 20px #1769e82e}.sales-list-meta{margin:0 0 12px 2px}.sales-product-row{overflow:hidden;border:1px solid rgba(15,23,42,.06);border-radius:16px;background:#fffffff0;box-shadow:0 18px 40px #0f172a12;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.sales-product-row:hover{transform:translateY(-2px);border-color:#0f766e33;box-shadow:0 24px 54px #0f172a1a}.sales-product-row .ant-card-body{padding:14px}.sales-product-main{display:grid;grid-template-columns:166px minmax(280px,1fr) 210px auto;gap:20px;align-items:center}.sales-product-thumb{position:relative;width:166px;height:auto;min-height:120px;border:1px solid #dbe8ee;border-radius:12px;background:linear-gradient(180deg,#ffffffb8,#ffffff59),#e8f1f4;color:#8c8c8c;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;box-shadow:inset 0 0 0 1px #fffc;isolation:isolate}.sales-product-thumb:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;z-index:-2;background-image:var(--thumb-bg);background-size:cover;background-position:center;filter:blur(14px);transform:scale(1.06);opacity:.38}.sales-product-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#ffffff47,#ffffff29)}.sales-product-thumb img,.sales-product-thumb .ant-image,.sales-product-thumb .ant-image-img{width:100%;height:auto;object-fit:cover;display:block}.sales-product-info{min-width:0}.sales-product-title{margin-top:8px;font-size:18px;font-weight:750;line-height:1.35;color:#10202d;cursor:pointer}.sales-product-title:hover{color:#0f766e}.sales-product-meta{margin-top:8px;color:#64748b;font-size:13px;line-height:1.65}.sales-plan-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.sales-product-price{min-width:190px;padding:14px;border-radius:14px;background:linear-gradient(180deg,#fff8ed,#fff);border:1px solid #ffe2b9}.price-main{margin:2px 0 4px;color:#d43b25;font-size:24px;font-weight:800;line-height:1.2}.price-missing{margin:2px 0 4px;color:#d43b25;font-size:22px;font-weight:800;line-height:1.2}.sales-rebate-row{display:flex;flex-wrap:wrap;gap:6px}.rebate-chip,.discount-chip,.room-chip{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:999px;font-size:13px;font-weight:700}.rebate-chip{color:#b45309;background:#fff3d6}.discount-chip{color:#15803d;background:#dcfce7}.room-chip{color:#475569;background:#f1f5f9}.sales-product-actions{justify-content:flex-end}.sales-product-actions .ant-btn{height:38px;border-radius:10px}.competitor-compare-card{margin-bottom:16px;overflow:hidden;border:1px solid rgba(15,23,42,.07);border-radius:18px;background:linear-gradient(135deg,#eff8fff2,#fffffffa 44%,#f0fdfae6),#fff;box-shadow:0 18px 44px #0f172a14}.competitor-compare-card .ant-card-body{padding:22px}.competitor-upload-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.competitor-upload-head h4{margin:2px 0 0!important;color:#10202d!important;font-weight:850!important}.competitor-kicker{color:#0f766e;font-size:13px;font-weight:800}.competitor-uploader .ant-upload-drag{min-height:210px;border-color:#2563eb38!important;border-radius:16px!important;background:#ffffffc7!important}.competitor-uploader{display:block!important}.competitor-uploader .ant-upload-drag:hover{border-color:#1677ff!important;background:#f8fbff!important}.competitor-uploader .ant-upload-drag-icon{margin-bottom:10px!important}.competitor-uploader .ant-upload-drag-icon .anticon{color:#1677ff!important;font-size:42px!important}.competitor-uploader .ant-upload-text{color:#10202d!important;font-size:16px!important;font-weight:800!important}.competitor-uploader .ant-upload-hint{color:#64748b!important}.competitor-actions{width:100%;margin-top:12px}.competitor-actions .ant-btn{height:42px;border-radius:12px;font-weight:700}.competitor-guide{height:100%;min-height:286px;padding:22px;border:1px solid rgba(14,165,233,.2);border-radius:18px;background:radial-gradient(circle at top right,rgba(14,165,233,.13),transparent 34%),linear-gradient(180deg,#ffffffe6,#f8fcffeb)}.competitor-guide-title{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start}.competitor-guide-title>.anticon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;color:#1677ff;font-size:22px;border-radius:14px;background:#eaf3ff}.competitor-guide-title h5{margin:0 0 6px!important;color:#10202d!important;font-weight:850!important}.competitor-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px}.competitor-guide-grid>div{min-height:126px;padding:14px;border:1px solid rgba(148,163,184,.18);border-radius:14px;background:#ffffffdb;box-shadow:0 10px 24px #0f172a0a}.competitor-guide-grid .anticon{color:#0f766e;font-size:22px}.competitor-guide-grid strong{display:block;margin-top:10px;color:#10202d;font-size:14px}.competitor-guide-grid span{display:block;margin-top:6px;color:#64748b;font-size:12px;line-height:1.55}.competitor-summary-card{border-color:#1677ff2e;background:linear-gradient(180deg,#fff,#f7fbff)}.competitor-detail-table table{font-size:13px}.competitor-detail-table th,.competitor-detail-table td{border:1px solid #edf1f7;padding:8px;vertical-align:top}.competitor-detail-table th{background:#f7f9fc;color:#475569;font-weight:600}.competitor-detail-table td:first-child{width:86px;color:#1f2937;font-weight:600;white-space:nowrap}.competitor-detail-table td:nth-child(2),.competitor-detail-table td:nth-child(3){min-width:180px}.product-detail-page{padding-bottom:84px}.detail-back-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.detail-hero-card,.detail-info-card{overflow:hidden;border:1px solid rgba(15,23,42,.06);border-radius:18px;margin-bottom:14px;background:#fffffff2;box-shadow:0 18px 42px #0f172a14}.detail-hero-card .ant-card-body{padding:16px}.detail-hero-grid{display:grid;grid-template-columns:minmax(260px,390px) minmax(0,1fr);gap:22px;align-items:start}.detail-app-grid{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:20px;align-items:start}.detail-poster-wrap{background:#fff;border:1px solid #d7e7ee;border-radius:16px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffffd9}.detail-poster-image{width:100%;height:auto;display:block;background:transparent}.detail-poster-wrap .ant-image,.detail-poster-wrap .ant-image-img{width:100%;height:auto;display:block}.detail-thumb-strip{display:flex;gap:8px;padding:10px;overflow-x:auto;border-top:1px solid #d7e7ee;background:#ffffffb8}.detail-thumb-strip .ant-image{flex:0 0 72px}.detail-thumb-image{width:72px!important;height:96px!important;object-fit:contain;border:1px solid #dbe8ee;border-radius:8px;background:#fff}.detail-phone-panel{border:1px solid #dce8f1;border-radius:18px;padding:18px;background:linear-gradient(180deg,#fffffff5,#f8fbfff5),#fff;box-shadow:0 20px 45px #1e40af14}.detail-poster-empty{height:320px;display:flex;align-items:center;justify-content:center;color:#999}.detail-title{margin:10px 0 8px!important;color:#10202d!important;font-weight:800!important;line-height:1.25!important}.detail-meta-line{color:#64748b;font-size:14px;margin-bottom:14px}.detail-price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0}.detail-price-grid>div{min-height:96px;border:1px solid #e4edf2;border-radius:14px;padding:12px;background:linear-gradient(180deg,#fff,#f8fbfb)}.detail-price-grid strong{display:block;margin-top:8px;color:#d43b25;font-size:24px;font-weight:850;line-height:1.35}.detail-price-grid .orange{color:#d97706}.detail-price-grid .green{color:#16a34a}.detail-price-ribbon{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:16px 0;padding:10px;border-radius:16px;background:linear-gradient(135deg,#eef6ff,#fff);border:1px solid #dbeafe}.detail-price-ribbon>div{min-height:82px;padding:10px 8px;border-radius:12px;background:#fff;text-align:center;box-shadow:0 8px 18px #0f172a0d}.detail-price-ribbon span{color:#64748b;font-size:12px}.detail-price-ribbon strong{display:block;margin-top:7px;color:#ef2b2d;font-size:20px;font-weight:850;line-height:1.2}.detail-price-ribbon .orange{color:#f97316}.detail-price-ribbon .green{color:#16a34a}.detail-action-row{margin-top:10px}.detail-action-row .ant-btn{height:42px;border-radius:10px;font-weight:650}.detail-section-card .ant-card-head{border-bottom:1px solid #edf2f7;background:linear-gradient(90deg,#0f766e14,#fff0)}.detail-section-card .ant-card-head-title{color:#10202d;font-size:18px;font-weight:800}.detail-info-line{display:grid;grid-template-columns:104px minmax(0,1fr);gap:14px;padding:13px 0;border-bottom:1px solid #eef2f5}.detail-info-line:last-child{border-bottom:0}.detail-info-label{font-weight:800;color:#0f766e}.detail-info-value{color:#334155;line-height:1.7;white-space:pre-wrap}.detail-icon-line{display:grid;grid-template-columns:36px 86px minmax(0,1fr);gap:10px;align-items:start;padding:13px 0;border-bottom:1px solid #eef2f7}.detail-icon-line:last-child{border-bottom:0}.detail-icon-badge{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#1264d8;background:#eaf3ff}.recommend-section-card{margin-bottom:14px;border:1px solid rgba(15,23,42,.06);border-radius:18px;overflow:hidden;background:#fffffff5;box-shadow:0 18px 42px #0f172a12}.recommend-section-card .ant-card-head{border-bottom:1px solid #edf2f7;background:linear-gradient(90deg,#2563eb14,#fff0)}.recommend-section-card .ant-card-head-title{color:#10202d;font-size:17px;font-weight:850}.recommend-card{height:100%;border-radius:14px;border-color:#e7eef5;overflow:hidden}.recommend-card .ant-card-body{min-height:292px;padding:14px}.recommend-card-title{color:#10202d;font-size:16px;font-weight:850;line-height:1.45;min-height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recommend-card-meta{margin-top:6px;color:#64748b;font-size:13px}.recommend-card-price{display:flex;align-items:baseline;gap:8px;margin-top:10px}.recommend-card-price span{color:#ef2b2d;font-size:22px;font-weight:850}.recommend-card-price em{font-style:normal;font-weight:750}.recommend-card-price em.up{color:#ef4444}.recommend-card-price em.down{color:#16a34a}.recommend-reason{margin-top:8px;color:#64748b;font-size:13px;line-height:1.55}.recommend-detail-list{display:grid;gap:7px;margin-top:10px}.recommend-detail{display:grid;grid-template-columns:52px minmax(0,1fr);gap:8px;align-items:start;padding:8px 9px;border:1px solid #e8eef5;border-radius:10px;background:#f8fafc}.recommend-detail span{color:#334155;font-size:12px;font-weight:850}.recommend-detail p{margin:0;color:#334155;font-size:12px;line-height:1.55}.recommend-detail-good{border-color:#bbf7d0;background:#f0fdf4}.recommend-detail-good span{color:#15803d}.recommend-detail-risk{border-color:#fed7aa;background:#fff7ed}.recommend-detail-risk span{color:#c2410c}.recommend-detail-money{border-color:#bfdbfe;background:#eff6ff}.recommend-detail-money span{color:#1d4ed8}.detail-icon-title{color:#1e293b;font-weight:800}.detail-icon-value{color:#334155;line-height:1.75;white-space:pre-wrap}.detail-file-list .ant-list-item{padding:12px;border:1px solid #edf2f7!important;border-radius:12px;margin-bottom:8px;background:#fbfdff}.detail-file-list .ant-list-item-action .ant-btn{border-radius:8px}.quote-action-modal .ant-modal-content{border-radius:22px;overflow:hidden}.quote-action-modal .ant-modal-header{padding:18px 22px 10px;border-bottom:0}.quote-action-modal .ant-modal-title{text-align:center;font-size:18px;font-weight:850}.quote-modal-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}.quote-modal-summary>div{padding:10px 12px;border-radius:12px;background:#f7fbff;border:1px solid #e4eefb}.quote-modal-summary span{display:block;color:#64748b;font-size:12px}.quote-modal-summary strong{display:block;margin-top:4px;color:#0b63f6;font-size:17px}.quote-modal-text{max-height:430px;overflow:auto;margin-bottom:0!important;padding:12px;border:1px solid #edf2f7;border-radius:14px;background:#fbfdff;color:#1f2937;font-size:13px;line-height:1.75;white-space:pre-wrap}.quote-modal-actions{width:100%;justify-content:space-between}.quote-modal-actions .ant-btn{flex:1;height:42px;border-radius:12px;font-weight:750}.mobile-bottom-bar{box-shadow:0 -16px 30px #0f172a1f}.mobile-bottom-bar .ant-btn{border-radius:12px;font-weight:700}.smart-import-page,.ai-management-page{min-height:100%}.ai-page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.ai-management-page .ant-card{border-radius:12px}.ai-management-page .ant-table-cell{vertical-align:top}.assistant-ready-card{border:1px solid #cfe0ff;background:linear-gradient(135deg,#f8fbff,#eef5ff)}.assistant-ready-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;color:#fff;background:#1677ff;font-size:22px}.smart-import-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.smart-import-steps{margin-bottom:16px;padding:16px;border:1px solid #edf2f7;border-radius:12px;background:#fff}.smart-import-card{border-radius:12px;border-color:#e5edf5}.smart-import-dragger .ant-upload-drag-container{padding:34px 12px}.smart-file-item{align-items:flex-start!important}.smart-preview-image{width:100%;height:auto;display:block;margin-top:10px;border:1px solid #e5edf5;border-radius:10px;background:#fff}.smart-file-item .ant-image,.smart-file-item .ant-image-img{width:100%;object-fit:contain}.smart-pdf-frame{width:100%;height:520px;margin-top:10px;border:1px solid #e5edf5;border-radius:10px;background:#f8fafc}.smart-text-preview{max-height:360px;overflow:auto;margin-top:10px;padding:10px;border:1px solid #e5edf5;border-radius:10px;background:#f8fafc;color:#475569;font-size:13px;line-height:1.7;white-space:pre-wrap}.smart-field-block{padding:14px 0;border-bottom:1px solid #eef2f7}.smart-field-block:first-child{padding-top:0}.smart-field-block:last-child{border-bottom:0}.smart-field-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.smart-evidence{padding:8px 10px;border-radius:8px;background:#f8fafc;color:#64748b;font-size:12px;line-height:1.6}.smart-candidates{display:block;margin-top:8px;padding:8px 10px;border:1px dashed #cbd5e1;border-radius:8px;background:#fff}.smart-price-card{position:sticky;top:82px}@media(max-width:900px){.login-scene{grid-template-columns:1fr;min-height:100vh;background:#fff}.login-animated-panel{min-height:360px;padding:24px 18px}.login-character-stage{height:240px;gap:0}.animated-character{width:86px;height:222px;transform:scale(.78);margin:0 -8px}.character-sales,.character-client,.character-planner{height:222px}.login-footer-links{justify-content:center;gap:16px}.login-panel{min-height:auto;padding:34px 22px 28px}.login-panel h2.ant-typography{font-size:24px}.login-form{margin-top:28px}}@media(max-width:520px){.login-animated-panel{min-height:310px;padding:18px 14px}.login-character-stage{height:210px}.animated-character{transform:scale(.68);margin:0 -14px}.login-footer-links{display:none}.login-panel{padding:30px 18px 22px}.sales-filter-grid{grid-template-columns:minmax(220px,1fr) minmax(132px,.48fr) minmax(132px,.48fr)}.sales-filter-actions{grid-column:1 / -1}.sales-shell-header{height:auto;min-height:58px;gap:8px;padding:8px 12px}.sales-shell-header>.ant-space{min-width:0;flex:1;overflow:hidden}.sales-shell-brand{max-width:150px;overflow:hidden;font-size:16px;white-space:nowrap}.sales-shell-menu{min-width:0;width:auto;flex:1 1 auto}.sales-shell-menu .ant-menu-item{padding:0 10px;font-size:14px}.sales-user-button{max-width:88px;padding:0 8px;overflow:hidden}.sales-shell-content{padding:14px 12px 28px;max-width:100vw;overflow-x:hidden}.sales-page-head{align-items:flex-start}.sales-product-main{grid-template-columns:136px minmax(0,1fr);align-items:start}.sales-product-thumb{width:136px;height:auto;min-height:100px;grid-row:1 / span 3}.sales-product-info,.sales-product-price,.sales-product-actions{grid-column:2}.sales-product-actions{justify-content:flex-start}.sales-product-price{min-width:0}.smart-price-card{position:static}.detail-hero-card .ant-card-body,.detail-info-card .ant-card-body{padding:12px}.detail-app-grid,.detail-hero-grid{grid-template-columns:1fr;gap:12px}.detail-poster-wrap{max-height:none;border-radius:18px}.detail-poster-image{max-height:none;height:auto}.sales-shell-brand{max-width:128px;font-size:15px}.sales-shell-brand:before{width:22px;height:22px;margin-right:6px;vertical-align:-6px}.sales-shell-menu .ant-menu-overflow-item-rest{display:none!important}.sales-shell-menu .ant-menu-item{padding:0 8px;font-size:13px}.sales-user-button{width:34px;min-width:34px;max-width:34px;padding:0;overflow:hidden}.sales-user-name,.sales-page-head{display:none}.sales-filter-panel{top:64px;margin:-2px 0 10px;border-radius:14px}.sales-filter-panel .ant-card-body{padding:10px}.sales-filter-grid{grid-template-columns:1fr;gap:8px}.sales-filter-actions{justify-content:stretch}.sales-filter-actions .ant-btn{flex:1}.sales-product-row .ant-card-body{padding:10px}.sales-product-main{grid-template-columns:128px minmax(0,1fr);gap:10px}.sales-product-thumb{width:128px;height:auto;min-height:96px;border-radius:12px}.sales-product-title{font-size:16px;margin-top:6px}.price-main,.price-missing{font-size:19px}.sales-product-meta{font-size:12px}.sales-product-price{padding:10px}.sales-product-actions .ant-btn{min-width:0;flex:1;padding:0 8px}.detail-poster-wrap{border-radius:20px}.detail-poster-wrap .ant-image,.detail-poster-wrap .ant-image-img{width:100%;max-height:none}.detail-phone-panel{padding:14px;border-radius:16px}.detail-price-ribbon{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px}.detail-price-ribbon>div{min-height:72px}.detail-price-ribbon strong{font-size:18px}.detail-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-price-grid strong{font-size:19px}.detail-price-grid>div{min-height:86px;padding:10px}.detail-action-row .ant-btn{flex:1}.detail-info-line{grid-template-columns:76px minmax(0,1fr);gap:10px}.detail-icon-line{grid-template-columns:30px 64px minmax(0,1fr);gap:8px;padding:12px 0}.detail-icon-badge{width:26px;height:26px;border-radius:9px}.detail-icon-title,.detail-icon-value{font-size:14px}.detail-file-list .ant-list-item{align-items:flex-start}.detail-file-list .ant-list-item-action{margin-left:0!important}.quote-action-modal{max-width:100vw}.quote-action-modal .ant-modal-content{border-radius:22px 22px 0 0!important}.quote-modal-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.quote-modal-actions .ant-space-item{min-width:0}.quote-modal-actions .ant-btn{width:100%;padding:0 8px}.smart-import-header{align-items:flex-start;flex-direction:column}.smart-import-header>.ant-space{display:block;width:100%}.smart-import-header>.ant-space .ant-space-item{margin-bottom:8px}.smart-import-header h3{font-size:22px!important;line-height:1.25!important;white-space:normal}.smart-import-steps{padding:12px}.smart-preview-image{max-height:none}.smart-pdf-frame{height:420px}.smart-field-head{align-items:flex-start;flex-direction:column}.admin-shell{display:block;min-width:0}.admin-shell.ant-layout-has-sider{display:block}.admin-sider{display:none}.admin-main{min-width:0;width:100vw;overflow-x:hidden}.admin-header{height:54px;padding:0 12px}.admin-content{width:calc(100vw - 20px);max-width:calc(100vw - 20px);margin:10px;padding:10px;border-radius:12px;overflow-x:hidden}.smart-import-page,.smart-import-card,.smart-import-steps{width:100%;max-width:100%;overflow-x:hidden}.smart-import-header>.ant-space .ant-space-item{display:block;width:100%}.smart-import-header h3,.smart-import-header .ant-typography{word-break:normal;overflow-wrap:break-word;writing-mode:horizontal-tb}}@media(max-width:768px){body{font-size:15px;-webkit-tap-highlight-color:transparent}.ant-card{border-radius:14px;margin-bottom:12px}.ant-card-body{padding:12px}.mobile-filter-bar{position:sticky;top:0;z-index:50;background:#fff;padding:10px 12px;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;align-items:center}.mobile-filter-bar .ant-input-affix-wrapper{flex:1;border-radius:20px}.mobile-filter-bar .ant-btn{border-radius:20px;height:36px}.mobile-product-card{border-radius:10px;overflow:hidden;box-shadow:0 1px 4px #0000000f;background:#fff;margin-bottom:14px}.mobile-product-card .card-image{width:100%;height:180px;object-fit:cover;display:block}.mobile-product-card .card-body{padding:12px 14px}.mobile-product-card .card-title{font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}.mobile-product-card .card-meta{font-size:13px;color:#666;margin-bottom:8px;display:flex;flex-wrap:wrap;gap:4px}.mobile-product-card .card-tags{margin-bottom:8px}.mobile-product-card .card-tags .ant-tag{margin-bottom:4px;font-size:12px}.mobile-product-card .card-prices{display:flex;gap:12px;margin-bottom:10px;font-size:14px}.mobile-product-card .card-prices .rebate{color:#e67e22;font-weight:600}.mobile-product-card .card-prices .discount{color:#27ae60}.mobile-product-card .card-actions{display:flex;gap:8px;flex-wrap:wrap}.mobile-product-card .card-actions .ant-btn{flex:1;min-width:0;height:40px;font-size:13px;border-radius:6px}.mobile-filter-panel{padding:16px}.mobile-filter-panel .filter-row{margin-bottom:14px}.mobile-filter-panel .filter-label{font-size:14px;font-weight:500;margin-bottom:6px;display:block}.mobile-filter-panel .ant-select{width:100%!important}.mobile-filter-panel .filter-footer{display:flex;gap:10px;padding-top:12px;border-top:1px solid #f0f0f0}.mobile-filter-panel .filter-footer .ant-btn{flex:1;height:44px;border-radius:8px}.mobile-detail-header{padding:0}.mobile-detail-header .detail-image{width:100%;max-height:240px;object-fit:cover}.mobile-detail-header .detail-title{font-size:18px;font-weight:700;line-height:1.4;padding:12px 14px 4px;margin:0}.mobile-detail-header .detail-meta{padding:0 14px 8px;font-size:13px;color:#888}.mobile-plan-tabs{display:flex;gap:6px;padding:8px 14px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-plan-tabs .plan-tab{flex-shrink:0;padding:8px 14px;border-radius:20px;font-size:13px;background:#f5f5f5;border:1px solid #e8e8e8;cursor:pointer;white-space:nowrap}.mobile-plan-tabs .plan-tab.active{background:#1677ff;color:#fff;border-color:#1677ff}.mobile-price-box{margin:8px 14px;padding:12px;background:#fafafa;border-radius:8px;display:flex;gap:16px;flex-wrap:wrap}.mobile-price-box .price-item{text-align:center}.mobile-price-box .price-value{font-size:18px;font-weight:700;color:#e74c3c}.mobile-price-box .price-label{font-size:12px;color:#999}.mobile-section{margin:8px 14px;padding:0;border-bottom:1px solid #f5f5f5}.mobile-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;cursor:pointer;font-size:15px;font-weight:500}.mobile-section .section-body{padding-bottom:12px;font-size:14px;line-height:1.7;color:#333}.mobile-section .section-body.collapsed{display:none}.mobile-file-list{padding:0 14px}.mobile-file-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f5f5f5}.mobile-file-item .file-icon{font-size:28px;flex-shrink:0}.mobile-file-item .file-info{flex:1;min-width:0}.mobile-file-item .file-name{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-file-item .file-size{font-size:12px;color:#999}.mobile-file-item .file-action{flex-shrink:0}.mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid #e8e8e8;padding:8px 14px calc(8px + env(safe-area-inset-bottom,0px));display:flex;gap:8px}.mobile-bottom-bar .ant-btn{height:44px;border-radius:8px;font-size:15px}.mobile-bottom-bar .ant-btn-primary{flex:2}.mobile-bottom-bar .ant-btn-default{flex:1}.mobile-bottom-spacer{height:70px}.ant-modal{max-width:100vw!important;margin:0!important;top:0!important}.ant-modal-content{border-radius:12px 12px 0 0!important;max-height:90vh;overflow-y:auto}.ant-modal-header{border-radius:12px 12px 0 0!important}.mobile-nav{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;display:flex;padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid #e8e8e8}.mobile-nav .nav-item{flex:1;text-align:center;padding:8px 0 4px;font-size:11px;color:#999;cursor:pointer}.mobile-nav .nav-item.active{color:#1677ff}.mobile-nav .nav-item .nav-icon{font-size:22px;display:block;margin-bottom:2px}.sales-shell .ant-layout-header{min-height:54px;height:auto;line-height:normal;padding:8px 10px}.sales-shell{background:linear-gradient(180deg,#edf7ff,#f6fbff 26%,#f5f7f9)}.sales-shell-header{position:sticky;top:0;display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"nav actions";gap:6px 8px;padding:calc(8px + env(safe-area-inset-top,0px)) 12px 8px!important;background:#fffffff0!important}.sales-shell-header>.ant-space:first-child{grid-area:nav;min-width:0;width:100%;display:block!important}.sales-shell-header>.ant-space:last-child{grid-area:actions;gap:6px!important}.sales-shell-brand{display:none!important}.sales-shell-brand:before{display:none!important}.sales-shell-menu{width:100%;min-width:0!important;justify-content:flex-start}.sales-shell-menu .ant-menu-item{height:34px!important;line-height:34px!important;margin:0 2px!important;padding:0 10px!important;border-radius:10px!important}.sales-shell-header .ant-btn{height:34px;border-radius:10px}.sales-shell-content{padding:12px 10px 28px!important}.sales-filter-panel{position:static!important;top:auto!important;z-index:auto!important;margin:4px 0 12px!important;border-radius:16px!important;box-shadow:0 10px 28px #0f172a14!important}.sales-filter-panel .ant-card-body{padding:10px!important}.sales-filter-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.sales-filter-keyword,.sales-filter-actions{grid-column:1 / -1}.sales-filter-panel .ant-input-affix-wrapper,.sales-filter-panel .ant-select-selector,.sales-filter-panel .ant-select{height:42px!important;min-height:42px!important}.sales-filter-panel .ant-select-selection-placeholder,.sales-filter-panel .ant-select-selection-item{line-height:40px!important}.sales-filter-actions{display:grid!important;grid-template-columns:1.1fr .9fr;gap:8px}.sales-filter-actions .ant-btn{width:100%;height:42px!important;border-radius:12px!important}.sales-list-meta{margin:0 2px 8px!important;font-size:12px}.sales-product-row{border-radius:16px!important;margin-bottom:10px!important;box-shadow:0 12px 30px #0f172a12!important}.sales-product-row .ant-card-body{padding:10px!important}.sales-product-main{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-areas:"thumb info" "thumb price" "actions actions"!important;gap:10px!important;align-items:start!important}.sales-product-thumb{grid-area:thumb;width:112px!important;height:178px!important;border-radius:12px!important}.sales-product-info{grid-area:info;min-width:0}.sales-product-info .ant-space{gap:4px!important}.sales-product-info .ant-tag{margin-right:0;padding:0 6px;font-size:12px;line-height:22px;border-radius:7px}.sales-product-title{margin-top:7px!important;font-size:17px!important;line-height:1.3!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sales-product-meta{margin-top:6px!important;color:#64748b;font-size:12px!important;line-height:1.45!important}.sales-product-meta .ant-divider{margin-inline:5px}.sales-product-price{grid-area:price;min-width:0!important;padding:9px 10px!important;border-radius:13px!important}.sales-product-price .ant-typography{font-size:12px}.price-main,.price-missing{margin:2px 0 6px!important;font-size:24px!important;line-height:1.1!important}.rebate-chip,.discount-chip,.room-chip{min-height:24px;padding:2px 8px;font-size:13px}.sales-product-actions{grid-area:actions;display:grid!important;grid-template-columns:1fr 1fr 1fr;gap:8px!important;width:100%}.sales-product-actions .ant-space-item{min-width:0}.sales-product-actions .ant-btn{width:100%;height:38px!important;padding:0 8px!important;border-radius:11px!important;font-size:14px}.recommend-section-card{border-radius:16px!important;margin-bottom:12px!important}.recommend-section-card .ant-card-body{padding:10px!important}.recommend-card .ant-card-body{min-height:0!important;padding:12px!important}.recommend-card-title{min-height:0!important;font-size:16px!important}.recommend-card-price span{font-size:20px!important}.recommend-detail{grid-template-columns:48px minmax(0,1fr)!important;padding:8px!important}.competitor-compare-card{margin-bottom:12px!important;border-radius:16px!important}.competitor-compare-card .ant-card-body{padding:12px!important}.competitor-upload-head{margin-bottom:10px!important}.competitor-upload-head h4{font-size:18px!important}.competitor-uploader .ant-upload-drag{min-height:178px!important}.competitor-actions{position:relative;z-index:2;display:flex!important;gap:8px!important;margin:12px 0 14px!important}.competitor-actions .ant-space-item:first-child{flex:1 1 auto!important}.competitor-actions .ant-space-item:last-child{flex:0 0 84px!important}.competitor-actions .ant-space-item,.competitor-actions .ant-btn{width:100%!important}.competitor-guide{min-height:0!important;padding:14px!important;border-radius:16px!important}.competitor-guide-title{grid-template-columns:36px minmax(0,1fr)!important;gap:10px!important}.competitor-guide-title>.anticon{width:36px!important;height:36px!important;font-size:19px!important}.competitor-guide-grid{grid-template-columns:1fr!important;gap:8px!important;margin-top:12px!important}.competitor-guide-grid>div{min-height:0!important;padding:11px 12px!important}.skeleton-card{background:#f5f5f5;border-radius:10px;height:300px;margin-bottom:14px;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.desktop-only,.desktop-table{display:none!important}}@media(max-width:520px){html,body,#root{width:100%!important;min-width:0!important;min-height:100%!important;overflow-x:hidden!important}.ant-layout,.sales-shell,.admin-shell,.sales-shell-content,.admin-main,.admin-content{width:100%!important;min-width:0!important;max-width:100vw!important;overflow-x:hidden!important}.admin-shell,.admin-shell.ant-layout-has-sider{display:block!important}.admin-sider{display:none!important}.admin-header{position:sticky!important;top:0!important;z-index:40!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;height:auto!important;min-height:52px!important;padding:calc(8px + env(safe-area-inset-top,0px)) 10px 8px!important;line-height:normal!important;background:#fffffff5!important;overflow:visible!important}.admin-header .ant-space{gap:6px!important;min-width:0!important}.admin-header .ant-btn{height:34px!important;border-radius:10px!important;padding:0 10px!important}.admin-header .ant-typography{display:none!important}.admin-content{margin:0!important;padding:10px!important;border-radius:0!important;background:#f5f8fb!important}.admin-content .ant-card,.admin-content .ant-table-wrapper,.admin-content .ant-form,.admin-content .ant-upload-wrapper{width:100%!important;max-width:100%!important;min-width:0!important}.admin-content .ant-table-wrapper,.admin-content .ant-table-container{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.admin-content .ant-table{min-width:680px}.admin-product-page{background:transparent!important;border:0!important;box-shadow:none!important}.admin-product-page>.ant-card-body{padding:0!important}.admin-product-toolbar{margin:0 0 12px!important;padding:12px!important;border-radius:18px!important;background:#fffffff0!important;box-shadow:0 14px 34px #0f172a14!important}.admin-product-toolbar .ant-col{flex:0 0 50%!important;max-width:50%!important}.admin-product-toolbar .admin-product-keyword,.admin-product-toolbar .admin-product-create-actions{flex:0 0 100%!important;max-width:100%!important}.admin-product-toolbar .ant-input-affix-wrapper,.admin-product-toolbar .ant-select,.admin-product-toolbar .ant-select-selector,.admin-product-toolbar .ant-btn{width:100%!important;height:42px!important;border-radius:12px!important}.admin-product-create-actions{text-align:left!important}.admin-product-create-actions .ant-space{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important;width:100%}.admin-product-create-actions .ant-space-item{min-width:0}.admin-product-create-actions .ant-btn{padding:0 8px!important;font-size:14px!important}.admin-product-table{display:none!important}.admin-mobile-list{display:block!important}.admin-mobile-count{margin:0 2px 8px;color:#64748b;font-size:13px}.admin-mobile-product-card{margin-bottom:12px!important;border:0!important;border-radius:18px!important;background:#fffffff7!important;box-shadow:0 14px 34px #0f172a14!important;overflow:hidden}.admin-mobile-product-card .ant-card-body{padding:10px!important}.admin-mobile-product-main{display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px;align-items:start}.admin-mobile-product-thumb{width:118px;height:auto;min-height:100px;border:1px solid rgba(148,163,184,.24);border-radius:14px;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#94a3b8}.admin-mobile-product-thumb .ant-image,.admin-mobile-product-thumb .ant-image-img{width:100%!important;height:auto!important}.admin-mobile-product-thumb img{width:100%!important;max-width:100%!important;height:auto!important;object-fit:cover!important;object-position:center top!important;display:block!important;margin:0 auto!important}.admin-mobile-product-info{min-width:0}.admin-mobile-product-info .ant-tag{margin-right:0;padding:0 6px;border-radius:8px;line-height:22px}.admin-mobile-product-title{margin-top:8px;color:#0f172a;font-size:17px;font-weight:700;line-height:1.32;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admin-mobile-product-meta{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:7px;color:#64748b;font-size:12px}.admin-mobile-tags{margin-top:8px}.admin-mobile-tags .ant-tag{margin-right:4px;margin-bottom:4px;border-radius:8px}.admin-mobile-product-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.admin-mobile-product-actions .ant-btn{width:100%;height:36px;padding:0 8px;border-radius:11px;font-size:13px}.admin-mobile-pagination{display:flex;justify-content:center;margin:14px 0 8px}.admin-mobile-tip{display:block;text-align:center;font-size:12px}.smart-import-header,.sales-page-head{max-width:100%!important;overflow:visible!important}.sales-shell-header{width:100%!important;max-width:100vw!important;overflow:hidden!important}.sales-shell-menu{overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch}.sales-product-main{grid-template-columns:110px minmax(0,1fr)!important;gap:10px!important}.sales-product-thumb{width:110px!important;height:auto!important;min-height:96px!important;padding:0!important;background:#edf5f7!important;border-color:#94a3b842!important}.sales-product-thumb .ant-image,.sales-product-thumb .ant-image-img{width:100%!important;height:auto!important}.sales-product-thumb img,.sales-product-thumb .ant-image-img{width:100%!important;max-width:100%!important;height:auto!important;object-fit:cover!important;object-position:center top!important;display:block!important;margin:0 auto!important}.sales-product-title{font-size:16px!important}.price-main,.price-missing{font-size:22px!important}.sales-product-actions{grid-template-columns:1fr 1fr 1fr!important}.sales-product-actions .ant-btn{font-size:13px!important}}@media(max-width:374px){.sales-product-main{grid-template-columns:100px minmax(0,1fr)!important}.sales-product-thumb{width:100px!important;height:186px!important}.sales-product-actions{grid-template-columns:1fr!important}.admin-mobile-product-main{grid-template-columns:108px minmax(0,1fr)}.admin-mobile-product-thumb{width:108px;height:192px}.admin-mobile-product-actions{grid-template-columns:1fr 1fr}}.admin-mobile-list{display:none}@media(max-width:768px){.sales-list-meta{display:block!important;margin:2px 4px 10px!important;color:#64748b;font-size:13px}.sales-product-main{grid-template-columns:128px minmax(0,1fr)!important;grid-template-areas:"thumb info" "thumb price" "actions actions"!important;align-items:stretch!important}.sales-product-thumb{width:128px!important;height:226px!important;min-height:226px!important;padding:4px!important;align-self:stretch!important;background:linear-gradient(180deg,#f8fcff,#eef7f9)!important}.sales-product-thumb img,.sales-product-thumb .ant-image,.sales-product-thumb .ant-image-img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center top!important;border-radius:9px}.sales-product-price{align-self:end;border-color:#f4d7a6!important;background:linear-gradient(180deg,#fffaf1,#fff)!important}.sales-rebate-row{gap:6px!important}.sales-product-actions{grid-template-columns:1fr 1fr 1fr!important}.sales-product-actions .ant-btn{min-width:0!important;overflow:hidden}.mobile-compare-stack{display:block!important;margin-bottom:12px}.compare-page-head{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;gap:8px!important;align-items:center!important;width:100%}.compare-page-head .ant-space-item{min-width:0!important}.compare-page-head .ant-space-item:nth-child(2){overflow:hidden}.compare-page-head h4{margin:0!important;white-space:nowrap;font-size:22px!important;line-height:1.2!important}.compare-page-head .ant-space-item:nth-child(3){grid-column:1 / 3}.compare-page-head .ant-picker{width:100%!important}.desktop-compare-table{display:none!important}.mobile-compare-summary-card,.mobile-compare-card{border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;background:#fffffff5!important;box-shadow:0 14px 34px #0f172a1a!important}.mobile-compare-card .ant-card-body{padding:12px!important}.mobile-compare-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;padding-bottom:10px;border-bottom:1px solid #edf2f7}.mobile-compare-card-head h3{margin:8px 0 4px;color:#0f172a;font-size:18px;line-height:1.32;cursor:pointer}.mobile-compare-price{min-width:92px;padding:8px 10px;border-radius:14px;background:#fff7ed;color:#d4380d;font-size:18px;font-weight:850;text-align:right}.mobile-compare-price span{display:block;margin-top:4px;font-size:12px}.mobile-compare-price .good{color:#16a34a}.mobile-compare-price .risk{color:#d97706}.mobile-compare-insights{display:grid;gap:8px;margin-top:10px}.mobile-compare-insight{display:grid;grid-template-columns:54px minmax(0,1fr);gap:8px;padding:9px 10px;border-radius:12px;background:#f8fafc;color:#334155;line-height:1.55}.mobile-compare-insight strong{color:#0f172a}.mobile-compare-insight.good{background:#ecfdf5}.mobile-compare-insight.good strong{color:#047857}.mobile-compare-insight.risk{background:#fff7ed}.mobile-compare-insight.risk strong{color:#c2410c}.recommend-human-details{display:grid;gap:6px;margin-top:10px}.recommend-human-detail{display:grid;grid-template-columns:44px minmax(0,1fr);gap:6px;padding:7px 8px;border-radius:10px;background:#f8fafc;color:#475569;font-size:12px;line-height:1.45}.recommend-human-detail strong{color:#0f172a}.recommend-human-detail.good{background:#ecfdf5}.recommend-human-detail.good strong{color:#047857}.recommend-human-detail.risk{background:#fff7ed}.recommend-human-detail.risk strong{color:#c2410c}.recommend-human-detail.money{background:#fff1f2}.recommend-human-detail.money strong{color:#be123c}}@media(max-width:390px){.sales-product-main{grid-template-columns:120px minmax(0,1fr)!important}.sales-product-thumb{width:120px!important;height:218px!important;min-height:218px!important}.sales-product-actions{grid-template-columns:1fr 1fr!important}}@media(max-width:768px){body{font-size:15px;-webkit-tap-highlight-color:transparent}.ant-card{border-radius:14px;margin-bottom:12px}.ant-card-body{padding:12px}.mobile-filter-bar{position:sticky;top:0;z-index:50;background:#fff;padding:10px 12px;border-bottom:1px solid #f0f0f0;display:flex;gap:8px;align-items:center}.mobile-filter-bar .ant-input-affix-wrapper{flex:1;border-radius:20px}.mobile-filter-bar .ant-btn{border-radius:20px;height:36px}.mobile-product-card{border-radius:10px;overflow:hidden;box-shadow:0 1px 4px #0000000f;background:#fff;margin-bottom:14px}.mobile-product-card .card-image{width:100%;height:180px;object-fit:cover;display:block}.mobile-product-card .card-body{padding:12px 14px}.mobile-product-card .card-title{font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}.mobile-product-card .card-meta{font-size:13px;color:#666;margin-bottom:8px;display:flex;flex-wrap:wrap;gap:4px}.mobile-product-card .card-tags{margin-bottom:8px}.mobile-product-card .card-tags .ant-tag{margin-bottom:4px;font-size:12px}.mobile-product-card .card-prices{display:flex;gap:12px;margin-bottom:10px;font-size:14px}.mobile-product-card .card-prices .rebate{color:#e67e22;font-weight:600}.mobile-product-card .card-prices .discount{color:#27ae60}.mobile-product-card .card-actions{display:flex;gap:8px;flex-wrap:wrap}.mobile-product-card .card-actions .ant-btn{flex:1;min-width:0;height:40px;font-size:13px;border-radius:6px}.mobile-filter-panel{padding:16px}.mobile-filter-panel .filter-row{margin-bottom:14px}.mobile-filter-panel .filter-label{font-size:14px;font-weight:500;margin-bottom:6px;display:block}.mobile-filter-panel .ant-select{width:100%!important}.mobile-filter-panel .filter-footer{display:flex;gap:10px;padding-top:12px;border-top:1px solid #f0f0f0}.mobile-filter-panel .filter-footer .ant-btn{flex:1;height:44px;border-radius:8px}.mobile-detail-header{padding:0}.mobile-detail-header .detail-image{width:100%;max-height:240px;object-fit:cover}.mobile-detail-header .detail-title{font-size:18px;font-weight:700;line-height:1.4;padding:12px 14px 4px;margin:0}.mobile-detail-header .detail-meta{padding:0 14px 8px;font-size:13px;color:#888}.mobile-plan-tabs{display:flex;gap:6px;padding:8px 14px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mobile-plan-tabs .plan-tab{flex-shrink:0;padding:8px 14px;border-radius:20px;font-size:13px;background:#f5f5f5;border:1px solid #e8e8e8;cursor:pointer;white-space:nowrap}.mobile-plan-tabs .plan-tab.active{background:#1677ff;color:#fff;border-color:#1677ff}.mobile-price-box{margin:8px 14px;padding:12px;background:#fafafa;border-radius:8px;display:flex;gap:16px;flex-wrap:wrap}.mobile-price-box .price-item{text-align:center}.mobile-price-box .price-value{font-size:18px;font-weight:700;color:#e74c3c}.mobile-price-box .price-label{font-size:12px;color:#999}.mobile-section{margin:8px 14px;padding:0;border-bottom:1px solid #f5f5f5}.mobile-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;cursor:pointer;font-size:15px;font-weight:500}.mobile-section .section-body{padding-bottom:12px;font-size:14px;line-height:1.7;color:#333}.mobile-section .section-body.collapsed{display:none}.mobile-file-list{padding:0 14px}.mobile-file-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f5f5f5}.mobile-file-item .file-icon{font-size:28px;flex-shrink:0}.mobile-file-item .file-info{flex:1;min-width:0}.mobile-file-item .file-name{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-file-item .file-size{font-size:12px;color:#999}.mobile-file-item .file-action{flex-shrink:0}.mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid #e8e8e8;padding:8px 14px calc(8px + env(safe-area-inset-bottom,0px));display:flex;gap:8px}.mobile-bottom-bar .ant-btn{height:44px;border-radius:8px;font-size:15px}.mobile-bottom-bar .ant-btn-primary{flex:2}.mobile-bottom-bar .ant-btn-default{flex:1}.mobile-bottom-spacer{height:70px}.ant-modal{max-width:100vw!important;margin:0!important;top:0!important}.ant-modal-content{border-radius:12px 12px 0 0!important;max-height:90vh;overflow-y:auto}.ant-modal-header{border-radius:12px 12px 0 0!important}.mobile-nav{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;display:flex;padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid #e8e8e8}.mobile-nav .nav-item{flex:1;text-align:center;padding:8px 0 4px;font-size:11px;color:#999;cursor:pointer}.mobile-nav .nav-item.active{color:#1677ff}.mobile-nav .nav-item .nav-icon{font-size:22px;display:block;margin-bottom:2px}.sales-shell .ant-layout-header{min-height:54px;height:auto;line-height:normal;padding:8px 10px}.sales-shell{background:linear-gradient(180deg,#edf7ff,#f6fbff 26%,#f5f7f9)}.sales-shell-header{position:sticky;top:0;display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"nav actions";gap:6px 8px;padding:calc(8px + env(safe-area-inset-top,0px)) 12px 8px!important;background:#fffffff0!important}.sales-shell-header>.ant-space:first-child{grid-area:nav;min-width:0;width:100%;display:block!important}.sales-shell-header>.ant-space:last-child{grid-area:actions;gap:6px!important}.sales-shell-brand{display:none!important}.sales-shell-brand:before{display:none!important}.sales-shell-menu{width:100%;min-width:0!important;justify-content:flex-start}.sales-shell-menu .ant-menu-item{height:34px!important;line-height:34px!important;margin:0 2px!important;padding:0 10px!important;border-radius:10px!important}.sales-shell-header .ant-btn{height:34px;border-radius:10px}.sales-shell-content{padding:12px 10px 100px!important}.sales-filter-panel{position:static!important;top:auto!important;z-index:auto!important;margin:4px 0 12px!important;border-radius:16px!important;box-shadow:0 10px 28px #0f172a14!important}.sales-filter-panel .ant-card-body{padding:10px!important}.sales-filter-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.sales-filter-keyword,.sales-filter-actions{grid-column:1 / -1}.sales-filter-panel .ant-input-affix-wrapper,.sales-filter-panel .ant-select-selector,.sales-filter-panel .ant-select{height:42px!important;min-height:42px!important}.sales-filter-panel .ant-select-selection-placeholder,.sales-filter-panel .ant-select-selection-item{line-height:40px!important}.sales-filter-actions{display:grid!important;grid-template-columns:1.1fr .9fr;gap:8px}.sales-filter-actions .ant-btn{width:100%;height:42px!important;border-radius:12px!important}.sales-list-meta{margin:0 2px 8px!important;font-size:12px}.sales-product-row{border-radius:16px!important;margin-bottom:10px!important;box-shadow:0 12px 30px #0f172a12!important}.sales-product-row .ant-card-body{padding:10px!important}.sales-product-main{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-areas:"thumb info" "thumb price" "actions actions"!important;gap:10px!important;align-items:start!important}.sales-product-thumb{grid-area:thumb;width:112px!important;height:auto!important;border-radius:12px!important}.sales-product-info{grid-area:info;min-width:0}.sales-product-info .ant-space{gap:4px!important}.sales-product-info .ant-tag{margin-right:0;padding:0 6px;font-size:12px;line-height:22px;border-radius:7px}.sales-product-title{margin-top:7px!important;font-size:17px!important;line-height:1.3!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sales-product-meta{margin-top:6px!important;color:#64748b;font-size:12px!important;line-height:1.45!important}.sales-product-meta .ant-divider{margin-inline:5px}.sales-product-price{grid-area:price;min-width:0!important;padding:9px 10px!important;border-radius:13px!important}.sales-product-price .ant-typography{font-size:12px}.price-main,.price-missing{margin:2px 0 6px!important;font-size:24px!important;line-height:1.1!important}.rebate-chip,.discount-chip,.room-chip{min-height:24px;padding:2px 8px;font-size:13px}.sales-product-actions{grid-area:actions;display:grid!important;grid-template-columns:1fr 1fr 1fr;gap:8px!important;width:100%}.sales-product-actions .ant-space-item{min-width:0}.sales-product-actions .ant-btn{width:100%;height:38px!important;padding:0 8px!important;border-radius:11px!important;font-size:14px}.recommend-section-card{border-radius:16px!important;margin-bottom:12px!important}.recommend-section-card .ant-card-body{padding:10px!important}.recommend-card .ant-card-body{min-height:0!important;padding:12px!important}.recommend-card-title{min-height:0!important;font-size:16px!important}.recommend-card-price span{font-size:20px!important}.recommend-detail{grid-template-columns:48px minmax(0,1fr)!important;padding:8px!important}.competitor-compare-card{margin-bottom:12px!important;border-radius:16px!important}.competitor-compare-card .ant-card-body{padding:12px!important}.competitor-upload-head{margin-bottom:10px!important}.competitor-upload-head h4{font-size:18px!important}.competitor-uploader .ant-upload-drag{min-height:178px!important}.competitor-actions{position:relative;z-index:2;display:flex!important;gap:8px!important;margin:12px 0 14px!important}.competitor-actions .ant-space-item:first-child{flex:1 1 auto!important}.competitor-actions .ant-space-item:last-child{flex:0 0 84px!important}.competitor-actions .ant-space-item,.competitor-actions .ant-btn{width:100%!important}.competitor-guide{min-height:0!important;padding:14px!important;border-radius:16px!important}.competitor-guide-title{grid-template-columns:36px minmax(0,1fr)!important;gap:10px!important}.competitor-guide-title>.anticon{width:36px!important;height:36px!important;font-size:19px!important}.competitor-guide-grid{grid-template-columns:1fr!important;gap:8px!important;margin-top:12px!important}.competitor-guide-grid>div{min-height:0!important;padding:11px 12px!important}.skeleton-cards{display:flex;flex-direction:column;gap:12px}.skeleton-pulse{animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton-product-card{display:grid;grid-template-columns:112px 1fr;gap:12px;padding:12px;background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000f}.skeleton-product-thumb{width:112px;height:178px;border-radius:10px;background:#f0f0f0}.skeleton-product-body{display:flex;flex-direction:column;gap:8px}.skeleton-line{height:14px;border-radius:4px;background:#f0f0f0}.skeleton-line-full{width:100%}.skeleton-line-medium{width:70%}.skeleton-line-short{width:40%}.skeleton-product-tags{display:flex;gap:6px}.skeleton-tag{width:50px;height:22px;border-radius:4px;background:#f0f0f0}.skeleton-product-price{width:80px;height:28px;border-radius:4px;background:#f0f0f0}.skeleton-product-actions{display:flex;gap:8px}.skeleton-btn{flex:1;height:36px;border-radius:6px;background:#f0f0f0}.skeleton-detail{display:flex;flex-direction:column;gap:16px}.skeleton-detail-hero{width:100%;height:240px;border-radius:10px;background:#f0f0f0}.skeleton-detail-section{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border-radius:10px}.back-to-top{left:16px!important;right:auto!important;bottom:72px!important;width:36px!important;height:36px!important;border-radius:18px!important;background:#ffffffe6!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 2px 8px #0000001a!important;color:#999!important}.back-to-top:active{transform:scale(.92)!important;background:#fff!important}.ant-empty{padding:40px 20px!important}.ant-empty-description{font-size:14px!important;color:#999!important}.price-main{font-size:26px!important;font-weight:800!important;background:linear-gradient(135deg,#ff4d4f,#ff7875);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-missing{font-size:18px!important;font-weight:600!important;color:#faad14!important}.bottom-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000080;display:flex;align-items:flex-end;justify-content:center;animation:bottom-sheet-fade-in .2s ease}.bottom-sheet-container{width:100%;max-height:85vh;background:#fff;border-radius:16px 16px 0 0;animation:bottom-sheet-slide-up .3s ease;display:flex;flex-direction:column}.bottom-sheet-handle{width:36px;height:4px;border-radius:2px;background:#e0e0e0;margin:12px auto 0}.bottom-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #f0f0f0}.bottom-sheet-title{font-size:16px;font-weight:600}.bottom-sheet-close{width:32px;height:32px;border-radius:50%}.bottom-sheet-content{flex:1;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch}@keyframes bottom-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bottom-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-filter-content{display:flex;flex-direction:column;gap:16px}.mobile-filter-item{display:flex;flex-direction:column;gap:8px}.mobile-filter-item label{font-size:14px;font-weight:500;color:#333}.mobile-filter-actions{display:flex;gap:12px;margin-top:8px}.mobile-filter-actions .ant-btn{height:44px;border-radius:10px}.compare-bar-mobile{flex-wrap:wrap!important;gap:6px!important;padding:8px 12px!important}.compare-bar-mobile .compare-tags{flex:1 1 100%!important;min-width:0!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:4px!important}.compare-bar-mobile .compare-tags .ant-tag{flex-shrink:0!important}.compare-bar-mobile .compare-actions{flex:1 1 100%!important;justify-content:flex-end!important}.desktop-only,.desktop-table{display:none!important}}@media(min-width:769px){.mobile-only,.mobile-nav,.mobile-bottom-bar,.mobile-bottom-spacer{display:none!important}}@media(max-width:520px){html,body,#root{width:100%!important;min-width:0!important;min-height:100%!important;overflow-x:hidden!important}.ant-layout,.sales-shell,.admin-shell,.sales-shell-content,.admin-main,.admin-content{width:100%!important;min-width:0!important;max-width:100vw!important;overflow:clip!important}.admin-shell,.admin-shell.ant-layout-has-sider{display:block!important}.admin-sider{display:none!important}.admin-header{position:sticky!important;top:0!important;z-index:40!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;height:auto!important;min-height:52px!important;padding:calc(8px + env(safe-area-inset-top,0px)) 10px 8px!important;line-height:normal!important;background:#fffffff5!important;overflow:visible!important}.admin-header .ant-space{gap:6px!important;min-width:0!important}.admin-header .ant-btn{height:34px!important;border-radius:10px!important;padding:0 10px!important}.admin-header .ant-typography{display:none!important}.admin-content{margin:0!important;padding:10px!important;border-radius:0!important;background:#f5f8fb!important}.admin-content .ant-card,.admin-content .ant-table-wrapper,.admin-content .ant-form,.admin-content .ant-upload-wrapper{width:100%!important;max-width:100%!important;min-width:0!important}.admin-content .ant-table-wrapper,.admin-content .ant-table-container{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.admin-content .ant-table{min-width:680px}.admin-product-page{background:transparent!important;border:0!important;box-shadow:none!important}.admin-product-page>.ant-card-body{padding:0!important}.admin-product-toolbar{margin:0 0 12px!important;padding:12px!important;border-radius:18px!important;background:#fffffff0!important;box-shadow:0 14px 34px #0f172a14!important}.admin-product-toolbar .ant-col{flex:0 0 50%!important;max-width:50%!important}.admin-product-toolbar .admin-product-keyword,.admin-product-toolbar .admin-product-create-actions{flex:0 0 100%!important;max-width:100%!important}.admin-product-toolbar .ant-input-affix-wrapper,.admin-product-toolbar .ant-select,.admin-product-toolbar .ant-select-selector,.admin-product-toolbar .ant-btn{width:100%!important;height:42px!important;border-radius:12px!important}.admin-product-create-actions{text-align:left!important}.admin-product-create-actions .ant-space{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important;width:100%}.admin-product-create-actions .ant-space-item{min-width:0}.admin-product-create-actions .ant-btn{padding:0 8px!important;font-size:14px!important}.admin-product-table{display:none!important}.admin-mobile-list{display:block!important}.admin-mobile-count{margin:0 2px 8px;color:#64748b;font-size:13px}.admin-mobile-product-card{margin-bottom:12px!important;border:0!important;border-radius:18px!important;background:#fffffff7!important;box-shadow:0 14px 34px #0f172a14!important;overflow:hidden}.admin-mobile-product-card .ant-card-body{padding:10px!important}.admin-mobile-product-main{display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px;align-items:start}.admin-mobile-product-thumb{width:118px;height:auto;border:1px solid rgba(148,163,184,.24);border-radius:14px;background:transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#94a3b8}.admin-mobile-product-thumb .ant-image,.admin-mobile-product-thumb .ant-image-img{width:100%!important;height:auto!important}.admin-mobile-product-thumb img{width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;object-position:center top!important;display:block!important;margin:0 auto!important}.admin-mobile-product-info{min-width:0}.admin-mobile-product-info .ant-tag{margin-right:0;padding:0 6px;border-radius:8px;line-height:22px}.admin-mobile-product-title{margin-top:8px;color:#0f172a;font-size:17px;font-weight:700;line-height:1.32;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admin-mobile-product-meta{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:7px;color:#64748b;font-size:12px}.admin-mobile-tags{margin-top:8px}.admin-mobile-tags .ant-tag{margin-right:4px;margin-bottom:4px;border-radius:8px}.admin-mobile-product-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.admin-mobile-product-actions .ant-btn{width:100%;height:36px;padding:0 8px;border-radius:11px;font-size:13px}.admin-mobile-pagination{display:flex;justify-content:center;margin:14px 0 8px}.admin-mobile-tip{display:block;text-align:center;font-size:12px}.smart-import-header,.sales-page-head{max-width:100%!important;overflow:visible!important}.sales-shell-header{width:100%!important;max-width:100vw!important;overflow:hidden!important}.sales-shell-menu{overflow-x:auto!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch}.sales-product-main{grid-template-columns:110px minmax(0,1fr)!important;gap:10px!important}.sales-product-thumb{width:110px!important;height:auto!important;padding:0!important;background:transparent!important;border-color:#94a3b842!important}.sales-product-thumb .ant-image,.sales-product-thumb .ant-image-img{width:100%!important;height:auto!important}.sales-product-thumb img,.sales-product-thumb .ant-image-img{width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;object-position:center top!important;display:block!important;margin:0 auto!important}.sales-product-title{font-size:16px!important}.price-main,.price-missing{font-size:22px!important}.sales-product-actions{grid-template-columns:1fr 1fr 1fr!important}.sales-product-actions .ant-btn{font-size:13px!important}}@media(max-width:374px){.sales-product-main{grid-template-columns:100px minmax(0,1fr)!important}.sales-product-thumb{width:100px!important;height:186px!important}.sales-product-actions{grid-template-columns:1fr!important}.admin-mobile-product-main{grid-template-columns:108px minmax(0,1fr)}.admin-mobile-product-thumb{width:108px;height:192px}.admin-mobile-product-actions{grid-template-columns:1fr 1fr}.assistant-fab{right:16px!important;bottom:72px!important}.assistant-widget-open{right:0!important;left:0!important;bottom:0!important;top:auto!important;width:100%!important;max-width:100%!important;height:85dvh!important;max-height:85dvh!important;border-radius:16px 16px 0 0!important}}@media(max-width:768px){.sales-list-meta{display:block!important;margin:2px 4px 10px!important;color:#64748b;font-size:13px}.sales-product-main{grid-template-columns:124px minmax(0,1fr)!important;grid-template-areas:"thumb info" "thumb price" "actions actions"!important;align-items:stretch!important}.sales-product-thumb{width:124px!important;height:210px!important;min-height:210px!important;padding:5px!important;align-self:stretch!important;background:linear-gradient(180deg,#f8fcff,#eef7f9)!important}.sales-product-thumb img,.sales-product-thumb .ant-image,.sales-product-thumb .ant-image-img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center top!important;border-radius:9px}.sales-product-price{align-self:end;border-color:#f4d7a6!important;background:linear-gradient(180deg,#fffaf1,#fff)!important}.sales-product-actions{grid-template-columns:1fr 1fr 1fr!important}.sales-product-actions .ant-btn{min-width:0!important;overflow:hidden}.mobile-compare-stack{display:block!important;margin-bottom:12px}.mobile-compare-summary-card,.mobile-compare-card{border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;background:#fffffff5!important;box-shadow:0 14px 34px #0f172a1a!important}.mobile-compare-card .ant-card-body{padding:12px!important}.mobile-compare-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;padding-bottom:10px;border-bottom:1px solid #edf2f7}.mobile-compare-card-head h3{margin:8px 0 4px;color:#0f172a;font-size:18px;line-height:1.32;cursor:pointer}.mobile-compare-price{min-width:92px;padding:8px 10px;border-radius:14px;background:#fff7ed;color:#d4380d;font-size:18px;font-weight:850;text-align:right}.mobile-compare-price span{display:block;margin-top:4px;font-size:12px}.mobile-compare-price .good{color:#16a34a}.mobile-compare-price .risk{color:#d97706}.mobile-compare-insights{display:grid;gap:8px;margin-top:10px}.mobile-compare-insight{display:grid;grid-template-columns:54px minmax(0,1fr);gap:8px;padding:9px 10px;border-radius:12px;background:#f8fafc;color:#334155;line-height:1.55}.mobile-compare-insight strong{color:#0f172a}.mobile-compare-insight.good{background:#ecfdf5}.mobile-compare-insight.good strong{color:#047857}.mobile-compare-insight.risk{background:#fff7ed}.mobile-compare-insight.risk strong{color:#c2410c}}@media(max-width:390px){.sales-product-main{grid-template-columns:112px minmax(0,1fr)!important}.sales-product-thumb{width:112px!important;height:198px!important;min-height:198px!important}.sales-product-actions{grid-template-columns:1fr 1fr!important}}.compare-poster-frame{width:100%;height:380px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #dbe6ee;border-radius:12px;background:#f7fafc;cursor:pointer}.compare-poster-frame img{width:100%;height:100%;display:block;object-fit:contain;object-position:center top}.detail-poster-image,.detail-poster-image img,.detail-poster-wrap .ant-image,.detail-poster-wrap .ant-image-img{display:block!important;object-fit:contain!important;object-position:center top!important}.competitor-detail-mobile{display:none}.recommend-grid{width:100%;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.recommend-card{min-width:0;height:100%}.recommend-card .ant-card-body{height:100%;min-height:0;display:flex;flex-direction:column;padding:16px}.recommend-card-title{overflow-wrap:anywhere}.recommend-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px}.recommend-fact{min-width:0;display:flex;align-items:center;gap:7px;padding:8px 9px;border-radius:9px;background:#f7f9fc;color:#475569;font-size:12px;line-height:1.35}.recommend-fact .anticon{flex:0 0 auto;color:#64748b;font-size:14px}.recommend-fact span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recommend-fact.good{background:#ecfdf5;color:#047857}.recommend-fact.good .anticon{color:#059669}.recommend-fact.risk{background:#fff7ed;color:#c2410c}.recommend-fact.risk .anticon{color:#ea580c}.recommend-reason{min-height:42px;padding:10px 2px 0;overflow-wrap:anywhere}.recommend-human-details{display:grid;gap:7px;margin-top:10px}.recommend-human-detail{min-width:0;display:grid;grid-template-columns:52px minmax(0,1fr);gap:8px;align-items:start;padding:9px 10px;border-radius:10px;background:#f8fafc;color:#475569;font-size:12px;line-height:1.5}.recommend-human-detail strong{color:#0f172a}.recommend-human-detail span{min-width:0;overflow-wrap:anywhere}.recommend-human-detail.good{background:#ecfdf5}.recommend-human-detail.good strong{color:#047857}.recommend-human-detail.risk{background:#fff7ed}.recommend-human-detail.risk strong{color:#c2410c}.recommend-human-detail.money{background:#fff1f2}.recommend-human-detail.money strong{color:#be123c}@media(min-width:769px){.detail-summary.detail-phone-panel{position:sticky;top:78px;align-self:start;padding:22px 24px}.detail-price-ribbon{grid-template-columns:minmax(180px,1.2fr) repeat(3,minmax(128px,1fr));gap:0;margin:18px 0 0;padding:0;overflow:hidden;border:1px solid #dbe6ef;border-radius:14px;background:#f8fbfe}.detail-price-ribbon>div{min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 16px;border-right:1px solid #e3ebf2;border-radius:0;background:transparent;box-shadow:none}.detail-price-ribbon>div:first-child{align-items:flex-start;background:#fffaf4;text-align:left}.detail-price-ribbon>div:last-child{border-right:0}.detail-price-ribbon span{font-size:13px}.detail-price-ribbon strong{margin-top:6px;font-size:22px}.detail-price-ribbon>div:first-child strong{font-size:28px}.detail-plan-picker{margin-top:18px;padding-top:16px;border-top:1px solid #e6edf3}.detail-plan-heading{margin-bottom:10px}.detail-plan-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.detail-plan-option.ant-btn{width:100%;height:46px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 14px;border-radius:10px}.detail-plan-option strong{font-weight:800;white-space:nowrap}.detail-action-row{width:100%;display:flex;justify-content:flex-end;margin-top:14px}.detail-action-row .ant-btn{min-width:176px;height:46px}}@media(min-width:1101px){.sales-product-main{grid-template-columns:180px minmax(320px,1fr) 210px auto;align-items:center}.sales-product-thumb{width:180px;height:auto;min-height:286px;align-self:start}.sales-product-thumb img,.sales-product-thumb .ant-image,.sales-product-thumb .ant-image-img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center top!important}}@media(min-width:769px)and (max-width:1100px){.recommend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.recommend-grid{grid-template-columns:1fr;gap:12px}.recommend-card .ant-card-body{padding:12px}.recommend-reason{min-height:0}.recommend-human-detail{grid-template-columns:44px minmax(0,1fr);gap:6px;padding:7px 8px;line-height:1.45}.detail-plan-picker{margin-top:14px}.detail-plan-heading{margin-bottom:10px}.detail-plan-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.detail-plan-option.ant-btn{width:100%;height:44px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 10px;border-radius:10px}.detail-plan-option strong{font-weight:800;white-space:nowrap}.detail-action-row{width:100%;display:flex;margin-top:12px}.detail-action-row .ant-btn{width:100%}.sales-product-main{grid-template-columns:124px minmax(0,1fr)!important;grid-template-areas:"thumb info" "thumb price" "actions actions"!important;align-items:stretch!important}.sales-product-thumb{width:124px!important;height:auto!important;min-height:196px!important;padding:0!important;align-self:start!important;border:0!important;background:transparent!important;box-shadow:none!important}.sales-product-thumb:before{display:none!important}.sales-product-thumb:after{display:none!important}.sales-product-thumb>div{width:100%!important;height:auto!important;min-height:inherit;overflow:hidden!important;border-radius:11px}.sales-product-thumb img,.sales-product-thumb .ant-image,.sales-product-thumb .ant-image-img{width:100%!important;height:auto!important;max-width:100%!important;display:block!important;margin:0 auto!important;border-radius:11px;object-fit:contain!important;object-position:center top!important}.admin-mobile-product-thumb{width:124px!important;height:auto!important;min-height:196px!important;padding:0!important;align-self:start!important;border:0!important;border-radius:11px!important;background:transparent!important;box-shadow:none!important}.admin-mobile-product-thumb img,.admin-mobile-product-thumb .ant-image,.admin-mobile-product-thumb .ant-image-img{width:100%!important;height:auto!important;max-width:100%!important;display:block!important;margin:0 auto!important;border-radius:11px!important;object-fit:contain!important;object-position:center top!important}.admin-mobile-product-main{grid-template-columns:124px minmax(0,1fr)!important;align-items:stretch!important}.compare-poster-frame{height:310px}.competitor-detail-table{display:none!important}.competitor-detail-mobile{display:grid;gap:8px;margin-top:10px}.competitor-detail-mobile-row{padding:11px;border:1px solid #e5edf3;border-radius:12px;background:#f8fafc}.competitor-detail-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.competitor-detail-mobile-row dl{display:grid;grid-template-columns:42px minmax(0,1fr);gap:5px 8px;margin:0 0 6px;line-height:1.55}.competitor-detail-mobile-row dt{color:#64748b;font-weight:700}.competitor-detail-mobile-row dd{min-width:0;margin:0;color:#1e293b;overflow-wrap:anywhere}}@media(max-width:390px){.sales-product-main{grid-template-columns:116px minmax(0,1fr)!important}.sales-product-thumb{width:116px!important;height:auto!important;min-height:184px!important}.admin-mobile-product-main{grid-template-columns:116px minmax(0,1fr)!important}.admin-mobile-product-thumb{width:116px!important;height:auto!important;min-height:184px!important}}@media(max-width:374px){.sales-product-main{grid-template-columns:104px minmax(0,1fr)!important}.sales-product-thumb{width:104px!important;height:auto!important;min-height:170px!important}.admin-mobile-product-main{grid-template-columns:104px minmax(0,1fr)!important}.admin-mobile-product-thumb{width:104px!important;height:auto!important;min-height:170px!important}.sales-product-actions{grid-template-columns:1fr 1fr!important}}
