﻿*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Microsoft YaHei',sans-serif;background:#f4f6f8;color:#111827}.side{position:fixed;left:0;top:0;bottom:0;width:220px;background:#111827;color:#fff;padding:24px}.side h1{margin:0 0 28px}.side button{width:100%;height:42px;margin-bottom:10px;border:0;border-radius:8px;background:transparent;color:#cbd5e1;text-align:left;padding:0 14px}.side button.active{background:#ef4444;color:#fff}.main{margin-left:220px;padding:24px}.top{height:64px;display:flex;justify-content:space-between;align-items:center}.top h2{margin:0}.top input{height:32px;border:1px solid #d9e2ec;border-radius:6px;padding:0 8px}.top button,.toolbar button,.inline button,.grid button{height:36px;border:0;border-radius:8px;background:#ef4444;color:#fff;padding:0 16px}.panel{display:none}.panel.active{display:block}.hint{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;border-radius:10px;padding:12px 16px;margin-bottom:14px;line-height:1.6}.card{background:#fff;border-radius:14px;padding:18px;margin-bottom:18px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.grid label,.detail-panel label{display:flex;flex-direction:column;gap:6px;color:#475569;font-weight:600}.grid input,.grid select,.inline input,.detail-panel input,.detail-panel textarea{height:38px;border:1px solid #d9e2ec;border-radius:8px;padding:0 10px}.grid textarea,.detail-panel textarea{height:120px;padding:10px}.grid button[type=button],.inline button:last-child,.actions button:first-child,.light{background:#64748b}.tip{align-self:end;color:#64748b;font-size:13px}.inline{display:flex;gap:10px;align-items:center}.inline input{min-width:260px}.toolbar{display:flex;gap:10px;margin-bottom:14px}.toolbar button{background:#e2e8f0;color:#334155}.toolbar button.active{background:#2563eb;color:#fff}table{width:100%;border-collapse:collapse}th,td{padding:12px;border-bottom:1px solid #eef2f7;text-align:left;font-size:14px}th{color:#64748b}td img{width:64px;height:44px;object-fit:cover;border-radius:6px}.off-row{opacity:.55;background:#f8fafc}.ops button{margin-right:8px;border:0;border-radius:6px;padding:6px 10px;background:#e2e8f0}.ops button.danger{background:#fee2e2;color:#dc2626}.modal{position:fixed;inset:0;background:rgba(15,23,42,.62);display:none;align-items:center;justify-content:center;z-index:50}.modal.show{display:flex}.modal-card{width:min(1320px,98vw);max-height:96vh;overflow:auto;overflow-x:hidden;background:#fff;border-radius:16px;padding:22px;box-shadow:0 24px 80px rgba(15,23,42,.35)}.modal-card h3{grid-column:1/-1;margin:0 0 6px}.actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.actions button{height:38px;border:0;border-radius:8px;background:#ef4444;color:#fff;padding:0 22px}.detail-form{display:block;width:min(1320px,98vw)}.tabs{display:flex;gap:10px;margin:14px 0}.tabs button{height:38px;border:0;border-radius:8px;background:#e2e8f0;padding:0 18px}.tabs button.active{background:#2563eb;color:#fff}.detail-panel{display:none;grid-template-columns:1fr 1fr;gap:14px}.detail-panel.active{display:grid}.detail-panel h4{grid-column:1/-1;margin:12px 0 0}.choice-box{grid-column:1/-1;display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:end}.edit-row{grid-column:1/-1;display:grid;gap:10px;align-items:center;margin-bottom:8px}.spec-row{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) 86px 80px minmax(150px,1fr) 76px 64px}.param-row,.service-row{grid-template-columns:minmax(180px,1fr) minmax(220px,1.4fr) 64px}.required-field-row{grid-template-columns:minmax(180px,1fr) minmax(220px,1.4fr) 110px 64px}.edit-row input{height:36px;min-width:0;border:1px solid #d9e2ec;border-radius:8px;padding:0 10px}.edit-row button,.media-chip button,.choice-box button{height:36px;border:0;border-radius:8px;background:#e2e8f0;padding:0 12px}.spec-img-btn{background:#dbeafe!important;color:#1d4ed8}.empty-note{grid-column:1/-1;background:#f8fafc;border-radius:12px;text-align:center;padding:50px;color:#64748b}.media-chip{display:grid;grid-template-columns:1fr 120px auto;grid-template-areas:"file file del" "caption caption caption" "color color color";gap:10px;align-items:center;background:#f1f5f9;border-radius:8px;padding:10px;margin-bottom:10px;color:#475569}.media-chip>span{grid-area:file}.media-chip .media-caption{grid-area:caption}.media-chip .media-color{grid-area:color;width:58px}.media-chip button{grid-area:del}.media-chip input{height:34px;border:1px solid #d9e2ec;border-radius:8px;padding:0 10px}.media-chip input[type=color]{padding:2px}.media-chip button{background:#fee2e2;color:#dc2626}.product-home-manage{margin:0 0 14px;background:#fff;border-radius:12px;padding:12px 14px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.product-home-shortcuts{display:inline-flex;gap:0;margin:0 0 18px;border:1px solid #2563eb;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 6px 16px rgba(37,99,235,.12)}.product-home-shortcuts button{height:40px;border:0;border-right:1px solid #bfdbfe;border-radius:0;background:#fff;color:#2563eb;font-weight:700;font-size:15px;padding:0 24px;cursor:pointer}.product-home-shortcuts button:last-child{border-right:0}.product-home-shortcuts button.active{background:#2563eb!important;color:#fff!important}.home-panel-wrap{background:#fff;border-radius:12px;padding:12px 14px;margin-bottom:14px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.home-panel-wrap[hidden]{display:none!important}.subtabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.subtabs button{height:38px;border:0;border-radius:8px;background:#e2e8f0;color:#334155;padding:0 18px}.subtabs button.active{background:#ef4444;color:#fff}.home-subpanel{display:none;border-top:1px solid #eef2f7;padding-top:12px}.home-subpanel.active{display:block}.home-subpanel h3{margin:0 0 12px}.home-admin-grid{display:grid;grid-template-columns:1fr;gap:16px}.home-section-card h3{margin:0 0 14px}.home-mini-form{display:grid;grid-template-columns:1fr 1fr 120px 180px 1fr auto;gap:10px;align-items:center;margin-bottom:14px}.home-mini-form input,.home-mini-form select,.home-picker select{height:36px;border:1px solid #d9e2ec;border-radius:8px;padding:0 10px}.home-mini-form button,.home-picker button{height:36px;border:0;border-radius:8px;background:#ef4444;color:#fff;padding:0 14px}.home-picker{display:flex;gap:10px;margin-bottom:12px}.home-picker select{min-width:360px}.home-sort-list{display:grid;gap:8px}.home-sort-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;padding:10px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.home-sort-item img{width:72px;height:54px;object-fit:cover;border-radius:8px}.home-sort-item b{display:block}.home-sort-item p{margin:5px 0 0;color:#64748b}.ops button:disabled{opacity:.4;cursor:not-allowed}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 14px}.category-tabs button{height:40px;border:0;border-radius:999px;background:#e2e8f0;color:#334155;padding:0 14px;font-weight:700}.category-tabs button.active{background:#ef4444;color:#fff}.category-tabs span{margin-left:10px;padding-left:10px;border-left:1px solid rgba(255,255,255,.45);font-size:12px}.category-tabs i{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;width:18px;height:18px;border-radius:50%;background:rgba(0,0,0,.08);font-style:normal}.refund-state{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px}.refund-state.pending{background:#fff7ed;color:#f97316}.refund-state.ok{background:#ecfdf5;color:#16a34a}.refund-state.no{background:#fef2f2;color:#dc2626}.risk{display:inline-block;margin-top:5px;color:#b45309}.selected-row{background:#eff6ff}.unified-filter{grid-template-columns:2fr 150px 160px 160px repeat(4,auto)}.refund-row{background:#fffbeb}.refund-row:nth-child(even){background:#fff7ed}.workbench-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.workbench-head h3{margin:0 0 6px;font-size:22px}.workbench-head p{margin:0;color:#64748b}.workbench-tabs{display:inline-flex;padding:4px;background:#f1f5f9;border-radius:12px}.workbench-tabs button{height:38px;border:0;border-radius:10px;padding:0 22px;background:transparent;color:#475569;font-weight:800}.workbench-tabs button.active{background:#111827;color:#fff;box-shadow:0 8px 18px rgba(15,23,42,.16)}.commerce-view{display:none}.commerce-view.active{display:block}.module-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.module-head h3{margin:0 0 6px;font-size:22px}.module-head p{margin:0;color:#64748b}.refund-filter-line{grid-template-columns:2fr 150px 160px 160px repeat(4,auto)}.evidence-preview{max-width:100%;border-radius:12px}.commerce-panel{--blue:#2563eb;--green:#16a34a;--orange:#f97316;--red:#ef4444;--purple:#7c3aed;--gray:#64748b}.dash-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;margin-bottom:16px}.stat-card{position:relative;overflow:hidden;background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.06)}.stat-card:after{content:"";position:absolute;right:-18px;top:-24px;width:86px;height:86px;border-radius:50%;background:rgba(37,99,235,.12)}.stat-card span{display:block;color:#64748b;font-weight:700}.stat-card b{display:block;margin:8px 0 3px;font-size:30px;color:#0f172a}.stat-card small{color:#94a3b8}.stat-card.blue:after{background:rgba(37,99,235,.12)}.stat-card.orange:after,.stat-card.amber:after{background:rgba(249,115,22,.14)}.stat-card.red:after{background:rgba(239,68,68,.13)}.stat-card.green:after{background:rgba(22,163,74,.13)}.stat-card.purple:after{background:rgba(124,58,237,.13)}.stat-card.gray:after{background:rgba(100,116,139,.13)}.commerce-filter{padding:14px 16px}.filter-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.filter-tabs button{height:34px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#475569;padding:0 14px;font-weight:700}.filter-tabs button.active{background:#111827;color:#fff;border-color:#111827}.filter-line{display:grid;grid-template-columns:2fr 160px 160px repeat(2,auto);gap:10px;align-items:end}.refunds-page .filter-line,.commerce-panel .refund-table+.filter-line{grid-template-columns:2fr 150px 160px 160px repeat(4,auto)}.filter-line label{display:flex;flex-direction:column;gap:6px;color:#64748b;font-size:13px;font-weight:700}.filter-line input,.filter-line select{height:38px;border:1px solid #d9e2ec;border-radius:10px;padding:0 10px;background:#fff}.filter-line button{height:38px;border:0;border-radius:10px;background:#2563eb;color:#fff;padding:0 16px;font-weight:700}.filter-line .ghost{background:#e2e8f0;color:#334155}.filter-line .danger-btn{background:#fee2e2;color:#dc2626}.table-card{padding:0;overflow:hidden}.table-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #eef2f7}.table-head h3{margin:0;font-size:18px}.table-head span{color:#64748b}.pro-table th{background:#f8fafc;color:#475569;font-weight:800}.pro-table td{vertical-align:top}.pro-table tbody tr:nth-child(even){background:#fcfdff}.pro-table tbody tr:hover{background:#f1f5ff}.pro-table td b{display:block;color:#0f172a}.pro-table td small{display:block;margin-top:5px;color:#64748b;line-height:1.45}.goods-cell{line-height:1.7;max-width:340px}.required-cell{margin-top:8px;padding:8px 10px;border-radius:10px;background:#f8fafc;color:#475569;font-size:12px}.money{color:#dc2626!important;font-size:16px}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:28px;border-radius:999px;padding:0 10px;font-size:12px;font-weight:800}.status-pill.pay{background:#eff6ff;color:#2563eb}.status-pill.ship,.status-pill.pending{background:#fff7ed;color:#f97316}.status-pill.sent{background:#f5f3ff;color:#7c3aed}.status-pill.done,.status-pill.ok{background:#ecfdf5;color:#16a34a}.status-pill.refund{background:#fffbeb;color:#d97706}.status-pill.no{background:#fef2f2;color:#dc2626}.status-pill.cancel{background:#f1f5f9;color:#64748b}.pro-ops{min-width:150px}.pro-ops button{margin:0 6px 6px 0;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:700}.pro-ops button.primary{background:#dcfce7;color:#15803d}.pro-ops button.danger{background:#fee2e2;color:#dc2626}.empty-table{text-align:center!important;padding:52px!important;color:#94a3b8}.info-card{width:min(860px,94vw)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-grid p{margin:0;padding:12px;border:1px solid #eef2f7;border-radius:12px;background:#f8fafc}.detail-grid p.wide{grid-column:1/-1}.detail-grid span{display:block;color:#64748b;margin-bottom:6px}.detail-grid b{font-weight:700;color:#0f172a}.admin-timeline{margin-top:16px;border-left:2px solid #e2e8f0;padding-left:16px}.admin-timeline div{position:relative;margin-bottom:14px}.admin-timeline div:before{content:"";position:absolute;left:-22px;top:4px;width:10px;height:10px;border-radius:50%;background:#2563eb}.admin-timeline b{display:block}.admin-timeline span{display:block;margin:4px 0;color:#94a3b8;font-size:12px}.admin-timeline p{margin:0;color:#475569}.category-home-shortcuts{margin-top:0}.media-chip .media-caption{width:100%;height:38px}.media-chip .media-color{height:38px}.small-empty{padding:18px!important;margin:0}.admin-evidence-placeholder{display:grid;place-items:center;width:100%;height:100%;color:#94a3b8;font-size:12px}.moments-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:100%}.moment-cell{position:relative;aspect-ratio:1/1;border:0;border-radius:8px;overflow:hidden;background:#f3f4f6;padding:0}.moment-cell img,.moment-cell video{width:100%;height:100%;object-fit:cover;display:block}.moment-cell.video i,.moment-cell.video:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.moment-cell.video i{width:34px;height:34px;border-radius:50%;background:rgba(0,0,0,.48)}.moment-cell.video:after{margin-left:2px;border-left:11px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.moment-cell.load-error:before{content:"加载失败";position:absolute;inset:0;display:grid;place-items:center;background:#f8fafc;color:#94a3b8;font-size:12px;z-index:3}.refund-viewer-mask{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;background:rgba(15,23,42,.58);padding:20px}.refund-viewer-mask.show{display:flex}.refund-viewer-box{position:relative;max-width:min(920px,96vw);max-height:92vh}.refund-viewer-box img,.refund-viewer-box video{max-width:100%;max-height:88vh;object-fit:contain;border-radius:12px;background:#000}.refund-viewer-close{position:absolute;right:-8px;top:-42px;width:36px;height:36px;border:0;border-radius:50%;background:#fff;color:#111827;font-size:26px}.focus-refund-row{position:relative;animation:adminRefundFocus 3s ease forwards!important;box-shadow:inset 6px 0 0 #ef2f28,0 0 0 2px rgba(239,47,40,.45),0 12px 28px rgba(239,47,40,.22)!important}.quick-date-row{display:flex;align-items:center;gap:8px;margin:-4px 0 12px;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid #eef2f7}.quick-date-row span{font-size:13px;font-weight:800;color:#64748b;margin-right:4px}.quick-date-row button{height:32px;border:1px solid #dbe4ef;border-radius:999px;background:#fff;color:#334155;padding:0 14px;font-weight:800;cursor:pointer}.quick-date-row button:hover,.quick-date-row button.active{background:#2563eb;border-color:#2563eb;color:#fff}.focus-refund-row td{background:rgba(254,202,202,.88)!important}.focus-refund-row td:first-child:before{content:"当前处理";display:inline-block;margin:0 8px 6px 0;padding:3px 8px;border-radius:999px;background:#ef2f28;color:#fff;font-size:12px;font-weight:900}@keyframes adminRefundFocus{0%,72%{background:#fecaca!important;transform:scale(1.006)}100%{background:transparent;transform:scale(1)}}
.admin-order-filter-two-row{display:grid;gap:12px}.admin-order-filter-two-row .admin-order-status-row{margin-bottom:0}.admin-order-filter-two-row .admin-order-fields-row{display:grid;grid-template-columns:minmax(130px,1fr) minmax(150px,1fr) minmax(130px,1fr) minmax(140px,1fr) minmax(180px,1.4fr) minmax(130px,.9fr) minmax(130px,.9fr) repeat(2,max-content);gap:10px;align-items:end}.admin-order-filter-two-row .admin-order-fields-row label{min-width:0}.admin-order-filter-two-row .admin-order-fields-row input{width:100%}
.admin-refund-filter-two-row{display:grid;gap:12px}.admin-refund-filter-two-row .admin-refund-status-row{margin-bottom:0}.admin-refund-filter-two-row .admin-refund-fields-row{display:grid;grid-template-columns:minmax(130px,1fr) minmax(150px,1fr) minmax(130px,1fr) minmax(140px,1fr) minmax(180px,1.3fr) minmax(130px,.9fr) minmax(130px,.9fr) minmax(130px,.9fr) repeat(4,max-content);gap:10px;align-items:end}.admin-refund-filter-two-row .admin-refund-fields-row label{min-width:0}.admin-refund-filter-two-row .admin-refund-fields-row input,.admin-refund-filter-two-row .admin-refund-fields-row select{width:100%}.admin-refund-filter-two-row .admin-refund-fields-row button{white-space:nowrap;padding:0 14px}@media(max-width:1280px){.admin-order-filter-two-row .admin-order-fields-row,.admin-refund-filter-two-row .admin-refund-fields-row{grid-template-columns:repeat(3,minmax(0,1fr)) repeat(2,max-content)}}@media(max-width:900px){.admin-order-filter-two-row .admin-order-fields-row,.admin-refund-filter-two-row .admin-refund-fields-row{grid-template-columns:1fr 1fr}.admin-order-filter-two-row .admin-order-fields-row button,.admin-refund-filter-two-row .admin-refund-fields-row button{width:100%}}@media(max-width:560px){.admin-order-filter-two-row .admin-order-fields-row,.admin-refund-filter-two-row .admin-refund-fields-row{grid-template-columns:1fr}.admin-order-filter-two-row .filter-tabs,.admin-refund-filter-two-row .filter-tabs{overflow-x:auto;flex-wrap:nowrap}}
.modal-close{position:absolute;right:18px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#111827;color:#fff;font-size:24px;line-height:1;cursor:pointer}.compact-add-spec,.small-spec-add{width:auto!important;min-width:86px!important;height:30px!important;padding:0 14px!important;font-size:13px!important;border-radius:8px!important;justify-self:start!important}.spec-row{grid-template-columns:minmax(92px,1fr) minmax(130px,1.15fr) 70px 64px minmax(130px,1.2fr) 58px 142px 142px 54px!important;gap:8px!important;align-items:center!important}.spec-row button{height:32px!important;padding:0 8px!important;font-size:12px!important;white-space:nowrap!important;line-height:32px!important}.spec-required-btn,.spec-gift-btn{background:#e2e8f0!important;color:#334155!important}.spec-required-card{width:min(980px,94vw)!important;padding:28px!important}.spec-required-card h3{font-size:22px!important;margin-bottom:18px!important}.spec-required-rows{display:grid;gap:14px;margin:16px 0 18px}.spec-required-edit-row{display:grid;grid-template-columns:minmax(190px,1fr) minmax(320px,1.6fr) 130px 72px;gap:12px;align-items:center;padding:10px;border:1px solid #eef2f7;border-radius:12px;background:#f8fafc}.spec-required-edit-row input,.spec-required-edit-row select{height:40px;border:1px solid #d9e2ec;border-radius:10px;padding:0 12px;background:#fff}.spec-required-edit-row button{height:38px;border:0;border-radius:10px;background:#e2e8f0;color:#334155}.spec-required-card .actions{margin-top:18px}.spec-required-card .actions button{height:42px;border-radius:10px;padding:0 26px;font-weight:800}.admin-refund-detail-modal{position:relative;width:min(1180px,96vw);height:min(860px,94vh);padding:0;overflow:hidden}.admin-refund-detail-modal iframe{width:100%;height:100%;border:0;background:#fff}.admin-item-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center;min-width:260px;padding:10px;border-radius:14px;background:#fff;box-shadow:0 6px 20px rgba(15,23,42,.06)}.admin-item-card img{width:72px;height:72px;border-radius:12px;object-fit:cover;background:#f3f4f6}.goods-cell{display:block!important;max-width:520px;min-width:300px;line-height:1.55;white-space:normal;word-break:break-word}.goods-cell br{display:block;content:"";margin:6px 0}.goods-cell b,.goods-cell strong{display:block!important;margin:0 0 6px;color:#111827;font-size:15px;font-weight:900;line-height:1.35}.goods-cell small,.goods-cell span{display:inline-flex;width:fit-content;max-width:100%;margin:0 6px 6px 0;padding:3px 8px;border-radius:999px;background:#f5f7fa;color:#64748b;line-height:1.35}.goods-cell em{display:inline-block;margin-top:6px;color:#ef2f28;font-style:normal;font-weight:900;font-size:16px}.required-cell{display:block;margin-top:8px;padding:10px 12px;border-radius:14px;background:#f3f7ff;color:#475569;font-size:12px;line-height:1.6;text-align:center;box-shadow:inset 0 0 0 1px rgba(37,99,235,.04)}.required-cell b{display:inline!important;color:#334155;font-weight:900}.pro-table .goods-cell{padding:8px 0}.pro-table td:has(.goods-cell){min-width:320px}.modal-card .goods-cell,.info-card .goods-cell{max-width:none}.admin-order-goods-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;align-items:start;margin:0 0 10px;padding:10px;border-radius:16px;background:#f8fafc;border:1px solid #eef2f7}.admin-order-goods-card>img{width:78px!important;height:78px!important;border-radius:12px!important;object-fit:cover!important;background:#f3f4f6}.admin-order-goods-card strong{display:block!important;margin:0 0 4px!important;color:#111827!important;font-size:15px!important;font-weight:900!important}.admin-order-goods-card small{display:block!important;width:fit-content!important;max-width:100%!important;margin:0 0 7px 0!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#334155!important;font-size:13px!important;line-height:1.45!important}.admin-order-goods-card em{display:block!important;margin:2px 0 8px!important;color:#ef2f28!important;font-style:normal!important;font-weight:900!important}.admin-order-goods-card section{display:block;margin-top:6px;padding:0;border-radius:0;background:transparent}.admin-order-goods-card section p{display:flex;align-items:flex-start;justify-content:flex-start;gap:0;margin:0;color:#111827;line-height:1.55}.admin-order-goods-card section b{display:inline!important;margin:0!important;color:#111827!important;font-size:13px!important;font-weight:900!important;white-space:nowrap}.admin-order-goods-card section span{min-width:0;color:#111827;word-break:break-word;font-weight:800}.admin-order-waybill-card{grid-template-columns:1fr!important;background:#fff!important;border:0!important;border-radius:0!important;padding:0!important;margin:0 0 8px!important}.admin-order-waybill-card>img{display:none!important}.admin-order-waybill-card strong{font-size:15px!important}.filter-line.refund-filter-line{grid-template-columns:1.3fr 1fr 1.6fr 150px 150px 150px repeat(4,auto)}#orders .filter-line{grid-template-columns:1.3fr 1fr 1.6fr 150px 150px repeat(2,auto)}
@media(max-width:900px){.dash-grid{grid-template-columns:1fr}.filter-line{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}.side{position:static;width:auto}.main{margin-left:0}.grid,.detail-panel,.choice-box{grid-template-columns:1fr}.spec-row,.param-row{grid-template-columns:1fr}.home-mini-form,.home-sort-item,.product-home-shortcuts{grid-template-columns:1fr}.home-picker{flex-direction:column}.home-picker select{min-width:0}}
.checkout-freight-toolbar{display:flex;justify-content:flex-end;align-items:flex-end;gap:10px;margin:0 0 12px;flex-wrap:wrap}.checkout-freight-toolbar label{display:flex;flex-direction:column;gap:6px;color:#475569;font-size:13px;font-weight:800}.checkout-freight-toolbar input{width:150px;height:38px;border:1px solid #d9e2ec;border-radius:10px;padding:0 10px;background:#fff}.checkout-freight-toolbar button{height:38px;border:0;border-radius:10px;background:#2563eb;color:#fff;padding:0 16px;font-weight:900}

.admin-record-footer{display:flex;justify-content:center;align-items:center;gap:12px;margin:28px 0 8px;color:#64748b;font-size:13px}.admin-record-footer a{color:#2563eb;text-decoration:none}.admin-record-footer a:hover{text-decoration:underline}
.admin-order-fields-row input:focus,.admin-order-fields-row select:focus,.admin-refund-fields-row input:focus,.admin-refund-fields-row select:focus{outline:none!important;border-color:#d9e2ec!important;box-shadow:none!important}
#orders .quick-date-row button:hover,#refunds .quick-date-row button:hover{background:#fff!important;border-color:#dbe4ef!important;color:#334155!important}
#orders .quick-date-row button.active,#refunds .quick-date-row button.active{background:#2563eb!important;border-color:#2563eb!important;color:#fff!important}
#orders .filter-tabs button:focus,#orders .quick-date-row button:focus,#orders .filter-line button:focus,#refunds .filter-tabs button:focus,#refunds .quick-date-row button:focus,#refunds .filter-line button:focus{outline:none!important;box-shadow:none!important}
.quick-date-row{display:none!important}
.admin-address-more{width:max-content;height:24px!important;margin-top:6px!important;padding:0 8px!important;border:0!important;border-radius:999px!important;background:#eff6ff!important;color:#2563eb!important;font-size:12px!important;font-weight:800!important}
.admin-user-data-card{width:min(1120px,96vw)!important;max-height:88vh!important;position:relative}.admin-user-data-card table{min-width:900px}.user-table th,.user-table td{white-space:normal}.admin-logistics-section{margin:0 0 18px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.admin-logistics-section h4{margin:0 0 10px}.admin-logistics-timeline{display:grid;gap:10px;margin-top:12px}.admin-logistics-timeline div{padding:10px 12px;border-radius:12px;background:#f8fafc}.admin-logistics-timeline b{display:block;color:#0f172a}.admin-logistics-timeline p{margin:5px 0;color:#334155;line-height:1.6}.admin-logistics-timeline small{color:#64748b}
#orders .order-table{min-width:1480px!important}
#orders .order-table th:nth-child(1),#orders .order-table td:nth-child(1){width:190px!important}
#orders .order-table th:nth-child(2),#orders .order-table td:nth-child(2){width:240px!important}
#orders .order-table th:nth-child(3),#orders .order-table td:nth-child(3){width:420px!important}
#orders .order-table th:nth-child(4),#orders .order-table td:nth-child(4){width:120px!important;text-align:center!important}
#orders .order-table th:nth-child(5),#orders .order-table td:nth-child(5){width:170px!important;text-align:center!important}
#orders .order-table th:nth-child(6),#orders .order-table td:nth-child(6){width:130px!important;text-align:center!important}
#orders .order-table th:nth-child(7),#orders .order-table td:nth-child(7){width:220px!important}


