*,:after,:before{box-sizing:border-box}:root{--oms-bg:#0f1419;--oms-surface:#1a2332;--oms-surface-hover:#243044;--oms-border:#2d3a4d;--oms-text:#e6edf3;--oms-text-muted:#8b9cb3;--oms-accent:#6eb8ff;--oms-accent-hover:#9dd0ff;--oms-success:#56d364;--oms-warning:#e3b341;--oms-error:#f85149;--oms-radius:8px;--oms-font:"DM Sans","Noto Sans SC",system-ui,sans-serif}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oms-app,body{font-family:var(--oms-font);min-height:100vh;background:var(--oms-bg);color:var(--oms-text)}.oms-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--oms-surface);border-bottom:1px solid var(--oms-border);padding:1.25rem 2rem}.oms-header h1{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.oms-header-logout{flex-shrink:0}.oms-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.oms-printer-wrap{position:relative}.oms-printer-status{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:20px;font-size:.82rem;font-weight:500;border:1px solid transparent;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.oms-printer-unset{opacity:.5;font-size:.75rem}.oms-printer-menu{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.1);min-width:130px;z-index:100;overflow:hidden;display:flex;flex-direction:column}.oms-printer-menu-item{padding:.5rem 1rem;font-size:.85rem;text-align:left;background:none;border:none;cursor:pointer;color:#374151;display:flex;align-items:center;gap:.4rem}.oms-printer-menu-item:hover:not(:disabled){background:#f3f4f6}.oms-printer-menu-item--active{color:#15803d;font-weight:600}.oms-printer-menu-item--disabled{color:#9ca3af;cursor:not-allowed}.oms-printer-menu-item--reconnect{color:#b91c1c;border-top:1px solid #f3f4f6}.oms-printer-menu-check{margin-left:auto;color:#15803d}.oms-printer-menu-taken{margin-left:auto;font-size:.75rem;color:#9ca3af}.oms-printer-status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.oms-printer-status--connecting{background:rgba(234,179,8,.12);border-color:rgba(234,179,8,.35);color:#a16207}.oms-printer-status--connecting .oms-printer-status-dot{background:#eab308;animation:oms-printer-pulse 1.2s ease-in-out infinite}.oms-printer-status--connected{background:rgba(34,197,94,.1);border-color:rgba(34,197,94,.35);color:#15803d}.oms-printer-status--connected .oms-printer-status-dot{background:#22c55e}.oms-printer-status--disconnected{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#b91c1c;cursor:pointer}.oms-printer-status--disconnected:hover{background:rgba(239,68,68,.18);border-color:rgba(239,68,68,.5)}.oms-printer-status--disconnected .oms-printer-status-dot{background:#ef4444}@keyframes oms-printer-pulse{0%,to{opacity:1}50%{opacity:.35}}.oms-loading{color:var(--oms-text-muted)}.oms-loading,.oms-login-wrap{display:flex;align-items:center;justify-content:center;min-height:100vh}.oms-login-wrap{padding:1.5rem}.oms-login-card{width:100%;max-width:360px;padding:2rem;background:var(--oms-surface);border:1px solid var(--oms-border);border-radius:var(--oms-radius);box-shadow:0 8px 32px rgba(0,0,0,.3)}.oms-login-title{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;text-align:center}.oms-login-desc{margin:0 0 1.5rem;font-size:.875rem;color:var(--oms-text-muted);text-align:center}.oms-login-form label{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.oms-login-form label span{font-size:.875rem;color:var(--oms-text-muted)}.oms-login-form input{width:100%;padding:.6rem .75rem;border:1px solid var(--oms-border);border-radius:6px;background:var(--oms-bg);color:var(--oms-text);font-size:.95rem}.oms-login-form input:focus{outline:none;border-color:var(--oms-accent)}.oms-login-error{margin:0 0 1rem;font-size:.875rem;color:#f85149}.oms-login-btn{width:100%;min-height:44px;margin-top:.25rem}.oms-subtitle{margin:.25rem 0 0;font-size:.875rem;color:var(--oms-text-muted)}.oms-main{padding:1.5rem 2rem;max-width:min(1720px,calc(100vw - 6rem));margin:0 auto}.oms-toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.oms-toolbar-row{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.oms-toolbar-row--filters{justify-content:space-between}.oms-toolbar-filters{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.oms-toolbar-btns{display:inline-flex;align-items:center;gap:.5rem}.oms-toolbar-btns--end{margin-left:auto}.oms-search{display:inline-flex;align-items:center;gap:.75rem}.oms-search span{color:var(--oms-text-muted);font-size:.9rem}.oms-search input{width:280px;padding:.5rem .75rem;border:1px solid var(--oms-border);border-radius:var(--oms-radius);background:var(--oms-surface);color:var(--oms-text);font-size:.9rem}.oms-search input::placeholder{color:var(--oms-text-muted)}.oms-search input:focus{outline:none;border-color:var(--oms-accent)}.oms-filter-select{min-width:140px;padding:.5rem .75rem;border:1px solid var(--oms-border);border-radius:var(--oms-radius);background:var(--oms-surface);color:var(--oms-text);font-size:.9rem;cursor:pointer}.oms-filter-select:focus{outline:none;border-color:var(--oms-accent)}.oms-date-range{display:inline-flex;align-items:center;gap:.5rem}.oms-date-range input{width:auto;min-width:150px;color-scheme:dark}.oms-date-range-sep{color:var(--oms-text-muted);font-size:.9rem}@media (min-width:769px) and (max-width:1500px){.oms-toolbar-row--searches{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center}.oms-search--date{grid-column:1/3;grid-row:2}.oms-toolbar-row--searches .oms-toolbar-btns--end{grid-column:4;grid-row:2;justify-self:end;margin-left:0}}.oms-table-wrap{overflow-x:auto;border-radius:var(--oms-radius);border:1px solid var(--oms-border);background:var(--oms-surface)}.oms-table{width:100%;min-width:max-content;border-collapse:collapse;font-size:.875rem;line-height:1.45}.oms-table td,.oms-table th{padding:.85rem 1.15rem;text-align:left;border-bottom:1px solid var(--oms-border)}.oms-table th{color:var(--oms-text-muted);font-weight:600;white-space:nowrap}.oms-table tbody tr:hover,.oms-table th{background:var(--oms-surface-hover)}.oms-order-no{font-weight:500;color:var(--oms-accent);max-width:8.5rem;white-space:normal;overflow-wrap:anywhere}.oms-col-actions{position:-webkit-sticky;position:sticky;right:0;z-index:1;min-width:170px}.oms-table th.oms-col-actions{background:var(--oms-surface-hover)}.oms-table td.oms-col-actions{background:var(--oms-surface)}.oms-table tbody tr:hover td.oms-col-actions{background:var(--oms-surface-hover)}.oms-col-order-no{position:-webkit-sticky;position:sticky;left:0;z-index:1}.oms-table th.oms-col-order-no{background:var(--oms-surface-hover)}.oms-table td.oms-col-order-no{background:var(--oms-surface)}.oms-table tbody tr:hover td.oms-col-order-no{background:var(--oms-surface-hover)}.oms-table-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.4rem;gap:.4rem}.oms-table-actions .oms-btn{white-space:nowrap}.oms-status{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .42rem;border-radius:6px;font-size:.8rem;line-height:1.45;letter-spacing:.1em;writing-mode:vertical-rl;-webkit-text-orientation:upright;text-orientation:upright;white-space:normal}.oms-status--shipped{background:rgba(110,184,255,.25);color:#9dd0ff}.oms-status--completed{background:rgba(63,185,80,.2);color:var(--oms-success)}.oms-status--pending-local{background:rgba(210,153,34,.2);color:var(--oms-warning)}.oms-status--pending-warehouse{background:rgba(210,134,34,.25);color:#e3b341}.oms-status--pending-local-warehouse{background:rgba(56,189,186,.2);color:#39c5cf}.oms-status--rejected{background:rgba(248,81,73,.2);color:var(--oms-error,#f85149)}.oms-status--cancelled{background:hsla(0,0%,50%,.2);color:var(--oms-text-muted)}.oms-status--pending{background:rgba(210,153,34,.2);color:var(--oms-warning)}.oms-note-cell{text-align:center;white-space:nowrap}.oms-note-icon{position:relative;font-size:1.2rem;cursor:default}.oms-note-tooltip{display:none;position:absolute;left:50%;bottom:calc(100% + 6px);transform:translateX(-50%);background:var(--oms-surface);border:1px solid var(--oms-border);border-radius:var(--oms-radius);padding:.4rem .65rem;font-size:.82rem;color:var(--oms-text);white-space:pre-wrap;width:max-content;max-width:420px;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:100;pointer-events:none;word-break:break-word}.oms-note-icon:hover .oms-note-tooltip{display:block}.oms-address-cell{max-width:190px}.oms-address-name{font-weight:500}.oms-address-detail{margin-top:.2rem;font-size:.8rem;color:var(--oms-text-muted);max-width:14em;white-space:normal;overflow-wrap:anywhere}.oms-lines{--oms-line-scroll-max:29em;min-width:calc(48px + .5rem + var(--oms-line-scroll-max));max-width:none}.oms-lines ul{margin:0;padding:0}.oms-line-item{list-style:none;margin:0;padding:.35rem 0;border-bottom:1px solid var(--oms-border);font-size:.8rem;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:flex-start;grid-gap:.5rem;gap:.5rem}.oms-line-img{object-fit:cover}.oms-line-img,.oms-line-img-placeholder{width:48px;height:48px;border-radius:6px;flex-shrink:0}.oms-line-img-placeholder{display:inline-flex;align-items:center;justify-content:center;background:var(--oms-border);color:var(--oms-text-muted);font-size:.7rem}.oms-line-body{width:var(--oms-line-scroll-max);min-width:var(--oms-line-scroll-max)}.oms-line-meta{display:block;margin-top:.15rem;width:100%;max-width:var(--oms-line-scroll-max);color:var(--oms-text-muted);white-space:normal;overflow-wrap:anywhere}.oms-line-item:last-child{border-bottom:none}.oms-line-sku{color:var(--oms-text-muted)}.oms-line-price,.oms-line-qty,.oms-line-sku{margin-right:0;white-space:nowrap}.oms-line-price{color:var(--oms-text-muted)}.oms-line-subtotal{font-weight:500;margin-right:0;white-space:nowrap}.oms-line-name{font-weight:500;word-break:break-word}.oms-line-extra,.oms-line-name{display:block;width:100%;max-width:var(--oms-line-scroll-max);white-space:normal;overflow-wrap:anywhere}.oms-line-extra{margin-top:.25rem;color:var(--oms-text-muted)}.oms-line-video-tag{color:var(--oms-accent);font-size:.8rem}.oms-line-video-tag--btn{background:none;border:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;text-decoration:none}.oms-line-video-tag--btn:hover{text-decoration:underline;color:var(--oms-accent-hover)}.oms-btn{padding:.4rem .75rem;border-radius:6px;border:1px solid #4a5f7a;background:#2d3d52;color:#e6edf3;cursor:pointer;font-size:.875rem;text-decoration:none}.oms-btn:hover{border-color:var(--oms-accent);color:var(--oms-accent-hover);background:#354358}.oms-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.oms-btn:disabled,.oms-btn:disabled:hover{border-color:var(--oms-border);background:#253041;color:var(--oms-text-muted)}.oms-btn--primary{background:var(--oms-accent);border-color:var(--oms-accent);color:#fff}.oms-btn--primary:hover{background:var(--oms-accent-hover);border-color:var(--oms-accent-hover);color:#fff}.oms-btn--outline{border-color:var(--oms-accent);color:var(--oms-accent-hover);background:transparent}.oms-btn--outline:hover{background:rgba(110,184,255,.18);border-color:var(--oms-accent-hover);color:var(--oms-accent-hover)}.oms-btn--danger{background:#e5534b;border-color:#e5534b;color:#fff}.oms-btn--danger:hover{background:#f06a62;border-color:#f06a62;color:#fff}.oms-empty{text-align:center;padding:3rem 2rem;color:var(--oms-text-muted);background:var(--oms-surface);border-radius:var(--oms-radius);border:1px solid var(--oms-border)}.oms-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:1.25rem;padding:.75rem 0;border-top:1px solid var(--oms-border)}.oms-pagination-info,.oms-pagination-size{font-size:.875rem;color:var(--oms-text-muted)}.oms-pagination-size{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto}.oms-pagination-size .oms-filter-select{min-width:8.75rem}.oms-pagination-btns{display:flex;gap:.5rem}.oms-pagination .oms-btn:disabled{opacity:.5;cursor:not-allowed}.oms-pagination .oms-btn:disabled,.oms-pagination .oms-btn:disabled:hover{border-color:var(--oms-border);color:var(--oms-text-muted)}.oms-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.oms-modal{width:100%;max-width:560px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;background:var(--oms-surface);border:1px solid var(--oms-border);border-radius:var(--oms-radius);box-shadow:0 8px 32px rgba(0,0,0,.4)}.oms-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--oms-border)}.oms-modal-header h2{margin:0;font-size:1.1rem;font-weight:600}.oms-modal-close{width:32px;height:32px;border:none;background:transparent;color:var(--oms-text-muted);font-size:1.5rem;line-height:1;cursor:pointer;border-radius:6px}.oms-modal-close:hover{background:var(--oms-surface-hover);color:var(--oms-text)}.oms-modal-body{overflow-y:auto;padding:1.25rem;flex:1 1}.oms-confirm-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--oms-text)}.oms-change-list{list-style:none;margin:0 0 1.25rem;padding:0}.oms-change-item{padding:.5rem 0;border-bottom:1px solid var(--oms-border);font-size:.875rem}.oms-change-item:last-child{border-bottom:none}.oms-change-label{display:block;color:var(--oms-text-muted);margin-bottom:.25rem}.oms-change-values{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.oms-change-old{color:var(--oms-text-muted);text-decoration:line-through}.oms-change-arrow{color:var(--oms-accent);font-weight:600}.oms-change-new{color:var(--oms-success);font-weight:500}.oms-form-section{margin-bottom:1.5rem}.oms-form-section--readonly{padding:.75rem 0;border-bottom:1px solid var(--oms-border)}.oms-readonly-row{display:flex;align-items:center;gap:.75rem;padding:.25rem 0}.oms-readonly-label{font-size:.85rem;color:var(--oms-text-muted);min-width:5em}.oms-readonly-value{font-size:.9rem;color:var(--oms-text)}.oms-form-section h3{font-size:.9rem;font-weight:600}.oms-form-hint,.oms-form-section h3{margin:0 0 .75rem;color:var(--oms-text-muted)}.oms-form-hint{font-size:.8rem}.oms-form-hint--block{display:block;margin-bottom:1rem;padding:.5rem .75rem;background:rgba(210,153,34,.15);border-radius:6px;color:var(--oms-warning)}.oms-form-hint--error{background:rgba(248,81,73,.15);color:#f85149}.oms-form-actions{margin:.5rem 0 1rem}.oms-cvs-store-detail{margin-top:.75rem}.oms-cvs-store-search-wrap{margin-bottom:.75rem}.oms-cvs-store-search{width:100%;padding:.5rem .75rem;border:1px solid var(--oms-border);border-radius:6px;background:var(--oms-bg);color:var(--oms-text);font-size:.9rem;font-family:inherit}.oms-cvs-store-search:focus{outline:none;border-color:var(--oms-accent)}.oms-cvs-store-count{margin-top:.35rem;margin-bottom:0}.oms-required{color:#f85149}.oms-form-section input,.oms-form-section select,.oms-form-section textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--oms-border);border-radius:6px;background:var(--oms-bg);color:var(--oms-text);font-size:.9rem;font-family:inherit}.oms-form-section input:focus,.oms-form-section select:focus,.oms-form-section textarea:focus{outline:none;border-color:var(--oms-accent)}.oms-form-section input:disabled,.oms-form-section select:disabled,.oms-form-section textarea:disabled,.oms-input-readonly{opacity:.8;cursor:not-allowed;background:var(--oms-surface)}.oms-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.oms-form-grid label{display:flex;flex-direction:column;gap:.25rem}.oms-form-grid label span,.oms-form-section label span{font-size:.8rem;color:var(--oms-text-muted)}.oms-form-full{grid-column:1/-1}.oms-line-form{padding:.75rem;margin-bottom:.75rem;background:var(--oms-bg);border-radius:6px;border:1px solid var(--oms-border)}.oms-line-form-title{display:flex;align-items:center;gap:.75rem;font-size:.85rem;margin-bottom:.5rem;color:var(--oms-text-muted)}.oms-line-form-title-text{flex:1 1;min-width:0}.oms-line-form-img{object-fit:cover}.oms-line-form-img,.oms-line-form-img-placeholder{width:40px;height:40px;border-radius:6px;flex-shrink:0}.oms-line-form-img-placeholder{display:inline-flex;align-items:center;justify-content:center;background:var(--oms-border);color:var(--oms-text-muted);font-size:.65rem}.oms-line-form label{display:block;margin-top:.5rem}.oms-line-form label span{display:block;font-size:.8rem;color:var(--oms-text-muted);margin-bottom:.25rem}.oms-line-form textarea{resize:vertical;min-height:60px}.oms-modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid var(--oms-border)}@media (max-width:768px){.oms-header{padding:.875rem 1rem}.oms-header h1{font-size:1.2rem}.oms-subtitle{font-size:.8rem}.oms-main{padding:1rem}.oms-toolbar{margin-bottom:1rem}.oms-search{flex-direction:column;align-items:stretch;gap:.5rem}.oms-filter-select,.oms-search input{width:100%;min-height:44px}.oms-btn{min-height:48px;padding:.6rem 1rem;font-size:.95rem}.oms-table-actions{gap:.75rem}.oms-toolbar .oms-btn{min-height:48px;padding:.6rem 1rem}.oms-toolbar-btns--end{width:100%;margin-left:0}.oms-toolbar-btns--end .oms-btn{flex:1 1}.oms-table-wrap{overflow-x:visible;-webkit-overflow-scrolling:touch}.oms-table,.oms-table tbody,.oms-table td,.oms-table th,.oms-table thead{display:block}.oms-table thead tr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.oms-table tbody tr{display:grid;grid-template-columns:1fr 1fr;grid-gap:.35rem 1rem;gap:.35rem 1rem;margin-bottom:1rem;padding:1rem 1.05rem;border:1px solid var(--oms-border);border-radius:var(--oms-radius);align-items:start}.oms-table tbody tr,.oms-table tbody tr:hover{background:var(--oms-surface)}.oms-table td{padding:.35rem 0;border-bottom:none;text-align:left}.oms-table td:first-child,.oms-table td:nth-child(2){grid-column:span 1;padding-bottom:.5rem;border-bottom:1px solid var(--oms-border)}.oms-table td:nth-child(2){display:flex;justify-content:flex-end;text-align:right}.oms-table td:nth-child(2):before{display:none}.oms-table td:nth-child(3){grid-column:1/-1;padding-top:.35rem;padding-bottom:.5rem;border-bottom:1px solid var(--oms-border)}.oms-table td:nth-child(4),.oms-table td:nth-child(5),.oms-table td:nth-child(6),.oms-table td:nth-child(7),.oms-table td:nth-child(8){grid-column:span 1;padding-top:.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--oms-border)}.oms-table td:nth-child(9){grid-column:1/-1;padding-top:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--oms-border)}.oms-table td:nth-child(9):before{content:"收货信息"}.oms-table td:nth-child(10){grid-column:1/-1;padding-top:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--oms-border)}.oms-table td:nth-child(10):before{display:none}.oms-col-actions{position:static;border-left:none;min-width:0}.oms-table td:nth-child(11){grid-column:1/-1;padding-top:.5rem;padding-bottom:0}.oms-table td:nth-child(11):before{display:none}.oms-table td:nth-child(11) .oms-btn{min-height:48px}.oms-table td:before{content:attr(data-label);display:block;font-weight:600;font-size:.7rem;color:var(--oms-text-muted);margin-bottom:.15rem}.oms-table td.oms-order-no:before{color:var(--oms-accent)}.oms-address-cell,.oms-lines{max-width:none}.oms-lines{min-width:calc(40px + .5rem + var(--oms-line-scroll-max))}.oms-lines .oms-line-item{grid-template-columns:40px minmax(0,1fr)}.oms-line-body{width:var(--oms-line-scroll-max);min-width:var(--oms-line-scroll-max)}.oms-line-img,.oms-line-img-placeholder{width:40px;height:40px}.oms-pagination{flex-direction:column;align-items:stretch;gap:.75rem;margin-top:1rem}.oms-pagination-info{text-align:center}.oms-pagination-size{margin-left:0}.oms-pagination-btns,.oms-pagination-size{justify-content:center}.oms-pagination .oms-btn{min-height:48px;flex:1 1}.oms-modal-backdrop{padding:0;align-items:flex-end}.oms-modal{max-width:none;max-height:95vh;border-radius:var(--oms-radius) var(--oms-radius) 0 0}.oms-modal-header{padding:.875rem 1rem}.oms-modal-header h2{font-size:1rem}.oms-modal-close{min-width:44px;min-height:44px}.oms-modal-body{padding:1rem 1rem 5rem;-webkit-overflow-scrolling:touch}.oms-form-section h3{font-size:.85rem}.oms-form-grid{grid-template-columns:1fr}.oms-modal-footer{position:fixed;bottom:0;left:0;right:0;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom, 0px));gap:1rem;background:var(--oms-surface);border-top:1px solid var(--oms-border);box-shadow:0 -4px 12px rgba(0,0,0,.25);z-index:1001}.oms-modal-footer .oms-btn{min-height:48px;flex:1 1}.oms-empty{padding:2rem 1rem}}.oms-modal--mainland-ship{max-width:780px}.oms-mainland-download{margin:0 0 1rem}.oms-mainland-download .oms-btn{font-size:.875rem}.oms-upload-zone{border:2px dashed var(--oms-border);border-radius:var(--oms-radius);padding:2rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;margin-bottom:1rem}.oms-upload-zone--active,.oms-upload-zone:hover{border-color:var(--oms-accent);background:rgba(110,184,255,.12)}.oms-upload-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.oms-upload-label{display:block;color:var(--oms-text-muted);font-size:.9rem;cursor:pointer}.oms-text-input{width:100%;border:1px solid var(--oms-border);border-radius:var(--oms-radius);padding:.75rem;background:var(--oms-surface);color:var(--oms-text);font-size:.875rem;font-family:monospace;resize:vertical;margin-bottom:1rem;box-sizing:border-box;outline:none;transition:border-color .2s}.oms-text-input:focus{border-color:var(--oms-accent)}.oms-mainland-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--oms-border)}.oms-mainland-preview p{margin:0 0 .75rem;font-size:.9rem;color:var(--oms-text-muted)}.oms-mainland-table-wrap{overflow-x:auto;border:1px solid var(--oms-border);border-radius:var(--oms-radius);background:var(--oms-bg)}.oms-table--preview{font-size:.8rem}.oms-table--preview td,.oms-table--preview th{padding:.5rem .75rem}.oms-mainland-table-wrap--scroll{max-height:320px;overflow-y:auto}.oms-preview-input{width:100%;background:transparent;border:1px solid transparent;border-radius:3px;padding:.2rem .35rem;font-size:inherit;color:var(--oms-text);box-sizing:border-box;outline:none;font-family:inherit}.oms-preview-input:hover{border-color:var(--oms-border)}.oms-preview-input:focus{border-color:var(--oms-accent);background:rgba(110,184,255,.08)}.oms-preview-del-btn{background:none;border:none;color:var(--oms-text-muted);cursor:pointer;padding:0 .25rem;font-size:1rem;line-height:1}.oms-preview-del-btn:hover{color:#f56565}.oms-video-pending-badge{font-size:.7rem;background:var(--oms-accent);color:#fff;border-radius:3px;padding:.1rem .4rem;margin-left:.5rem;opacity:.85}.oms-modal--upload-video{max-width:520px}.oms-upload-video-lines{display:flex;flex-direction:column;gap:1rem}.oms-upload-video-line{padding:.75rem;background:var(--oms-bg);border:1px solid var(--oms-border);border-radius:var(--oms-radius)}.oms-upload-video-line-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.oms-upload-video-line-meta{display:flex;flex-direction:column;gap:.2rem;font-size:.82rem;color:#555;margin-bottom:.5rem}.oms-upload-video-line-img{width:36px;height:36px;object-fit:cover;border-radius:6px;flex-shrink:0}.oms-upload-video-line-img-placeholder{width:36px;height:36px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:var(--oms-border);color:var(--oms-text-muted);font-size:.7rem;border-radius:6px}.oms-upload-video-line-actions{margin-top:.5rem}.oms-upload-video-label input,.oms-upload-video-replace input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.oms-upload-video-label .oms-btn,.oms-upload-video-replace{cursor:pointer;display:inline-block;margin-top:.25rem}.oms-upload-video-preview{display:flex;flex-direction:column;gap:.5rem}.oms-upload-video-hint{font-size:.8rem;color:var(--oms-text-muted)}.oms-upload-video-player{max-width:100%;max-height:180px;border-radius:var(--oms-radius);background:#000}.oms-modal--video-view{max-width:640px}.oms-form-row{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.oms-form-label{font-size:.85rem;color:var(--oms-text-muted);font-weight:500}.oms-form-input{width:100%;padding:.6rem .75rem;border:1px solid var(--oms-border);border-radius:6px;background:var(--oms-bg);color:var(--oms-text);font-size:.95rem;box-sizing:border-box}.oms-form-input:focus{outline:none;border-color:var(--oms-accent)}.oms-form-input:disabled{opacity:.5;cursor:not-allowed}.oms-video-view-player{width:100%;max-height:70vh;border-radius:var(--oms-radius);background:#000;display:block;margin-bottom:1rem}.oms-video-view-actions{margin-top:.5rem}.oms-video-view-actions a{text-decoration:none}.oms-dropdown{position:relative;display:inline-block}.oms-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:100;background:var(--oms-surface);border:1px solid var(--oms-border);border-radius:var(--oms-radius);min-width:120px;box-shadow:0 4px 12px rgba(0,0,0,.4);overflow:hidden}.oms-dropdown-menu-item{display:block;width:100%;padding:.5rem 1rem;text-align:left;background:none;border:none;color:var(--oms-text);font-size:.875rem;cursor:pointer;white-space:nowrap}.oms-dropdown-menu-item:hover{background:var(--oms-surface-hover)}.oms-label-badge-row{margin-top:.35rem}.oms-label-badge{display:inline-block;margin-top:.4rem;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;line-height:1.4}.oms-label-badge--printed{background:rgba(86,211,100,.15);color:var(--oms-success);border:1px solid rgba(86,211,100,.3)}button.oms-label-badge--unprinted{background:rgba(255,165,0,.15);color:#d97706;border:1px solid rgba(255,165,0,.35);cursor:pointer;font-family:inherit}button.oms-label-badge--unprinted:hover:not(:disabled){background:rgba(255,165,0,.25)}button.oms-label-badge--unprinted:disabled{opacity:.6;cursor:wait}.oms-link-button{padding:0;border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.oms-link-button:hover:not(:disabled){color:var(--oms-primary)}.oms-link-button:disabled{opacity:.65;cursor:wait}.oms-ecpay-last-status{margin-top:.25rem;font-size:.78rem;color:var(--oms-text-muted)}.oms-debug-tabs{display:flex;gap:.25rem;align-items:center}.oms-debug-tab{padding:.4rem 1rem;border-radius:var(--oms-radius);border:1px solid transparent;background:transparent;color:var(--oms-text-muted);font-size:.95rem;cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.oms-debug-tab:hover{background:hsla(0,0%,100%,.06);color:var(--oms-text)}.oms-debug-tab--active{background:var(--oms-accent);color:#fff;border-color:var(--oms-accent)}.oms-debug-main{max-width:1800px}.oms-debug-toolbar{justify-content:space-between;gap:1rem;margin-bottom:1rem}.oms-debug-search,.oms-debug-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end}.oms-debug-search{gap:.75rem}.oms-debug-search-input{align-items:flex-start}.oms-debug-search-input input{width:min(520px,70vw)}.oms-debug-toolbar-note{display:flex;flex-direction:column;gap:.25rem;color:var(--oms-text-muted);font-size:.875rem}.oms-debug-alert{margin-bottom:1rem;padding:.85rem 1rem;border-radius:var(--oms-radius);border:1px solid transparent;font-size:.9rem}.oms-debug-alert--error{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.35);color:#ffb4b4}.oms-debug-alert--success{background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.35);color:#98e2a4}.oms-debug-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:1rem;gap:1rem;align-items:start}.oms-debug-side{display:flex;flex-direction:column;gap:1rem}.oms-debug-cvsmap{max-width:640px}.oms-debug-cvsmap-form{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.oms-debug-cvsmap-field{display:flex;flex-direction:column;gap:.35rem}.oms-debug-cvsmap-field>span{font-size:.8rem;color:var(--oms-text-muted);font-weight:500}.oms-debug-cvsmap-field input,.oms-debug-cvsmap-field select{padding:.45rem .75rem;border:1px solid var(--oms-border);border-radius:var(--oms-radius);background:var(--oms-bg);color:var(--oms-text);font-size:.9rem;outline:none;transition:border-color .15s}.oms-debug-cvsmap-field input:focus,.oms-debug-cvsmap-field select:focus{border-color:var(--oms-accent)}.oms-debug-cvsmap-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem;border-top:1px solid var(--oms-border)}.oms-debug-cvsmap-actions .oms-form-hint{margin:0;flex:1 1}.oms-debug-cvsmap-result{margin-top:1.5rem;padding:1rem 1.25rem;border:1px solid var(--oms-border);border-radius:10px;background:rgba(0,200,120,.04)}.oms-debug-cvsmap-result h3{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:var(--oms-success,#16a34a)}.oms-debug-cvsmap-result table{border-collapse:collapse;width:100%;font-size:.875rem}.oms-debug-cvsmap-result td{padding:.3rem .75rem .3rem 0;vertical-align:top}.oms-debug-cvsmap-result td:first-child{color:var(--oms-text-secondary);white-space:nowrap;width:6rem}.oms-debug-card{border:1px solid var(--oms-border);border-radius:14px;background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,0)),var(--oms-surface);overflow:hidden}.oms-debug-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid var(--oms-border);background:hsla(0,0%,100%,.02)}.oms-debug-card-head h2{margin:0;font-size:1rem}.oms-debug-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem;gap:.9rem;padding:1rem}.oms-debug-field{display:flex;flex-direction:column;gap:.4rem}.oms-debug-field span{font-size:.82rem;color:var(--oms-text-muted)}.oms-debug-field input,.oms-debug-field textarea{width:100%;border:1px solid var(--oms-border);border-radius:10px;background:rgba(7,12,20,.45);color:var(--oms-text);padding:.75rem .85rem;font:inherit;resize:vertical}.oms-debug-field input:focus,.oms-debug-field textarea:focus{outline:none;border-color:var(--oms-accent);box-shadow:0 0 0 3px rgba(110,184,255,.1)}.oms-debug-field input[readonly],.oms-debug-field textarea[readonly]{opacity:.7;cursor:not-allowed}.oms-debug-shopify{padding:1rem}.oms-debug-fulfillments{padding:1rem;display:flex;flex-direction:column;gap:1rem}.oms-debug-fulfillment{border:1px solid var(--oms-border);border-radius:12px;background:rgba(7,12,20,.35);padding:1rem}.oms-debug-fulfillment-title{font-size:.95rem;font-weight:600;margin-bottom:.85rem}.oms-debug-fulfillment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.oms-debug-readonly-field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.oms-debug-readonly-field span{font-size:.78rem;color:var(--oms-text-muted)}.oms-debug-readonly-field strong{font-size:.9rem;font-weight:500;word-break:break-word}.oms-debug-detail-block{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--oms-border)}.oms-debug-trace-error{margin-top:.7rem;color:#ffb4b4;font-size:.84rem}.oms-debug-traces{display:flex;flex-direction:column;gap:.55rem;margin-top:.8rem}.oms-debug-trace-item{border-left:2px solid var(--oms-border);padding-left:.7rem}.oms-debug-trace-meta{color:var(--oms-text-muted);font-size:.78rem;margin-bottom:.2rem}.oms-debug-trace-sub{color:var(--oms-text-muted);font-size:.82rem;margin-top:.15rem}.oms-debug-trace-empty{margin-top:.8rem;color:var(--oms-text-muted);font-size:.84rem}.oms-debug-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;color:var(--oms-text-muted);font-size:.82rem}.oms-debug-empty,.oms-debug-pre{margin:0;border-radius:12px;background:rgba(7,12,20,.45);border:1px solid var(--oms-border);padding:1rem}.oms-debug-pre{max-height:70vh;overflow:auto;font-size:.8rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.oms-debug-empty{color:var(--oms-text-muted)}@media (max-width:1100px){.oms-debug-fields,.oms-debug-fulfillment-grid,.oms-debug-grid{grid-template-columns:1fr}}@media (max-width:480px){.oms-header h1{font-size:1.1rem}.oms-table tbody tr{padding:.75rem}.oms-btn{min-height:48px;padding:.6rem 1rem}.oms-table-actions{gap:.75rem}}