:root{--bg-a:#f8f6ec;--bg-b:#fce4cf;--line:rgba(45,40,34,.18);--panel:hsla(0,0%,100%,.9);--text:#1f1b17;--muted:#6b6258;--accent:#ce5b24;--accent-2:#0f766e;--danger:#b42318;--warn:#b54708;--ok:#027a48}body{min-height:100vh;font-family:Space Grotesk,Pretendard,Noto Sans KR,sans-serif;background:radial-gradient(circle at 15% 5%,rgba(206,91,36,.26),transparent 35%),radial-gradient(circle at 95% 20%,rgba(15,118,110,.22),transparent 36%),linear-gradient(145deg,var(--bg-a),var(--bg-b))}a{color:var(--accent-2);font-weight:700;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}input,select,textarea{border:1px solid var(--line);border-radius:10px;padding:.58rem .72rem;background:hsla(0,0%,100%,.86)}button{border:1px solid var(--line);padding:.54rem .82rem;background:#fff}button:hover{transform:translateY(-1px)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}.primary-button{border-color:transparent;color:#fff;background:linear-gradient(120deg,#c94b14,#e67e22);font-weight:700}.secondary-button{border-color:hsla(0,0%,100%,.18);color:#000;background:#fdfdfd;font-weight:700}.secondary-button:hover{background:hsla(0,0%,100%,.18)}.danger-button{border-color:rgba(180,35,24,.26);color:#7a2016;background:rgba(180,35,24,.08);font-weight:700}.danger-button:hover{background:rgba(180,35,24,.14)}.login-shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.login-card{width:min(440px,94vw);display:grid;grid-gap:.9rem;gap:.9rem}.login-card h1{margin:0;font-size:1.5rem}.login-desc{margin:0}.danger-text{color:var(--danger)}.app-shell{position:relative;display:grid;grid-template-columns:var(--sidebar-width,240px) 14px minmax(0,1fr);height:100vh;min-height:100vh;overflow:hidden}.sidebar{border-right:1px solid var(--line);background:hsla(0,0%,100%,.56);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1.2rem 1rem;display:flex;flex-direction:column;gap:1.4rem;min-width:0;height:100vh;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;z-index:40}.sidebar-main{display:grid;grid-gap:1.4rem;gap:1.4rem;min-height:0}.sidebar-brand-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.85rem}.brand-block{display:flex;align-items:center;gap:.8rem;min-width:0}.brand-copy{min-width:0}.brand-block h1{margin:0;font-size:1.38rem}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;flex:none;border-radius:14px;background:linear-gradient(135deg,rgba(206,91,36,.16),rgba(15,118,110,.18));color:var(--accent-2)}.brand-mark svg{width:1.3rem;height:1.3rem}.eyebrow{margin:0 0 .3rem;color:var(--muted);font-size:.76rem;letter-spacing:.18rem;text-transform:uppercase}.nav-list{display:grid;grid-gap:.5rem;gap:.5rem}.sidebar-footer{margin-top:auto}.sidebar-footer .danger-button{width:100%}.sidebar-width-toggle{width:2.4rem;height:2.4rem;min-height:2.4rem;padding:0;border:1px solid rgba(15,118,110,.18);border-radius:12px;background:rgba(15,118,110,.08);color:var(--accent-2);display:inline-flex;align-items:center;justify-content:center}.sidebar-width-toggle svg{width:1.1rem;height:1.1rem}.sidebar-width-toggle:hover{background:rgba(15,118,110,.14)}.sidebar.is-collapsed{padding-left:.7rem;padding-right:.7rem;align-items:center}.sidebar.is-collapsed .sidebar-footer,.sidebar.is-collapsed .sidebar-main{width:100%}.sidebar.is-collapsed .sidebar-brand-row{flex-direction:column;align-items:center;gap:.7rem}.sidebar.is-collapsed .brand-block{justify-content:center}.sidebar.is-collapsed .brand-copy{display:none}.sidebar-resizer{position:relative;border:0;padding:0;background:transparent;cursor:col-resize}.sidebar-resizer:hover{transform:none}.sidebar-resizer:before{content:"";position:absolute;left:50%;top:.9rem;bottom:.9rem;width:1px;transform:translateX(-50%);background:rgba(45,40,34,.1);transition:background-color .16s ease}.sidebar-resizer:after{content:"";position:absolute;left:50%;top:50%;width:5px;height:64px;border-radius:999px;transform:translate(-50%,-50%);background:rgba(206,91,36,.12);transition:background-color .16s ease,box-shadow .16s ease}.app-shell.is-resizing .sidebar-resizer:before,.sidebar-resizer:hover:before{background:rgba(206,91,36,.3)}.app-shell.is-resizing .sidebar-resizer:after,.sidebar-resizer:hover:after{background:rgba(206,91,36,.28);box-shadow:0 0 0 4px rgba(206,91,36,.08)}.nav-link{display:flex;align-items:center;gap:.72rem;border:1px solid var(--line);border-radius:12px;padding:.72rem .8rem;color:var(--text);font-weight:700;text-decoration:none;background:hsla(0,0%,100%,.68)}.nav-link-icon,.sidebar-logout-icon{display:inline-flex;align-items:center;justify-content:center;flex:none;width:1.15rem;height:1.15rem}.nav-link-icon svg,.sidebar-logout-icon svg{width:100%;height:100%}.nav-link-text,.sidebar-logout-text{min-width:0}.sidebar.is-collapsed .nav-link{justify-content:center;padding-left:0;padding-right:0}.sidebar.is-collapsed .nav-link-text,.sidebar.is-collapsed .sidebar-logout-text{display:none}.nav-link.active{border-color:transparent;color:#fff;background:linear-gradient(125deg,#ce5b24,#b45309)}.sidebar-logout{display:flex;align-items:center;justify-content:center;gap:.72rem}.sidebar.is-collapsed .sidebar-logout{padding-left:0;padding-right:0}.mobile-corner-toggle,.sidebar-backdrop{display:none}.mobile-corner-toggle-icon{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem}.content-area{padding:1.2rem;display:flex;flex-direction:column;gap:1rem;min-width:0;min-height:0;height:100vh;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.content-area>*{min-width:0}.topbar{border:0;border-radius:0;background:transparent;padding:0;display:flex;justify-content:flex-end;gap:.5rem;align-items:center}.connection-inline{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));grid-gap:.65rem;gap:.65rem}.connection-inline-narrow{grid-template-columns:minmax(340px,1fr) auto;align-items:end}label{grid-gap:.34rem;gap:.34rem;color:var(--muted);font-size:.85rem}.panel{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:1rem;box-shadow:0 10px 24px rgba(35,28,17,.08)}.page-grid{display:grid;grid-gap:1rem;gap:1rem}.section-head{display:flex;justify-content:space-between;gap:.8rem;align-items:center}.section-head h3{margin:0}.mono{font-family:"ui-monospace",SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.grid-form{margin-top:.8rem;display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));grid-gap:.66rem;gap:.66rem}.grid-form .wide{grid-column:1/-1}.product-form-page{gap:1.5rem;font-family:Pretendard,Noto Sans KR,sans-serif;width:100%;max-width:900px}.goods-form-page{max-width:1120px}.product-form-card,.product-form-hero{border:1px solid rgba(30,63,174,.1);border-radius:16px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.05)}.product-form-hero{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-end;padding:2rem}.product-form-hero-copy{display:grid;grid-gap:.75rem;gap:.75rem}.product-form-breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;color:#94a3b8;font-size:.88rem;font-weight:600}.product-form-breadcrumb a{color:#1e3fae;font-weight:700}.product-form-hero h1{margin:0;color:#0f172a;font-size:1.95rem;line-height:1.2;letter-spacing:-.03em}.product-form-hero p{margin:0;color:#64748b;font-size:1rem;line-height:1.6}.product-form-action-inner,.product-form-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.product-form-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:120px;padding:.75rem 1.4rem;border-radius:8px;text-decoration:none;font-size:.95rem;font-weight:700;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.product-form-button:hover{text-decoration:none}.product-form-button-secondary{border:1px solid #e2e8f0;background:#f1f5f9;color:#334155}.product-form-button-primary{border:0;background:#1e3fae;color:#fff;box-shadow:0 20px 25px -5px rgba(30,63,174,.25),0 8px 10px -6px rgba(30,63,174,.25)}.product-form-button-primary:hover{background:#183593}.product-form-error{margin-top:0}.product-form-card{padding:2rem}.product-form-overview{display:grid;margin-top:1rem;grid-template-columns:minmax(280px,346px) minmax(0,1fr);grid-gap:2.5rem;gap:2.5rem}.product-form-basic-column,.product-form-description-block,.product-form-image-column{display:grid;grid-gap:1.5rem;gap:1.5rem}.product-form-description-block{margin-top:2rem}.product-relay-config{display:grid;grid-gap:1rem;gap:1rem}.product-relay-checkbox-grid,.product-relay-options{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.product-relay-checkbox-grid label,.product-relay-options label{display:inline-flex;align-items:center;gap:.45rem;color:#334155;font-size:.92rem}.product-relay-mapping{display:grid;grid-gap:.8rem;gap:.8rem;padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.product-form-section-title{display:flex;align-items:center;gap:.6rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.product-form-section-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 .45rem;border-radius:999px;background:rgba(30,63,174,.08);color:#1e3fae;font-size:.72rem;font-weight:800;letter-spacing:.04em}.product-form-section-title h2{margin:0;color:#0f172a;font-size:1.25rem;line-height:1.35;letter-spacing:-.02em}.goods-form-section-title{justify-content:space-between;flex-wrap:wrap}.goods-form-section-heading{display:flex;align-items:center;gap:.6rem;min-width:0}.goods-component-type-badge{display:inline-flex;align-items:center;justify-content:center;min-width:54px;padding:.35rem .7rem;border-radius:999px;background:rgba(29,78,216,.1);color:#1d4ed8;font-size:.8rem;font-weight:800}.goods-component-type-badge.is-package{background:rgba(5,150,105,.12);color:#047857}.goods-component-inline-copy,.goods-component-setting{display:grid;grid-gap:.3rem;gap:.3rem}.goods-component-inline-copy span,.goods-component-setting span{color:#64748b;font-size:.83rem;line-height:1.5}.goods-component-setting strong{color:#0f172a;font-size:.88rem}.goods-component-variant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.goods-component-variant-card{margin-bottom:0;padding:12px;border:1px solid rgba(15,23,42,.08);border-radius:12px;display:grid;grid-gap:.45rem;gap:.45rem}.goods-description-card{display:grid;grid-gap:1.25rem;gap:1.25rem}.goods-description-editor{display:grid;grid-gap:.75rem;gap:.75rem}.goods-description-editor .sun-editor{border:1px solid rgba(148,163,184,.24);border-radius:18px;background:#fff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7)}.goods-description-editor .sun-editor .se-toolbar.sun-editor-common{padding:.8rem .9rem;border-bottom:1px solid rgba(148,163,184,.2);background:linear-gradient(180deg,#f8fbff,#f8fafc)}.goods-description-editor .sun-editor .se-toolbar .se-btn-module,.goods-description-editor .sun-editor .se-toolbar .se-btn-module-border{border-radius:12px}.goods-description-editor .sun-editor .se-toolbar button{color:#334155}.goods-description-editor .sun-editor .se-toolbar button.active,.goods-description-editor .sun-editor .se-toolbar button:hover{color:#1d4ed8;background:rgba(29,78,216,.08)}.goods-description-editor .sun-editor .se-wrapper{min-height:420px}.goods-description-editor .sun-editor .sun-editor-editable{min-height:420px;padding:1.15rem 1.2rem;color:#1f2937;line-height:1.8}.goods-description-editor .sun-editor .sun-editor-editable ol,.goods-description-editor .sun-editor .sun-editor-editable p,.goods-description-editor .sun-editor .sun-editor-editable ul{margin:0 0 .85rem}.goods-description-editor .sun-editor .sun-editor-editable ol:last-child,.goods-description-editor .sun-editor .sun-editor-editable p:last-child,.goods-description-editor .sun-editor .sun-editor-editable ul:last-child{margin-bottom:0}.goods-description-editor .sun-editor .sun-editor-editable ol,.goods-description-editor .sun-editor .sun-editor-editable ul{padding-left:1.4rem}.goods-description-editor .sun-editor .sun-editor-editable img{max-width:100%;height:auto;display:block;margin:1rem auto;border-radius:16px}.goods-description-editor .sun-editor .se-resizing-bar{border-top:1px solid rgba(148,163,184,.18);background:#f8fafc}.goods-description-editor.is-disabled .sun-editor{opacity:.72}.goods-form-image-drop-button{display:block;width:100%;padding:0;border:0;background:none;text-align:left}.goods-form-image-drop-button:disabled{cursor:wait}.product-form-image-drop{position:relative;min-height:400px;border:2px dashed rgba(30,63,174,.2);border-radius:12px;background:rgba(30,63,174,.05);display:grid;place-items:center;padding:1.5rem;overflow:hidden}.product-form-image-drop.is-empty,.product-form-image-drop.is-interactive{cursor:pointer}.product-form-image-drop.is-empty:focus-visible{outline:none;border-color:rgba(30,63,174,.45);box-shadow:0 0 0 4px rgba(30,63,174,.08)}.product-form-image-drop.has-image{background:#f8fafc}.product-form-image-preview{width:100%;max-height:360px;object-fit:contain}.product-form-image-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,23,42,.34);opacity:0;pointer-events:none;transition:opacity .16s ease}.product-form-image-drop.has-image:focus-within .product-form-image-overlay,.product-form-image-drop.has-image:hover .product-form-image-overlay,.product-form-image-drop.is-uploading .product-form-image-overlay{opacity:1}.product-form-image-overlay-button{min-height:42px;padding:.7rem 1.15rem;border:0;border-radius:999px;background:hsla(0,0%,100%,.96);color:#0f172a;font-size:.95rem;font-weight:700;box-shadow:0 16px 30px rgba(15,23,42,.18);pointer-events:auto}.product-form-image-overlay-button:disabled{cursor:wait}.product-form-file-input{display:none}.product-form-image-placeholder{display:grid;justify-items:center;grid-gap:.85rem;gap:.85rem;text-align:center;color:#64748b}.product-form-image-placeholder strong{color:#0f172a;font-size:1.1rem}.product-form-image-placeholder p{margin:0;max-width:240px;line-height:1.6}.product-form-image-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;background:rgba(30,63,174,.1);color:#1e3fae;font-size:2rem;font-weight:600}.product-form-basic-grid,.product-form-price-grid{display:grid;grid-gap:1rem;gap:1rem}.product-form-basic-grid{grid-template-columns:minmax(0,1fr)}.product-form-price-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.5rem}.product-form-field{display:grid;grid-gap:.55rem;gap:.55rem}.product-form-field-compact{gap:.42rem}.product-form-field-wide{grid-column:1/-1}.product-form-label{color:#334155;font-size:.88rem;font-weight:700;line-height:1.4}.product-form-label strong{margin-left:.2rem;color:#ef4444}.product-form-field input,.product-form-field select,.product-form-field textarea{width:100%;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;padding:.92rem .85rem;font-size:1rem;line-height:1.4}.product-form-field-compact input,.product-form-field-compact select{height:42px;min-height:42px;padding:.64rem .75rem;font-size:.95rem;align-self:start}.product-form-field textarea{resize:vertical;min-height:120px}.product-form-field input::placeholder,.product-form-field textarea::placeholder{color:#94a3b8}.product-form-field input:focus,.product-form-field select:focus,.product-form-field textarea:focus{outline:none;border-color:rgba(30,63,174,.45);box-shadow:0 0 0 4px rgba(30,63,174,.08)}.product-form-hint{color:#94a3b8;font-size:.8rem;line-height:1.5}.product-form-inline-status{margin:0;color:#1e3a8a;font-size:.85rem;line-height:1.5}.product-form-currency{position:relative}.product-form-currency span{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1rem;font-weight:700}.product-form-currency input{padding-left:2.1rem;text-align:right}.goods-pricing-table .product-form-currency{width:70%}.goods-pricing-table .product-form-currency input{width:100%;max-width:100%;min-width:0}.product-form-meta{margin:1rem 0 0;color:#64748b;font-size:.9rem;line-height:1.5}.product-form-action-bar{margin-top:.5rem;padding-top:.5rem}.product-form-action-inner{justify-content:flex-end}.product-options-toolbar,.product-variants-header{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.product-options-toolbar:first-of-type{margin-top:0}.product-options-toolbar p,.product-variants-header p{margin:.35rem 0 0}.product-options-toolbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.6rem}.product-option-group-list,.product-variant-list{margin-top:1.25rem;display:grid;grid-gap:1rem;gap:1rem}.product-option-group-card,.product-variant-card{border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;padding:1rem}.product-option-group-header,.product-variant-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.product-option-group-header p,.product-variant-card-header p{margin:.32rem 0 0}.product-option-group-grid,.product-variant-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.product-option-value-list{margin-top:1rem;display:grid;grid-gap:.75rem;gap:.75rem}.product-option-value-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;align-items:end}.product-option-row-action{display:flex;align-items:center;min-height:42px}.product-option-group-footer{margin-top:.9rem;display:flex;justify-content:flex-end}.product-option-checkbox{display:inline-flex;align-items:center;gap:.55rem;color:#334155;font-size:.88rem;font-weight:600;min-height:42px}.product-option-checkbox input{width:16px;height:16px}.product-variant-empty{margin-top:1rem;padding:1rem;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc}.product-variant-empty p{margin:0}.info-card{margin-top:.9rem;border:1px solid var(--line);border-radius:12px;background:hsla(0,0%,100%,.62);padding:.8rem}.info-card p{margin:.25rem 0}.inline-filters{margin-top:.7rem;display:grid;grid-template-columns:1fr auto;grid-gap:.6rem;gap:.6rem;align-items:center}.device-create-form{margin-top:.8rem}.checkbox{display:inline-flex;gap:.45rem;align-items:center;color:var(--text)}.table-wrap{margin-top:.75rem;overflow:auto}table{width:100%;border-collapse:collapse;min-width:820px}td,th{border-bottom:1px solid var(--line);text-align:left;padding:.58rem .45rem;font-size:.9rem;vertical-align:top}th{color:var(--muted)}.action-row{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.institution-detail-page,.institution-detail-page .panel{width:100%}.institution-detail-page table{width:100%;min-width:100%}.institution-detail-page .accounts-table,.institution-detail-page .summary-kv-table{min-width:100%}.institution-detail-page .summary-kv-table th{width:140px;white-space:nowrap}.institution-detail-page .summary-kv-table td{word-break:break-word}.status{margin:.66rem 0 0;color:var(--accent-2);font-weight:700}.empty-text{margin:.7rem 0;color:var(--muted)}.readonly-lock{background:hsla(40,29%,92%,.92)}.modal-overlay{position:fixed;inset:0;z-index:1000;background:rgba(20,16,11,.42);display:grid;place-items:center;padding:1rem}.modal-card{width:min(440px,92vw);border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 20px 48px rgba(20,16,11,.2);padding:1rem}.modal-card h4{margin:0}.goods-form-modal-card{display:grid;grid-gap:1rem;gap:1rem;padding:1.2rem}.goods-form-product-picker-modal{width:min(960px,96vw);max-height:min(82vh,900px);overflow:auto}.goods-form-image-picker-modal{width:min(760px,96vw);max-height:min(82vh,900px);overflow:auto}.receipt-create-dialog{width:min(1080px,96vw);max-height:min(88vh,960px);display:grid;grid-gap:1rem;gap:1rem;overflow:auto;padding:1.2rem}.receipt-create-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.receipt-create-dialog-body,.receipt-create-lines{display:grid;grid-gap:1rem;gap:1rem}.receipt-create-line-card{background:#f8fafc}.receipt-create-line-grid{grid-template-columns:minmax(0,2.2fr) minmax(0,1.4fr) minmax(130px,.7fr) minmax(160px,.8fr)}.receipt-create-target-picker{position:relative}.receipt-create-target-selection{margin:.35rem 0 0;color:#64748b;font-size:.8rem;font-weight:600}.receipt-create-target-suggestions{position:absolute;top:calc(100% + .45rem);left:0;right:0;z-index:20;display:grid;grid-gap:0;gap:0;max-height:260px;overflow-y:auto;padding:.3rem;border:1px solid #cbd5e1;border-radius:14px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.12)}.receipt-create-target-option{display:grid;grid-gap:.2rem;gap:.2rem;width:100%;padding:.7rem .85rem;border:0;border-radius:10px;background:transparent;color:inherit;text-align:left;cursor:pointer}.receipt-create-target-option strong{font-size:.95rem}.receipt-create-target-option span{color:#64748b;font-size:.8rem}.receipt-create-target-option:focus-visible,.receipt-create-target-option:hover{background:#eff6ff;outline:none}.receipt-create-target-empty{margin:0;padding:.8rem .85rem;color:#64748b;font-size:.84rem}.receipt-create-footer{display:flex;justify-content:space-between;gap:.8rem;align-items:center}.receipt-create-footer-actions{display:flex;justify-content:flex-end;gap:.6rem;align-items:center}.package-component-picker-dialog{width:min(720px,96vw);max-height:min(82vh,900px);overflow:auto}.package-component-picker-body{display:grid;grid-gap:1rem;gap:1rem}.package-component-picker-summary{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;padding:.8rem .9rem;border:1px solid #dbe3f0;border-radius:12px;background:#f8fafc}.package-component-picker-summary strong{color:#0f172a}.package-component-picker-summary span{color:#475569;font-size:.9rem}.package-component-picker-header-cell{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.package-component-picker-auto-map-button{white-space:nowrap}.goods-form-modal-toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem}.goods-form-modal-copy{display:grid;grid-gap:.35rem;gap:.35rem}.goods-form-modal-copy p{margin:0;color:var(--muted);line-height:1.5}.goods-form-selection-summary{color:var(--muted);font-size:.84rem;font-weight:700}.goods-form-modal-search{margin:0}.goods-form-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.goods-form-empty-state{padding:1.4rem 1rem;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;text-align:center;color:#64748b}.goods-form-image-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.goods-form-image-choice-button,.goods-form-image-source-card,.goods-form-image-trigger{padding:0;border:0;background:none}.goods-form-image-choice-button{border:1px solid #dbe3f0;border-radius:16px;background:#fff;padding:1rem;text-align:left;display:grid;grid-gap:.45rem;gap:.45rem;box-shadow:0 10px 24px rgba(15,23,42,.04)}.goods-form-image-choice-button strong{color:#0f172a}.goods-form-image-choice-button span{color:#64748b;line-height:1.5}.goods-form-image-choice-button:disabled{opacity:.52;cursor:not-allowed}.goods-form-image-source-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.85rem;gap:.85rem}.goods-form-image-source-card{border:1px solid #dbe3f0;border-radius:16px;background:#fff;padding:.8rem;display:grid;grid-gap:.75rem;gap:.75rem;text-align:left;box-shadow:0 10px 24px rgba(15,23,42,.04)}.goods-form-image-source-thumb{aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#f8fafc;display:grid;place-items:center}.goods-form-image-source-thumb img{width:100%;height:100%;object-fit:cover;display:block}.goods-form-image-source-copy{display:grid;grid-gap:.25rem;gap:.25rem}.goods-form-image-source-copy strong{color:#0f172a}.goods-form-image-source-copy span{color:#64748b;font-size:.82rem}.goods-form-image-trigger{border-radius:12px;cursor:pointer}.goods-form-image-trigger:focus-visible{outline:none}.goods-form-image-choice-button:focus-visible,.goods-form-image-choice-button:hover,.goods-form-image-source-card:focus-visible,.goods-form-image-source-card:hover,.goods-form-image-trigger:focus-visible .inventory-product-thumb,.goods-form-image-trigger:hover .inventory-product-thumb{box-shadow:0 0 0 3px rgba(29,78,216,.12)}.goods-form-image-choice-button:focus-visible,.goods-form-image-source-card:focus-visible{outline:none}.map-wrap{margin-top:.8rem;width:100%;height:540px;border-radius:14px;overflow:hidden;border:1px solid var(--line)}.map-popup p{margin:.2rem 0}.command-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));grid-gap:.65rem;gap:.65rem}.mini-form{border:1px solid var(--line);border-radius:11px;padding:.66rem;background:hsla(0,0%,100%,.72);display:grid;grid-gap:.5rem;gap:.5rem}.mini-form h4{margin:0;font-size:.92rem}.danger-zone{border-color:rgba(180,35,24,.4)}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.2rem .52rem;font-size:.74rem;font-weight:800;border:1px solid transparent}.badge.success{background:rgba(2,122,72,.14);color:var(--ok);border-color:rgba(2,122,72,.28)}.badge.danger{background:rgba(180,35,24,.14);color:var(--danger);border-color:rgba(180,35,24,.28)}.badge.warn{background:rgba(181,71,8,.14);color:var(--warn);border-color:rgba(181,71,8,.28)}.badge.neutral{background:rgba(100,91,79,.14);color:#4f4539;border-color:rgba(100,91,79,.3)}input[type=checkbox]{padding:0}.outline-button{border:1px solid rgba(29,78,216,.28);color:var(--accent);background:hsla(0,0%,100%,.96);font-weight:700}.subtle-button{border:1px solid #e2e8f0;color:var(--text);background:#f8fafc;font-weight:600}.compact-button{padding:.42rem .82rem;font-size:.84rem}.delivery-management-page,.order-detail-page,.order-list-page,.product-management-page{gap:1.5rem}.delivery-summary-grid,.inventory-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.delivery-summary-card,.inventory-stat-card{border:1px solid #dde5f0;border-radius:18px;background:hsla(0,0%,100%,.92);padding:1.3rem 1.35rem;box-shadow:0 14px 28px rgba(15,23,42,.06);display:grid;grid-gap:.35rem;gap:.35rem}.inventory-stat-label{margin:0;color:#64748b;font-size:.88rem;font-weight:600}.inventory-stat-value{font-size:2rem;line-height:1.1;color:#0f172a}.inventory-stat-trend{font-size:.82rem;font-weight:600}.inventory-stat-trend.positive{color:#16a34a}.inventory-stat-trend.neutral{color:#94a3b8}.inventory-stat-stack{display:grid;grid-gap:.7rem;gap:.7rem}.inventory-stat-stack div{display:flex;justify-content:space-between;gap:.75rem;align-items:center;color:#94a3b8;font-size:.78rem;font-weight:600}.inventory-stat-stack strong{color:#0f172a;font-size:.94rem}.inventory-filter-card{border:1px solid #dde5f0;border-radius:18px;background:hsla(0,0%,100%,.92);padding:1.2rem 1.3rem;box-shadow:0 14px 28px rgba(15,23,42,.05);display:grid;grid-gap:1rem;gap:1rem}.inventory-filter-form{display:grid;grid-template-columns:150px 1fr auto;grid-gap:.75rem;gap:.75rem;align-items:center}.inventory-filter-form input,.inventory-filter-form select{min-height:44px;border-radius:12px;border:1px solid #dbe3f0;background:#fff}.inventory-filter-button{min-height:44px;padding-inline:1.35rem;background:linear-gradient(135deg,#1d4ed8,#1e3a8a)}.inventory-tag-row{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.inventory-tag-label{color:#94a3b8;font-size:.82rem;font-weight:600}.inventory-tag,.inventory-tag-reset{border:1px solid #dbe3f0;border-radius:999px;padding:.38rem .8rem;background:#f8fafc;color:#475569;font-size:.8rem;font-weight:600}.inventory-tag.active{border-color:transparent;background:#1d4ed8;color:#fff}.inventory-tag-reset{border:none;background:transparent;color:var(--accent);padding-inline:.2rem}.inventory-management-tabs{display:inline-flex;flex-wrap:wrap;gap:.55rem;padding:.45rem;border:1px solid #dbe3f0;border-radius:16px;background:hsla(0,0%,100%,.88);box-shadow:0 10px 30px rgba(15,23,42,.04)}.inventory-management-tab{min-height:42px;min-width:108px;padding:.7rem 1.15rem;border-radius:12px;background:transparent;color:#475569;font-size:.95rem;font-weight:700}.inventory-management-tab:focus-visible,.inventory-management-tab:hover{background:rgba(29,78,216,.08);color:#1d4ed8}.inventory-management-tab.active{background:#1d4ed8;color:#fff;box-shadow:0 10px 20px rgba(29,78,216,.18)}.inventory-table-card{border:1px solid #dde5f0;border-radius:18px;background:hsla(0,0%,100%,.95);box-shadow:0 14px 28px rgba(15,23,42,.05);overflow:hidden}.inventory-table-footer,.inventory-table-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.35rem}.inventory-table-header{border-bottom:1px solid #e2e8f0;background:rgba(248,250,252,.72)}.inventory-table-header.has-tabs{align-items:flex-start}.inventory-table-heading{display:grid;grid-gap:.85rem;gap:.85rem}.bulk-sheet-toolbar h3,.delivery-schedule-card h3,.inventory-table-header h3{margin:0}.inventory-inline-status{margin:0;padding:.9rem 1.35rem 0}.inventory-table-wrap{margin-top:0}.inventory-table{min-width:980px}.inventory-table th{padding:1rem .8rem;color:#94a3b8;font-size:.8rem;font-weight:700}.inventory-table td{padding:.9rem .8rem;border-bottom:1px solid #eef2f7}.inventory-table-row-link{cursor:pointer}.inventory-table-row-link td{transition:background-color .12s ease,box-shadow .12s ease,transform .12s ease}.inventory-table-row-link:hover td{background:rgba(29,78,216,.05)}.inventory-table-row-link:focus-visible{outline:none}.inventory-table-row-link:focus-visible td{background:rgba(29,78,216,.08);box-shadow:inset 0 1px 0 rgba(29,78,216,.24),inset 0 -1px 0 rgba(29,78,216,.24)}.inventory-checkbox-cell{width:56px;text-align:center}.inventory-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;position:relative;cursor:pointer}.inventory-checkbox:checked{border-color:#1d4ed8;background:#1d4ed8}.inventory-checkbox:checked:after{content:"";position:absolute;inset:2px 4px 4px 2px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.inventory-product-cell{display:flex;gap:.85rem;align-items:center;min-width:280px}.inventory-product-thumb{width:48px;height:48px;border-radius:12px;background:linear-gradient(140deg,var(--thumb-a,#0f172a),var(--thumb-b,#38bdf8));display:grid;place-items:center;overflow:hidden;flex-shrink:0;color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.06em;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15)}.inventory-product-thumb.has-image{background:#e2e8f0;box-shadow:inset 0 0 0 1px rgba(148,163,184,.28)}.inventory-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.goods-form-image-trigger .inventory-product-thumb{transition:box-shadow .16s ease,transform .16s ease}.goods-form-image-trigger:focus-visible .inventory-product-thumb,.goods-form-image-trigger:hover .inventory-product-thumb{transform:translateY(-1px)}.inventory-product-copy{display:grid;grid-gap:.3rem;gap:.3rem}.inventory-product-copy strong{color:#0f172a}.inventory-product-meta{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;color:#94a3b8;font-size:.78rem}.status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.18rem .55rem;font-size:.74rem;font-weight:700;border:1px solid transparent}.status-badge.active,.status-badge.completed,.status-badge.done{background:rgba(22,163,74,.12);color:#15803d;border-color:rgba(22,163,74,.18)}.status-badge.ended,.status-badge.paused,.status-badge.pending,.status-badge.ready,.status-badge.ready_to_ship{background:rgba(245,158,11,.12);color:#b45309;border-color:rgba(245,158,11,.18)}.status-badge.accepted,.status-badge.draft,.status-badge.installing,.status-badge.processing,.status-badge.shipping{background:rgba(59,130,246,.1);color:#1d4ed8;border-color:rgba(59,130,246,.18)}.status-badge.cancelled{background:rgba(239,68,68,.12);color:#b91c1c;border-color:rgba(239,68,68,.18)}.status-badge.hidden,.status-badge.inactive{background:rgba(100,116,139,.12);color:#475569;border-color:rgba(100,116,139,.18)}.price-highlight{color:#1d4ed8;font-weight:800}.inventory-pagination{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center;justify-content:flex-end}.pagination-button{min-width:36px;border:1px solid #dbe3f0;border-radius:8px;background:#fff;color:#0f172a;padding:.45rem .75rem;font-size:.86rem;font-weight:600}.pagination-button.action,.pagination-button.active{border-color:transparent;background:#1d4ed8;color:#fff}.pagination-button:disabled{opacity:.45}.pagination-ellipsis{padding:0 .35rem;color:#94a3b8}.delivery-content-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);grid-gap:1rem;gap:1rem;align-items:start}.delivery-schedule-card{border:1px solid #dde5f0;border-radius:18px;background:hsla(0,0%,100%,.95);padding:1.2rem;box-shadow:0 14px 28px rgba(15,23,42,.05)}.delivery-schedule-list{margin-top:1rem;display:grid;grid-gap:.8rem;gap:.8rem}.delivery-schedule-item{display:grid;grid-template-columns:66px 1fr;grid-gap:.85rem;gap:.85rem;padding:.95rem;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.delivery-schedule-item strong{display:block;margin-bottom:.25rem}.delivery-schedule-time{color:#1d4ed8;font-weight:800}.delivery-detail-page,.delivery-list-page,.delivery-stock-page,.inventory-detail-page{gap:1.5rem;max-width:1240px}.delivery-create-page{gap:1.5rem;width:min(100%,1520px);max-width:1520px}.delivery-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.delivery-page-header h2{margin:.35rem 0 0;color:#0f172a;font-size:2rem;line-height:1.1}.delivery-page-header p{margin:.5rem 0 0}.delivery-page-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.delivery-list-row{cursor:pointer}.delivery-list-row:focus-visible{outline:2px solid rgba(29,78,216,.35);outline-offset:-2px}.delivery-detail-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.delivery-detail-field{display:grid;grid-gap:.45rem;gap:.45rem;padding:1rem 1.1rem;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}.delivery-detail-field strong{color:#0f172a}.delivery-detail-field-wide{grid-column:1/-1}.delivery-fulfillment-list,.delivery-item-list,.delivery-line-list{display:grid;grid-gap:1rem;gap:1rem}.delivery-fulfillment-card,.delivery-item-card,.delivery-line-card{border:1px solid #dde5f0;border-radius:18px;background:rgba(248,250,252,.9);padding:1.1rem}.delivery-fulfillment-card{background:#fff}.delivery-fulfillment-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.delivery-fulfillment-head p{margin:.25rem 0 0}.delivery-stock-chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.delivery-stock-chip{display:inline-flex;align-items:center;min-height:2.2rem;padding:.4rem .8rem;border:1px solid #dbe3f0;border-radius:999px;background:#f8fafc;color:#334155;font-size:.82rem;font-weight:600}.delivery-create-form{gap:1.25rem;width:100%}.delivery-item-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.delivery-item-empty{display:grid;grid-gap:.5rem;gap:.5rem;padding:1.1rem 1.2rem;border:1px dashed #cbd5e1;border-radius:18px;background:rgba(248,250,252,.7)}.delivery-item-empty strong{color:#0f172a}.delivery-item-empty p{margin:0}.delivery-item-summary-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.delivery-item-summary-head p{margin:.3rem 0 0}.delivery-item-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem;margin-top:1rem}.delivery-item-summary-field{display:grid;grid-gap:.35rem;gap:.35rem;padding:.9rem 1rem;border:1px solid #dbe3f0;border-radius:14px;background:#fff}.delivery-item-summary-field strong{color:#0f172a}.delivery-kind-select{min-width:140px}.delivery-item-picker-dialog{width:min(920px,96vw);max-height:min(88vh,960px);overflow:auto}.delivery-item-picker-body{display:grid;grid-gap:1rem;gap:1rem}.delivery-item-picker-field{display:grid;grid-gap:.5rem;gap:.5rem}.delivery-item-picker-field input,.delivery-item-picker-field select{width:100%}.delivery-item-picker-summary{display:flex;flex-wrap:wrap;gap:.6rem}.delivery-item-picker-summary span{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .7rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.84rem;font-weight:700}.delivery-item-picker-quantity,.delivery-item-picker-serialized{display:grid;grid-gap:.75rem;gap:.75rem}.delivery-item-picker-quantity p,.delivery-item-picker-serialized p{margin:0}.delivery-item-picker-footer{display:flex;justify-content:flex-end;gap:.6rem;align-items:center}.delivery-stock-selector{display:grid;grid-gap:.6rem;gap:.6rem;max-height:260px;margin-top:.85rem;padding-right:.2rem;overflow:auto}.delivery-stock-option{justify-content:flex-start;width:100%;padding:.7rem .9rem;border:1px solid #dbe3f0;border-radius:14px;background:#fff;color:#334155;font-weight:600;text-align:left}.delivery-stock-option.selected{border-color:transparent;background:#1d4ed8;color:#fff;box-shadow:0 12px 24px rgba(29,78,216,.18)}.delivery-stock-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:flex-start}.delivery-stock-cart-panel,.delivery-stock-tree-panel{display:grid;grid-gap:1rem;gap:1rem}.delivery-stock-panel-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.delivery-stock-panel-head h3{margin:0}.delivery-stock-panel-head p{margin:.35rem 0 0}.delivery-stock-search{display:grid;grid-gap:.35rem;gap:.35rem;min-width:240px}.delivery-stock-search span{color:#64748b;font-size:.8rem;font-weight:700}.delivery-stock-tree{display:grid;grid-gap:1rem;gap:1rem}.delivery-stock-tree-section{display:grid;grid-gap:.8rem;gap:.8rem}.delivery-stock-tree-section-head{gap:.75rem;color:#475569;font-size:.86rem;font-weight:700}.delivery-stock-tree-node,.delivery-stock-tree-section-head{display:flex;justify-content:space-between;align-items:center}.delivery-stock-tree-node{gap:1rem;width:100%;padding:.9rem 1rem;border:1px solid #dbe3f0;border-radius:16px;background:#fff;color:#0f172a;text-align:left}.delivery-stock-tree-node div{display:grid;grid-gap:.3rem;gap:.3rem}.delivery-stock-tree-node strong{color:#0f172a}.delivery-stock-tree-node span{color:#64748b;font-size:.86rem}.delivery-stock-tree-node.is-selected{border-color:rgba(29,78,216,.2);background:rgba(239,246,255,.95);box-shadow:0 12px 24px rgba(29,78,216,.08)}.delivery-stock-tree-package{display:grid;grid-gap:.65rem;gap:.65rem}.delivery-stock-tree-package-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;align-items:flex-start}.delivery-stock-tree-children{display:grid;grid-gap:.5rem;gap:.5rem;padding-left:1rem}.delivery-stock-tree-child{justify-content:flex-start;width:100%;padding:.7rem .85rem;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#334155;text-align:left}.delivery-stock-cart-empty,.delivery-stock-empty{display:grid;grid-gap:.45rem;gap:.45rem;padding:1rem 1.1rem;border:1px dashed #cbd5e1;border-radius:16px;background:rgba(248,250,252,.9)}.delivery-stock-cart-empty strong,.delivery-stock-empty strong{color:#0f172a}.delivery-stock-cart-empty p,.delivery-stock-empty p{margin:0}.delivery-stock-cart-item,.delivery-stock-cart-list{display:grid;grid-gap:.9rem;gap:.9rem}.delivery-stock-cart-item{padding:1rem 1.1rem;border:1px solid #dde5f0;border-radius:18px;background:rgba(248,250,252,.95)}.delivery-stock-cart-copy{display:grid;grid-gap:.35rem;gap:.35rem}.delivery-stock-cart-copy strong{color:#0f172a}.delivery-stock-cart-copy p{margin:0}.delivery-stock-cart-controls{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.delivery-stock-cart-quantity{display:inline-grid;grid-template-columns:auto minmax(72px,92px) auto;gap:.5rem;align-items:center}.delivery-stock-cart-quantity input{width:100%;text-align:center}.delivery-stock-cart-summary{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding-top:.75rem;border-top:1px solid #e2e8f0}.delivery-stock-cart-summary strong{color:#0f172a}.delivery-stock-cart-summary p{margin:.35rem 0 0}.inventory-management-actions{display:flex;gap:.75rem;align-items:center}.delivery-stock-tree-child-group{display:grid;grid-gap:.5rem;gap:.5rem}.delivery-stock-tree-child-caption{color:#64748b;font-size:.78rem;font-weight:700}.delivery-stock-tree-child{display:grid;grid-gap:.2rem;gap:.2rem}.delivery-stock-tree-child strong{color:#0f172a}.delivery-stock-tree-child span{color:#64748b;font-size:.82rem}.delivery-stock-tree-child.is-selected{border-color:rgba(29,78,216,.25);background:rgba(239,246,255,.95)}.delivery-stock-node-note{color:#1d4ed8;font-size:.8rem;font-weight:600}.delivery-stock-chip.packaged-component{border-color:rgba(29,78,216,.18);background:rgba(239,246,255,.95)}.relay-device-groups{display:grid;grid-gap:1rem;gap:1rem}.relay-device-group{display:grid;grid-gap:.85rem;gap:.85rem;padding:1rem 1.1rem;border:1px solid #dde5f0;border-radius:20px;background:linear-gradient(180deg,rgba(248,250,252,.96),hsla(0,0%,100%,.98))}.relay-device-group-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.relay-device-group-head h4{margin:0;color:#0f172a}.relay-device-group-head p{margin:.3rem 0 0}.relay-device-card-grid{display:grid;grid-gap:.75rem;gap:.75rem}.relay-device-card-grid-rope{grid-template-columns:1fr}.relay-device-card-grid-heart_rate_band{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.relay-device-card-grid-touch_led{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.relay-device-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.85rem;gap:.85rem;align-items:center;padding:.95rem 1rem;border:1px solid #dbe3f0;border-radius:18px;background:#fff}.relay-device-card.is-selectable{cursor:pointer}.relay-device-card.is-selectable input{margin:0}.relay-device-card.is-selected{border-color:rgba(29,78,216,.22);background:rgba(239,246,255,.96);box-shadow:0 10px 24px rgba(29,78,216,.08)}.relay-device-card-rope{border-left:4px solid #0f766e}.relay-device-card-heart_rate_band{border-left:4px solid #b45309}.relay-device-card-touch_led{border-left:4px solid #7c3aed}.relay-device-order{display:inline-flex;min-width:2.2rem;height:2.2rem;align-items:center;justify-content:center;border-radius:999px;background:#e2e8f0;color:#0f172a;font-size:.88rem;font-weight:800}.relay-device-copy{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0}.relay-device-copy p,.relay-device-copy strong{margin:0}.relay-device-copy strong{color:#0f172a;overflow-wrap:anywhere}.relay-device-copy p{overflow-wrap:anywhere}.relay-device-kind{color:#64748b;font-size:.78rem;font-weight:700;letter-spacing:.02em}.relay-device-actions{display:flex;justify-content:flex-end}.inventory-conversion-tabs{display:inline-flex;gap:.75rem;align-items:center}.inventory-conversion-tab{min-width:140px;padding:.85rem 1.1rem;border:1px solid #dbe3f0;border-radius:999px;background:hsla(0,0%,100%,.94);color:#475569;font-weight:700}.inventory-conversion-tab.is-active{border-color:rgba(29,78,216,.24);background:rgba(239,246,255,.95);color:#1d4ed8;box-shadow:0 12px 24px rgba(29,78,216,.1)}.inventory-conversion-layout{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);grid-gap:1.5rem;gap:1.5rem;align-items:flex-start}.inventory-conversion-panel{display:grid;grid-gap:1rem;gap:1rem}.inventory-conversion-panel-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.inventory-conversion-panel-head h3{margin:0}.inventory-conversion-panel-head p{margin:.35rem 0 0}.inventory-conversion-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.inventory-conversion-summary-card{display:grid;grid-gap:.3rem;gap:.3rem;padding:.9rem 1rem;border:1px solid #dbe3f0;border-radius:16px;background:rgba(248,250,252,.95)}.inventory-conversion-summary-card strong{color:#0f172a;font-size:1.05rem}.inventory-conversion-bom{display:grid;grid-gap:.85rem;gap:.85rem}.inventory-conversion-stack{display:grid;grid-gap:1rem;gap:1rem}.inventory-conversion-field{display:grid;grid-gap:.45rem;gap:.45rem}.inventory-conversion-field span{color:#475569;font-size:.82rem;font-weight:700}.inventory-conversion-field.compact{max-width:360px}.inventory-conversion-select-list{display:grid;grid-gap:.65rem;gap:.65rem}.inventory-conversion-select-list.compact{max-height:320px;overflow:auto;padding-right:.2rem}.inventory-conversion-select-item{display:grid;grid-gap:.25rem;gap:.25rem;width:100%;padding:.9rem 1rem;border:1px solid #dbe3f0;border-radius:16px;background:#fff;color:#0f172a;text-align:left}.inventory-conversion-select-item strong{color:#0f172a}.inventory-conversion-select-item span{color:#64748b;font-size:.84rem}.inventory-conversion-select-item.is-selected{border-color:rgba(29,78,216,.24);background:rgba(239,246,255,.95);box-shadow:0 12px 24px rgba(29,78,216,.08)}.inventory-conversion-component-card{display:grid;grid-gap:.85rem;gap:.85rem;padding:1rem 1.05rem;border:1px solid #dde5f0;border-radius:18px;background:rgba(248,250,252,.95)}.inventory-conversion-component-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.inventory-conversion-component-head p{margin:.35rem 0 0}.inventory-conversion-result-preview{display:grid;grid-gap:.35rem;gap:.35rem;padding:.95rem 1rem;border:1px dashed #cbd5e1;border-radius:16px;background:rgba(248,250,252,.85)}.inventory-conversion-result-preview strong{color:#0f172a}.inventory-conversion-result-preview p{margin:0}.inventory-conversion-actions{display:flex;justify-content:flex-end;gap:.75rem}.order-detail-page,.order-list-page{max-width:1240px}.order-list-copy h2{margin:0;color:#0f172a;font-size:2rem;line-height:1.1}.order-list-copy p{margin:.5rem 0 0}.order-list-card{border:1px solid #dfe7f1;border-radius:16px;background:hsla(0,0%,100%,.96);box-shadow:0 14px 28px rgba(15,23,42,.05);overflow:hidden}.order-list-tabs{display:flex;flex-wrap:wrap;align-items:stretch;border-bottom:1px solid #e2e8f0;background:hsla(0,0%,100%,.98)}.order-list-tab{border:0;border-bottom:2px solid transparent;border-radius:0;padding:1rem 1.45rem 1.1rem;background:transparent;color:#64748b;font-size:.86rem;font-weight:700}.order-list-link:hover,.order-list-tab:hover{transform:none}.order-list-tab.active{border-bottom-color:#1e3fae;color:#1e3fae}.order-list-table-wrap{margin-top:0}.order-list-table{min-width:980px}.order-list-table th{padding:1rem 1.25rem;background:#f8fafc;color:#64748b;font-size:.83rem;font-weight:700}.order-list-table td{padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;color:#475569;font-size:.92rem}.order-list-empty-row{text-align:center;color:#94a3b8;font-weight:600}.order-list-row{cursor:pointer}.order-list-row:hover td{background:rgba(248,250,252,.74)}.order-list-row:focus{outline:2px solid rgba(30,63,174,.22);outline-offset:-2px}.order-list-link{border:0;padding:0;background:transparent;color:#1e3fae;font-weight:700}.order-list-status-cell{text-align:center}.order-list-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:66px;border-radius:999px;padding:.2rem .62rem;font-size:.75rem;font-weight:700}.order-list-status-pill.pending{background:#fef3c7;color:#b45309}.order-list-status-pill.accepted,.order-list-status-pill.in_progress{background:#dbeafe;color:#1d4ed8}.order-list-status-pill.completed{background:#d1fae5;color:#047857}.order-list-status-pill.cancelled{background:#f1f5f9;color:#64748b}.order-list-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;border-top:1px solid #e2e8f0}.order-list-footer p{margin:0}.order-breadcrumbs{display:flex;flex-wrap:wrap;gap:.42rem;align-items:center;color:#94a3b8;font-size:.83rem;font-weight:600}.order-breadcrumbs span:last-child{color:#1d4ed8}.order-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.order-title-block h2{margin:0;color:#0f172a;font-size:2rem;line-height:1.1}.order-meta-line{margin-top:.85rem;display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;color:#64748b;font-size:.95rem;font-weight:700}.order-number-line strong{color:#475569}.order-hero-actions{justify-content:flex-end}.order-print-button{min-width:126px;background:linear-gradient(135deg,#2847bd,#1d4ed8)}.order-inline-status{margin-top:-.5rem}.order-detail-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.72fr);align-items:start}.order-detail-grid,.order-main-stack,.order-side-stack{display:grid;grid-gap:1rem;gap:1rem}.order-card{border:1px solid #dde5f0;border-radius:18px;background:hsla(0,0%,100%,.95);box-shadow:0 14px 28px rgba(15,23,42,.05);overflow:hidden}.order-card-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.2rem;border-bottom:1px solid #e6edf6}.order-card-header h3,.order-payment-card h3{margin:0;color:#0f172a;font-size:1.08rem}.order-card-body{padding:1.2rem}.order-customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.15rem 1.4rem;gap:1.15rem 1.4rem}.order-field{display:grid;grid-gap:.35rem;gap:.35rem}.order-field-wide{grid-column:1/-1}.order-field-label{color:#94a3b8;font-size:.8rem;font-weight:700}.order-field-text,.order-field-value{margin:0;color:#0f172a;font-weight:700;line-height:1.6}.order-field-text{font-weight:600}.order-address-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.order-table-wrap{margin-top:0}.order-items-table{min-width:100%}.order-items-table th{padding:1rem 1.2rem;background:#f8fafc;color:#94a3b8;font-size:.78rem;font-weight:700}.order-items-table td{padding:.95rem 1.2rem;border-bottom:1px solid #eef2f7}.order-item-cell{display:flex;gap:.85rem;align-items:center;min-width:240px}.order-item-thumb{width:44px;height:44px;border-radius:12px;background:linear-gradient(140deg,var(--thumb-a,#d6dff3),var(--thumb-b,#9fb0d9));display:grid;place-items:center;color:hsla(0,0%,100%,.88);font-size:.75rem;font-weight:800;letter-spacing:.08em}.order-item-thumb.has-image{overflow:hidden;background:#e2e8f0}.order-item-thumb.has-image img{width:100%;height:100%;object-fit:cover}.order-item-copy{display:grid;grid-gap:.2rem;gap:.2rem}.order-item-copy strong{color:#1e293b}.order-item-subline{color:#64748b;font-size:.8rem;line-height:1.5}.order-status-card .order-card-body{padding-bottom:1.3rem}.order-status-form{display:grid;grid-gap:.9rem;gap:.9rem}.order-input-label{gap:.45rem;color:#64748b;font-size:.82rem;font-weight:700}.order-input-label select,.order-input-label textarea{border-radius:12px;border:1px solid #dbe3f0;background:#fff}.order-input-label textarea{resize:vertical;min-height:116px}.order-save-button{min-height:46px;background:linear-gradient(135deg,#2847bd,#1d4ed8)}.order-payment-card{border-radius:18px;background:linear-gradient(180deg,#2748c6,#2640b1);color:#fff;box-shadow:0 18px 36px rgba(37,76,191,.22);overflow:hidden}.order-payment-card .order-card-header{border-bottom-color:hsla(0,0%,100%,.12)}.order-payment-card h3{color:#fff}.order-payment-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.35rem 0;color:hsla(0,0%,100%,.82)}.order-payment-row strong{color:#fff}.order-payment-row.discount{color:#fbbf24}.order-payment-total{margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.18);display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;color:hsla(0,0%,100%,.94)}.order-payment-total strong{color:#fff;font-size:2.1rem;line-height:1}.order-payment-meta{margin:1rem 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem;padding:.85rem .9rem;border-radius:14px;background:hsla(0,0%,100%,.1)}.order-payment-meta div{display:grid;grid-gap:.28rem;gap:.28rem}.order-payment-meta dt{color:hsla(0,0%,100%,.62);font-size:.75rem;font-weight:700}.order-payment-meta dd{margin:0;color:#fff;font-size:.88rem;font-weight:700}.order-history-list{display:grid;grid-gap:.9rem;gap:.9rem}.order-history-item{position:relative;display:grid;grid-template-columns:24px 1fr;grid-gap:.8rem;gap:.8rem}.order-history-item:not(:last-child):after{content:"";position:absolute;left:11px;top:28px;bottom:-10px;width:1px;background:#e2e8f0}.order-history-dot{width:24px;height:24px;border-radius:999px;background:#e2e8f0;box-shadow:inset 0 0 0 5px #fff;border:1px solid transparent}.order-history-dot.complete{background:rgba(37,99,235,.18);border-color:rgba(37,99,235,.24)}.order-history-dot.progress{background:rgba(59,130,246,.14);border-color:rgba(59,130,246,.24)}.order-history-dot.neutral{background:rgba(148,163,184,.18);border-color:rgba(148,163,184,.24)}.order-history-copy{display:grid;grid-gap:.55rem;gap:.55rem}.order-history-status{color:#1e293b;font-size:.95rem}.order-history-meta{display:grid;grid-gap:.18rem;gap:.18rem}.order-history-meta-label{color:#94a3b8;font-size:.72rem;font-weight:700}.order-history-copy p{margin:0}.order-history-note{color:#334155;font-size:.88rem;font-weight:600;line-height:1.55}.order-history-time{color:#475569;font-size:.8rem;font-weight:600}.order-comments-card-body{display:grid;grid-gap:1rem;gap:1rem}.order-comment-form{display:grid;grid-gap:.8rem;gap:.8rem}.order-comment-form textarea{width:100%;resize:vertical;min-height:120px;border:1px solid #dbe3f0;border-radius:14px;background:#fff;padding:.9rem 1rem;color:#1e293b;font:inherit}.order-comment-form textarea:focus,.order-price-edit input:focus{outline:none;border-color:rgba(30,63,174,.45);box-shadow:0 0 0 4px rgba(30,63,174,.12)}.order-comment-actions{display:flex;justify-content:flex-end}.order-comment-list{display:grid;grid-gap:.75rem;gap:.75rem}.order-comment-item{display:grid;grid-gap:.55rem;gap:.55rem;padding:.95rem 1rem;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.order-comment-item p{margin:0;color:#334155;line-height:1.6}.order-comment-meta{display:flex;justify-content:space-between;align-items:center;gap:.75rem;color:#64748b;font-size:.82rem}.order-comment-meta strong{color:#1e293b}.order-price-edit{display:grid;grid-gap:.45rem;gap:.45rem}.order-price-edit input{width:100%;min-height:42px;border:1px solid #dbe3f0;border-radius:12px;background:#fff;padding:.7rem .85rem;color:#0f172a;font:inherit}.order-price-static{display:grid;grid-gap:.3rem;gap:.3rem}.order-price-static strong{color:#0f172a}.order-price-original{color:#94a3b8;font-size:.78rem;font-weight:700;text-decoration:line-through}.order-sheet-button{width:100%;margin-top:1.2rem;justify-content:center}.order-empty-state{display:grid;grid-gap:.85rem;gap:.85rem}.order-empty-state h2,.order-empty-state p{margin:0}.bulk-sheet-page{min-height:100vh;padding:1.2rem;gap:1rem}.bulk-sheet-toolbar{border:1px solid #dde5f0;border-radius:18px;background:hsla(0,0%,100%,.96);padding:1.2rem 1.35rem;box-shadow:0 14px 28px rgba(15,23,42,.05);display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.bulk-sheet-meta{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.bulk-sheet-chip{border:1px solid #dbe3f0;border-radius:999px;padding:.42rem .8rem;background:#f8fafc;color:#475569;font-size:.8rem;font-weight:700}.bulk-sheet-chip,.bulk-sheet-link{display:inline-flex;align-items:center}.bulk-sheet-link{justify-content:center;min-height:38px}.bulk-sheet-frame{border:1px solid #dde5f0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 36px rgba(15,23,42,.06)}.bulk-sheet-container{width:100%;height:calc(100vh - 180px);min-height:700px}.receipt-sheet-page{position:relative;display:grid;width:100%;height:100dvh;min-height:100vh;background:radial-gradient(circle at 0 0,rgba(29,78,216,.12),transparent 28%),linear-gradient(180deg,#f8fbff,#edf3fb);overflow:hidden}.receipt-sheet-frame{width:100%;height:100%;min-height:0;background:hsla(0,0%,100%,.88);box-shadow:0 20px 44px rgba(15,23,42,.08);overflow:hidden}.receipt-sheet-status-stack{position:absolute;top:20px;right:20px;z-index:40;display:flex;flex-direction:column;gap:8px;width:min(420px,calc(100vw - 32px));pointer-events:none}.receipt-sheet-status{margin:0;padding:12px 14px;border:1px solid rgba(196,198,208,.36);border-radius:14px;background:hsla(0,0%,100%,.94);box-shadow:0 10px 28px rgba(13,28,46,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--accent-2);font-weight:700;line-height:1.45;pointer-events:none}.receipt-sheet-container{width:100%;height:100%}.receipt-sheet-frame [data-u-comp=workbench-layout]{height:100%}.receipt-sheet-frame .receipt-sheet-univer-header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px 14px;border-bottom:1px solid rgba(196,198,208,.24);background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(248,251,255,.92)),radial-gradient(circle at top left,rgba(29,78,216,.14),transparent 38%)}.receipt-sheet-frame .receipt-sheet-univer-header__copy{display:flex;min-width:0;flex-direction:column;gap:4px}.receipt-sheet-frame .receipt-sheet-univer-header__eyebrow{color:#1d4ed8;font-size:11px;font-weight:800;letter-spacing:.18em}.receipt-sheet-frame .receipt-sheet-univer-header__title{color:#0d1c2e;font-size:20px;font-weight:800;line-height:1.2}.receipt-sheet-frame .receipt-sheet-univer-header__note,.receipt-sheet-frame .receipt-sheet-univer-header__summary{color:#5f6b7f;font-size:13px;line-height:1.45}.receipt-sheet-frame .receipt-sheet-univer-header__actions{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.receipt-sheet-frame .receipt-sheet-univer-header__button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:0 18px;font-size:14px;font-weight:700;line-height:1;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.receipt-sheet-frame .receipt-sheet-univer-header__button:disabled{opacity:.58;cursor:not-allowed;transform:none}.receipt-sheet-frame .receipt-sheet-univer-header__button--secondary{background:hsla(0,0%,100%,.88);border-color:rgba(196,198,208,.42);color:#435a7a;box-shadow:none}.receipt-sheet-frame .receipt-sheet-univer-header__button--secondary:not(:disabled):hover{background:#f8fbff;color:#1d4ed8}.receipt-sheet-frame .receipt-sheet-univer-header__button--primary{background:linear-gradient(135deg,#1d4ed8,#1e40af);color:#fff;box-shadow:0 12px 24px rgba(29,78,216,.2)}.receipt-sheet-frame .receipt-sheet-univer-header__button--primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(29,78,216,.24)}.delivery-sheet-frame{position:relative}.delivery-sheet-table-wrap{min-height:0;overflow:auto;padding:0 0 40px}.delivery-sheet-table{width:100%;min-width:920px;border-collapse:collapse;table-layout:fixed;background:hsla(0,0%,100%,.84)}.delivery-sheet-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:14px 16px;border-bottom:1px solid rgba(196,198,208,.3);background:rgba(245,248,252,.98);color:#435a7a;font-size:12px;font-weight:800;letter-spacing:.04em;text-align:left}.delivery-sheet-table td{padding:0;border-bottom:1px solid rgba(226,232,240,.72);background:hsla(0,0%,100%,.92)}.delivery-sheet-table td:first-child{padding:0 16px;background:rgba(248,250,252,.96)}.delivery-sheet-table input{width:100%;border:0;border-radius:0;padding:16px;background:transparent;font-size:14px;color:#0d1c2e}.delivery-sheet-table input:focus{outline:2px solid rgba(29,78,216,.2);outline-offset:-2px;background:rgba(239,246,255,.7)}.delivery-sku-search-panel{position:absolute;top:176px;right:24px;z-index:12;width:min(420px,calc(100vw - 48px));max-height:calc(100dvh - 160px);display:grid;grid-template-rows:auto auto minmax(0,1fr);grid-gap:12px;gap:12px;padding:18px;border:1px solid rgba(196,198,208,.34);border-radius:20px;background:hsla(0,0%,100%,.96);box-shadow:0 24px 48px rgba(15,23,42,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.delivery-sku-search-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.delivery-sku-search-panel__header p{margin:4px 0 0}.delivery-sku-search-panel__input{width:100%}.delivery-sku-search-panel__results{min-height:0;overflow:auto;display:grid;grid-gap:10px;gap:10px}.delivery-search-group{display:grid;grid-gap:8px;gap:8px}.delivery-search-group__title{color:#435a7a;font-size:12px;font-weight:800;letter-spacing:.06em}.delivery-sku-search-option{display:grid;grid-gap:4px;gap:4px;width:100%;border:1px solid rgba(196,198,208,.34);border-radius:16px;padding:14px 16px;background:#fff;text-align:left;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.delivery-sku-search-option strong{color:#12346b;font-size:14px}.delivery-sku-search-option span{color:#5f6b7f;font-size:13px;line-height:1.4}.delivery-sku-search-option:hover{transform:translateY(-1px);border-color:rgba(29,78,216,.28);box-shadow:0 14px 28px rgba(29,78,216,.08)}.delivery-sku-search-option.active{border-color:rgba(29,78,216,.48);background:rgba(239,246,255,.92);box-shadow:0 14px 28px rgba(29,78,216,.12)}.receipt-package-search-results{max-height:320px}.delivery-institution-dialog{width:min(760px,96vw);max-height:min(82vh,920px);display:grid;grid-gap:16px;gap:16px;overflow:hidden;padding:1.2rem}.delivery-institution-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.delivery-institution-dialog__header p{margin:4px 0 0}.delivery-package-serial-warning-dialog{width:min(640px,92vw);max-height:min(78vh,760px);display:grid;grid-gap:16px;gap:16px;overflow:hidden;padding:1.2rem}.delivery-package-serial-warning-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.delivery-package-serial-warning-dialog__header p{margin:4px 0 0}.delivery-package-serial-warning-dialog__list{margin:0;padding-left:20px;overflow:auto;color:#0d1c2e;line-height:1.6}.delivery-package-serial-warning-dialog__actions{display:flex;justify-content:flex-end}.delivery-institution-dialog__search{display:grid;grid-gap:6px;gap:6px}.delivery-institution-dialog__search span{color:#4e5f79;font-size:12px;font-weight:700}.delivery-institution-dialog__results{min-height:280px;overflow:auto;display:grid;grid-gap:10px;gap:10px}.delivery-institution-dialog__option{display:grid;grid-gap:8px;gap:8px;width:100%;border:1px solid rgba(196,198,208,.34);border-radius:16px;padding:14px 16px;background:hsla(0,0%,100%,.96);text-align:left;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.delivery-institution-dialog__option:hover{transform:translateY(-1px);border-color:rgba(29,78,216,.28);box-shadow:0 14px 28px rgba(29,78,216,.08)}.delivery-institution-dialog__option.is-selected{border-color:rgba(37,99,235,.34);box-shadow:0 0 0 1px rgba(37,99,235,.12)}.delivery-institution-dialog__option-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.delivery-institution-dialog__option-head strong{display:block;color:#12346b;font-size:15px;line-height:1.35}.delivery-institution-dialog__option-head span{color:#5f6b7f;font-size:13px}.delivery-institution-dialog__meta{display:flex;flex-wrap:wrap;gap:10px 14px;color:#5f6b7f;font-size:13px;line-height:1.45}.delivery-institution-dialog__empty{margin:0;padding:32px 18px;border:1px dashed rgba(196,198,208,.42);border-radius:16px;background:rgba(248,250,252,.82);color:#5f6b7f;text-align:center}.clickable-row{cursor:pointer}.clickable-row:hover td{background:rgba(239,246,255,.72)}@media (max-width:1100px){.app-shell{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:min(360px,calc(100vw - 24px));height:100vh;border-right:1px solid rgba(45,40,34,.1);border-bottom:none;box-shadow:0 24px 44px rgba(15,23,42,.18);transform:translateX(-104%);transition:transform .18s ease,box-shadow .18s ease}.app-shell.is-mobile-menu-open .sidebar{transform:translateX(0)}.sidebar-backdrop{display:block;position:fixed;inset:0;border:0;padding:0;background:rgba(15,23,42,.34);opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:30}.sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.sidebar-resizer,.sidebar-width-toggle{display:none}.content-area{height:100%;padding:calc(env(safe-area-inset-top, 0px) + 4.4rem) 1rem 1rem}.app-shell.is-mobile-menu-open .content-area{overflow:hidden}.mobile-corner-toggle{position:fixed;top:calc(env(safe-area-inset-top, 0px) + .9rem);left:1rem;z-index:60;display:inline-flex;align-items:center;justify-content:center;min-width:3rem;min-height:3rem;padding:.75rem .9rem;border:1px solid rgba(15,118,110,.16);border-radius:14px;background:hsla(0,0%,100%,.88);color:var(--text);box-shadow:0 12px 24px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-corner-toggle:hover{background:hsla(0,0%,100%,.96)}.connection-inline,.delivery-content-grid,.delivery-detail-meta-grid,.delivery-item-grid,.delivery-item-summary-grid,.delivery-stock-layout,.delivery-summary-grid,.inventory-filter-form,.inventory-stats-grid,.order-detail-grid,.product-form-overview,.product-form-price-grid,.product-option-group-grid,.product-variant-grid{grid-template-columns:1fr}.product-form-hero{align-items:stretch}.delivery-item-summary-head,.delivery-page-header,.delivery-stock-cart-controls,.delivery-stock-cart-summary,.delivery-stock-panel-head,.order-hero,.product-form-hero{flex-direction:column}.order-list-footer,.receipt-create-footer,.receipt-create-header{flex-direction:column;align-items:stretch}.receipt-create-footer-actions{justify-content:flex-start}.receipt-sheet-status-stack{top:16px;right:16px;left:16px;width:auto}.receipt-sheet-frame .receipt-sheet-univer-header{flex-direction:column;align-items:stretch;padding:16px}.receipt-sheet-frame .receipt-sheet-univer-header__actions{width:100%}.receipt-sheet-frame .receipt-sheet-univer-header__button{flex:1 1}.delivery-sku-search-panel{top:228px;right:16px;left:16px;width:auto}.delivery-stock-tree-package-head,.inventory-conversion-layout,.inventory-conversion-summary{grid-template-columns:1fr}}@media (max-width:860px){.relay-device-group-head{flex-direction:column}.relay-device-card{grid-template-columns:auto minmax(0,1fr)}.relay-device-actions{grid-column:1/-1;justify-content:flex-start}.command-grid,.grid-form,.inline-filters,.product-form-basic-grid,.receipt-create-line-grid{grid-template-columns:1fr}.inventory-management-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.inventory-management-tab{width:100%}.topbar{flex-direction:column}.map-wrap{height:420px}.bulk-sheet-toolbar,.inventory-table-footer,.inventory-table-header{flex-direction:column;align-items:stretch}.delivery-stock-cart-quantity,.delivery-stock-search{width:100%}.bulk-sheet-meta,.inventory-pagination{justify-content:flex-start}.product-form-action-bar,.product-form-card,.product-form-hero{padding-left:1rem;padding-right:1rem}.product-form-action-inner,.product-form-button,.product-form-hero-actions{width:100%}.product-form-action-inner,.product-form-hero-actions,.product-option-group-header,.product-options-toolbar,.product-options-toolbar-actions,.product-variant-card-header,.product-variants-header{flex-direction:column;align-items:stretch}.product-option-value-row{grid-template-columns:1fr}.product-option-group-footer,.product-option-row-action{min-height:0;justify-content:flex-start}.order-customer-grid,.order-payment-meta{grid-template-columns:1fr}.order-list-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.order-list-tab{text-align:left}.order-address-row{flex-direction:column}.order-comment-actions,.order-comment-meta{align-items:stretch;flex-direction:column}.bulk-sheet-container{height:calc(100vh - 240px);min-height:560px}}:root{color-scheme:light;--bg:#f5f7fb;--card:#fff;--text:#22304a;--muted:#5f6b7f;--accent:#1d4ed8;--danger:#dc2626;--line:#d8deea}*{box-sizing:border-box}body{margin:0;font-family:Pretendard,Noto Sans KR,sans-serif;color:var(--text);background:linear-gradient(180deg,#eff4ff 0,var(--bg) 65%)}main{min-height:100vh;display:grid;place-items:center}.card,main{padding:24px}.card{width:min(560px,100%);background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 40px rgba(17,36,79,.08)}h1{margin:0 0 8px;font-size:28px}p{margin:0}.muted{color:var(--muted)}.form{margin-top:20px;grid-gap:12px;gap:12px}.form,label{display:grid}label{grid-gap:6px;gap:6px;font-size:14px}input{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:16px}button{border:0;border-radius:10px;background:var(--accent);color:#fff;padding:11px 14px;font-size:15px;font-weight:700;cursor:pointer}button.secondary{background:#e7edf8;color:#22304a}.error{color:var(--danger);font-size:14px}.grid{display:grid;grid-gap:12px;gap:12px;margin-top:20px}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#f0f4fb;border-radius:8px;padding:8px 10px;border:1px solid var(--line);overflow-x:auto}.product-sale-status-card{display:grid;grid-gap:8px;gap:8px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#f8fbff}.product-sale-status-card.compact{gap:6px;padding:10px 12px}.product-sale-status-card strong{font-size:18px;color:#0f172a}.product-sale-status-card.compact strong{font-size:16px}.product-form-currency.compact{min-width:160px}.product-form-currency.compact input{padding:8px 10px}.goods-pricing-table td,.goods-pricing-table th{vertical-align:top}.goods-price-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.goods-price-status{margin-top:8px;font-size:13px}.linked-goods-empty{display:grid;grid-gap:12px;gap:12px;justify-items:start}.goods-inline-number{width:88px}