:root{--bg:#f5f7fb;--surface:#fff;--surface-soft:#f8fafc;--ink:#172033;--muted:#667085;--line:#e4e9f2;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-soft:#eff6ff;--success:#138a5b;--warning:#b45309;--danger:#b42318;--shadow:0 16px 42px #0f172a14;color:var(--ink);background:var(--bg);font-synthesis:none;text-rendering:auto;-webkit-font-smoothing:subpixel-antialiased;font-family:Segoe UI,Microsoft YaHei UI,Microsoft YaHei,PingFang SC,sans-serif}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.login-shell{background:linear-gradient(120deg,#2563eb14,#0000 36%),linear-gradient(#f8fbff 0%,#eef3fb 100%);place-items:center;min-height:100vh;padding:32px;display:grid}.login-hero{align-self:center;max-width:720px}.brand-pill,.eyebrow{color:var(--primary-dark);background:var(--primary-soft);border:1px solid #cfe0ff;border-radius:999px;align-items:center;padding:7px 13px;font-size:13px;font-weight:700;display:inline-flex}.login-hero h1,.topbar h1{letter-spacing:-.04em;color:#101828;margin:18px 0 14px;font-size:clamp(34px,5vw,64px);line-height:1.08}.login-hero p{max-width:540px;color:var(--muted);font-size:18px;line-height:1.8}.hero-metrics{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.hero-metrics span{border:1px solid var(--line);color:#344054;background:#ffffffd1;border-radius:14px;padding:13px 18px;font-weight:700;box-shadow:0 8px 20px #0f172a0d}.login-card,.filter-panel,.stats-grid article,.packet-card,.drawer-panel,.table-wrap,.empty-state{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.login-card{border-radius:24px;align-self:center;width:min(420px,100%);padding:34px}.login-brand{text-align:center;justify-items:center;gap:12px;margin-bottom:24px;display:grid}.login-brand img{background:#fff;border-radius:16px;width:58px;height:58px;padding:9px;box-shadow:0 14px 30px #2563eb29}.login-brand strong{color:#101828;letter-spacing:-.03em;font-size:22px;font-weight:900}.muted{color:var(--muted)}.login-card form{gap:18px;margin-top:26px;display:grid}label{color:#344054;gap:8px;font-weight:700;display:grid}input,select{width:100%;color:var(--ink);background:#fff;border:1px solid #d0d5dd;border-radius:12px;outline:none;padding:12px 14px;transition:border-color .16s,box-shadow .16s}input:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}.primary-btn,.ghost-btn{border-radius:12px;padding:12px 17px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s}.primary-btn{border:1px solid var(--primary);color:#fff;background:var(--primary);box-shadow:0 10px 20px #2563eb33}.primary-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.ghost-btn{color:#344054;background:#fff;border:1px solid #d0d5dd}.ghost-btn:hover{background:#f9fafb;transform:translateY(-1px)}.small{border-radius:10px;padding:9px 13px}.form-error{color:var(--danger);margin:0;font-weight:700}.form-error.wide{margin:16px 0}.packet-shell{background:var(--bg);min-height:100vh;padding:30px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.topbar h1{font-size:clamp(32px,4vw,54px)}.user-box{background:var(--surface);border:1px solid var(--line);border-radius:14px;align-items:center;gap:12px;padding:10px 12px;font-weight:700;display:flex;box-shadow:0 8px 22px #0f172a0d}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:22px 0;display:grid}.stats-grid article{border-radius:18px;padding:22px}.stats-grid span{color:var(--muted);font-weight:700;display:block}.stats-grid strong{letter-spacing:-.04em;color:#101828;margin-top:8px;font-size:34px;display:block}.filter-panel{border-radius:18px;margin-bottom:20px;padding:18px}.filter-row{grid-template-columns:2fr 1fr 150px 120px;gap:12px;display:grid}.filter-row.compact{grid-template-columns:repeat(4,1fr) auto auto auto;margin-top:12px}.packet-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.packet-card{border-radius:18px;grid-template-columns:108px minmax(0,1fr);gap:14px;padding:12px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid}.packet-card:hover{border-color:#b7cdfd;transform:translateY(-2px);box-shadow:0 18px 46px #2563eb1a}.thumb{height:108px;color:var(--muted);background:#eef2f7;border-radius:14px;place-items:center;font-weight:700;display:grid;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.card-body{min-width:0}.card-line{color:var(--muted);justify-content:space-between;gap:8px;font-size:12px;font-weight:700;display:flex}.badge{color:var(--primary-dark)}.packet-card h2{color:#101828;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:9px 0 8px;font-size:16px;line-height:1.4;display:-webkit-box;overflow:hidden}.packet-card p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:0 0 12px;overflow:hidden}.meta-grid{color:var(--muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;font-size:12px;display:grid}.meta-grid span:first-child{color:var(--primary-dark);font-weight:800}.table-wrap{border-radius:18px;overflow:auto}table{border-collapse:collapse;background:#fff;width:100%}th,td{text-align:left;border-bottom:1px solid var(--line);padding:14px 16px}th{color:var(--muted);background:#f8fafc;font-size:13px;font-weight:800}tbody tr{cursor:pointer}tbody tr:hover{background:#f8fbff}.empty-state{text-align:center;color:var(--muted);border-radius:18px;padding:46px;font-weight:700}.pager{justify-content:center;gap:12px;padding:24px;display:flex}.drawer{z-index:20;background:#0f172a47;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer-panel{border-radius:22px 0 0 22px;width:min(520px,100vw);height:100%;padding:28px;position:relative;overflow:auto}.close-btn{border:1px solid var(--line);color:#344054;background:#fff;border-radius:999px;width:38px;height:38px;font-size:24px;position:absolute;top:18px;right:18px}.detail-image{object-fit:cover;border-radius:18px;width:100%;max-height:310px;margin-bottom:18px}.drawer-panel h2{color:#101828;margin:6px 0 10px;font-size:24px;line-height:1.35}.detail-list{background:var(--surface-soft);border:1px solid var(--line);border-radius:14px;grid-template-columns:90px 1fr;gap:12px;margin:22px 0;padding:18px;display:grid}.detail-list span{color:var(--muted)}.detail-list strong{text-align:right;color:#101828}.drawer-actions{align-items:center;gap:12px;display:flex}.ghost-link{color:var(--primary-dark);font-weight:800;text-decoration:none}.hidden-input{display:none}.desktop-shell{background:#f2f2f7;grid-template-columns:220px minmax(0,1fr);min-height:100vh;display:grid}.desktop-sidebar{color:#1c1c1e;background:#ffffffeb;border-right:1px solid #3c3c431f;flex-direction:column;min-height:100vh;padding:20px;display:flex}.desktop-logo{letter-spacing:-.02em;border-bottom:1px solid #3c3c431f;margin-bottom:22px;padding:0 0 18px;font-size:20px;font-weight:800}.desktop-nav{gap:8px;margin-top:0;display:grid}.desktop-nav button{text-align:left;color:#1c1c1e;background:0 0;border:0;border-radius:10px;padding:11px 12px;font-size:14px;font-weight:700}.desktop-nav button.active,.desktop-nav button:hover{color:#007aff;background:#007aff1a}.sidebar-user{color:#1c1c1e;background:#f6f8fb;border:1px solid #3c3c431f;border-radius:14px;gap:10px;margin-top:auto;padding:14px;font-size:13px;font-weight:700;display:grid}.sidebar-user button{color:#ff3b30;background:#ff3b3014;border:1px solid #ff3b302e;border-radius:10px;padding:9px 10px;font-weight:700}.sidebar-user button:hover{background:#ff3b301f}.desktop-main{flex-direction:column;gap:0;min-width:0;min-height:100vh;padding:22px;display:flex}.desktop-titlebar{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #3c3c431f;border-bottom:0;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex;position:sticky;top:0;box-shadow:0 8px 24px #1422370a}.desktop-titlebar p{display:none}.desktop-titlebar h1{letter-spacing:-.025em;color:#1c1c1e;margin:0;font-size:24px;line-height:1.2}.title-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.desktop-stats{background:#fff;border-left:1px solid #3c3c431f;border-right:1px solid #3c3c431f;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px 20px;display:grid}.desktop-stats article{background:#f6f8fb;border:1px solid #3c3c431f;border-radius:12px;padding:14px 16px}.desktop-stats span{color:#8e8e93;font-size:12px;font-weight:700}.desktop-stats strong{letter-spacing:-.03em;color:#1c1c1e;margin-top:5px;font-size:24px;display:block}.manager-panel{box-shadow:none;background:#f6f8fb;border:1px solid #3c3c431f;border-bottom:0;padding:16px 20px}.manager-toolbar{grid-template-columns:2fr 1fr 140px 110px auto auto;gap:10px;display:grid}.manager-toolbar.secondary{grid-template-columns:repeat(4,1fr) auto auto;margin-top:10px}.danger-btn{color:#ff3b30;background:#ff3b3014;border:1px solid #ff3b302e;border-radius:10px;padding:9px 13px;font-size:13px;font-weight:700}.danger-btn:hover{background:#ff3b301f}.notice-text{color:#1f8f4d;background:#34c7591a;border-left:1px solid #3c3c431f;border-right:1px solid #3c3c431f;margin:0;padding:11px 20px;font-size:13px;font-weight:700}.workbench{background:#fff;border-left:1px solid #3c3c431f;border-right:1px solid #3c3c431f;flex:1;min-height:0;padding:0 20px 18px}.manager-table-wrap{background:#fff;border:1px solid #3c3c431f;border-radius:12px;height:calc(100vh - 335px);min-height:360px;overflow:auto;box-shadow:0 8px 24px #1422370a}.manager-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1480px}.manager-table th{z-index:1;color:#8e8e93;white-space:nowrap;background:#f6f8fb;padding:12px 14px;font-size:12px;font-weight:700;position:sticky;top:0}.manager-table td{color:#3a3a3c;vertical-align:middle;white-space:nowrap;padding:12px 14px;font-size:13px}.manager-table tbody tr:hover{background:#007aff0b}.cell-title{text-overflow:ellipsis;color:#007aff;cursor:pointer;max-width:280px;font-weight:700;overflow:hidden}.mini-thumb{color:#8e8e93;background:#f2f2f7;border:1px solid #3c3c431f;border-radius:10px;place-items:center;width:54px;height:54px;font-size:12px;display:grid;overflow:hidden}.mini-thumb img{object-fit:cover;width:100%;height:100%}.status-pill{border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.status-pill.ok{color:#1f8f4d;background:#34c75921}.status-pill.warn{color:#b26a00;background:#ff9f0a24}.row-actions{gap:7px;display:flex}.row-actions button{color:#3a3a3c;background:#f6f8fb;border:1px solid #3c3c431f;border-radius:9px;padding:7px 9px;font-size:12px;font-weight:700}.row-actions button:hover{color:#007aff;background:#007aff14}.row-actions .danger-link{color:#ff3b30;background:#ff3b3014}.manager-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;display:grid}.manager-card{background:#fff;border:1px solid #3c3c431f;border-radius:12px;grid-template-rows:172px minmax(0,1fr);gap:10px;padding:10px;transition:border-color .14s,box-shadow .14s,transform .14s;display:grid;position:relative;box-shadow:0 8px 24px #1422370a}.manager-card:hover{border-color:#007aff47;transform:translateY(-1px);box-shadow:0 12px 28px #1422370f}.card-select{z-index:1;position:absolute;top:18px;left:18px}.card-image{color:#8e8e93;cursor:pointer;background:#f2f2f7;border-radius:10px;place-items:center;height:172px;display:grid;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%}.card-content{min-width:0;padding:0 2px 2px}.card-top{color:#007aff;justify-content:space-between;gap:8px;font-size:12px;font-weight:700;display:flex}.card-top span{text-overflow:ellipsis;white-space:nowrap;background:#007aff17;border-radius:999px;max-width:48%;padding:3px 8px;display:inline-flex;overflow:hidden}.card-content h2{color:#1c1c1e;cursor:pointer;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0;font-size:14px;line-height:1.45;display:-webkit-box;overflow:hidden}.card-content p{color:#8e8e93;white-space:nowrap;text-overflow:ellipsis;margin:0 0 10px;font-size:12px;overflow:hidden}.card-kv{color:#8e8e93;grid-template-columns:1fr 1fr;gap:6px;font-size:12px;display:grid}.card-kv span:first-child{color:#007aff;font-weight:800}.manager-pager{background:#fff;border:1px solid #3c3c431f;border-top:0;border-radius:0 0 16px 16px;justify-content:center;gap:10px;padding:14px 20px;display:flex}.manager-drawer{box-shadow:-12px 0 34px #1422371a}input[type=checkbox]{accent-color:#007aff;width:16px;height:16px}@media (width<=1100px){.desktop-shell{grid-template-columns:1fr}.desktop-sidebar{flex-direction:row;align-items:center;gap:14px;min-height:auto}.desktop-logo{border-bottom:0;margin-bottom:0;padding:0}.desktop-nav{margin-top:0}.sidebar-user{grid-auto-flow:column;align-items:center;margin-top:0;margin-left:auto}.desktop-titlebar{flex-direction:column;align-items:flex-start}.desktop-stats,.manager-toolbar,.manager-toolbar.secondary{grid-template-columns:1fr}.manager-table-wrap{height:auto;max-height:68vh}}.packet-admin-shell{color:#1c1c1e;background:radial-gradient(circle at 0 0,#007aff14,#0000 28%),#f2f2f7;grid-template-columns:236px minmax(0,1fr);min-height:100vh;display:grid}.packet-sidebar{background:linear-gradient(#fffffffa,#f8fafcf0),#fff;border-right:1px solid #3c3c431a;flex-direction:column;min-height:100vh;padding:22px 18px;display:flex;position:sticky;top:0;box-shadow:12px 0 34px #1422370b}.packet-brand{color:#111827;letter-spacing:-.03em;border-bottom:1px solid #3c3c431a;align-items:center;gap:11px;margin-bottom:24px;padding:4px 4px 20px;font-size:19px;font-weight:900;display:flex}.packet-brand-mark{object-fit:contain;background:#fff;border-radius:12px;width:36px;height:36px;padding:6px;box-shadow:0 10px 22px #007aff29}.packet-brand-text{gap:3px;min-width:0;display:grid}.packet-brand-text span,.packet-brand-text small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.packet-brand-text small{color:#6e6e73;letter-spacing:0;font-size:13px;font-weight:800}.packet-nav{gap:10px;display:grid}.packet-nav-item{color:#1c1c1e;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffffdb;border:1px solid #3c3c4314;border-radius:16px;align-items:center;gap:11px;width:100%;padding:12px 38px 12px 12px;font-size:14px;font-weight:800;transition:background .15s,box-shadow .15s,transform .12s;display:flex;position:relative;box-shadow:0 8px 22px #1422370b}.packet-nav-item:after{content:"›";color:#c7c7cc;font-size:22px;font-weight:500;position:absolute;top:50%;right:14px;transform:translateY(-52%)}.packet-nav-item.active,.packet-nav-item:hover{background:#fff;box-shadow:0 10px 26px #14223712}.packet-nav-item:active{background:#f7f7f8;transform:scale(.985)}.packet-nav-icon{color:#007aff;background:#007aff1a;border-radius:9px;place-items:center;width:26px;height:26px;font-size:13px;display:inline-grid}.packet-logout{color:#8e3a35;background:#ff3b300f;border:0;border-radius:12px;width:100%;margin-top:auto;padding:10px 12px;font-size:13px;font-weight:800;transition:background .15s,color .15s,transform .15s}.packet-logout:hover{color:#d92d20;background:#ff3b301c;transform:translateY(-1px)}.packet-main{min-width:0;height:100vh;padding:16px 22px 22px;overflow:hidden}.packet-panel{background:#fff;border:1px solid #3c3c431f;border-radius:16px;flex-direction:column;height:calc(100vh - 38px);min-height:0;display:flex;overflow:hidden;box-shadow:0 10px 32px #1422370d}.packet-panel-head{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #3c3c431f;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex;position:sticky;top:0}.packet-panel-head h1{letter-spacing:-.02em;margin:0;font-size:18px}.packet-toolbar{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-primary,.admin-secondary,.admin-success,.admin-danger-soft,.packet-filters button,.admin-pager button,.dialog-actions button{border:1px solid #3c3c431f;border-radius:8px;min-height:32px;padding:7px 12px;font-size:13px;font-weight:700;line-height:1}.admin-primary{color:#fff;background:#007aff;border-color:#007aff}.admin-primary:hover{background:#006ee6}.admin-secondary{color:#1c1c1e;background:#f2f2f7}.admin-secondary.blue{color:#007aff;background:#007aff14;border-color:#007aff2e}.admin-secondary.active{color:#007aff;background:#007aff24}.admin-success{color:#fff;background:#34c759;border-color:#34c759}.admin-danger-soft{color:#ff3b30;background:#ff3b3014;border-color:#ff3b302e}.packet-filters{z-index:19;background:#f6f8fb;border-bottom:1px solid #3c3c431f;justify-content:space-between;align-items:flex-start;gap:18px;padding:14px 20px;display:flex;position:sticky;top:69px}.filter-section{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.filter-section-main{flex:0 auto}.filter-section-actions{flex-wrap:nowrap;flex:720px;justify-content:flex-end;gap:8px;margin-left:auto}.operation-progress-card{color:#0a5fd8;background:#007aff14;border:1px solid #007aff2e;border-radius:10px;flex:0 0 520px;width:clamp(320px,34vw,520px);min-width:300px;padding:7px 10px;overflow:hidden}.operation-progress-card.idle{visibility:hidden}.operation-progress-card.importing{color:#0a5fd8;background:#007aff14;border-color:#007aff2e}.operation-progress-card.deleting{color:#d92d20;background:#ff3b3014;border-color:#ff3b302e}.operation-progress-card.downloading{color:#1f8f4d;background:#34c7591a;border-color:#34c75933}.operation-progress-card.deleting .import-progress-track{background:#ff3b3024}.operation-progress-card.deleting .import-progress-track span{background:#ff3b30}.operation-progress-card.downloading .import-progress-track{background:#34c75929}.operation-progress-card.downloading .import-progress-track span{background:#34c759}.import-progress-copy{justify-content:space-between;align-items:center;gap:12px;font-size:12px;font-weight:800;line-height:1.25;display:flex}.import-progress-copy strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.import-progress-copy span{flex:none}.import-progress-track{background:#007aff24;border-radius:999px;height:4px;margin-top:6px;overflow:hidden}.import-progress-track span{border-radius:inherit;background:#007aff;height:100%;transition:width .18s;display:block}.filter-action-group{align-items:center;gap:8px;display:inline-flex}.filter-action-group.batch{border-left:1px solid #3c3c431f;padding-left:12px}.packet-filters input,.packet-filters select{color:#1c1c1e;width:140px;height:34px;box-shadow:none;background-color:#fff;border:1px solid #3c3c431f;border-radius:9px;outline:none;padding:0 10px;font-size:13px}.packet-filters input:first-child{width:230px}.packet-filters input:focus,.packet-filters select:focus,.dialog input:focus,.dialog textarea:focus{border-color:#007aff;box-shadow:0 0 0 3px #007aff1f}.packet-workbench-bar{background:#fff;border-bottom:1px solid #3c3c431f;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}.view-switch{background:#f2f2f7;border-radius:11px;gap:7px;padding:4px;display:inline-flex}.view-switch button{color:#3a3a3c;background:0 0;border:0;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700}.view-switch button.active{color:#fff;background:#007aff}.packet-summary{color:#0a5fd8;background:linear-gradient(135deg,#007aff21,#34c7591f);border:1px solid #007aff2e;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800}.admin-table-wrap{background:#fff;flex:auto;min-height:0;overflow:auto}.admin-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1520px}.admin-table th,.admin-table td{text-align:center;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #3c3c4314;padding:5px 8px;line-height:1.18}.admin-table th{z-index:2;color:#8e8e93;background:#f6f8fb;font-size:12px;font-weight:700;position:sticky;top:0}.admin-table td{color:#2c2c2e;font-size:12px}.admin-table tbody tr:hover{background:#007aff0a}.admin-table .cell-left{text-align:left}.packet-title-cell{text-overflow:ellipsis;color:#1c1c1e;cursor:pointer;vertical-align:middle;max-width:320px;font-weight:400;display:inline-block;overflow:hidden}.packet-title-cell:hover{color:#007aff}.shop-cell{text-overflow:ellipsis;max-width:120px;overflow:hidden}.main-image.thumb{color:#8e8e93;background:#f2f2f7;border:1px solid #3c3c431f;border-radius:7px;place-items:center;width:40px;height:40px;padding:0;font-size:10px;display:inline-grid;overflow:hidden}.main-image img{object-fit:cover;width:100%;height:100%}.image-focus-preview{z-index:80;pointer-events:none;background:#fffffff5;border:1px solid #3c3c4329;border-radius:14px;padding:8px;position:fixed;box-shadow:0 18px 48px #1422372e}.image-focus-preview img{object-fit:contain;background:#f6f8fb;border-radius:10px;width:100%;height:100%;display:block}.source-badge,.quality-pill,.status-pill{text-overflow:ellipsis;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;max-width:120px;padding:2px 7px;font-size:11px;font-weight:700;display:inline-flex;overflow:hidden}.source-badge{color:#ff6b3d;background:#fff0d7}.quality-pill.ok,.status-pill.ok{color:#20a060;background:#34c7591f}.quality-pill.warn,.status-pill.warn{color:#b26a00;background:#ff9f0a24}.status-pill.muted{color:#636366;background:#f2f2f7}.packet-row-actions{text-align:center;vertical-align:middle}.packet-row-action-group{justify-content:center;align-items:center;gap:7px;min-height:28px;display:inline-flex}.packet-row-action-group button{color:#007aff;background:#007aff0f;border:1px solid #3c3c431f;border-radius:7px;min-width:56px;min-height:27px;padding:5px 10px;font-size:12px;font-weight:700;line-height:1}.packet-row-action-group .danger-link{color:#ff3b30;background:#ff3b3014}.row-check{appearance:none;vertical-align:middle;background:#fff;border:1px solid #3c3c433d;border-radius:4px;place-content:center;min-width:14px;margin:0;padding:0;display:inline-grid;width:14px!important;height:14px!important}.row-check:checked{background:#007aff;border-color:#007aff}.row-check:checked:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:7px;height:4px;transform:rotate(-45deg)translateY(-1px)}.packet-card-grid{overscroll-behavior:contain;scrollbar-gutter:stable;scroll-behavior:auto;-webkit-overflow-scrolling:touch;flex:auto;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));align-content:start;gap:14px;min-height:0;padding:18px 20px;display:grid;overflow:auto}.packet-card-item{contain:layout style;content-visibility:auto;contain-intrinsic-size:445px 240px;background:#fff;border:1px solid #3c3c431f;border-radius:12px;padding:0;position:relative;box-shadow:0 3px 10px #14223709}.card-check{z-index:2;position:absolute;top:12px;left:12px}.packet-card-image{aspect-ratio:1/.92;color:#8e8e93;background:#f2f2f7;border:0;border-radius:0;place-items:center;width:100%;height:auto;padding:0;display:grid;position:relative;overflow:hidden}.packet-card-image:after{content:"";opacity:0;pointer-events:none;background:#1c1c1e2e;transition:opacity .16s;position:absolute;inset:0}.packet-card-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.packet-card-image-hint{z-index:1;color:#fff;opacity:0;pointer-events:none;background:#1c1c1ead;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-style:normal;font-weight:800;transition:opacity .16s;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.packet-card-image-hint:before{content:"⌕";color:#1c1c1e;background:#ffffffeb;border-radius:999px;place-items:center;width:17px;height:17px;font-size:12px;line-height:1;display:inline-grid}.packet-card-image:hover:after,.packet-card-image:hover .packet-card-image-hint{opacity:1}.packet-card-grid .packet-card-image img{backface-visibility:hidden;transform:translateZ(0)}.packet-card-body{gap:4px;padding:8px 12px 11px;display:grid}.packet-card-body>small{color:#8e8e93;font-size:12px}.packet-card-body strong{color:#111827;cursor:pointer;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:42px;font-size:15px;font-weight:800;line-height:1.42;display:-webkit-box;overflow:hidden}.packet-card-meta{color:#6b7280;grid-template-columns:1fr;gap:4px;font-size:12px;line-height:1.35;display:grid}.packet-card-meta span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-pager{color:#374151;background:#fbfcff;border-top:1px solid #0f172a24;flex:none;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px 32px;padding:12px 24px 14px;font-size:12px;font-weight:700;display:grid;box-shadow:0 -10px 28px #0f172a14}.admin-pager .admin-secondary{color:#1f2937;background:#eef2f7;border-color:#0f172a29}.admin-pager .admin-secondary:not(:disabled):hover{background:#e5eaf2}.admin-pager .admin-secondary:disabled{color:#9ca3af;background:#f3f4f6}.pager-left,.pager-center,.pager-jump{align-items:center;gap:12px;display:flex}.pager-left{justify-content:flex-start;justify-self:start}.pager-center{justify-content:center;justify-self:center}.pager-jump{justify-content:flex-end;justify-self:end}.pager-limit{width:116px}.pager-limit>button{width:100%}.pager-jump input{color:#1c1c1e;background:#fff;border:1px solid #3c3c431f;border-radius:8px;outline:none;width:72px;height:32px;padding:0 8px;font-size:12px;font-weight:700}.pager-jump input:focus{border-color:#007aff;box-shadow:0 0 0 3px #007aff1f}.packet-empty{text-align:center;color:#8e8e93;padding:54px;font-weight:700}.dialog{z-index:50;background:#1c1c1e47;place-items:center;display:grid;position:fixed;inset:0}.dialog-card{background:#fff;border:1px solid #3c3c431f;border-radius:14px;width:min(520px,100vw - 32px);overflow:hidden;box-shadow:0 18px 50px #1422371f}.dialog-head,.dialog-actions{border-bottom:1px solid #3c3c431f;justify-content:space-between;align-items:center;gap:10px;padding:13px 16px;display:flex}.dialog-actions{border-top:1px solid #3c3c431f;border-bottom:0;justify-content:flex-end}.dialog-head h2{margin:0;font-size:16px}.dialog-head button{color:#8e8e93;background:0 0;border:0;font-size:20px}.dialog-body{gap:11px;padding:15px 16px;display:grid}.dialog .filter-row{grid-template-columns:96px minmax(0,1fr);align-items:center;gap:10px;font-size:12px;display:grid}.dialog .filter-row.stacked,.dialog .filter-row.block{grid-template-columns:1fr}.range-pair{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;display:grid}.dialog input,.dialog textarea{background:#fff;border:1px solid #3c3c431f;border-radius:8px;outline:none;width:100%;padding:7px 9px;font-size:12px}.dialog textarea{resize:vertical;min-height:96px}.product-preview-modal{z-index:60;background:#000;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.product-preview-modal.open{display:flex}.product-preview-close{color:#1c1c1e;background:#fff;border:0;border-radius:999px;width:34px;height:34px;font-size:22px;position:fixed;top:18px;right:22px;box-shadow:0 8px 24px #1422371f}.product-preview-phone{background:#f5f5f5;border:10px solid #1c1c1e;border-radius:36px;width:390px;height:min(820px,100vh - 48px);position:relative;overflow:hidden;box-shadow:0 24px 70px #0000003d}.product-phone-status{color:#1c1c1e;background:#fff;justify-content:space-between;align-items:center;height:44px;padding:0 14px;font-size:13px;font-weight:800;display:flex}.product-phone-status button{color:#007aff;background:0 0;border:0;font-size:18px}.product-phone-scroll{height:calc(100% - 92px);padding-bottom:10px;overflow:auto}.product-hero{background:#eee;height:390px;position:relative}.product-hero img,.product-hero video{object-fit:cover;width:100%;height:100%;display:block}.product-empty,.product-preview-loading{color:#8e8e93;place-items:center;height:100%;font-weight:700;display:grid}.product-hero-count{color:#fff;background:#00000073;border-radius:999px;padding:3px 8px;font-size:12px;position:absolute;bottom:12px;right:12px}.product-price-row{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.product-price-row strong{color:#ff3b30;letter-spacing:-.03em;font-size:28px}.product-price-row strong span{font-size:15px}.product-price-row em{color:#8e8e93;font-size:12px;font-style:normal}.product-summary-section h2{margin:8px 0 0;font-size:16px;line-height:1.45}.product-stat-row{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.product-stat-row span{color:#1c1c1e;gap:3px;font-size:12px;display:grid}.product-stat-row small{color:#8e8e93}.product-service-section{border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5;flex-wrap:wrap;gap:8px;padding-top:12px;padding-bottom:12px;display:flex}.product-service-section span{color:#1f2937;background:0 0;border-radius:0;padding:0 0 0 9px;font-size:12px;font-weight:600;position:relative}.product-service-section span:before{content:"";background:#e02e24;border-radius:999px;width:5px;height:5px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.product-section-head{color:#8e8e93;justify-content:space-between;align-items:center;font-size:12px;display:flex}.product-section-head strong{color:#1c1c1e;font-size:14px}.product-shop-section{grid-template-columns:42px 1fr auto;align-items:center;gap:10px;display:grid}.product-shop-mark{color:#fff;background:#ff6b3d;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.product-shop-section strong,.product-shop-section span{display:block}.product-shop-section button{color:#ff3b30;background:#fff;border:1px solid #ff3b30;border-radius:999px;padding:5px 12px;font-weight:700}.product-param-preview{gap:8px;margin-top:10px;display:grid}.product-param-preview div{grid-template-columns:76px 1fr;gap:8px;font-size:12px;display:grid}.product-param-preview span{color:#8e8e93}.product-sku-preview{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.product-sku-preview span{background:#f2f2f7;border-radius:999px;padding:5px 8px;font-size:12px}.product-detail-section img{border-radius:8px;width:100%;margin-top:8px;display:block}.product-detail-empty{color:#8e8e93;text-align:center;background:#f2f2f7;border-radius:10px;margin-top:10px;padding:24px}.product-bottom-bar{background:#fff;border-top:1px solid #3c3c431f;grid-template-columns:54px 54px 54px 1fr;height:48px;display:grid;position:absolute;bottom:0;left:0;right:0}.product-bottom-bar button{color:#3a3a3c;background:#fff;border:0;font-size:11px}.product-bottom-bar button span{font-size:15px;display:block}.product-bottom-bar .group{color:#fff;background:#ff3b30;font-size:13px;font-weight:800}.product-bottom-bar .group small{font-size:10px;font-weight:500;display:block}@media (width<=1280px){.packet-filters{justify-content:flex-start}.filter-section-actions{justify-content:flex-start;width:100%;margin-left:0}}@media (width<=720px){.filter-section,.filter-section-actions,.filter-action-group{width:100%}.filter-action-group.batch{border-left:0;padding-left:0}.packet-filters button,.packet-filters .pretty-select,.packet-filters input{flex:100%}}@media (width<=1100px){.packet-admin-shell{grid-template-columns:1fr}.packet-sidebar{flex-direction:row;align-items:center;gap:14px;min-height:auto}.packet-brand{border-bottom:0;margin-bottom:0;padding-bottom:0}.packet-user{grid-auto-flow:column;align-items:center;margin-top:0;margin-left:auto}.packet-panel-head{flex-direction:column;align-items:flex-start}.packet-filters input,.packet-filters select{width:100%}.admin-table-wrap{height:auto;max-height:70vh}.product-preview-phone{width:min(390px,100vw - 34px)}}.packet-main{padding:14px 18px}.packet-panel{min-height:calc(100vh - 28px)}.packet-panel-head{padding:14px 18px}.packet-filters{align-items:flex-start;gap:18px;padding:10px 18px;top:57px}.packet-filters input,.packet-filters select{height:32px;font-size:12px}.packet-filters button{white-space:nowrap;height:32px}.admin-table-wrap{height:calc(100vh - 215px)}.admin-table th,.admin-table td{border-right:1px solid #3c3c4314}.admin-table th:last-child,.admin-table td:last-child{border-right:0}.source-badge,.quality-pill{font-size:11px}.status-pill{display:none}.packet-card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.packet-card-image{aspect-ratio:1;background:#fff;height:auto;min-height:210px}.packet-card-image img{background:#fff;width:100%;height:100%;object-fit:contain!important}.admin-pager{min-height:40px;padding:8px 18px}.packet-user{align-self:stretch}.dialog-card{width:min(640px,100vw - 28px)}.dialog-body{gap:12px;font-size:12px}.dialog .filter-row{grid-template-columns:104px minmax(0,1fr);font-size:12px}.dialog input,.dialog textarea{padding:8px 10px;font-size:12px}.dialog small{color:#8e8e93;font-size:11px}.product-preview-modal{background:0 0;align-items:center}.product-preview-modal:before{content:"";z-index:0;background:radial-gradient(circle,#0f172a94,#0f172ac2);position:fixed;inset:0}.product-preview-close{z-index:2}.product-preview-phone{z-index:1;background:#f4f4f4;border:12px solid #111316;border-radius:42px;width:414px;height:min(880px,100vh - 34px);position:relative}.product-phone-status{border-bottom:1px solid #3c3c4314;justify-content:center;align-items:center;height:46px;font-size:13px;display:flex}.product-phone-status strong{justify-content:center;align-items:center;gap:5px;display:inline-flex}.product-phone-status strong img{object-fit:cover;border-radius:3px;flex:none;width:13px;height:13px}.product-hero{aspect-ratio:1;background:#fff;height:auto;min-height:414px}.product-hero img,.product-hero video{background:#fff;width:100%;height:100%;object-fit:contain!important}.product-section{background:#fff;margin-top:0;padding:14px 16px}.product-service-section{border-top:0;border-bottom:0;margin-top:4px;padding:12px 16px;position:relative}.product-review-section,.product-shop-section,.product-param-section,.product-detail-section{border-top:0;margin-top:4px}.product-service-section,.product-review-section,.product-shop-section,.product-param-section,.product-detail-section{position:relative}.product-service-section:before,.product-review-section:before,.product-shop-section:before,.product-param-section:before,.product-detail-section:before{content:"";background:#f3f4f6;height:4px;position:absolute;top:-4px;left:0;right:0}.product-section-head strong{color:#0f172a;font-size:15px;font-weight:900}.product-section-head span,.product-section-head button{color:#8b95a5;font-size:12px}.product-shop-section{grid-template-columns:48px minmax(0,1fr) auto;gap:12px;min-height:76px}.product-shop-mark{background:linear-gradient(135deg,#ff6b3d,#f43f3f);border-radius:12px;width:42px;height:42px;font-size:18px;font-weight:900}.product-shop-section strong{color:#111827;font-size:16px;font-weight:900;line-height:1.25}.product-shop-section span{color:#9ca3af;margin-top:4px;font-size:12px}.product-shop-section button{color:#ff3b30;background:#fff;border:1.5px solid #ff3b30;border-radius:999px;min-width:58px;padding:6px 13px;font-size:16px;font-weight:900}.product-param-preview{background:#f8f9fb;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:10px;display:grid}.product-param-preview div{text-align:center;grid-template-columns:1fr;gap:6px;min-width:0;padding:12px 8px;font-size:12px;display:grid}.product-param-preview span{color:#8b95a5;font-size:13px}.product-param-preview strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;overflow:hidden}.product-price-row strong{font-size:30px}.product-summary-section h2{font-size:16px;font-weight:700}.product-bottom-bar{background:#fff;border-top:0;grid-template-columns:56px 56px 56px 1fr;height:58px}.product-bottom-bar button{border-radius:0;height:58px}.product-bottom-bar button span{font-size:19px;line-height:1.05}.product-bottom-bar .favorite-line-icon,.product-bottom-bar .shop-line-icon{width:21px;height:21px;margin:0 auto 1px;display:block}.product-bottom-bar .favorite-line-icon svg,.product-bottom-bar .shop-line-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.product-bottom-bar .group{background:#ff3b30;border-radius:0;height:58px;margin:0}.product-preview-close{top:14px;right:18px}.main-image img,.mini-thumb img,.thumb img,.card-image img,.packet-card-image img,.product-hero img,.product-hero video{background-color:#fff;object-fit:contain!important}.main-image.thumb,.mini-thumb,.thumb{background:#fff}.product-hero-nav{z-index:2;color:#fff;background:#11182770;border:0;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:24px;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.product-hero-dots{gap:5px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.product-hero-dots button{background:#ffffffa3;border:0;border-radius:999px;width:6px;height:6px;padding:0}.product-hero-dots button.active{background:#e02e24;width:15px}.product-section-head button{color:#9ca3af;background:0 0;border:0;font-size:12px}.product-param-preview{background:#fafafa;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.product-param-preview div{text-align:center;grid-template-columns:1fr;gap:5px;min-width:0;padding:10px 8px;display:grid}.product-param-preview div+div{border-left:1px solid #e5e7eb}.product-param-preview strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.product-sheet-backdrop{z-index:8;opacity:0;background:#0000009e;transition:opacity .16s;position:absolute;inset:0}.product-sheet-backdrop.open{opacity:1}.product-param-sheet,.product-sku-sheet{z-index:9;pointer-events:none;background:#fff;border-radius:12px 12px 0 0;max-height:90%;transition:transform .18s;position:absolute;bottom:0;left:0;right:0;overflow:auto;transform:translateY(100%)}.product-param-sheet[hidden],.product-sku-sheet[hidden]{display:none!important}.product-param-sheet.open,.product-sku-sheet.open{pointer-events:auto;transform:none}.product-sku-sheet{flex-direction:column;height:90%;display:flex;overflow:hidden}.product-sku-options{flex:auto;min-height:0;padding-bottom:14px;overflow:auto}.product-sheet-head{z-index:1;background:#fff;border-bottom:1px solid #edf0f5;justify-content:center;align-items:center;min-height:54px;padding:12px 54px;display:flex;position:sticky;top:0}.product-sheet-head strong{color:#111827;font-size:18px}.product-sheet-head button{color:#c3c6ce;background:0 0;border:0;width:34px;height:34px;font-size:28px;position:absolute;top:10px;right:14px}.product-param-list{padding:10px 18px 28px;display:grid}.product-param-list dl{grid-template-columns:120px minmax(0,1fr);gap:18px;margin:0;padding:13px 0;display:grid}.product-param-list dt{color:#9ca3af;font-size:15px}.product-param-list dd{color:#111827;overflow-wrap:anywhere;margin:0;font-size:15px}.product-sku-selected{border-bottom:1px solid #f0f1f4;grid-template-columns:122px minmax(0,1fr);gap:12px;padding:14px;display:grid}.product-sku-selected button{background:0 0;border:0;padding:0}.product-sku-selected img,.product-sku-selected .product-sku-empty{object-fit:cover;border-radius:6px;width:122px;height:122px}.product-sku-empty,.product-sku-missing{color:#94a3b8;background:#eef2f7;place-items:center;font-size:12px;display:grid}.product-sku-image-placeholder{color:#ffffffa3;background:#000;place-items:center;width:100%;height:74%;display:grid}.product-sku-image-placeholder:after{content:"加载中...";font-size:13px;font-weight:700}.product-sku-selected strong{color:#e02e24;margin-top:2px;font-size:23px;display:inline-block}.product-sku-selected span{color:#4b5563;overflow-wrap:anywhere;margin-top:12px;font-size:14px;line-height:1.4;display:block}.product-sku-discount{color:#111827;border-bottom:1px solid #f0f1f4;justify-content:space-between;gap:10px;padding:12px 14px;font-size:15px;display:flex}.product-sku-discount strong{color:#c92a2a;font-weight:800}.product-spec-row{grid-template-columns:54px minmax(0,1fr);align-items:start;gap:8px;margin-bottom:9px;display:grid}.product-sheet-spec{grid-template-columns:1fr;gap:7px;margin:0;padding:12px 14px 4px}.product-sheet-spec>span{color:#4b5563;font-size:14px;font-weight:600}.product-sheet-spec div{flex-wrap:wrap;gap:7px;display:flex}.product-sheet-spec div button{color:#111827;text-align:left;overflow-wrap:anywhere;background:#f3f4f6;border:1px solid #0000;border-radius:6px;max-width:100%;padding:6px 10px;font-size:13px}.product-sheet-spec div button.active{color:#e02e24;background:#fff;border-color:#e02e24}.product-submit-sku{color:#fff;background:#e02e24;border:0;border-radius:6px;flex:none;width:calc(100% - 28px);height:48px;margin:14px;font-size:17px;font-weight:800}.product-sku-image-viewer img{object-fit:contain;max-width:100%;max-height:74%}.product-sku-image-close,.product-sku-image-nav{z-index:2;color:#fff;background:#ffffff29;border:1px solid #ffffff59;border-radius:999px;position:absolute}.product-sku-image-close{width:38px;height:38px;font-size:22px;top:14px;right:14px}.product-sku-image-nav{width:52px;height:52px;font-size:30px;font-weight:900;top:50%;transform:translateY(-50%)}.product-sku-image-nav.prev{left:14px}.product-sku-image-nav.next{right:14px}.product-sku-image-caption{color:#fff;text-align:center;justify-items:center;gap:5px;display:grid;position:absolute;bottom:74px;left:26px;right:26px}.product-sku-image-caption strong{overflow-wrap:anywhere;background:#0000003d;border:1.5px solid #ffffffe6;border-radius:22px;justify-content:center;align-items:center;max-width:300px;min-height:40px;padding:7px 18px;line-height:1.25;display:inline-flex}.product-sku-image-caption span{color:#fff;font-size:20px;font-weight:800}.product-sku-image-page{color:#ffffffdb;font-size:13px;font-style:normal;position:absolute;bottom:56px;right:12px}.product-back-top{z-index:7;color:#fff;background:#11182794;border:0;border-radius:999px;width:42px;height:42px;font-size:0;position:absolute;bottom:112px;right:12px}.product-back-top:before,.product-back-top:after{content:"";position:absolute;left:50%}.product-back-top:before{border-top:3px solid #fff;border-left:3px solid #fff;width:14px;height:14px;top:11px;transform:translate(-50%)rotate(45deg)}.product-back-top:after{background:#fff;border-radius:999px;width:3px;height:14px;top:19px;transform:translate(-50%)}.product-preview-modal{background:radial-gradient(circle at 50% 18%,#ffffff42,#0000 24%),linear-gradient(135deg,#0f172a8f,#0f172a61)}.product-preview-phone{background:#f4f4f4;border:11px solid #0f1115;border-radius:48px;width:414px;height:min(876px,100vh - 32px);box-shadow:0 34px 90px #0000005c,inset 0 0 0 1px #ffffff2e,0 0 0 1px #ffffff29}.product-preview-phone:before{content:"";z-index:6;background:#0f1115;border-radius:0 0 18px 18px;width:118px;height:28px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.product-phone-scroll,.product-param-sheet,.product-sku-options{scrollbar-width:none;-ms-overflow-style:none}.product-phone-scroll::-webkit-scrollbar{display:none}.product-param-sheet::-webkit-scrollbar{display:none}.product-sku-options::-webkit-scrollbar{display:none}.product-phone-status{padding-top:6px}.product-hero-nav{color:#fff;background:#11182785;width:44px;height:44px;top:50%;box-shadow:0 8px 18px #0000002e}.product-hero-nav.prev{left:12px}.product-hero-nav.next{right:12px}.product-price-row em{color:#e02e24;font-weight:800}.pretty-select{z-index:6;min-width:132px;height:34px;position:relative}.pretty-select.small{min-width:104px}.pretty-select>button{color:#111827;text-align:left;background:#fff;border:1px solid #3c3c4324;border-radius:9px;grid-template-columns:minmax(0,1fr) 14px;align-items:center;gap:8px;width:100%;height:34px;padding:0 11px 0 13px;font-size:12px;font-weight:800;line-height:1;display:grid;box-shadow:0 1px 2px #1422370d}.pretty-select.open>button{border-color:#007aff6b;box-shadow:0 0 0 3px #007aff1f}.select-caret{border-bottom:1.8px solid #4b5563;border-right:1.8px solid #4b5563;justify-self:center;width:7px;height:7px;margin-top:-3px;transform:rotate(45deg)}.pretty-select.open .select-caret{margin-top:3px;transform:rotate(225deg)}.pretty-select-menu{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #3c3c4324;border-radius:12px;width:max(100%,150px);max-height:260px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;overflow:auto;box-shadow:0 18px 40px #1422372e}.pretty-select-menu.up{top:auto;bottom:calc(100% + 6px)}.pretty-select-menu.wide{width:178px}.pretty-select-menu button{color:#1d1d1f;text-align:left;background:0 0;border:0;border-radius:8px;width:100%;height:30px;padding:0 10px;font-size:12px}.pretty-select-menu button:hover,.pretty-select-menu button.active{color:#005ac8;background:#007aff1a;font-weight:800}.packet-card-meta{display:grid;grid-template-columns:1fr!important;gap:6px!important}.packet-card-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.product-preview-phone,.product-phone-scroll,.product-section,.product-bottom-bar,.product-param-sheet,.product-sku-sheet{box-sizing:border-box}.product-preview-phone{background:#f4f4f4;border:6px solid #15171b;border-radius:34px;width:414px;max-width:414px;height:min(920px,100vh - 20px);overflow:hidden;box-shadow:0 24px 70px #00000057,0 0 0 1px #ffffff24}.product-preview-phone:before{display:none}.product-phone-status{text-align:center;background:#f4f4f4;border-radius:28px 28px 0 0;justify-content:center;height:38px;padding:0 16px}.product-phone-status strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.product-phone-status button{display:none}.product-phone-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;background:#f4f4f4;width:100%;height:calc(100% - 88px);min-height:0;overflow:hidden auto!important}.product-phone-scroll>*,.product-hero,.product-detail-section img{max-width:100%}.product-price-row em{color:#e02e24;background:#e02e241a;border-radius:999px;align-items:center;min-height:28px;padding:5px 11px;font-weight:800;display:inline-flex}.product-bottom-bar .group{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.product-preview-modal button,.product-preview-modal input,.product-preview-modal select,.product-preview-modal textarea{-webkit-tap-highlight-color:transparent}.product-preview-modal button:focus,.product-preview-modal button:focus-visible{box-shadow:none;outline:none}.product-preview-modal button:active{filter:brightness(.98)}.product-hero,.product-hero img,.product-hero video,.product-sku-image-viewer{backface-visibility:hidden;transform:translateZ(0)}.product-phone-scroll{transform:none!important}.product-empty,.product-sku-image-placeholder{width:100%;height:100%;min-height:inherit;background:#fff}.product-sku-image-placeholder{max-width:100%;max-height:74%;display:block}.product-sku-image-viewer img{background:#000}.admin-table{min-width:1680px}.admin-table th:nth-child(6),.admin-table td:nth-child(6){width:430px;min-width:430px;max-width:430px}.admin-table .cell-left{white-space:nowrap}.packet-title-cell{white-space:nowrap;width:100%;max-width:100%;line-height:1.35;display:block}.main-image.thumb{border-radius:10px;width:64px;height:64px}.row-check{cursor:pointer;border-radius:6px;min-width:22px;width:22px!important;height:22px!important}.row-check:checked:after{width:10px;height:6px}.packet-filters{scrollbar-width:none;grid-template-columns:minmax(190px,1.6fr) minmax(132px,.9fr) minmax(150px,1fr) repeat(9,auto);gap:8px;overflow:visible}.packet-filters::-webkit-scrollbar{display:none}.packet-filters>button{white-space:nowrap;border-radius:9px;min-width:auto;height:34px;padding:0 12px}.pretty-select{z-index:25;position:relative}.pretty-select.open{z-index:80}.pretty-select-menu{z-index:90;pointer-events:auto}.packet-workbench-bar{justify-content:space-between}.packet-summary{color:#0a5fd8;background:#eaf4ff;border-color:#007aff33}.admin-pager{grid-template-columns:1fr auto 1fr}.pager-left{justify-content:flex-end}.pager-center{justify-content:center;min-width:220px}.pager-jump{justify-content:flex-start}.product-preview-phone{border-width:5px;border-radius:32px;width:448px;max-width:448px;height:min(960px,100vh - 12px)}.product-phone-status{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffb8;border-bottom:0;justify-content:center;height:40px;position:relative}.product-phone-status strong{color:#111827;background:#11182714;border-radius:999px;justify-content:center;align-items:center;min-width:126px;max-width:68%;height:26px;padding:0 18px;font-size:12px;display:inline-flex;box-shadow:inset 0 0 0 1px #11182714}.product-phone-scroll{background:#fff;height:calc(100% - 90px)}.product-hero{background:#fff;min-height:448px;margin:0}.product-summary-section{margin-top:0}.product-section{border-top:0}.product-sheet-backdrop{transition:opacity .2s}.product-param-sheet,.product-sku-sheet{opacity:0;transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .18s;transform:translateY(16px)}.product-param-sheet.open,.product-sku-sheet.open{opacity:1;transform:none}.product-sku-image-viewer{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:0 18px 46px;display:flex}.product-sku-image-caption{justify-items:center;gap:8px;display:grid;position:static;transform:translateY(-14px)}@media (width<=1100px){.packet-main{padding:10px}.packet-filters{top:auto}.product-preview-phone{width:min(448px,100vw - 12px)}}.product-param-sheet[hidden],.product-sku-sheet[hidden]{pointer-events:none!important;display:none!important}.product-param-sheet:not(.open),.product-sku-sheet:not(.open){pointer-events:none!important}.product-param-sheet.open,.product-sku-sheet.open{pointer-events:auto!important}.product-phone-status{z-index:6;-webkit-backdrop-filter:blur(18px)saturate(1.35);background:#f4f4f49e;border-radius:27px 27px 0 0;height:48px;padding:7px 16px 0;position:absolute;top:0;left:0;right:0}.product-phone-status strong{color:#0000;background:#050507;border-radius:999px;width:116px;min-width:116px;max-width:116px;height:28px;padding:0;box-shadow:inset 18px 0 24px #ffffff08,0 1px 1px #ffffff1f,0 8px 18px #00000029}.product-phone-scroll{height:calc(100% - 50px);padding-top:48px}.product-sku-image-viewer{justify-content:center;gap:18px;padding:42px 0 54px}.product-sku-image-viewer img,.product-sku-image-placeholder{object-fit:contain;width:100%;max-width:100%;max-height:72%;transform:none}.product-sku-image-caption{justify-items:center;gap:8px;width:calc(100% - 40px);margin:0 auto;display:grid;position:static;transform:none}.product-sku-image-caption strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.product-sku-image-page{bottom:40px;right:16px}.product-sheet-backdrop.open{animation:.24s both productSheetFadeIn}.product-param-sheet.open{animation:.34s cubic-bezier(.16,1,.3,1) both productSheetRise}.product-sku-sheet.open{animation:.3s cubic-bezier(.16,1,.3,1) both productSheetRise}@keyframes productSheetFadeIn{0%{opacity:0}to{opacity:1}}@keyframes productSheetRise{0%{opacity:0;transform:translateY(28px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.product-phone-status strong{color:#ffffffe0;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;justify-content:center;align-items:center;width:auto;min-width:104px;max-width:172px;padding:0 14px;font-size:11px;font-weight:800;display:inline-flex}.product-detail-section{padding:0;overflow:hidden}.product-detail-section .product-section-head{padding:12px 14px}.product-detail-section img{border-radius:0;width:100%;max-width:100%;margin:0;display:block}.product-sku-image-viewer{min-height:0}.product-sku-image-viewer img,.product-sku-image-placeholder{object-fit:contain;flex:0 auto;width:100%;min-height:320px;max-height:72%}.product-sku-image-placeholder{background:#000}.product-sku-image-caption{flex:none;min-height:54px}.product-sku-image-caption strong{text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;line-height:1.35;display:-webkit-box;overflow:hidden}.product-preview-phone{border:0!important;border-radius:30px!important;box-shadow:0 0 0 8px #1c1c1e,0 24px 70px #0000003d!important}.product-phone-status{pointer-events:none;border-radius:30px 30px 0 0;-webkit-backdrop-filter:blur(18px)saturate(1.25)!important;background:#f4f4f457!important;border:0!important;height:44px!important;padding:7px 16px 0!important}.product-phone-status strong{z-index:8;color:#ffffffe6;pointer-events:none;background:#050507;border-radius:999px;min-width:108px;max-width:160px;height:28px;padding:0 14px;position:absolute;top:9px;left:50%;transform:translate(-50%);box-shadow:0 8px 18px #0003,inset 0 1px 1px #ffffff14}.product-phone-scroll{background:#fff!important;height:calc(100% - 50px)!important;padding-top:44px!important}.product-hero{border-radius:0!important;min-height:404px!important;margin-top:0!important}.product-hero img,.product-hero video{object-fit:cover!important}.product-sku-image-viewer{z-index:12;background:#000;place-items:center;display:grid;position:absolute;inset:0}.product-sku-image-viewer img{object-fit:contain;touch-action:pan-y;max-width:100%;max-height:74%;transform:translateY(-58px)}.product-sku-image-placeholder{max-width:100%;max-height:74%;transform:translateY(-58px)}.product-sku-image-caption{color:#fff;text-align:center;place-items:center;gap:5px;display:grid;position:absolute;bottom:128px;left:26px;right:26px}.product-sku-image-caption strong{overflow-wrap:anywhere;background:#0000003d;border:1.5px solid #ffffffe6;border-radius:22px;justify-content:center;align-items:center;max-width:300px;min-height:40px;padding:7px 18px;line-height:1.25;display:inline-flex;overflow:hidden}.product-sku-image-caption span{color:#fff;font-size:20px;font-weight:800;line-height:1}
