.activity-stack-editor{display:flex;flex-direction:column;gap:16px}.activity-stack-editor__block{border:1px solid var(--border, #e2e8f0);border-radius:8px;padding:12px;background:#fafafa;box-sizing:border-box;overflow:hidden}.activity-stack-editor__block--hero,.activity-stack-editor__block--thumbs{padding:10px}.activity-stack-editor__upload-fill{width:100%;max-width:440px;border-radius:8px;overflow:hidden}.activity-stack-editor__block--hero .image-upload-field__preview-wrap,.activity-stack-editor__block--hero .image-upload-field__preview{aspect-ratio:440 / 495;height:auto!important;min-height:0;max-height:none}.activity-stack-editor__middle{padding:0 2px}.activity-stack-editor__thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:start}.activity-stack-editor__thumb-slot{min-width:0;min-height:0}.activity-stack-editor__thumb-inner{width:100%;border-radius:8px;overflow:hidden}.activity-preview-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.activity-preview-modal__backdrop{position:absolute;inset:0;background:#0f172a73}.activity-preview-modal__panel{position:relative;z-index:1;width:100%;max-width:min(360px,94vw);max-height:min(90vh,640px);background:#fff;border-radius:12px;box-shadow:0 20px 50px #0003;display:flex;flex-direction:column;overflow:hidden}.activity-preview-modal__head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border, #e2e8f0);flex-shrink:0}.activity-preview-modal__head h2{margin:0;font-size:15px;font-weight:600;color:#0f172a}.activity-preview-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:#64748b}.activity-preview-modal__close:hover{background:#f1f5f9;color:#0f172a}.activity-preview-modal__body{padding:16px;overflow:auto}.activity-web-preview{display:flex;flex-direction:column;border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 16px #00000014;border:1px solid rgba(213,15,103,.12);width:100%;max-width:440px;margin:0 auto}.activity-web-preview__hero-wrap{position:relative;flex-shrink:0}.activity-web-preview__hero-wrap--overlap{overflow:hidden;border-radius:18px}.activity-web-preview__hero{position:relative;overflow:hidden;width:100%;background:#f4f4f5}.activity-web-preview__hero--single,.activity-web-preview__hero--stack{aspect-ratio:440 / 495;min-height:0;max-height:none}.activity-web-preview__hero img{width:100%;height:100%;min-height:0;object-fit:cover;display:block}.activity-web-preview__ph{background:linear-gradient(135deg,#e2e8f0,#f1f5f9);min-height:80px;width:100%}.activity-web-preview__ph--hero{aspect-ratio:440 / 495;min-height:0}.activity-web-preview__overlay-stack{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;gap:6px;padding:0 8px 8px;box-sizing:border-box}.activity-web-preview__thumb-row--stacked{display:flex;flex-direction:row;gap:6px;padding:0;position:static;pointer-events:none}.activity-web-preview__thumb-row--stacked .activity-web-preview__thumb-cell{pointer-events:auto}.activity-web-preview__thumb-cell{flex:1;min-width:0;background:transparent;border-radius:8px;overflow:hidden;aspect-ratio:1;box-shadow:none}.activity-web-preview__thumb-cell img{width:100%;height:100%;object-fit:cover;padding:0;display:block;border-radius:8px}.activity-web-preview__text--overlay{background:transparent;text-align:left}.activity-web-preview__text--overlay .activity-web-preview__title{margin:0 0 4px;font-size:22px;font-weight:700;color:#111;line-height:1.3;letter-spacing:.01em;text-shadow:0 0 1px rgba(255,255,255,.95),0 1px 2px rgba(255,255,255,.9),0 2px 10px rgba(0,0,0,.35)}.activity-web-preview__text--overlay .activity-web-preview__subtitle{margin:0;font-size:16px;font-weight:400;color:#111;line-height:1.35;text-shadow:0 0 1px rgba(255,255,255,.95),0 1px 2px rgba(255,255,255,.85),0 2px 8px rgba(0,0,0,.3)}.activity-web-preview__text--bottom{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:14px 12px 16px;box-sizing:border-box}.activity-web-preview__text--above-thumbs{padding:0 4px;flex-shrink:0}.activity-web-preview--peach,.activity-web-preview--cream,.activity-web-preview--slate,.activity-web-preview--teal{background:transparent}:root{--brand: #e11d48;--brand-weak: #ffe4e6;--brand-hover: #be123c;--bg: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text: #0f172a;--text-secondary: #64748b;--sidebar-w: 240px;--header-h: 60px;--radius: 8px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-md: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.login{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#fdf2f6,#f3f4f6 45%,#eef2ff);padding:24px}.login-card{width:min(420px,100%);background:var(--surface);border-radius:16px;padding:40px 36px;box-shadow:var(--shadow-md);border:1px solid var(--border)}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:8px}.login-brand-mark{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--brand),#ff6b9d);color:#fff;display:grid;place-items:center;font-weight:700;font-size:18px}.login-title{margin:0;font-size:22px;font-weight:700;letter-spacing:-.02em}.login-sub{margin:4px 0 28px;color:var(--text-secondary);font-size:14px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;color:var(--text)}.input{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;background-color:#fff;transition:all .2s ease;box-shadow:var(--shadow-sm)}.input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-weak)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-hover);box-shadow:0 4px 12px #e11d4833}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c;box-shadow:0 4px 12px #dc262640}.btn-block{width:100%;margin-top:8px}.alert{padding:10px 12px;border-radius:8px;font-size:13px;margin-bottom:16px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.notice{padding:10px 12px;border-radius:8px;font-size:13px;margin-bottom:16px;border:1px solid transparent}.notice-success{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.notice-error{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;flex-shrink:0;background:#fff;border-right:1px solid var(--border);color:var(--text);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-brand{padding:24px 20px;display:flex;align-items:center;gap:12px}.sidebar-brand-name{font-weight:700;font-size:18px;color:var(--brand);letter-spacing:-.02em}.sidebar-brand-tag{display:none}.sidebar-nav{flex:1;overflow-y:auto;padding:16px}.nav-group{display:flex;flex-direction:column;gap:4px}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:var(--text-secondary);font-size:14px;font-weight:500;text-decoration:none!important;transition:all .2s ease}.nav-link:hover{background:var(--bg);color:var(--brand)}.nav-link.active{background:var(--brand-weak);color:var(--brand);font-weight:600}.nav-ico{display:flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:.7;transition:opacity .2s}.nav-link.active .nav-ico{opacity:1}.topbar-identity{display:flex;align-items:center;gap:12px;min-width:0;padding:6px 14px 6px 6px;background:linear-gradient(135deg,#fff,#fafafa);border:1px solid var(--border);border-radius:12px;border-left:3px solid var(--brand);box-shadow:var(--shadow-sm)}.topbar-identity-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,var(--brand-weak),#fff);color:var(--brand)}.topbar-identity-body{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:left}.topbar-identity-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.topbar-identity-role{font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.01em}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:var(--header-h);background:linear-gradient(180deg,#fff,#fafbfc);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border);box-shadow:0 1px #fffc inset}.topbar-start{display:flex;align-items:center;gap:14px;min-width:0}.topbar-logout{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;color:var(--text-secondary);background:#fff;border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:color .15s ease,border-color .15s ease,box-shadow .15s ease}.topbar-logout:hover{color:var(--brand);border-color:#e11d4859;box-shadow:0 1px 3px #e11d481f}.tabs-bar{display:flex;background:linear-gradient(180deg,#f4f6f8,#eef1f4);border-bottom:1px solid var(--border);padding:10px 16px 0;gap:6px;overflow-x:auto}.tab-item{display:flex;align-items:center;gap:8px;padding:9px 16px;background:#ffffffa6;border:1px solid var(--border);border-bottom:none;border-radius:10px 10px 0 0;font-size:13px;color:var(--text-secondary);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease;min-width:120px;max-width:200px}.tab-item:hover{background:#fffffff2;color:var(--text)}.tab-item.active{background:var(--surface);color:var(--brand);font-weight:600;position:relative;box-shadow:0 -2px 12px #e11d4814;border-color:#e11d4833}.tab-item.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:var(--surface)}.tab-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tab-close{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;border:none;background:transparent;color:inherit;cursor:pointer;padding:0;opacity:.6}.tab-close:hover{background:#0000000d;opacity:1}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary)}.breadcrumbs strong{color:var(--text);font-weight:600}.topbar-actions{display:flex;align-items:center;gap:12px}.pill{display:inline-flex;align-items:center;padding:6px 12px;background:var(--bg);border-radius:999px;font-size:12px;color:var(--text-secondary)}.btn-ghost{background:transparent;border:none;color:var(--text-secondary);font-size:13px;cursor:pointer;padding:8px 10px;border-radius:8px}.btn-ghost:hover{background:var(--bg);color:var(--text)}.content{flex:1;padding:24px;width:100%;margin:0}.page-title{margin:0 0 20px;font-size:22px;font-weight:700;letter-spacing:-.02em}.page-tabs{display:flex;gap:24px;border-bottom:1px solid var(--border);margin-bottom:20px}.page-tab{padding:0 0 12px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;background:none;border-top:none;border-left:none;border-right:none}.page-tab:hover{color:var(--text)}.page-tab.active{color:var(--brand);border-bottom-color:var(--brand);font-weight:600}.grid-kpi{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px}.kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow)}.kpi-label{font-size:13px;color:var(--text-secondary);margin-bottom:6px}.kpi-value{font-size:24px;font-weight:700;letter-spacing:-.02em}.kpi-hint{margin-top:8px;font-size:12px;color:var(--text-secondary)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;margin-bottom:20px}.panel-hd{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.panel-title{margin:0;font-size:16px;font-weight:600}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{padding:12px 16px;text-align:center;border-bottom:1px solid var(--border)}.table th:first-child,.table td:first-child{text-align:left}.table th{background:#f8fafc;font-weight:600;color:var(--text-secondary);white-space:nowrap;font-size:12px;text-transform:uppercase;letter-spacing:.05em;border-top:1px solid var(--border)}.table tr:hover td{background:#f8fafc}.table th:last-child,.table td:last-child{text-align:right}.badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:9999px;font-size:12px;font-weight:500}.badge-sale{background:#dcfce7;color:#166534}.badge-pending{background:#fef9c3;color:#854d0e}.badge-draft{background:#f3f4f6;color:#4b5563}.badge-offline{background:#fee2e2;color:#991b1b}.badge-reject{background:#ffedd5;color:#9a3412}.product-status-cell{display:inline-flex;flex-direction:column;align-items:center;gap:4px;max-width:120px}.product-status-cell__reason{font-size:12px;font-weight:500;white-space:nowrap}.product-reject-reason-view__content{padding:12px 14px;border-radius:8px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word;max-height:min(40vh,280px);overflow-y:auto}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.muted{color:var(--text-secondary);font-size:13px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 20px;border-top:1px solid var(--border);font-size:13px}.link-btn{background:none;border:none;color:var(--brand);cursor:pointer;font-size:13px;font-weight:600;padding:0}.link-btn:hover{text-decoration:underline}.link-btn--danger{color:#e53935}.link-btn+.link-btn{margin-left:10px}.btn-view-store{display:inline-flex;align-items:center;gap:7px;padding:5px 14px 5px 6px;border-radius:999px;border:1px solid rgba(225,29,72,.22);background:linear-gradient(135deg,#fff 0%,var(--brand-weak) 100%);color:var(--brand);font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease,background .2s ease;box-shadow:0 1px 3px #e11d481a;white-space:nowrap}.btn-view-store__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background:linear-gradient(145deg,var(--brand) 0%,#f43f5e 100%);color:#fff;flex-shrink:0;box-shadow:0 2px 6px #e11d4859}.btn-view-store:hover{border-color:#e11d4866;background:linear-gradient(135deg,#fff5f7,#fecdd3);box-shadow:0 4px 14px #e11d482e;transform:translateY(-1px)}.btn-view-store:active{transform:translateY(0);box-shadow:0 1px 4px #e11d481f}.btn-view-store--muted{border-color:var(--border);background:linear-gradient(135deg,#fff,#f1f5f9);color:var(--text-secondary);box-shadow:var(--shadow-sm)}.btn-view-store--muted .btn-view-store__icon{background:linear-gradient(145deg,#94a3b8,#64748b);box-shadow:0 2px 6px #64748b40}.btn-view-store--muted:hover{border-color:#cbd5e1;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:var(--text);box-shadow:0 4px 12px #0f172a14}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px 24px;padding:20px}.form-actions{padding:16px 20px;border-top:1px solid var(--border);display:flex;gap:12px;justify-content:flex-end;background:#fafafa}.textarea{min-height:88px;resize:vertical;font-family:inherit}.split-2{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:start}.modal-overlay--static{cursor:default}.price-tier-kind-btns{display:flex;flex-wrap:wrap;gap:6px}.price-tier-kind-btns .btn-sm{display:inline-flex;align-items:center;gap:4px;padding:6px 10px}.image-upload-field{display:flex;flex-direction:column;gap:10px}.image-upload-field__preview-wrap{align-self:flex-start}.image-upload-field__preview{display:flex;align-items:center;justify-content:center;padding:0;border:1px dashed var(--border);background:#f8fafc;overflow:hidden;cursor:pointer;width:100%;box-sizing:border-box}.image-upload-field__preview:disabled{cursor:not-allowed;opacity:.7}.image-upload-field__img{width:100%;height:100%;object-fit:cover;display:block}.image-upload-field__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--text-secondary);font-size:12px;padding:12px;text-align:center}.image-upload-field__spin{animation:image-upload-spin .8s linear infinite}@keyframes feimi-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-link{background:none;border:none;cursor:pointer;text-decoration:underline;color:var(--brand)}@keyframes image-upload-spin{to{transform:rotate(360deg)}}.image-upload-field__actions{display:flex;flex-wrap:wrap;gap:8px}.image-upload-field__btn{display:inline-flex;align-items:center;gap:6px}.image-upload-field__btn--danger{color:#b91c1c;border-color:#fecaca}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:var(--surface);border-radius:var(--radius);width:min(600px,90%);max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-md)}.merchant-apply-modal{border:1px solid #fbcfe8;border-radius:14px;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#fffafc)}.merchant-apply-modal:before{content:"";position:absolute;width:220px;height:220px;right:-70px;top:-90px;border-radius:999px;background:radial-gradient(circle,#f472b652,#f472b600 68%);pointer-events:none}.merchant-apply-modal:after{content:"";position:absolute;width:200px;height:200px;left:-80px;bottom:-90px;border-radius:999px;background:radial-gradient(circle,#fb923c38,#fb923c00 70%);pointer-events:none}.merchant-apply-modal__header{background:linear-gradient(135deg,#fff1f2,#fff7ed);border-bottom:1px solid #fecdd3;position:relative;z-index:1}.merchant-apply-modal__title{font-size:17px;font-weight:700;color:#9f1239}.merchant-apply-modal__sub{margin-top:4px;font-size:12px;color:#7c2d12}.merchant-apply-modal .modal-body{position:relative;z-index:1;background:linear-gradient(180deg,#ffffffe6,#fff7fce6)}.merchant-apply-modal .form-grid{border:1px solid #fde2e8;border-radius:12px;background:linear-gradient(180deg,#fff,#fffafc);box-shadow:0 8px 24px #e11d480f}.merchant-apply-modal .modal-footer{position:relative;z-index:1;background:linear-gradient(180deg,#fff9fb,#fff)}.modal-header{padding:16px 20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:16px}.modal-body{padding:20px;overflow-y:auto;flex:1}.modal-footer{padding:16px 20px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:12px;background:#fafafa;border-radius:0 0 var(--radius) var(--radius)}.app-dialog-overlay{z-index:2000}.app-dialog{width:min(420px,92vw);max-height:min(80vh,520px)}.app-dialog__header{gap:12px}.app-dialog__title-row{display:flex;align-items:center;gap:10px;min-width:0}.app-dialog__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;flex-shrink:0}.app-dialog__icon--info{background:#eff6ff;color:#2563eb}.app-dialog__icon--success{background:#ecfdf5;color:#059669}.app-dialog__icon--warning{background:#fffbeb;color:#d97706}.app-dialog__icon--danger{background:#fef2f2;color:#dc2626}.app-dialog__close{display:inline-flex;align-items:center;justify-content:center;padding:4px;border:none;background:transparent;color:var(--text-secondary);border-radius:6px;cursor:pointer}.app-dialog__close:hover{background:#f1f5f9;color:var(--text)}.app-dialog__body{padding-top:8px}.app-dialog__message{margin:0;font-size:14px;line-height:1.6;color:var(--text);white-space:pre-line}.app-dialog__input{margin-top:14px;width:100%}.app-dialog--danger .modal-header{border-bottom-color:#fecaca}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.quick-nav-section-hint{margin:0 0 16px;font-size:12px;line-height:1.5;color:var(--text-secondary)}.quick-nav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:16px;align-items:start}.quick-nav-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 10px 10px;background:#f8fafc;border:1px solid var(--border);border-radius:8px;text-align:center;box-sizing:border-box}.quick-nav-card--add{justify-content:center;min-height:132px;background:#fff;border:1px dashed var(--brand);color:var(--brand);cursor:pointer}.quick-nav-card__delete{position:absolute;top:4px;right:4px;z-index:1}.quick-nav-card__label{width:100%;text-align:center;padding:4px 6px;font-size:12px}.quick-nav-icon-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%}.quick-nav-icon-cell__circle{display:flex;align-items:center;justify-content:center;margin:0 auto;padding:0;border:1px dashed var(--border);border-radius:50%;background:#fff;overflow:hidden;cursor:pointer;flex-shrink:0}.quick-nav-icon-cell__circle img{width:100%;height:100%;object-fit:cover;display:block}.quick-nav-icon-cell__preset{font-size:12px;padding:0}.preset-nav-picker-grid{padding:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:12px}.preset-nav-picker-item{position:relative;border:1px solid var(--border);border-radius:10px;padding:10px;background:#fff;cursor:pointer;text-align:center}.preset-nav-picker-item--used{border-color:#fcd34d;background:#fffbeb}.preset-nav-picker-item__badge{position:absolute;top:4px;right:4px;z-index:1;padding:1px 5px;font-size:10px;line-height:1.4;font-weight:600;color:#b45309;background:#fef3c7;border:1px solid #fcd34d;border-radius:4px}.preset-nav-picker-item__img{width:48px;height:48px;border-radius:50%;object-fit:cover;margin:0 auto 6px;display:block}.preset-nav-picker-item__title{font-size:11px;color:var(--text-secondary);line-height:1.25}.preset-nav-picker-item--used .preset-nav-picker-item__title{color:#92400e}@media(max-width:1024px){.split-2{grid-template-columns:1fr}.sidebar{display:none}.content{padding:16px}}.seller-located-page{background:#fff;color:#111827}.seller-container{width:min(1200px,calc(100% - 48px));margin:0 auto}.seller-header{position:sticky;top:0;z-index:10;background:#fffffff5;border-bottom:1px solid #e5e7eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.seller-header__inner{height:68px;display:flex;align-items:center;justify-content:space-between;width:min(1200px,calc(100% - 48px));margin:0 auto}.seller-header__left{display:flex;align-items:center;gap:12px}.seller-header__logo{width:88px;height:30px;object-fit:contain}.seller-header__tag{font-weight:700;color:#111827}.seller-apply-success-banner{padding:12px 0;border-bottom:1px solid #a7f3d0;background:#ecfdf5}.seller-apply-success-banner .notice{margin-bottom:0}.seller-hero{background:linear-gradient(180deg,#f8fafc,#fff);padding:48px 0 28px}.seller-kicker{color:#ef4444;font-weight:700;margin:0 0 8px;font-size:32px}.seller-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.seller-two-col img{width:100%;border-radius:12px}.seller-hero h1{margin:0 0 18px;font-size:62px;line-height:1.25}.seller-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.seller-hero-actions .btn{min-height:58px;padding:0 26px;font-size:28px;font-weight:700;border-radius:10px}.seller-section{padding:44px 0}.seller-gray{background:#f8fafc}.seller-section h2{margin:0 0 8px;text-align:center;font-size:30px}.seller-section h3{margin:0 0 10px;font-size:28px}.seller-section p{margin:0;text-align:center;color:#4b5563}.seller-two-col p{text-align:left}.seller-cates{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:22px}.seller-cate{display:flex;flex-direction:column;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 8px}.seller-cate img{width:40px;height:40px;object-fit:contain}.seller-cate span{font-size:13px}.seller-brands{margin-top:18px;display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:10px}.seller-brands img{width:100%;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.seller-apply-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;box-shadow:var(--shadow-sm)}.seller-cta-large{min-height:52px;font-size:20px;font-weight:700;letter-spacing:1px}.seller-progress-card{border:1px solid #dbeafe;background:linear-gradient(180deg,#eff6ff,#fff);border-radius:12px;padding:14px}.seller-progress-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.seller-progress-card__title{font-weight:700;color:#1e3a8a}.seller-progress-card__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;background:#dbeafe;color:#1d4ed8}.seller-progress-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}.seller-progress-label{font-size:12px;color:#64748b;margin-bottom:4px}.seller-progress-value{font-size:14px;color:#0f172a;font-weight:600}@media(max-width:960px){.seller-two-col{grid-template-columns:1fr}.seller-hero h1{font-size:42px}.seller-kicker{font-size:22px}.seller-hero-actions .btn{min-height:48px;font-size:22px}.seller-cates{grid-template-columns:repeat(3,minmax(0,1fr))}.seller-brands{grid-template-columns:repeat(4,minmax(0,1fr))}.seller-progress-grid{grid-template-columns:1fr}}.trend-panel{max-width:100%}.trend-panel__body{padding:16px 20px 20px;overflow:visible}.trend-panel__loading{margin:40px 0;text-align:center}.trend-range-tabs{display:flex;flex-wrap:wrap;gap:8px}.trend-range-tab{border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.trend-range-tab:hover{border-color:var(--brand-weak);color:var(--brand)}.trend-range-tab--active{background:var(--brand-weak);border-color:var(--brand);color:var(--brand)}.trend-chart{width:100%}.trend-chart--empty{display:flex;align-items:center;justify-content:center;min-height:220px}.trend-chart__kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.trend-chart__kpi{display:flex;flex-direction:column;gap:6px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:10px;border-left:3px solid var(--brand);min-width:0}.trend-chart__kpi-label{font-size:12px;font-weight:500;color:var(--text-secondary)}.trend-chart__kpi-value{font-size:20px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums;line-height:1.2}.trend-chart__viewport{width:100%;overflow-x:hidden;overflow-y:visible;padding-top:84px;margin-top:-76px}.trend-chart__viewport--scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding-bottom:8px}.trend-chart__viewport--scroll::-webkit-scrollbar{height:5px}.trend-chart__viewport--scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.trend-chart__canvas{position:relative;flex-shrink:0;overflow:visible}.trend-chart__svg{display:block}.trend-chart__grid{stroke:var(--border);stroke-width:1;stroke-dasharray:3 5;opacity:.85}.trend-chart__axis-y{font-size:10px;fill:var(--text-secondary)}.trend-chart__cursor-line{stroke:var(--brand);stroke-width:1;stroke-dasharray:4 3;opacity:.45;pointer-events:none}.trend-chart__line{fill:none;stroke:var(--brand);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trend-chart__dot{fill:var(--brand);stroke:#fff;stroke-width:1.5;pointer-events:none}.trend-chart__dot--on{stroke-width:2.5}.trend-chart__spots{position:absolute;left:0;top:0;width:100%;height:220px;pointer-events:none}.trend-chart__spot{position:absolute;width:28px;height:28px;padding:0;border:none;background:transparent;transform:translate(-50%,-50%);pointer-events:auto;cursor:default;border-radius:50%}.trend-chart__axis-x{position:relative;height:28px;margin-top:4px}.trend-chart__tick{position:absolute;transform:translate(-50%);padding:2px 4px;border:none;background:transparent;font-size:13px;font-weight:600;color:var(--text-secondary);line-height:1.3;white-space:nowrap;cursor:default;font-family:inherit}.trend-chart__tick--empty{pointer-events:none;visibility:hidden;padding:0}.trend-chart__tick--on,.trend-chart__tick:hover{color:var(--brand)}.trend-chart__tip{position:absolute;z-index:20;min-width:132px;max-width:200px;padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 6px 20px #0f172a24;pointer-events:none;white-space:nowrap}.trend-chart__tip--above{transform:translate(-50%,-100%)}.trend-chart__tip--below{transform:translate(-50%)}.trend-chart__tip--start.trend-chart__tip--above{transform:translateY(-100%)}.trend-chart__tip--start.trend-chart__tip--below{transform:translate(0)}.trend-chart__tip--end.trend-chart__tip--above{transform:translate(-100%,-100%)}.trend-chart__tip--end.trend-chart__tip--below{transform:translate(-100%)}.trend-chart__tip--above:after{content:"";position:absolute;left:50%;bottom:-6px;width:10px;height:10px;margin-left:-5px;background:var(--surface);border-right:1px solid var(--border);border-bottom:1px solid var(--border);transform:rotate(45deg)}.trend-chart__tip--below:after{content:"";position:absolute;left:50%;top:-6px;width:10px;height:10px;margin-left:-5px;background:var(--surface);border-left:1px solid var(--border);border-top:1px solid var(--border);transform:rotate(45deg)}.trend-chart__tip--start.trend-chart__tip--above:after,.trend-chart__tip--start.trend-chart__tip--below:after{left:20px;margin-left:0}.trend-chart__tip--end.trend-chart__tip--above:after,.trend-chart__tip--end.trend-chart__tip--below:after{left:auto;right:20px;margin-left:0}.trend-chart__tip-title{font-size:12px;font-weight:600;color:var(--text);margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--border)}.trend-chart__tip-line{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12px;color:var(--text-secondary)}.trend-chart__tip-line+.trend-chart__tip-line{margin-top:4px}.trend-chart__tip-line em{font-style:normal;font-weight:700;color:var(--brand);font-variant-numeric:tabular-nums}@media(max-width:640px){.trend-chart__kpis{grid-template-columns:1fr}.trend-chart__kpi-value{font-size:18px}}.btn-sm{padding:6px 12px;font-size:13px;min-height:auto;display:inline-flex;align-items:center;gap:6px}.quick-links-body{padding:16px 20px 20px}.quick-links-hint{margin:0 0 16px;font-size:13px}.quick-links-picker{margin-bottom:16px;padding:12px 14px;border:1px dashed var(--border);border-radius:var(--radius);background:#f8fafc}.quick-links-picker__title{margin:0 0 10px;font-size:13px;font-weight:600;color:var(--text-secondary)}.quick-links-picker__list{display:flex;flex-wrap:wrap;gap:8px}.quick-links-picker__item{border:1px solid var(--border);background:#fff;color:var(--text);font-size:13px;padding:6px 12px;border-radius:8px;cursor:pointer}.quick-links-picker__item:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-weak)}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.quick-link-card{display:flex;align-items:stretch;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(135deg,#fff,#f8fafc);overflow:hidden;box-shadow:var(--shadow);transition:border-color .15s,box-shadow .15s}.quick-link-card:hover{border-color:var(--brand-weak);box-shadow:0 4px 12px #0000000f}.quick-link-card__main{flex:1;display:flex;align-items:center;gap:10px;padding:14px 16px;color:var(--text);font-size:14px;font-weight:600;text-decoration:none;min-width:0}.quick-link-card__main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-link-card__main svg{flex-shrink:0;color:var(--brand)}.quick-link-card__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;border:none;border-left:1px solid var(--border);background:transparent;color:var(--text-secondary);cursor:pointer}.quick-link-card__remove:hover{background:#fef2f2;color:#dc2626}.video-upload-field__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;min-height:160px;padding:24px;border:2px dashed var(--border);border-radius:12px;background:linear-gradient(180deg,#fafafa,#f8fafc);color:var(--text-secondary);cursor:pointer;transition:border-color .2s,background .2s,color .2s}.video-upload-field__empty:hover:not(:disabled){border-color:var(--brand);background:var(--brand-weak);color:var(--brand)}.video-upload-field__empty-title{font-size:14px;font-weight:600;color:var(--text)}.video-upload-field__empty-sub{font-size:12px}.video-upload-field__preview-wrap{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#0f172a}.video-upload-field__player{display:block;width:100%;max-height:280px;background:#000}.video-upload-field__actions{display:flex;gap:8px;padding:10px 12px;background:#f8fafc;border-top:1px solid var(--border)}.product-tags-input{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;min-height:42px}.product-tag-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--brand-weak);color:var(--brand);font-size:13px;font-weight:500}.product-tag-chip button{border:none;background:transparent;color:inherit;cursor:pointer;padding:0;line-height:1;opacity:.7}.product-tag-chip button:hover{opacity:1}.product-tags-input input{flex:1;min-width:120px;border:none;outline:none;font-size:14px}.sku-editor-table{width:100%;border-collapse:collapse;font-size:13px}.sku-editor-table th,.sku-editor-table td{padding:10px 12px;border-bottom:1px solid var(--border);text-align:left}.sku-editor-table th{background:#f8fafc;font-weight:600;color:var(--text-secondary)}.sku-editor-table .input{padding:6px 10px;font-size:13px}.sku-image-cell{display:flex;align-items:center;gap:8px}.sku-image-cell__thumb,.sku-image-cell__ph{width:36px;height:36px;border-radius:6px;border:1px solid var(--border);background:#f8fafc;flex-shrink:0}.sku-image-cell__thumb{object-fit:cover;display:block}.sku-image-cell__ph{display:inline-flex;align-items:center;justify-content:center;font-size:11px;color:var(--text-secondary)}.sku-image-cell__thumb-btn{padding:0;border:none;background:none;cursor:zoom-in;border-radius:6px;line-height:0}.sku-image-cell__thumb-btn:hover .sku-image-cell__thumb{opacity:.88}.sku-image-cell__upload{margin:0}.img-lightbox{position:fixed;inset:0;z-index:10100;display:flex;align-items:center;justify-content:center;padding:48px 56px;background:#000000e0;animation:img-lightbox-in .2s ease}@keyframes img-lightbox-in{0%{opacity:0}to{opacity:1}}.img-lightbox__img{max-width:min(96vw,1200px);max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 40px #00000073;-webkit-user-select:none;user-select:none}.img-lightbox__close{position:absolute;top:16px;right:20px;width:44px;height:44px;border:none;border-radius:50%;background:#ffffff1f;color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:background .15s}.img-lightbox__close:hover{background:#ffffff38}.img-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:32px;line-height:1;cursor:pointer;transition:background .15s,opacity .15s}.img-lightbox__nav:hover:not(:disabled){background:#ffffff47}.img-lightbox__nav:disabled{opacity:.25;cursor:not-allowed}.img-lightbox__nav--prev{left:16px}.img-lightbox__nav--next{right:16px}.img-lightbox__counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);margin:0;padding:6px 14px;border-radius:999px;font-size:14px;color:#fff;background:#00000073}.import-1688-panel{padding:16px 20px;border-radius:12px;border:1px solid #fde68a;background:linear-gradient(135deg,#fffbeb,#fff7ed);margin-bottom:20px}.import-1688-panel__title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:#b45309;margin-bottom:8px}.import-1688-panel__row{display:flex;gap:10px;flex-wrap:wrap}.import-1688-panel__row .input{flex:1;min-width:240px}.import-1688-mode-tabs{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.import-1688-mode-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:1px solid var(--border);background:#fff;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.import-1688-mode-tab:hover:not(:disabled){border-color:#fbbf24;color:#b45309}.import-1688-mode-tab--active{border-color:#f59e0b;background:#fffbeb;color:#b45309;font-weight:600}.import-1688-panel kbd{display:inline-block;padding:1px 6px;border-radius:4px;border:1px solid var(--border);background:#f1f5f9;font-size:12px;font-family:inherit}.category-path-hint{font-size:12px;color:var(--text-secondary);margin-top:6px}.category-path-hint--ok{color:#15803d}.category-path-hint--warn{color:#b45309}.image-sort-list{display:flex;flex-direction:column;gap:10px}.image-sort-item{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:grab;transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .22s ease,box-shadow .22s ease,border-color .22s ease}.image-sort-item:active{cursor:grabbing}.image-sort-item--dragging{opacity:.45;transform:scale(.97);box-shadow:0 8px 24px #0f172a1f;border-color:#94a3b8}.image-sort-item--over{transform:translateY(2px);border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.image-sort-item__thumb{width:72px;height:72px;object-fit:cover;border-radius:6px;flex-shrink:0;transition:transform .22s ease}.image-sort-item--over .image-sort-item__thumb{transform:scale(1.03)}.image-sort-item__label{flex:1}.product-preview-modal__badge{display:inline-block;font-size:11px;font-weight:600;color:var(--brand, #d50f67);background:#fdf2f8;padding:2px 8px;border-radius:4px}.product-preview-modal__body{max-height:min(72vh,720px);overflow-y:auto}.product-preview-modal__layout{display:grid;grid-template-columns:minmax(200px,340px) 1fr;gap:24px;align-items:start}@media(max-width:720px){.product-preview-modal__layout{grid-template-columns:1fr}}.product-preview-modal__hero{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;background:#f8fafc;border:1px solid var(--border, #e2e8f0)}.product-preview-modal__thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.product-preview-modal__thumb{width:52px;height:52px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:#fff}.product-preview-modal__thumb--active{border-color:var(--brand, #d50f67)}.product-preview-modal__thumb img{width:100%;height:100%;object-fit:cover}.product-preview-modal__status{display:inline-block;font-size:12px;padding:2px 10px;border-radius:999px;background:#f1f5f9;color:#64748b;margin-bottom:8px}.product-preview-modal__status--on{background:#ecfdf5;color:#059669}.product-preview-modal__title{margin:0 0 10px;font-size:20px;line-height:1.35}.product-preview-modal__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.product-preview-modal__price{display:flex;align-items:baseline;gap:6px;margin-bottom:8px}.product-preview-modal__price strong{font-size:26px;color:var(--brand, #d50f67)}.product-preview-modal__sku-label{display:block;font-size:13px;margin-top:12px}.product-preview-modal__sku-chips{display:flex;flex-wrap:wrap;gap:8px}.product-preview-modal__sku-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;text-align:left;max-width:100%}.product-preview-modal__sku-chip--active{border-color:var(--brand, #d50f67);background:#fff8fb}.product-preview-modal__sku-chip-img{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid var(--border);cursor:zoom-in}.product-preview-modal__sku-chip-text{display:flex;flex-direction:column;gap:2px;min-width:0;font-size:13px}.product-preview-modal__video{width:100%;max-height:200px;border-radius:8px;background:#000}.product-preview-modal__detail{margin-top:24px;padding-top:20px;border-top:1px solid var(--border, #e2e8f0)}.product-preview-modal__detail-title{margin:0 0 12px;font-size:15px}.product-preview-modal__detail-images{display:flex;flex-direction:column;gap:8px}.product-preview-modal__detail-images img{width:100%;height:auto;display:block;border-radius:4px}.order-search-wrap{position:relative;width:340px;flex:0 0 auto}.order-search-input{width:100%}.order-detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.order-detail-topbar__left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.order-detail-topbar__title{margin:0}.order-detail-back{padding:8px 12px;text-decoration:none}.order-detail-toast{margin:0 0 12px;padding:8px 14px;background:#ecfdf5;color:#047857;border-radius:8px;font-size:13px}.order-action-menu{position:relative}.order-action-menu__trigger{display:inline-flex;align-items:center;gap:6px;min-width:128px;justify-content:center}.order-action-menu__chevron--open{transform:rotate(180deg)}.order-action-menu__panel{position:absolute;right:0;top:calc(100% + 6px);z-index:50;min-width:200px;padding:6px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 30px #0f172a1f}.order-action-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:transparent;border-radius:8px;font-size:14px;color:var(--text);text-decoration:none;cursor:pointer;text-align:left}.order-action-menu__item:hover{background:#f8fafc}.order-action-menu__item--danger{color:#dc2626}.order-detail-main{display:flex;flex-direction:column;gap:20px;max-width:920px;font-size:14px;line-height:1.55;letter-spacing:.01em}.order-detail-combined{overflow:hidden;padding-bottom:4px;font-size:14px;line-height:1.55}.order-detail-topbar__title{font-size:20px;font-weight:600;letter-spacing:0}.order-block{padding:18px 20px}.order-block--bordered{border-top:1px solid var(--border)}.order-block__title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;font-size:15px;font-weight:600;letter-spacing:.02em}.order-product-list{list-style:none;margin:0;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.order-product-row{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--border);background:#fff}.order-product-row:last-child{border-bottom:none}.order-product-row__thumb{width:64px;height:64px;border-radius:8px;background:#f1f5f9;overflow:hidden;flex-shrink:0}.order-product-row__thumb img{width:100%;height:100%;object-fit:cover;display:block}.order-product-row__name{margin:0 0 6px;font-size:14px;font-weight:600;line-height:1.45;letter-spacing:.01em}.order-product-row__spec{margin:0;font-size:13px;color:var(--text-secondary);line-height:1.4}.order-product-row__price{text-align:right;min-width:96px;font-variant-numeric:tabular-nums}.order-product-row__line{display:block;font-size:15px;font-weight:600;color:var(--text);line-height:1.3}.order-product-row__unit{display:block;margin-top:4px;font-size:12px;color:var(--text-secondary);line-height:1.3}.order-amount-bar{margin:14px 0 0 auto;padding-top:0;width:min(100%,280px);display:flex;flex-direction:column;gap:8px}.order-amount-bar--info{margin-top:16px}.order-amount-bar__row{display:grid;grid-template-columns:8.2em 1fr;align-items:center;column-gap:16px;margin:0}.order-amount-bar__row dt,.order-amount-bar__row dd{margin:0;font-size:14px;line-height:1.4}.order-amount-bar__row dt{text-align:right;color:var(--text-secondary);font-weight:400}.order-amount-bar__row dd{text-align:right;font-weight:500;font-variant-numeric:tabular-nums;color:var(--text)}.order-amount-bar__row--total dt{font-weight:500;color:var(--text)}.order-amount-bar__row--total dd{font-size:17px;font-weight:700;color:var(--brand)}.order-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 24px}.order-info-grid--stack{grid-template-columns:1fr}.order-info-cell__label{display:block;font-size:13px;color:var(--text-secondary);margin-bottom:5px;font-weight:400;line-height:1.35}.order-info-cell__value{display:block;font-size:14px;line-height:1.5;word-break:break-word;font-weight:500;color:var(--text)}.order-info-cell__value--mono{font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:13px;font-weight:500;letter-spacing:.03em}.order-detail-modal__body{padding:0!important;max-height:min(70vh,640px);overflow-y:auto}.order-detail-combined--modal .order-block{padding:16px 20px}.order-product-table{width:100%;border-collapse:collapse;font-size:14px}.order-product-table th{text-align:left;font-size:12px;font-weight:500;color:var(--text-secondary);padding:8px 10px;border-bottom:1px solid var(--border);background:#f8fafc}.order-product-table td{padding:12px 10px;border-bottom:1px solid var(--border);vertical-align:middle}.order-product-table tr:last-child td{border-bottom:none}.order-product-table__price{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.order-product-table__line{font-weight:600}.order-product-table__goods{display:flex;align-items:center;gap:10px;min-width:0}.order-product-table__goods img,.order-product-table__ph{width:52px;height:52px;border-radius:8px;flex-shrink:0;background:#f1f5f9}.order-product-table__goods img{object-fit:cover}.order-product-table__name{font-weight:500;line-height:1.4}.order-row-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 10px}.order-product-cell{display:flex;align-items:center;gap:12px;min-width:220px}.order-product-cell--center{justify-content:center;margin-inline:auto;text-align:left}.order-product-cell__title{max-width:240px}.promotion-product-picker{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;padding:10px;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.promotion-product-picker__item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;cursor:pointer;font-size:13px}.promotion-product-picker__item--active{background:var(--brand-weak);color:var(--brand)}.promo-validity-picker{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.promo-validity-picker__title{font-size:13px;font-weight:600;color:var(--text)}.promo-validity-picker__presets{display:flex;flex-wrap:wrap;gap:8px}.promo-validity-picker__preset{padding:6px 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text-muted);font-size:13px;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.promo-validity-picker__preset:hover{border-color:var(--brand);color:var(--brand)}.promo-validity-picker__preset--active{border-color:var(--brand);background:var(--brand-weak);color:var(--brand);font-weight:500}.promo-validity-picker__summary{margin:0;font-size:13px}.promo-validity-picker__custom{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.date-select-field{display:flex;flex-direction:column;gap:6px}.date-select-field__label{font-size:12px;color:var(--text-muted)}.date-select-field__controls{display:flex;gap:8px}.date-select-field__part{flex:1;min-width:0;padding:8px 10px}.date-select-field__part:disabled{opacity:.55;cursor:not-allowed}.order-product-cell img{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#f1f5f9;flex-shrink:0}.order-product-cell__title{font-weight:500;font-size:14px;line-height:1.4;max-width:280px}
