:root{--ink:#1d1b18;--muted:#777068;--paper:#f7f5f0;--white:#fff;--line:#dedbd4;--coral:#ee5a3f;--coral-dark:#cf412b;--soft-coral:#fff0eb;--yellow:#e4ad38;--green:#557a55;--soft-green:#edf4eb;--shadow:0 18px 50px rgba(37,30,23,.14);font-family:"Microsoft YaHei","PingFang SC",system-ui,sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--paper)}button,input,select{font:inherit}button{cursor:pointer}.is-hidden{display:none!important}
.login-screen{min-height:100vh;display:grid;place-items:center;background:#f9f7f2;padding:24px}.login-form{width:min(360px,100%)}.login-form h1{font-family:Georgia,"STSong",serif;font-size:34px;font-weight:600;letter-spacing:.08em;margin:0 0 44px}.login-form label{display:block;margin:0 0 22px}.login-form label span{display:block;font-size:13px;margin-bottom:8px}.login-form input{width:100%;height:48px;border:1px solid #bbb6ae;background:transparent;border-radius:3px;padding:0 13px;outline:0}.login-form input:focus{border-color:var(--ink);box-shadow:0 0 0 2px rgba(29,27,24,.09)}.login-form button{width:100%;height:49px;margin-top:12px;border:0;border-radius:3px;background:var(--ink);color:#fff;font-weight:700;letter-spacing:.14em}.login-form button:hover{background:var(--coral)}.form-error{height:18px;color:var(--coral-dark);font-size:12px;text-align:center}
.app-shell{min-height:100vh;display:grid;grid-template-columns:218px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:218px;background:#211f1b;color:#fff;padding:28px 18px;display:flex;flex-direction:column;z-index:20}.brand{font-family:Georgia,"STSong",serif;font-size:20px;padding:0 12px 26px;border-bottom:1px solid #3b3833;letter-spacing:.08em}.sidebar nav{display:grid;gap:7px;margin-top:22px}.nav-item{height:44px;border:0;border-radius:6px;background:transparent;color:#bdb8b0;display:flex;align-items:center;gap:12px;text-align:left;padding:0 12px;font-size:14px}.nav-item span{width:20px;text-align:center;font-weight:900}.nav-item b{margin-left:auto;background:var(--coral);color:#fff;border-radius:12px;font-size:11px;padding:2px 6px}.nav-item:hover,.nav-item.active{background:#35312b;color:#fff}.nav-item.active{box-shadow:inset 3px 0 0 var(--coral)}.sidebar-foot{margin-top:auto;border-top:1px solid #3b3833;padding:22px 10px 0;display:flex;align-items:center;gap:10px}.online-dot{width:8px;height:8px;border-radius:50%;background:#8eb779;box-shadow:0 0 0 4px rgba(142,183,121,.12)}.sidebar-foot strong,.sidebar-foot small{display:block}.sidebar-foot strong{font-size:12px}.sidebar-foot small{color:#8e8982;margin-top:3px;font-size:11px}
.main-content{grid-column:2;min-width:0;padding:0 34px 50px}.topbar{height:100px;display:flex;align-items:center;border-bottom:1px solid var(--line);gap:16px}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:800;color:#999086;margin:0 0 5px}.topbar h2{margin:0;font-size:24px}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.icon-button,.menu-button{border:1px solid var(--line);background:#fff;border-radius:50%;width:37px;height:37px}.menu-button{display:none}.avatar{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:var(--coral);color:#fff;font-weight:800}.logout-button{border:0;background:transparent;color:var(--muted);font-size:12px}.page{display:none;padding-top:26px}.page.active{display:block}
.status-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-left:4px solid var(--coral)}.status-strip div{padding:19px 24px;border-right:1px solid var(--line)}.status-strip div:last-child{border:0}.status-strip span,.status-strip small{display:block}.status-strip span{font-size:12px;color:var(--muted)}.status-strip strong{font:600 25px Georgia,serif;margin:7px 0 5px;display:block}.status-strip strong.coral{color:var(--coral)}.status-strip small{font-size:11px;color:#9a938b}
.toolbar{display:flex;align-items:center;gap:9px;margin:22px 0 14px}.search-box{width:300px;height:40px;border:1px solid var(--line);background:#fff;border-radius:4px;display:flex;align-items:center;padding:0 12px;gap:8px}.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:13px}.toolbar select,.filter-button{height:40px;border:1px solid var(--line);background:#fff;border-radius:4px;padding:0 12px;color:#4b4641;font-size:12px}.toolbar-spacer{flex:1}.view-switch{display:flex;border:1px solid var(--line);border-radius:4px;overflow:hidden}.view-switch button{width:39px;height:38px;border:0;border-right:1px solid var(--line);background:#fff;color:#777}.view-switch button:last-child{border:0}.view-switch button.active{background:var(--ink);color:#fff}.primary-button,.outline-button{height:40px;border-radius:4px;padding:0 16px;font-size:12px;font-weight:700}.primary-button{background:var(--coral);color:#fff;border:1px solid var(--coral)}.primary-button:hover{background:var(--coral-dark)}.outline-button{background:#fff;border:1px solid var(--line)}
.selection-bar{height:44px;background:var(--soft-coral);border:1px solid #f4c6b8;padding:0 14px;display:flex;align-items:center;gap:10px;font-size:12px;margin-bottom:10px}.selection-bar button{border:0;background:transparent;color:var(--coral-dark);font-weight:700}.selection-bar span{margin-right:auto}
.product-table-wrap,.simple-table-wrap{background:#fff;border:1px solid var(--line);overflow:auto}.product-table,.simple-table{width:100%;border-collapse:collapse;min-width:970px}.product-table th,.simple-table th{text-align:left;background:#f1eee8;color:#706960;font-size:11px;padding:11px 10px;white-space:nowrap;border-bottom:1px solid var(--line)}.product-table td,.simple-table td{padding:10px;border-bottom:1px solid #ece9e3;font-size:12px;vertical-align:middle}.product-table tr:last-child td,.simple-table tr:last-child td{border-bottom:0}.product-table tbody tr:hover{background:#fcfaf6}.product-check{accent-color:var(--coral)}.thumb{width:80px;height:80px;border-radius:4px;object-fit:cover;background:#ece9e3;display:block}.product-name{max-width:280px;font-size:13px;line-height:1.45;font-weight:700;margin-bottom:5px}.product-meta,.simple-table small{display:block;color:#958d84;font-size:10px;margin-top:4px}.image-count{font-weight:700}.status-cell{display:flex;align-items:center;gap:6px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}.status-dot.warning{background:var(--coral)}.row-action{border:0;background:transparent;color:var(--coral-dark);font-weight:700}.tag{display:inline-flex;align-items:center;border-radius:20px;padding:4px 8px;font-size:10px;font-weight:700;white-space:nowrap}.tag.success{background:var(--soft-green);color:#466846}.tag.warning{background:var(--soft-coral);color:var(--coral-dark)}.tag.muted{background:#efede9;color:#686159}
.image-button{display:block;border:0;background:transparent;padding:0;text-align:left}.image-error{filter:grayscale(1);opacity:.55}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{position:relative;background:#fff;border:1px solid var(--line);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(40,32,24,.09)}.product-card img{width:100%;aspect-ratio:1.18/1;object-fit:cover;background:#ebe8e1}.product-card .card-body{padding:13px}.product-card .product-name{min-height:38px}.product-card footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee9e2;padding-top:10px;margin-top:10px;color:var(--muted);font-size:10px}.product-card .product-check{position:absolute;top:10px;left:10px;width:18px;height:18px;z-index:2}.product-card .warning-badge{position:absolute;right:9px;top:9px;background:var(--coral);color:#fff;font-size:10px;padding:4px 6px;border-radius:3px}
.state-panel{height:390px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;text-align:center}.state-panel .state-icon{font:42px Georgia,serif;color:var(--coral);margin-bottom:10px}.state-panel h3{margin:0 0 8px}.state-panel p{color:var(--muted);font-size:12px}.spinner{width:32px;height:32px;border:3px solid #eee;border-top-color:var(--coral);border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}
.section-heading{display:flex;align-items:center;justify-content:space-between;margin:4px 0 18px}.section-heading h3{margin:0;font-size:21px}.last-update{font-size:11px;color:var(--muted)}.simple-table td{height:63px}.exception-list{background:#fff;border:1px solid var(--line)}.exception-list article{display:grid;grid-template-columns:34px 1fr auto;gap:14px;align-items:center;padding:19px;border-bottom:1px solid var(--line)}.exception-list article:last-child{border:0}.exception-list p{font-size:12px;color:var(--muted);margin:6px 0}.exception-list small{color:#aaa197;font-size:10px}.exception-list button{border:0;background:transparent;color:var(--coral-dark);font-weight:700}.exception-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--soft-coral);color:var(--coral);font-weight:900}.exception-icon.yellow{background:#fff6dc;color:#b5851e}
.storage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.storage-grid>article{background:#fff;border:1px solid var(--line);padding:21px}.storage-title{display:flex;align-items:center;gap:10px}.storage-title>div{flex:1}.storage-title strong,.storage-title small{display:block}.storage-title small{font-size:10px;color:var(--muted);margin-top:2px}.provider-mark{width:34px;height:34px;border-radius:4px;display:grid;place-items:center;color:#fff;font-weight:900}.provider-mark.primary{background:var(--ink)}.provider-mark.fallback{background:var(--yellow)}.provider-mark.cdn{background:var(--green)}.metric{font:30px Georgia,serif;margin:25px 0 10px}.metric small{font:12px "Microsoft YaHei"}.meter{height:5px;background:#eeeae3}.meter i{height:100%;display:block;background:var(--ink)}.meter.warning i{background:var(--yellow)}.meter.green i{background:var(--green)}.storage-grid footer{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;margin-top:10px}.scan-schedule{margin-top:14px;background:#fff;border:1px solid var(--line);padding:22px;display:flex;align-items:center;justify-content:space-between}.scan-schedule p{font-size:11px;color:var(--muted);margin:6px 0 0}.schedule-pills{display:flex;gap:8px}.schedule-pills span{background:#efede8;border-radius:4px;padding:8px 12px;font-size:11px}.schedule-pills .next{background:var(--soft-coral);color:var(--coral-dark)}
.drawer-backdrop{position:fixed;inset:0;background:rgba(24,21,17,.35);opacity:0;pointer-events:none;transition:.25s;z-index:40}.drawer-backdrop.open{opacity:1;pointer-events:auto}.detail-drawer{position:fixed;right:0;top:0;bottom:0;width:min(520px,100%);background:#fff;z-index:50;box-shadow:var(--shadow);transform:translateX(105%);transition:.3s;overflow:auto}.detail-drawer.open{transform:none}.detail-drawer header{height:86px;padding:20px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:2}.detail-drawer h3{font-size:17px;margin:0;max-width:390px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-drawer header button{border:0;background:transparent;font-size:28px}.drawer-body{padding:20px 24px}.hero-image{width:100%;height:310px;object-fit:cover;background:#eee;border-radius:4px}.thumb-row{display:flex;gap:8px;margin:9px 0 20px;overflow:auto}.thumb-row img{width:64px;height:64px;object-fit:cover;border:1px solid var(--line);border-radius:3px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.detail-grid div{padding:14px 4px;border-bottom:1px solid var(--line)}.detail-grid span,.detail-grid strong{display:block}.detail-grid span{font-size:10px;color:var(--muted);margin-bottom:5px}.detail-grid strong{font-size:12px}.drawer-actions{display:flex;gap:9px;margin-top:20px}.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,20px);padding:11px 16px;background:var(--ink);color:#fff;border-radius:4px;font-size:12px;opacity:0;pointer-events:none;transition:.25s;z-index:70}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1150px){.product-grid{grid-template-columns:repeat(3,1fr)}.toolbar{flex-wrap:wrap}.toolbar-spacer{display:none}.search-box{width:100%}.storage-grid{grid-template-columns:1fr}.status-strip div{padding:17px}.status-strip strong{font-size:21px}}
@media(max-width:760px){.app-shell{display:block}.sidebar{transform:translateX(-105%);transition:.25s;box-shadow:var(--shadow)}.sidebar.open{transform:none}.main-content{padding:0 14px 34px}.topbar{height:76px}.menu-button{display:block}.topbar .eyebrow,.logout-button{display:none}.topbar h2{font-size:19px}.page{padding-top:15px}.status-strip{grid-template-columns:1fr 1fr;border-left:0;border-top:4px solid var(--coral)}.status-strip div{padding:13px 14px;border-bottom:1px solid var(--line)}.status-strip div:nth-child(2){border-right:0}.status-strip strong{font-size:19px}.toolbar select{flex:1;min-width:135px}.filter-button{display:none}.view-switch{display:none}.primary-button{margin-left:auto}.product-table-wrap{background:transparent;border:0;overflow:visible}.product-table{min-width:0;display:block}.product-table thead{display:none}.product-table tbody{display:grid;gap:10px}.product-table tr{display:grid;grid-template-columns:24px 82px 1fr 28px;align-items:center;background:#fff;border:1px solid var(--line);padding:9px}.product-table td{display:none;border:0;padding:0}.product-table td:nth-child(1),.product-table td:nth-child(2),.product-table td:nth-child(3),.product-table td:last-child{display:block}.product-table .thumb{width:72px;height:72px}.product-table .product-name{font-size:12px;margin:0}.product-table td:nth-child(3) .product-meta{display:block}.product-table .row-action{font-size:0}.product-table .row-action:after{content:'›';font-size:24px}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-card .card-body{padding:10px}.product-card .product-name{font-size:11px;min-height:48px}.section-heading{align-items:flex-start}.simple-table-wrap{overflow:auto}.exception-list article{grid-template-columns:30px 1fr}.exception-list article button{grid-column:2;text-align:left;padding:0}.scan-schedule{display:block}.schedule-pills{margin-top:16px}.storage-grid{gap:10px}.drawer-body{padding:16px}.hero-image{height:260px}.detail-drawer header{padding:16px;height:75px}}
@media(max-width:420px){.status-strip small{display:none}.toolbar select:nth-of-type(3){display:none}.product-grid{grid-template-columns:1fr 1fr}.schedule-pills span{padding:7px}.login-form h1{font-size:30px}.avatar{display:none}}

.state-panel.compact{height:240px;border:0;background:transparent}.csv-workspace{height:calc(100vh - 175px);min-height:520px;display:grid;grid-template-columns:310px minmax(0,1fr);background:#fff;border:1px solid var(--line)}.csv-file-list{border-right:1px solid var(--line);overflow:auto;background:#f1eee8}.csv-file{width:100%;border:0;border-bottom:1px solid #ddd8cf;background:transparent;padding:14px 12px;display:grid;grid-template-columns:38px 1fr 14px;gap:10px;align-items:center;text-align:left}.csv-file:hover,.csv-file.active{background:#fff}.csv-file.active{box-shadow:inset 3px 0 0 var(--coral)}.csv-file span:nth-child(2){min-width:0}.csv-file strong,.csv-file small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csv-file strong{font-size:12px}.csv-file small{font-size:10px;color:var(--muted);margin-top:5px}.csv-file i{font-style:normal;color:#a49c92}.csv-icon{height:30px;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:3px;font-size:9px;font-weight:800}.csv-preview{min-width:0;overflow:hidden;display:flex;flex-direction:column}.csv-preview-head{height:76px;padding:14px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.csv-preview-head h3{margin:0;max-width:580px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px}.raw-csv-wrap{overflow:auto;flex:1}.raw-csv{border-collapse:collapse;min-width:100%;font-size:11px}.raw-csv th{position:sticky;top:0;background:#26231f;color:#fff;z-index:1;text-align:left;white-space:nowrap;padding:9px;border-right:1px solid #47423b}.raw-csv td{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:8px 9px;border-right:1px solid #ece8e1;border-bottom:1px solid #ece8e1}.raw-csv tr:nth-child(even){background:#faf8f4}
.issue-board{height:calc(100vh - 175px);min-height:540px;display:grid;grid-template-columns:330px minmax(0,1fr);background:#fff;border:1px solid var(--line)}.issue-list{border-right:1px solid var(--line);overflow:auto;background:#f1eee8}.issue-row{width:100%;min-height:72px;border:0;border-bottom:1px solid #ddd8cf;background:transparent;display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:10px;text-align:left;padding:12px 14px}.issue-row:hover,.issue-row.active{background:#fff}.issue-row.active{box-shadow:inset 3px 0 0 var(--coral)}.issue-row strong,.issue-row small{display:block}.issue-row strong{font-size:12px;margin-bottom:6px}.issue-row small{font-size:10px;color:var(--muted)}.issue-row i{font-style:normal;font-size:10px;color:var(--muted)}.issue-status{width:8px;height:8px;border-radius:50%;background:var(--yellow)}.issue-status.processing{background:var(--coral)}.issue-status.needs_info{background:var(--yellow)}.issue-status.resolved{background:var(--green)}.issue-status.failed{background:#9a493c}.issue-conversation{min-width:0;display:flex;flex-direction:column;overflow:hidden}.issue-welcome{margin:auto;text-align:center;max-width:420px;padding:30px}.issue-welcome>span{font:44px Georgia;color:var(--coral)}.issue-welcome h3{margin:12px 0 8px}.issue-welcome p{font-size:12px;color:var(--muted);line-height:1.8}.conversation-head{padding:16px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.conversation-head h3{font-size:17px;margin:9px 0 5px}.conversation-head p{font-size:10px;color:var(--muted);margin:0;max-width:620px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-head>small{color:var(--muted)}.tag.submitted{background:#fff3d9;color:#956c13}.tag.processing{background:var(--soft-coral);color:var(--coral-dark)}.tag.needs_info{background:#fff3d9;color:#956c13}.tag.resolved{background:var(--soft-green);color:#466846}.tag.failed{background:#f6e5e2;color:#8e3e33}.messages{flex:1;overflow:auto;padding:22px;background:#faf8f4}.message{max-width:78%;margin-bottom:16px;background:#fff;border:1px solid var(--line);padding:13px 15px}.message.user{margin-left:auto;border-color:#efb9aa;background:#fff8f5}.message.codex{box-shadow:inset 3px 0 0 var(--green)}.message header{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.message p{font-size:12px;line-height:1.7;margin:10px 0 0}.message-shots{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.chat-shot{width:105px;height:78px;position:relative;overflow:hidden;border:1px solid var(--line);color:#fff}.chat-shot img{width:100%;height:100%;object-fit:cover}.chat-shot span{position:absolute;inset:auto 0 0;background:rgba(0,0,0,.6);font-size:9px;padding:3px;text-align:center}.reply-box{border-top:1px solid var(--line);padding:12px 16px}.reply-box textarea{width:100%;border:1px solid var(--line);resize:none;padding:10px;outline:0}.reply-box>div{display:flex;justify-content:space-between;align-items:center;margin-top:7px}.reply-upload{font-size:11px;color:var(--coral-dark);font-weight:700}.reply-upload input{display:none}
.issue-dialog{width:min(580px,calc(100% - 28px));padding:0;border:0;box-shadow:var(--shadow);background:#fff}.issue-dialog::backdrop{background:rgba(25,22,18,.48)}.issue-dialog form{padding:22px}.issue-dialog header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:18px}.issue-dialog h3{margin:0}.issue-dialog header button{border:0;background:transparent;font-size:26px}.issue-dialog label{display:block;margin-bottom:15px}.issue-dialog label>span{display:block;font-size:11px;font-weight:700;margin-bottom:7px}.issue-dialog input[type=text],.issue-dialog input:not([type]),.issue-dialog textarea{width:100%;border:1px solid var(--line);padding:10px;outline:0}.issue-dialog input:focus,.issue-dialog textarea:focus{border-color:var(--coral)}.upload-zone{border:1px dashed #c9bfb3;padding:12px;background:#faf8f4}.upload-zone input{font-size:11px}.upload-zone #screenshotPreview{min-height:64px;margin-top:9px;display:flex;gap:8px;align-items:center;color:var(--muted);font-size:11px}.upload-zone #screenshotPreview span{width:92px}.upload-zone #screenshotPreview img{width:92px;height:64px;object-fit:cover;display:block}.upload-zone #screenshotPreview small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.issue-dialog footer{display:flex;justify-content:flex-end;gap:8px}.issue-dialog .form-error{text-align:left;height:auto;min-height:16px}
@media(max-width:760px){.csv-workspace{height:auto;min-height:0;display:block}.csv-file-list{max-height:260px;border-right:0;border-bottom:1px solid var(--line)}.csv-preview{height:520px}.csv-preview-head h3{max-width:190px}.issue-board{height:auto;min-height:0;display:block}.issue-list{max-height:240px;border-right:0;border-bottom:1px solid var(--line)}.issue-conversation{height:570px}.message{max-width:92%}.section-heading .primary-button{margin-left:8px}}

.index-toolbar{display:flex;align-items:center;gap:9px;margin:22px 0 14px}.index-toolbar select,.index-toolbar .filter-button{height:40px;border:1px solid var(--line);background:#fff;border-radius:4px;padding:0 12px;color:#4b4641;font-size:12px;max-width:260px}.index-search{width:min(430px,36vw)}.index-result{font-size:11px;color:var(--muted);white-space:nowrap}.index-table{min-width:980px}.index-table td{height:82px}.index-thumb{width:64px;height:64px;object-fit:cover;border-radius:3px;background:#ece9e3;display:grid;place-items:center;font-size:10px;color:var(--muted)}.index-price{font:600 17px Georgia,serif;color:var(--coral)}.csv-name{display:block;max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.preview-button{border:1px solid #efb6a7;background:#fff7f4;color:var(--coral-dark);border-radius:4px;padding:8px 10px;font-weight:700;white-space:nowrap}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:16px 0}.pagination button{height:34px;border:1px solid var(--line);background:#fff;border-radius:4px;padding:0 14px;font-size:11px}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination span{font-size:11px;color:var(--muted)}
.pdd-preview-drawer{width:min(500px,100%);background:#f3f3f3}.pdd-preview-drawer>header{background:#fff}.preview-shell{padding:14px}.preview-note{display:flex;justify-content:space-between;align-items:center;background:#25221e;color:#fff;padding:9px 12px;border-radius:6px 6px 0 0}.preview-note span{font-size:11px;font-weight:800}.preview-note small{font-size:9px;color:#bdb7ae}.pdd-phone{max-width:430px;margin:0 auto;background:#f4f4f4;box-shadow:0 12px 35px rgba(38,31,24,.13);overflow:hidden}.pdd-gallery{position:relative;background:#e9e6df;aspect-ratio:1/1}.pdd-gallery>img{width:100%;height:100%;object-fit:cover;display:block}.pdd-gallery>span{position:absolute;right:12px;bottom:12px;background:rgba(0,0,0,.58);color:#fff;border-radius:18px;padding:5px 9px;font-size:9px}.pdd-no-image{height:100%;display:grid;place-items:center;color:#999;font-size:12px}.pdd-thumbs{display:flex;gap:5px;padding:7px;background:#fff;overflow:auto}.pdd-thumbs button{width:45px;height:45px;flex:0 0 auto;border:2px solid transparent;background:none;padding:0}.pdd-thumbs button.active{border-color:#e02e24}.pdd-thumbs img{width:100%;height:100%;object-fit:cover}.pdd-main-info{background:#fff;padding:13px 14px;margin-bottom:8px}.pdd-price{font:700 30px Georgia,serif;color:#e02e24}.pdd-price small{font-size:15px}.pdd-price em{font:9px "Microsoft YaHei";background:#fff0ed;padding:3px 5px;margin-left:7px;font-style:normal}.pdd-main-info h2{font-size:15px;line-height:1.55;margin:8px 0 6px}.pdd-main-info p{font-size:10px;color:#999;margin:0}.pdd-service{background:#fff;margin-bottom:8px}.pdd-service>div{display:grid;grid-template-columns:42px 1fr 12px;align-items:center;border-bottom:1px solid #eee;padding:12px 14px;font-size:11px}.pdd-service>div:last-child{border:0}.pdd-service span{color:#999}.pdd-service strong{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdd-service i{font-style:normal;color:#aaa}.pdd-video,.pdd-detail{background:#fff;margin-top:8px}.pdd-video h3,.pdd-detail h3{text-align:center;font-size:12px;padding:16px;margin:0}.pdd-video video{width:100%;display:block;background:#000}.pdd-detail h3{display:flex;align-items:center;gap:9px;justify-content:center;color:#555}.pdd-detail h3 span{width:32px;height:1px;background:#ddd}.pdd-detail>img{width:100%;display:block}.pdd-detail>p{text-align:center;color:#999;font-size:11px;padding:30px}.pdd-bottom{position:sticky;bottom:0;display:grid;grid-template-columns:72px 1fr;height:54px;background:#fff;border-top:1px solid #eee;z-index:3}.pdd-bottom button{border:0;background:#fff;display:grid;place-items:center;font-size:18px}.pdd-bottom button small{font-size:9px}.pdd-bottom a,.pdd-bottom>span{display:grid;place-items:center;background:#e02e24;color:#fff;text-decoration:none;font-weight:800;font-size:13px}.preview-meta{max-width:430px;margin:10px auto 0;background:#fff;padding:12px;border:1px solid var(--line)}.preview-meta strong{font-size:10px}.preview-meta p{font-size:10px;color:var(--muted);word-break:break-all;margin:4px 0 10px}
@media(max-width:900px){.index-toolbar{flex-wrap:wrap}.index-search{width:100%}.index-toolbar select{flex:1;max-width:none}.index-result{order:5}.index-toolbar .primary-button{order:6}}
@media(max-width:760px){.index-table{min-width:0;display:block}.index-table thead{display:none}.index-table tbody{display:grid;gap:10px}.index-table tr{display:grid;grid-template-columns:72px minmax(0,1fr) 72px 28px;gap:8px;align-items:center;background:#fff;border:1px solid var(--line);padding:9px}.index-table td{display:none!important;height:auto;border:0;padding:0}.index-table td:nth-child(1),.index-table td:nth-child(2),.index-table td:nth-child(3),.index-table td:nth-child(7){display:block!important}.index-table .index-thumb{width:64px;height:64px}.index-table .product-name{font-size:11px;line-height:1.45}.index-table .preview-button{font-size:0;border:0;background:none;padding:0}.index-table .preview-button:after{content:'›';font-size:24px;color:var(--coral)}.index-table .index-price{font-size:14px}.index-toolbar .filter-button{display:block}.pdd-preview-drawer .preview-shell{padding:0}.preview-note{border-radius:0}.pdd-phone{max-width:none;box-shadow:none}.pdd-preview-drawer>header{height:66px}}
