:root{--brand-green:#2c451e;--brand-pink:#ef5792;--brand-orange:#f48520;--brand-yellow:#dbdf55;--brand-soft-pink:#f5d7d7;--app-bg:#fff7fa;--surface:#fff;--surface-soft:#fffafb;--text:#4f5651;--text-muted:#8b918d;--text-heading:#2c451e;--border:#eee8eb;--border-light:#f4eef1;--border-strong:#e4dce0;--accent:#ef5792;--accent-hover:#e54a87;--accent-soft:#fff1f6;--accent-border:#f5c5d7;--success:#2c451e;--warning:#f48520;--danger:#e85b4a;--shadow-card:0 4px 18px #2c451e0b;--shadow-hover:0 6px 22px #2c451e12;--space-card:20px;--input-height:42px;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--heading:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--sans);color:var(--text);background:var(--app-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}html{background:var(--app-bg);min-height:100%}body{background:var(--app-bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}img{max-width:100%;display:block}#root{text-align:left;background:var(--app-bg);width:100%;min-height:100vh;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--heading);color:var(--text-heading);margin-top:0}h1{letter-spacing:-.8px;margin-bottom:0;font-size:34px;font-weight:650;line-height:1.15}h2{letter-spacing:-.25px;margin-bottom:0;font-size:20px;font-weight:650;line-height:1.3}h3{margin-bottom:0;font-size:15px;font-weight:600;line-height:1.35}p{margin:0}a{color:var(--brand-pink);text-decoration:none}a:hover{color:var(--brand-green)}.app-shell{background:var(--app-bg);min-height:100vh}.sidebar{z-index:100;background:var(--app-bg);flex-direction:column;align-items:center;width:84px;padding:28px 12px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{flex-shrink:0;justify-content:center;width:100%;display:flex}.brand-logo-square{object-fit:contain;width:55px;height:55px;display:block}.sidebar-nav{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.nav-item{width:46px;height:46px;color:var(--brand-green);cursor:pointer;background:0 0;border:0;border-radius:13px;justify-content:center;align-items:center;padding:0;transition:background-color .18s,color .18s,transform .15s;display:inline-flex;position:relative}.nav-item:hover{color:var(--brand-pink);background:#ef57921a}.nav-item.active,.nav-item.active:hover{color:var(--brand-pink);background:0 0}.nav-item:active{transform:scale(.95)}.nav-icon{stroke-width:1.8px;width:21px;height:21px}.nav-tooltip{background:var(--brand-green);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:500;border-radius:8px;padding:7px 11px;font-size:12px;font-weight:600;line-height:1;transition:opacity .15s,transform .15s;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%)translate(-5px)}.nav-item:hover .nav-tooltip{opacity:1;visibility:visible;transform:translateY(-50%)translate(0)}.nav-divider{background:#e8e1e4;width:22px;height:1px;margin:7px 0}.app-content{min-height:100vh;margin-left:84px;padding:34px 34px 48px}.page{width:100%;max-width:1220px;margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.page-header h1{color:var(--brand-green);letter-spacing:-.6px;margin:0 0 7px;font-size:30px;font-weight:650;line-height:1.15}.page-header p{color:var(--text-muted);margin:0;font-size:14px}.app-page-heading{min-width:0}.app-page-actions{flex:none;align-items:center;gap:10px;display:flex}.app-section-actions{flex:none;align-items:center;gap:10px;margin-top:15px;display:flex}.app-page-feedback{margin-bottom:18px}.app-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 24px;display:grid}.app-summary-card{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:104px;box-shadow:var(--shadow-card);border-radius:14px;flex-direction:column;justify-content:space-between;padding:16px 18px;display:flex}.app-summary-label,.app-summary-detail{color:var(--text-muted);font-size:12px}.app-summary-value{color:var(--brand-green);letter-spacing:-.4px;font-size:26px;font-weight:700;line-height:1.1}.app-summary-value-date{font-size:18px}.app-pricing-summary{border:1px solid var(--border);background:var(--border);border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:15px;margin-bottom:15px;display:grid;overflow:hidden}.app-pricing-summary>div{background:var(--surface-soft);flex-direction:column;gap:4px;min-width:0;padding:12px;display:flex}.app-pricing-summary span{color:var(--text-muted);font-size:11px}.app-pricing-summary strong{color:var(--brand-green);font-size:16px}.app-detail-card,.home-page .page-header{margin-bottom:24px}.home-section{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);border-radius:16px;padding:22px}.home-section-header{margin-bottom:16px}.home-section-header h2{color:var(--brand-green);margin:0 0 4px;font-size:17px}.home-section-header p{color:var(--text-muted);margin:0;font-size:12px}.home-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.home-action-card{border:1px solid var(--border);min-width:0;color:var(--brand-green);font:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:13px;padding:16px;transition:border-color .16s,background .16s,transform .16s;display:flex}.home-action-card:hover{border-color:var(--accent-border);background:var(--accent-soft);transform:translateY(-1px)}.home-action-card-primary{border-color:var(--accent-border);background:var(--accent-soft)}.home-action-icon{background:var(--surface-soft);width:38px;height:38px;color:var(--brand-pink);border-radius:10px;flex:0 0 38px;place-items:center;display:grid}.home-action-icon svg{width:19px;height:19px}.home-action-content{gap:3px;min-width:0;display:grid}.home-action-content strong{font-size:13px}.home-action-content span{color:var(--text-muted);font-size:12px;line-height:1.4}@media (width<=650px){.home-action-grid{grid-template-columns:1fr}}.table-subtext{color:var(--text-muted);margin-top:3px;font-size:12px;font-weight:400;display:block}.app-modal-backdrop{z-index:20;background:#151f1d6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.app-modal{background:#fff;border-radius:14px;width:min(100%,440px);padding:24px;box-shadow:0 18px 45px #151f1d3d}.app-modal h2{color:var(--brand-green);margin:0 0 8px;font-size:20px}.app-modal p{color:var(--text-muted);margin:0 0 20px;line-height:1.55}.app-button-danger{background:#c84b52;border-color:#c84b52}.app-button-danger:hover{background:#a83a40;border-color:#a83a40}.primary-button,.secondary-button,.close-button,.table-action-button{cursor:pointer;font-family:inherit;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s,transform .14s}.primary-button{border:1px solid var(--brand-pink);background:var(--brand-pink);color:#fff;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:9px 16px;font-size:13px;font-weight:650;display:inline-flex}.primary-button:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px);box-shadow:0 5px 14px #ef579229}.primary-button:active{transform:translateY(0)}.secondary-button{border:1px solid var(--border-strong);min-height:40px;color:var(--brand-green);background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:9px 16px;font-size:13px;font-weight:650;display:inline-flex}.secondary-button:hover{border-color:var(--brand-pink);color:var(--brand-pink);background:var(--accent-soft)}.close-button{border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);background:#fff;border-radius:50%;flex:0 0 32px;justify-content:center;align-items:center;padding:0;font-size:19px;line-height:1;display:inline-flex}.close-button:hover{border-color:var(--brand-pink);color:var(--brand-pink);background:var(--accent-soft)}.form-card,.content-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);padding:var(--space-card);border-radius:16px}.form-card{margin-bottom:24px}.content-card{overflow:hidden}.form-card-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.form-card-header h2,.section-header h2{color:var(--brand-green);margin:0 0 4px}.form-card-header p,.section-header p{color:var(--text-muted);margin:0;font-size:12px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;display:grid}.product-main-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.form-field{flex-direction:column;gap:7px;min-width:0;display:flex}.form-field-wide{grid-column:1/-1}.form-field label{color:var(--brand-green);font-size:12px;font-weight:650}.form-field input,.form-field select,.form-field textarea{box-sizing:border-box;border:1px solid var(--border-strong);width:100%;height:42px;color:var(--brand-green);background:#fff;border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .18s,box-shadow .18s}.form-field textarea{resize:vertical;min-height:88px}.form-field input::placeholder,.form-field textarea::placeholder{color:#aaa3a8}.field-help{color:var(--text-muted);font-size:11px;line-height:1.4}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--brand-pink);box-shadow:0 0 0 3px #ef57921a}.calculated-field{box-sizing:border-box;border:1px solid var(--border);background:var(--surface-soft);min-height:42px;color:var(--brand-green);border-radius:10px;align-items:center;gap:3px;padding:10px 12px;font-size:13px;font-weight:650;display:flex}.calculated-field span{color:var(--text-muted);font-weight:400}.form-actions{justify-content:flex-end;align-items:center;gap:10px;margin-top:24px;display:flex}.section-header{border-bottom:1px solid var(--border);padding:20px 0}.table-wrapper{border:1px solid var(--border);background:#fff;border-radius:12px;width:auto;margin:12px;overflow-x:auto}.data-table tbody td{color:var(--brand-green);vertical-align:middle;white-space:nowrap;background:#fff;border:0;border-bottom:1px solid #f1edef;padding:8px 14px;font-size:12px}.data-table tbody td:first-child,.data-table td strong{color:var(--brand-green);font-weight:600}.data-table th:last-child,.data-table td:last-child{text-align:right}.data-table .table-actions{white-space:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.data-table .table-action-button{border:1px solid var(--border);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:15px;line-height:1;display:inline-flex}.data-table .table-action-button:hover{transform:translateY(-1px)}.data-table .table-action-button.edit{color:var(--brand-pink);border-color:var(--accent-border)}.data-table .table-action-button.edit:hover{background:var(--accent-soft);border-color:var(--brand-pink)}.data-table .table-action-button.view{color:var(--brand-pink);border-color:var(--accent-border)}.data-table .table-action-button.view:hover{background:var(--accent-soft);border-color:var(--brand-pink);color:var(--brand-pink)}.data-table .table-action-button.danger{color:#9a858c;border-color:#eadfe2}.data-table .table-action-button.danger:hover{color:#d05b70;background:#fff4f5;border-color:#efc9d0}.data-table .table-action-button.activate{color:var(--brand-green);border-color:#dfe8da}.data-table .table-action-button.activate:hover{background:#f4f8f1;border-color:#cbdac3}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:11px;font-weight:600;display:inline-flex}.status-badge.active{color:var(--brand-green);background:#f5f8f2;border:1px solid #e2eadc}.status-badge.inactive{color:#8a8287;background:#f7f5f6;border:1px solid #ebe7e9}.message{border:1px solid var(--brand-soft-pink);color:var(--brand-green);background:#fffafb;border-radius:10px;margin:0 0 18px;padding:10px 14px;font-size:13px}.empty-state{text-align:center;padding:64px 24px}.empty-state h3{color:var(--brand-green);margin:0 0 6px}.empty-state p{max-width:400px;color:var(--text);margin:0 auto 18px}.page-loading{text-align:center;color:var(--text-muted);padding:40px}.unit-cost-unit{color:var(--text-muted);font-size:11px}.text-button{color:var(--brand-pink);background:0 0;border:0;border-radius:7px;padding:5px 8px;font-size:12px;font-weight:600}.product-editor-header{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-radius:12px 12px 0 0;margin:-1px -1px 20px;position:sticky;top:0}.product-editor-actions{flex:none;align-items:center;gap:9px;display:flex}.editor-form-header{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-radius:12px 12px 0 0;margin:-1px -1px 20px;position:sticky;top:0}.editor-form-actions{flex:none;align-items:center;gap:9px;display:flex}.table-toolbar{justify-content:space-between;align-items:center;gap:20px;padding:0 0 18px;display:flex}.table-toolbar h2{margin:0}.table-toolbar p{color:var(--text-muted);margin:5px 0 0;font-size:12px}.table-search{width:280px;max-width:100%}.table-search label{color:var(--brand-green);margin-bottom:6px;font-size:11px;font-weight:650;display:block}.table-search input{border:1px solid var(--border-strong);width:100%;min-height:38px;color:var(--brand-green);background:#fff;border-radius:9px;outline:none;padding:8px 11px;font-family:inherit;font-size:13px}.table-search input::placeholder{color:#aaa3a8}.table-search input:focus{border-color:var(--brand-pink);box-shadow:0 0 0 3px #ef579214}.standard-table-area{padding:0}.standard-table-scroll{overscroll-behavior-x:contain;background:#fff;border-radius:12px;width:100%;min-width:0;max-width:100%;max-height:none;margin:0;position:relative;overflow:auto visible}.standard-data-table{border-collapse:separate;border-spacing:0;text-align:left;width:max-content;min-width:100%}.standard-data-table thead th{color:var(--brand-pink);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border:0;border-bottom:1px solid #eee9ec;padding:18px 14px;font-size:10px;font-weight:700;position:static}.standard-data-table tbody td{color:var(--brand-green);vertical-align:middle;white-space:nowrap;background:#fff;border:0;border-bottom:1px solid #f1edef;padding:8px 14px;font-size:12px;line-height:1.45}.standard-data-table tbody tr:last-child td{border-bottom:0}.standard-data-table tbody tr:hover td{background:#fffafd}.table-record-link{color:var(--brand-green);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.table-record-link:hover,.table-record-link:focus-visible{color:var(--brand-pink);outline:0;text-decoration:underline}.table-inline-input{box-sizing:border-box;border:1px solid var(--border-strong);width:100%;min-width:90px;height:34px;min-height:34px;color:var(--brand-green);background:#fff;border-radius:7px;outline:none;padding:7px 9px;font-family:inherit;font-size:12px}.table-inline-input:focus{border-color:var(--brand-pink);box-shadow:0 0 0 2px #ef579214}.table-number-input{min-width:78px}.table-editing-row td,.standard-data-table tbody tr:hover.table-editing-row td{background:#fff8fb}.table-actions{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.standard-data-table .table-action-button{border:1px solid var(--border);width:31px;height:31px;color:var(--brand-green);cursor:pointer;background:#fff;border-radius:7px;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:14px;line-height:1;display:inline-flex}.standard-data-table .table-action-button:hover{transform:translateY(-1px)}.standard-data-table .table-action-button.edit,.standard-data-table .table-action-button.view{color:var(--brand-pink);border-color:var(--accent-border)}.standard-data-table .table-action-button.edit:hover,.standard-data-table .table-action-button.view:hover{background:var(--accent-soft);border-color:var(--brand-pink);color:var(--brand-pink)}.standard-data-table .table-action-button.danger{color:#9a858c;border-color:#eadfe2}.standard-data-table .table-action-button.danger:hover{color:#d05b70;background:#fff4f5;border-color:#efc9d0}.standard-data-table .table-action-button.activate{color:var(--brand-green);border-color:#dfe8da}.standard-data-table .table-action-button.activate:hover{color:var(--brand-green);background:#f4f8f1;border-color:#cbdac3}.standard-data-table .table-action-button.save:hover{border-color:var(--brand-green);color:var(--brand-green)}.standard-data-table .table-action-button.cancel:hover{color:#666;border-color:#999}.standard-data-table .table-action-button:disabled{opacity:.42;cursor:not-allowed}.standard-data-table .unit-cost-unit{color:var(--text-muted);margin-left:3px;font-size:11px}.standard-data-table tfoot th,.standard-data-table tfoot td{padding-top:14px;padding-left:14px}.table-pagination{justify-content:space-between;align-items:center;gap:16px;margin:18px 0 0;padding-top:0;display:flex}.table-pagination-info{color:var(--text-muted);font-size:12px}.table-pagination-controls{align-items:center;gap:5px;display:flex}.pagination-button{border:1px solid var(--border);min-width:32px;min-height:32px;color:var(--brand-green);cursor:pointer;background:#fff;border-radius:7px;padding:0 9px;font-family:inherit;font-size:12px}.pagination-button:hover:not(:disabled){border-color:var(--brand-pink);background:var(--accent-soft);color:var(--brand-pink)}.pagination-button.active{border-color:var(--brand-pink);background:var(--accent-soft);color:var(--brand-pink);font-weight:700}.pagination-button:disabled{opacity:.45;cursor:not-allowed}.empty-state.compact{padding:44px 24px}.standard-dropdown{z-index:20;width:100%;min-width:0;position:relative}.standard-dropdown-input{box-sizing:border-box;width:100%;min-width:0;padding-right:38px}.standard-dropdown-chevron{color:#71767f;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.standard-dropdown-menu{box-sizing:border-box;border:1px solid var(--border);z-index:99999;background:#fff;border-radius:10px;width:100%;max-height:220px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 6px 18px #00000014}.standard-dropdown-option{box-sizing:border-box;width:100%;min-height:36px;color:var(--brand-green);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:12px;display:flex}.standard-dropdown-option:hover,.standard-dropdown-option.selected{background:var(--accent-soft)}.standard-dropdown-option-content{min-width:0}.standard-dropdown-option-meta{color:var(--text-muted);font-weight:400}.standard-dropdown-option-check{color:var(--brand-pink);flex:none;margin-left:10px;font-weight:700}.standard-dropdown-empty{color:var(--text-muted);padding:10px;font-size:12px}.standard-data-table td{overflow:visible}@media (width<=900px){.sidebar{width:72px}.app-content{margin-left:72px;padding:28px 24px 40px}.brand-logo-square{width:46px;height:46px}}@media (width<=700px){.sidebar{width:64px;padding:20px 8px}.app-content{margin-left:64px;padding:22px 14px 32px}.brand-logo-square,.nav-item{width:40px;height:40px}.nav-icon{width:19px;height:19px}.page-header{flex-direction:column;gap:16px}.page-header .primary-button,.app-page-actions,.app-page-actions .primary-button{width:100%}.product-editor-header,.editor-form-header{border:0;border-bottom:1px solid var(--border);background:0 0;border-radius:0;flex-direction:column;align-items:stretch;margin:0 0 20px;padding:0 0 18px;position:static}.product-editor-actions,.editor-form-actions{width:100%}.product-editor-actions button,.editor-form-actions button{flex:1 1 0}.app-section-actions{flex-direction:column;align-items:stretch;width:100%}.app-section-actions .table-search,.app-section-actions .secondary-button{width:100%}.app-summary-grid,.app-pricing-summary,.form-grid{grid-template-columns:1fr}.form-field-wide{grid-column:auto}.table-wrapper{margin:8px}.data-table{min-width:760px}.table-toolbar{flex-direction:column;align-items:stretch;padding:0 0 18px}.table-search{width:100%}.standard-table-scroll{max-height:none;margin:0;overflow:auto visible}.standard-data-table{min-width:920px}.table-pagination{flex-direction:column;align-items:flex-start;margin:18px 0 0}.table-pagination-controls{flex-wrap:wrap}}.standard-data-table th:last-child,.standard-data-table td:last-child{z-index:auto;box-shadow:none;position:static;right:auto}.icon-tooltip{position:relative}.icon-tooltip:after{content:attr(data-tooltip);background:var(--brand-green);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;z-index:50;border-radius:6px;padding:5px 8px;font-size:11px;font-weight:600;line-height:1.2;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px)}.icon-tooltip:hover:after,.icon-tooltip:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.form-actions-group{align-items:center;gap:10px;display:flex}.component-items-table{min-width:1500px}.component-items-table thead th{z-index:auto;box-shadow:none;position:static;top:auto}.component-items-table{backface-visibility:hidden;min-width:1500px;transform:translateZ(0)}.component-items-table input,.component-items-table select{box-sizing:border-box;border:1px solid var(--border-strong);width:100%;min-width:90px;height:34px;min-height:34px;color:var(--brand-green);background:#fff;border-radius:7px;outline:none;padding:7px 9px;font-family:inherit;font-size:12px;line-height:1.2}.component-items-table input:focus,.component-items-table select:focus{border-color:var(--brand-pink);box-shadow:0 0 0 2px #ef579214}.component-items-table .table-input-with-suffix{align-items:center;gap:4px;display:flex}.component-items-table .table-input-with-suffix input{min-width:70px}.component-items-table .table-input-with-suffix span{color:var(--text-muted);font-size:12px}.component-items-table input[type=number]{width:70px;min-width:70px}.component-items-table tfoot tr{border-top:14px solid #0000}.component-details-section{margin-bottom:4px}.component-cost-history{margin-top:28px}.component-cost-history .section-header{margin-bottom:10px}.component-cost-history-table td:nth-child(5) strong{color:var(--brand-pink)}.product-table-status{vertical-align:middle;margin-left:8px}.component-details-section .form-section-header p{color:var(--text-muted);margin:4px 0 0;font-size:12px}.section-header-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.section-header-row>div{min-width:0}.section-header-row .secondary-button{flex:none;margin-top:0}@media (width<=700px){.section-header-row{flex-direction:column;align-items:stretch;gap:12px}.section-header-row .secondary-button{align-self:flex-start}}.settings-layout{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:20px;display:grid}.settings-sidebar{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);border-radius:14px;padding:16px 10px;position:sticky;top:24px}.settings-sidebar-title{color:var(--brand-green);text-transform:uppercase;letter-spacing:.06em;padding:2px 10px 10px;font-size:11px;font-weight:700}.settings-nav{flex-direction:column;gap:4px;display:flex}.settings-nav-item{width:100%;min-height:38px;color:var(--brand-green);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 10px;font-family:inherit;font-size:13px;font-weight:600;transition:background-color .16s,color .16s}.settings-nav-item:hover{background:var(--accent-soft);color:var(--brand-pink)}.settings-nav-item.active{background:var(--accent-soft);color:var(--brand-pink);font-weight:700}.settings-content{min-width:0}.settings-content>.content-card{margin-bottom:0}@media (width<=700px){.settings-layout{grid-template-columns:1fr;gap:14px}.settings-sidebar{padding:10px;position:static}.settings-nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}.settings-group{border-bottom:1px solid var(--border);padding:20px 0}.settings-group:last-child{border-bottom:0;padding-bottom:0}.settings-group-header{margin-bottom:16px}.settings-group-header h3{color:var(--brand-green);margin:0 0 4px}.settings-group-header p{color:var(--text-muted);margin:0;font-size:12px}.defaults-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.default-setting-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:20px}.default-setting-header{margin-bottom:18px}.default-setting-header h3{color:var(--brand-green);margin:0 0 5px}.default-setting-header p{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}@media (width<=700px){.defaults-grid{grid-template-columns:1fr}}.promo-code-form{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;margin:18px 0;padding:16px}.promo-code-form .form-grid{grid-template-columns:1fr 1fr 1fr}.promo-code-form .form-actions{justify-content:flex-start;margin-top:16px}@media (width<=1000px){.product-main-fields,.defaults-grid,.promo-code-form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.defaults-grid,.promo-code-form .form-grid{grid-template-columns:1fr}}.content-card:has(.defaults-grid) .section-header{border-bottom:0}.orders-page .page-header{align-items:center;margin-bottom:22px}.orders-page .page-header h1{margin-bottom:5px}.orders-page .page-header p{color:var(--text-muted);margin:0;font-size:12px}.orders-page .page-header .primary-button{flex-shrink:0}.orders-page>.form-message{margin-bottom:18px}.orders-page .form-message{border:1px solid var(--border);background:var(--surface-soft);color:var(--brand-green);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;font-size:13px;display:flex}.orders-page .form-message.error{color:#9c4050;background:#fff4f5;border-color:#efc9d0}.order-editor-card .form-section,.order-editor-card .order-summary-section{margin-top:22px}.order-editor-card .form-section:first-child{border-top:0;margin-top:0;padding-top:0}.order-finish-grid{grid-template-columns:minmax(0,1fr) minmax(290px,400px);align-items:start;gap:28px;margin-top:22px;padding-top:22px;display:grid}.order-finish-grid .order-summary-section,.order-finish-grid .order-notes-section{margin:0}.order-finish-grid .order-notes-section{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;padding:16px}.form-section-header,.order-summary-section-header{margin-bottom:14px}.form-section-header h3,.order-summary-section-header h3{color:var(--brand-green);margin:0;font-size:15px}.order-customer-field{grid-column:span 2}.order-status-field{grid-column:5}.order-address-field{grid-column:span 2}.payment-status-indicator{box-sizing:border-box;border:1px solid var(--border);background:var(--surface-soft);min-height:42px;color:var(--text-muted);border-radius:9px;align-items:center;padding:8px 11px;font-size:13px;font-weight:650;display:flex}.payment-status-indicator.partially-paid{color:#8c6921;background:#fffbed;border-color:#ead9a8}.payment-status-indicator.paid{color:#2f7a48;background:#f3fbf5;border-color:#b9dcc5}.payment-status-indicator.compact{white-space:nowrap;border-radius:999px;min-height:28px;padding:4px 8px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.payment-status-indicator.compact:not(.paid):not(.partially-paid){color:#62716a;background:#f7f9f8;border-color:#dce2df}.sales-transactions-card{margin-bottom:18px}.sales-transactions-card .standard-data-table td:last-child{white-space:nowrap}.sales-transactions-card .standard-data-table td:last-child .table-action-button+.table-action-button{margin-left:6px}.sales-transaction-controls{flex-wrap:wrap;gap:8px;display:flex}.sales-transaction-controls select{border:1px solid var(--border);min-height:34px;color:var(--brand-green);font:inherit;background:#fff;border-radius:8px;padding:6px 8px;font-size:12px}.sales-payment-input{width:88px;min-width:88px}.sales-method-input{width:116px;min-width:116px}.table-payment-preview{min-width:92px;color:var(--brand-green);gap:2px;font-weight:700;display:grid}.table-payment-preview small{color:var(--text-muted);font-size:10px;font-weight:500}.profit-value{color:#2f7a48;white-space:nowrap;font-weight:700}.profit-value.loss{color:#b64a4a}.sales-order-preview-row td{background:var(--surface-soft);padding:0!important}.sales-order-preview{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:15px 18px}.sales-order-preview-heading{justify-content:space-between;gap:18px;margin-bottom:11px;display:flex}.sales-order-preview-heading span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.sales-order-preview-heading strong{color:var(--brand-green);font-size:13px}.sales-order-preview-heading>div:last-child{text-align:right}.sales-order-preview-items{border-top:1px solid var(--border);gap:0;display:grid}.sales-order-preview-item{border-bottom:1px solid var(--border);color:var(--text-muted);grid-template-columns:minmax(180px,1fr) 76px 110px 100px;align-items:center;gap:12px;padding:9px 0;font-size:12px;display:grid}.sales-order-preview-item>div strong,.sales-order-preview-item>div span{display:block}.sales-order-preview-item>div strong,.sales-order-preview-item>strong{color:var(--brand-green)}.sales-order-preview-item>div span{color:var(--text-muted);margin-top:3px;font-size:11px}.sales-order-preview-item>strong{text-align:right}.sales-order-preview-note{color:var(--text-muted);margin:11px 0 0;font-size:12px}.sales-order-preview-note b{color:var(--brand-green)}.order-summary{border:1px solid var(--border);background:#fff;border-radius:10px;width:min(100%,420px);margin-left:auto;padding:0;overflow:hidden}.order-summary-row,.order-summary-discount-row,.order-summary-total{border-bottom:1px solid var(--border);min-height:44px;color:var(--text-muted);justify-content:space-between;align-items:center;gap:16px;padding:9px 13px;font-size:13px;display:flex}.order-summary-row strong,.order-summary-discount-row strong,.order-summary-total strong{color:var(--brand-green)}.order-summary-discount-input{background:var(--surface-soft);color:var(--brand-green);border-bottom:0;grid-template-columns:1fr minmax(88px,140px);align-items:center;gap:12px;padding:11px 13px;font-size:12px;font-weight:650;display:grid}.order-summary-discount-input input,.order-summary-discount-input select{box-sizing:border-box;border:1px solid var(--border-strong);width:100%;height:36px;color:var(--brand-green);font:inherit;background:#fff;border-radius:8px;padding:7px 9px}.order-discount-helper{border-bottom:1px solid var(--border);background:var(--surface-soft);color:var(--text-muted);margin:0;padding:0 13px 11px;font-size:11px;line-height:1.45}.order-summary-total{color:var(--brand-green);background:#fff8fb;margin-top:0;padding-top:9px;font-weight:700}.order-summary-total strong{color:var(--brand-pink);font-size:18px}.order-summary-balance{min-height:44px;color:var(--brand-green);background:#f6faf7;justify-content:space-between;align-items:center;gap:16px;margin-top:0;padding:9px 13px;font-size:13px;font-weight:700;display:flex}.order-summary-balance strong{color:var(--brand-pink);font-size:16px}.order-list-filter-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin:0 -18px 16px;padding:0 18px 14px;display:flex;position:relative}.order-list-tools{align-items:center;gap:7px;margin-left:auto;display:flex}.order-list-search{width:min(270px,28vw)}.order-tool-button{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#fff;border-radius:10px;place-items:center;padding:0;display:inline-grid}.order-tool-button:hover,.order-tool-button.active{border-color:var(--accent-border);background:var(--accent-soft);color:var(--brand-pink)}.order-filter-popover,.order-sort-popover{z-index:6;border:1px solid var(--border);background:#fff;border-radius:10px;align-items:end;gap:10px;padding:12px;display:flex;position:absolute;top:calc(100% - 8px);right:18px;box-shadow:0 10px 24px #1f352b1f}.order-filter-popover{background:var(--surface-soft);min-width:306px;padding:14px 16px}.order-filter-popover label{min-width:132px}.order-sort-popover{align-items:center}.order-sort-popover>span{color:var(--text-muted);font-size:11px;font-weight:700}.order-sort-popover select{border:1px solid var(--border);height:36px;color:var(--brand-green);font:inherit;background:#fff;border-radius:8px;padding:7px 30px 7px 9px;font-size:13px}:is(.order-list-filter-row:has(.order-filter-popover),.order-list-filter-row:has(.order-sort-popover)){margin-bottom:92px}.order-filter-tabs{flex-wrap:wrap;gap:7px;margin:0;display:flex}.order-filter-tabs button{min-height:32px;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:6px 11px;font-size:12px}.order-filter-tabs button:hover,.order-filter-tabs button.active{border-color:var(--accent-border);background:var(--accent-soft);color:var(--brand-pink)}.order-advanced-filters,.report-filter-fields{flex-wrap:wrap;align-items:end;gap:10px;margin:0 0 18px;display:flex}.order-list-filter-row .order-advanced-filters{margin:0}.order-advanced-filters label,.report-filter-fields label{min-width:132px;color:var(--text-muted);gap:5px;font-size:11px;font-weight:650;display:grid}.order-advanced-filters select,.order-advanced-filters input,.report-filter-fields input,.report-filter-fields select{box-sizing:border-box;border:1px solid var(--border);height:36px;color:var(--brand-green);font:inherit;background:#fff;border-radius:8px;padding:7px 9px;font-size:13px}.report-filter-input{box-sizing:border-box;border:1px solid var(--border);min-width:170px;height:36px;color:var(--brand-green);font:inherit;background:#fff;border-radius:8px;padding:7px 9px;font-size:13px}.settings-search-input{box-sizing:border-box;border:1px solid var(--border-strong);width:100%;height:42px;color:var(--brand-green);font:inherit;background:#fff;border-radius:10px;outline:none;padding:10px 12px;font-size:13px}.settings-search-input:focus{border-color:var(--brand-pink);box-shadow:0 0 0 3px #ef57921a}.text-filter-button{min-height:36px;color:var(--brand-pink);font:inherit;cursor:pointer;background:0 0;border:0;padding:7px 10px;font-size:12px;font-weight:650}.text-filter-button:hover{text-decoration:underline}.report-filter-card{margin-bottom:18px}.report-filter-fields{margin:0}.sales-filter-fields{grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;gap:12px;display:grid}.sales-filter-fields label{min-width:0;color:var(--text-muted);gap:6px;font-size:12px;font-weight:700;display:grid}.sales-filter-fields label>input,.sales-filter-fields label>select{width:100%;min-height:38px}.sales-filter-fields>label:first-child,.sales-filter-fields>label:nth-child(2){grid-column:span 3}.sales-filter-fields>label:nth-child(3),.sales-filter-fields>label:nth-child(4),.sales-filter-fields>label:nth-child(5){grid-column:span 2}.sales-filter-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;align-items:center;gap:7px;padding-top:2px;display:flex}.sales-filter-actions:before{content:"Ready when you are";color:var(--text-muted);margin-right:auto;font-size:12px;font-weight:500}.sales-filter-actions button{white-space:nowrap}.sales-orders-filters{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-soft);grid-template-columns:minmax(190px,1.35fr) minmax(175px,1.1fr) minmax(130px,.8fr) repeat(2,minmax(130px,.8fr));align-items:end;gap:10px;margin:0 -18px 16px;padding:14px 18px;display:grid}.sales-orders-filters label{min-width:0;color:var(--text-muted);gap:5px;font-size:11px;font-weight:700;display:grid}.sales-orders-filters label>input,.sales-orders-filters label>select{box-sizing:border-box;width:100%;height:36px}.sales-orders-filters .sales-filter-actions{border:0;grid-column:1/-1;justify-content:flex-end;padding:0;display:flex}.sales-orders-filters .sales-filter-actions:before{display:none}.sales-order-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin:0 -18px 16px;padding:0 18px 14px;display:flex;position:relative}.sales-status-tabs{flex-wrap:wrap;gap:7px;display:flex}.sales-status-tabs button{min-height:32px;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;padding:6px 11px;font-size:12px}.sales-status-tabs button:hover,.sales-status-tabs button.active{border-color:var(--accent-border);background:var(--accent-soft);color:var(--brand-pink)}.sales-list-tools{align-items:center;gap:7px;margin-left:auto;display:flex}.sales-list-search{width:min(270px,28vw)}.sales-tool-button{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#fff;border-radius:10px;place-items:center;padding:0;display:inline-grid}.sales-tool-button:hover,.sales-tool-button.active{border-color:var(--accent-border);background:var(--accent-soft);color:var(--brand-pink)}.sales-filter-popover,.sales-sort-popover{z-index:6;border:1px solid var(--border);background:#fff;border-radius:10px;align-items:end;gap:10px;padding:12px;display:flex;position:absolute;top:calc(100% - 8px);right:18px;box-shadow:0 10px 24px #1f352b1f}.sales-filter-popover{background:var(--surface-soft);grid-template-columns:repeat(2,minmax(150px,1fr));min-width:360px;padding:14px 16px;display:grid}.sales-filter-popover label:nth-child(2){order:-1;grid-column:1/-1}.sales-filter-popover label:nth-child(2)>select{height:36px}.sales-filter-popover label{min-width:132px;color:var(--text-muted);gap:5px;font-size:11px;font-weight:700;display:grid}.sales-filter-popover label>input{box-sizing:border-box;width:100%;height:36px}.sales-popover-actions{grid-column:1/-1;justify-content:flex-end;gap:7px;padding-top:2px;display:flex}.sales-sort-popover{align-items:center}.sales-sort-popover>span{color:var(--text-muted);font-size:11px;font-weight:700}.sales-sort-popover select{border:1px solid var(--border);height:36px;color:var(--brand-green);font:inherit;background:#fff;border-radius:8px;padding:7px 30px 7px 9px;font-size:13px}:is(.sales-order-controls:has(.sales-filter-popover),.sales-order-controls:has(.sales-sort-popover)){margin-bottom:96px}.sales-order-sort{color:var(--text-muted);white-space:nowrap;flex:none;align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.sales-order-sort select{box-sizing:border-box;border:1px solid var(--border);min-width:132px;height:36px;color:var(--brand-green);font:inherit;background:#fff;border-radius:8px;padding:7px 30px 7px 9px;font-size:13px}.customer-credit-card{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.customer-credit-card>div:first-child>span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700;display:block}.customer-credit-card strong{color:var(--brand-green);margin-top:4px;display:block}.customer-credit-card p{color:var(--text-muted);margin:5px 0 0;font-size:13px}.customer-credit-card p b{color:var(--brand-pink)}.customer-credit-actions{grid-template-columns:130px minmax(160px,220px) auto;gap:8px;display:grid}.customer-credit-actions input{min-width:0}.report-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.report-summary-grid article{border:1px solid var(--border);background:#fff;border-radius:12px;padding:15px;display:block}.report-summary-grid span,.report-summary-grid small{color:var(--text-muted);display:block}.report-summary-grid span{letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.report-summary-grid strong{color:var(--brand-green);margin:8px 0 5px;font-size:21px;line-height:1.05;display:block}.report-summary-grid small{font-size:12px}.sales-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sales-summary-card{min-height:102px;position:relative;overflow:hidden}.sales-summary-card:before{content:"";background:var(--brand-pink);opacity:.88;border-radius:99px;width:7px;height:30px;position:absolute;top:16px;left:15px}.sales-summary-card span,.sales-summary-card strong,.sales-summary-card small{margin-left:16px}.sales-summary-card:nth-child(2):before{background:#578bb9}.sales-summary-card:nth-child(3):before{background:#5b9970}.sales-summary-card:nth-child(4):before{background:#b87958}.sales-profit-strip{color:var(--text-muted);justify-content:flex-end;gap:22px;margin:-8px 0 18px;font-size:12px;display:flex}.sales-profit-strip div{align-items:center;gap:7px;display:inline-flex}.sales-profit-strip span{color:var(--text-muted)}.sales-profit-strip strong{color:var(--brand-green)}.report-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.report-card-heading{border-bottom:1px solid var(--border);padding-bottom:13px}.report-card-heading h2{color:var(--brand-green);margin:0;font-size:16px}.report-card-heading p{color:var(--text-muted);margin:4px 0 0;font-size:12px}.report-rank-list{gap:0;margin:4px 0 0;padding:0;list-style:none;display:grid}.report-rank-list li{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.report-rank-list li:last-child{border-bottom:0}.report-rank-list li div{min-width:0}.report-rank-list li strong,.report-rank-list li span{display:block}.report-rank-list li div strong{color:var(--brand-green);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.report-rank-list li span{color:var(--text-muted);margin-top:3px;font-size:11px}.report-rank-list>li>strong{color:var(--brand-pink);flex:none;font-size:13px}.order-status-dashboard{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.order-status-card{border:1px solid var(--border);min-height:82px;color:var(--brand-green);text-align:left;cursor:pointer;background:#fff;border-radius:12px;padding:16px 18px;font-family:inherit;transition:border-color .16s,background .16s,transform .16s}.order-status-card:hover{border-color:var(--brand-soft-pink);background:#fffafb;transform:translateY(-1px)}.order-status-card.active{border-color:var(--brand-pink);background:#fff8fb}.order-status-card-label{color:var(--text-muted);letter-spacing:.045em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:700;display:block}.order-status-card.active .order-status-card-label{color:var(--brand-pink)}.order-status-card-value{color:var(--brand-green);font-size:24px;font-weight:700;line-height:1;display:block}.orders-page .standard-data-table tbody td:last-child{white-space:nowrap;width:1%}.order-payment-cell span,.order-payment-cell small{display:block}.order-payment-cell small{color:var(--text-muted);margin-top:3px;font-size:11px}.orders-page .section-header-row{align-items:flex-start;width:100%}.order-information-inline{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:14px;display:grid}.order-information-layout{grid-template-columns:minmax(280px,.9fr) minmax(420px,1.3fr);gap:18px;display:grid}.order-information-group{border:1px solid var(--border);background:var(--surface-soft);border-radius:13px;min-width:0;padding:17px}.order-information-group-heading{margin-bottom:15px}.order-information-group-heading h4{color:var(--brand-green);margin:0;font-size:14px}.order-information-group-heading p{color:var(--text-muted);margin:4px 0 0;font-size:11px;line-height:1.4}.order-customer-information{grid-template-columns:repeat(2,minmax(0,1fr))}.order-customer-information .order-address-field{grid-column:1/-1}.order-payment-information .order-status-field{grid-column:auto}.order-quick-note-field{grid-column:1/-1}.order-information-inline .form-field{min-width:0}.order-information-inline .form-field label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.order-quick-note{color:var(--text-muted);margin-top:4px;font-size:11px;line-height:1.35}.order-editor-card .standard-data-table th:first-child,.order-editor-card .standard-data-table td:first-child{width:30%}.order-items-table{border-collapse:separate;border-spacing:0}.order-items-table thead th{background:var(--surface-soft)}.order-items-table tbody td{vertical-align:middle;padding-top:11px;padding-bottom:11px}.order-items-table tbody tr:not(:last-child) td{border-bottom-color:#eee9eb}.order-items-table td:nth-child(4),.order-items-table td:nth-child(6){color:var(--brand-green);white-space:nowrap}.order-items-table td:nth-child(6) strong{color:var(--brand-pink)}.order-items-table td:nth-child(3) .table-number-input{width:58px;min-width:58px}.order-details-input{min-width:140px}.order-details-cell{min-width:220px}.order-color-picker{gap:5px;margin-bottom:8px;display:grid}.order-color-picker>:last-child{min-width:0}.order-detail-label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:700}.order-color-swatch,.settings-color-swatch,.order-preview-color-swatch{background:0 0;border:1px solid #65605f;flex:none;display:inline-block}.order-color-swatch{border-radius:5px;width:18px;height:18px}.order-color-chips{flex-wrap:wrap;gap:4px;display:flex}.order-color-chip{border:1px solid var(--border);color:var(--brand-green);white-space:nowrap;background:#fff;border-radius:5px;align-items:center;gap:4px;padding:3px 5px;font-size:10px;display:inline-flex}.order-color-chip .order-color-swatch{border-radius:50%;width:10px;height:10px}.order-color-chip button{width:14px;height:14px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;padding:0;line-height:1}.settings-color-swatch{vertical-align:middle;border-radius:6px;width:24px;height:24px}.color-hex-input{cursor:pointer;width:64px;min-height:42px;padding:4px}.product-color-section{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;margin:22px 0;padding:18px}.product-color-section .section-header{margin-bottom:12px}.product-color-options{flex-wrap:wrap;gap:9px;display:flex}.product-color-option{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:8px;min-width:164px;padding:9px 11px;display:inline-flex}.product-color-option.selected{border-color:var(--brand-pink);box-shadow:0 0 0 1px var(--brand-pink)}.product-color-option input{width:auto;min-height:0;margin:0}.product-color-option strong,.product-color-option small{display:block}.product-color-option strong{color:var(--brand-green);font-size:12px}.product-color-option small{color:var(--text-muted);margin-top:1px;font-size:10px}.product-color-empty,.order-color-empty{color:var(--text-muted);margin:0;font-size:12px}.order-color-empty{white-space:nowrap}.product-price-history{border-top:1px solid var(--border);margin:20px 0;padding-top:18px}.product-price-history .section-header{margin-bottom:12px}.product-price-history-empty{color:var(--text-muted);margin:0;font-size:12px}.product-actual-price-field{gap:8px;display:flex}.product-actual-price-field input{min-width:0}.product-actual-price-field .secondary-button{white-space:nowrap;flex:none}.inline-editing-row td{background:#fffafc}.inline-editing-row .table-inline-input{width:100%;min-width:0}.inline-color-picker{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:6px;width:30px;height:30px;padding:2px}.backup-settings-content{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.backup-settings-content span,.backup-settings-content strong{display:block}.backup-settings-content span{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:700}.backup-settings-content strong{color:var(--brand-green);margin-top:5px;font-size:14px}.backup-settings-content p{color:var(--text-muted);margin:6px 0 0;font-size:12px}.backup-settings-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.backup-import-button{cursor:pointer;align-items:center;display:inline-flex}.backup-import-button input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.backup-reminder{background:#fffbed;border:1px solid #ead9a8;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:12px 14px;display:flex}.backup-reminder strong,.backup-reminder span{display:block}.backup-reminder strong{color:#7f6424;font-size:13px}.backup-reminder span{color:#8b7949;margin-top:3px;font-size:12px}@media (width<=600px){.backup-settings-content{flex-direction:column;align-items:flex-start}.backup-settings-actions{justify-content:flex-start}}.inline-discount-fields{gap:4px;min-width:110px;display:flex}.inline-discount-fields select{flex:0 0 40px;width:40px}.inline-discount-fields input{min-width:0}.settings-stock-toggle{justify-content:flex-end}.settings-stock-toggle>span:last-child{align-items:center;gap:7px;min-height:42px;display:flex}.settings-stock-toggle input{width:auto;min-height:0;margin:0}.stock-status-button{border:1px solid var(--border);font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.stock-status-button.in-stock{color:#247544;background:#effaf2;border-color:#9cceb0}.stock-status-button.out-of-stock{color:#9b3d52;background:#fff5f6;border-color:#e7c1c9}.material-reference-trigger{color:var(--brand-green);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.material-reference-trigger:hover{color:var(--brand-pink);text-decoration:underline}.material-quick-reference{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;margin:16px 0 0;padding:18px}.material-quick-reference-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.material-quick-reference-header span,.material-reference-stats span,.material-reference-notes span{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:700;display:block}.material-quick-reference-header h3{color:var(--brand-green);margin:4px 0 0;font-size:17px}.material-reference-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.material-reference-stats>div{border:1px solid var(--border);background:#fff;border-radius:9px;padding:11px}.material-reference-stats strong{color:var(--brand-green);margin-top:4px;font-size:13px;display:block}.material-reference-notes{gap:8px;margin-top:13px;display:grid}.material-reference-notes p{color:var(--text);margin:0;font-size:12px;line-height:1.45}.material-reference-notes span{margin-bottom:3px}.material-reference-footer{color:var(--text-muted);justify-content:space-between;align-items:center;gap:12px;margin-top:16px;font-size:12px;display:flex}.material-reference-footer>div{flex-wrap:wrap;gap:8px;display:flex}.component-quick-reference{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;margin:16px 0 0;padding:18px}.component-reference-inputs{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;margin-top:14px;display:grid}.component-reference-inputs>span,.component-reference-inputs p{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;grid-column:1/-1;margin:0;font-size:10px;font-weight:700}.component-reference-inputs>div{border:1px solid var(--border);background:#fff;border-radius:8px;padding:9px 10px}.component-reference-inputs strong,.component-reference-inputs small{display:block}.component-reference-inputs strong{color:var(--brand-green);font-size:12px}.component-reference-inputs small{color:var(--text-muted);margin-top:3px;font-size:10px}@media (width<=720px){.material-reference-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.material-reference-footer{flex-direction:column;align-items:flex-start}}.order-editor-card .table-input-with-suffix>select{flex:0 0 46px;width:46px;min-width:46px}.order-editor-workspace{grid-template-columns:minmax(0,1fr);align-items:start;gap:28px;display:grid}.order-editor-form{min-width:0}.order-add-product-float{z-index:20;border:1px solid var(--brand-pink);background:var(--brand-pink);color:#fff;min-height:42px;font:inherit;cursor:pointer;border-radius:10px;align-items:center;gap:7px;padding:0 15px;font-size:13px;font-weight:700;display:inline-flex;position:fixed;bottom:24px;right:28px;box-shadow:0 8px 20px #b142683d}.order-add-product-float:hover{background:#9d3659;border-color:#9d3659}.order-live-preview{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;min-width:0;padding:16px;position:sticky;top:24px}.order-live-preview-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.order-live-preview-toolbar h3{color:var(--brand-green);margin:0;font-size:14px}.order-live-preview-toolbar span{color:var(--text-muted);font-size:11px}.order-live-preview-toolbar>div{align-items:center;gap:8px;display:flex}.order-live-preview-toolbar .table-action-button{border:1px solid var(--accent-border);width:30px;height:30px;color:var(--brand-pink);cursor:pointer;background:#fff;border-radius:7px;justify-content:center;align-items:center;padding:0;display:inline-flex}.order-preview-sheet{box-sizing:border-box;background:#fff;border:1px solid #e8e1e4;border-radius:10px;width:100%;max-width:4in;margin:0 auto;padding:18px;box-shadow:0 4px 12px #2f4a340f}.order-preview-brand,.order-preview-item,.order-preview-totals>div,.order-preview-items-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.order-preview-brand{border-bottom:1px solid var(--border);padding-bottom:12px}.order-preview-logo{width:148px;max-width:100%;height:auto;display:block}.order-preview-brand div:last-child{text-align:right}.order-preview-brand strong,.order-preview-brand span,.order-preview-item strong,.order-preview-item span,.order-preview-meta strong,.order-preview-meta span,.order-preview-notes span{display:block}.order-preview-brand>div:first-child strong{color:var(--brand-pink);letter-spacing:.02em;font-size:15px}.order-preview-brand>div:last-child strong{color:var(--brand-green);font-size:12px}.order-preview-brand span,.order-preview-meta span,.order-preview-items-heading,.order-preview-notes span{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:700}.order-preview-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 0;display:grid}.order-preview-meta strong{color:var(--brand-green);margin-top:3px;font-size:11px;line-height:1.3}.order-preview-meta em{color:var(--text-muted);margin-top:2px;font-size:10px;font-style:normal;display:block}.order-preview-address{border-bottom:1px solid var(--border);margin:-2px 0 12px;padding:0 0 12px}.order-preview-address span{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:700}.order-preview-address p{color:var(--brand-green);white-space:pre-wrap;margin:3px 0 0;font-size:10px;line-height:1.35}.order-preview-items{border-top:1px solid var(--border);padding:12px 0}.order-preview-items-heading,.order-preview-item{grid-template-columns:minmax(0,1fr) 60px 68px;gap:8px;display:grid}.order-preview-items-heading{border-bottom:1px solid #f1edef;padding-bottom:7px}.order-preview-items-heading span:not(:first-child),.order-preview-item-discount,.order-preview-item>strong{text-align:right}.order-preview-item{border-bottom:1px solid #f5f1f3;padding:9px 0}.order-preview-item>div{min-width:0}.order-preview-item>div strong{color:var(--brand-green);font-size:11px;line-height:1.35}.order-preview-item>div span{color:var(--text-muted);margin-top:2px;font-size:10px}.order-preview-item>strong{color:var(--brand-green);flex:none;font-size:11px}.order-preview-item-discount{color:var(--text-muted);font-size:10px}.order-production-preview .order-preview-item-details{color:var(--text-muted);font-size:10px;line-height:1.35}.order-production-preview .order-preview-items-heading,.order-production-preview .order-preview-item{grid-template-columns:minmax(0,1fr) 34px}.order-production-preview .order-preview-items-heading span{text-align:left}.order-production-preview .order-preview-items-heading span:last-child{text-align:right}.order-preview-production-details{min-width:0}.order-preview-production-color{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:4px;font-size:10px;line-height:1.35;display:flex!important}.order-preview-production-color-entry{align-items:center;gap:3px;display:inline-flex!important}.order-preview-production-details .order-preview-item-details{margin-top:4px;display:block}.order-preview-color-swatch{border-radius:50%;width:10px;height:10px}.order-preview-empty{color:var(--text-muted);text-align:center;margin:13px 0 4px;font-size:11px}.order-preview-totals{padding-top:2px}.order-preview-totals>div{color:var(--text-muted);padding:5px 0;font-size:11px}.order-preview-totals strong{color:var(--brand-green)}.order-preview-grand-total{border-top:1px solid var(--border);margin-top:5px;font-weight:700;color:var(--brand-green)!important;padding-top:10px!important}.order-preview-grand-total strong{color:var(--brand-pink);font-size:15px}.order-preview-notes{border-top:1px solid var(--border);margin-top:14px;padding-top:12px}.order-preview-notes p{color:var(--text-muted);white-space:pre-wrap;margin:5px 0 0;font-size:10px;line-height:1.45}.order-preview-footer{color:var(--brand-green);text-align:center;margin:16px 0 0;font-size:10px;font-weight:650}.order-editor-card .order-items-table th:nth-child(5),.order-editor-card .order-items-table td:nth-child(5){width:118px;min-width:118px}.order-discount-input{align-items:center;gap:5px;display:flex}.order-discount-input .table-inline-input{width:66px;min-width:0}.order-yield-adjustment-trigger{min-height:30px;color:var(--brand-pink);cursor:pointer;background:#fff7fa;border:1px solid #e7c1cf;border-radius:7px;flex:none;justify-content:center;align-items:center;gap:4px;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.order-yield-adjustment-trigger:hover{border-color:var(--brand-pink);background:#fff0f5}.yield-adjustment-table-row td{background:#fffafb;padding:0!important}.yield-adjustment-inline{border-top:1px solid #efd9e2;border-bottom:1px solid #efd9e2;align-items:center;gap:13px;min-width:760px;padding:11px 14px;display:flex}.yield-adjustment-inline-title{min-width:136px;color:var(--brand-green);align-items:center;gap:6px;font-size:12px;display:inline-flex}.yield-adjustment-inline-title svg{color:var(--brand-pink)}.yield-adjustment-inline-field{gap:5px;min-width:76px;display:grid}.yield-adjustment-inline-field>span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-size:9px;font-weight:700}.yield-adjustment-inline-field em{letter-spacing:0;text-transform:none;font-style:normal;font-weight:500}.yield-adjustment-inline-field strong{color:var(--brand-green);white-space:nowrap;font-size:12px}.yield-adjustment-inline-field input{border:1px solid var(--border);width:74px;min-height:31px;font:inherit;background:#fff;border-radius:7px;padding:5px 7px;font-size:12px}.yield-adjustment-inline-price input{width:96px}.yield-adjustment-inline-discount strong{color:var(--brand-pink)}.yield-adjustment-inline-actions{align-items:flex-end;gap:6px;margin-left:auto;padding-top:15px;display:flex}.yield-adjustment-inline-actions .primary-button,.yield-adjustment-inline-clear,.yield-adjustment-inline-close{border-radius:7px;min-height:31px;padding:0 8px;font-size:11px}.yield-adjustment-inline-clear{border:1px solid var(--border);color:var(--text-muted);font:inherit;cursor:pointer;background:#fff;font-weight:650}.yield-adjustment-inline-close{border:1px solid var(--border);width:31px;color:var(--text-muted);cursor:pointer;background:#fff;justify-content:center;align-items:center;padding:0;display:inline-flex}.yield-adjustment-panel{background:#fff;border:1px solid #e7c1cf;border-radius:12px;max-width:760px;margin:16px 0 0 auto;padding:18px;box-shadow:0 8px 18px #7a3d520f}.yield-adjustment-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.yield-adjustment-title{align-items:center;gap:10px;min-width:0;display:flex}.yield-adjustment-icon{width:32px;height:32px;color:var(--brand-pink);background:#fff3f7;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.yield-adjustment-header h3{color:var(--brand-green);margin:0;font-size:15px}.yield-adjustment-header p{color:var(--text-muted);margin:4px 0 0;font-size:12px}.yield-adjustment-close{border:1px solid var(--border);min-height:30px;color:var(--text-muted);font:inherit;cursor:pointer;background:#fff;border-radius:7px;flex:none;justify-content:center;align-items:center;gap:5px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.yield-adjustment-close:hover{color:var(--brand-pink);background:#fff7fa;border-color:#d5a4b5}.yield-adjustment-workspace{grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr);gap:14px;margin-top:16px;display:grid}.yield-adjustment-inputs{border:1px solid var(--border);background:var(--surface-soft);border-radius:10px;padding:14px}.yield-adjustment-section-label{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:700;display:block}.yield-adjustment-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.yield-adjustment-fields .form-field{min-width:0}.yield-adjustment-readonly{border:1px solid var(--border);background:var(--surface-soft);min-height:42px;color:var(--brand-green);border-radius:9px;align-items:center;padding:8px 11px;font-size:13px;font-weight:700;display:flex}.yield-adjustment-calculation{color:var(--text-muted);margin-top:11px;font-size:11px}.yield-adjustment-result-card{background:#fffafb;border:1px solid #efd9e2;border-radius:10px;padding:14px}.yield-adjustment-result-card .form-field{margin-top:10px}.yield-adjustment-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.yield-adjustment-results>div{background:#fff;border:1px solid #efd9e2;border-radius:8px;padding:10px}.yield-adjustment-results span{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:700;display:block}.yield-adjustment-results strong{color:var(--brand-green);margin-top:4px;font-size:15px;display:block}.yield-adjustment-results>div:last-child strong{color:var(--brand-pink)}.yield-adjustment-actions{justify-content:flex-end;gap:8px;margin-top:15px;display:flex}.sales-print-sheet{display:none}.sales-print-preview{border:1px solid var(--border);color:#000;background:#fff;border-radius:10px;max-width:8in;margin:0 auto;padding:22px;display:block}.sales-print-preview *{color:#000!important}.sales-print-page .sales-print-preview{margin-top:8px}.sales-print-preview .sales-print-header,.sales-print-preview .sales-print-order-head,.sales-print-preview .sales-print-item-heading,.sales-print-preview .sales-print-item{grid-template-columns:minmax(0,1fr) 44px 62px 70px;gap:6px;display:grid}.sales-print-preview .sales-print-header{border-bottom:1px solid #000;grid-template-columns:minmax(0,1fr) auto;align-items:start;padding-bottom:9px}.sales-print-preview .sales-print-header img{width:142px;height:auto}.sales-print-preview .sales-print-header div{text-align:right;font-size:10px}.sales-print-preview .sales-print-header span,.sales-print-preview .sales-print-total span,.sales-print-preview .sales-print-item-heading span,.sales-print-preview .sales-print-filter-info span{letter-spacing:.05em;text-transform:uppercase;font-size:8px;font-weight:700;display:block}.sales-print-preview .sales-print-header strong{margin-top:3px;font-size:10px;display:block}.sales-print-preview .sales-print-total{border:1px solid #000;margin:10px 0;padding:9px}.sales-print-preview .sales-print-total strong{margin:2px 0;font-size:17px;display:block}.sales-print-preview .sales-print-total small{font-size:9px}.sales-print-preview .sales-print-filter-info{border-bottom:1px solid #000;grid-template-columns:1fr 1fr;gap:7px;margin:10px 0;padding-bottom:9px;display:grid}.sales-print-preview .sales-print-filter-info strong{margin-top:2px;font-size:10px;display:block}.sales-print-preview .sales-print-order{border-top:1px solid #000;padding:9px 0}.sales-print-preview .sales-print-order-head{grid-template-columns:minmax(0,1fr) 70px;align-items:start;margin-bottom:7px}.sales-print-preview .sales-print-order-head div strong,.sales-print-preview .sales-print-order-head div span,.sales-print-preview .sales-print-item div strong,.sales-print-preview .sales-print-item div span{display:block}.sales-print-preview .sales-print-order-head div span,.sales-print-preview .sales-print-item div span{margin-top:2px;font-size:9px}.sales-print-preview .sales-print-order-head>strong,.sales-print-preview .sales-print-item>strong,.sales-print-preview .sales-print-item>span,.sales-print-preview .sales-print-item-heading span:not(:first-child){text-align:right}.sales-print-preview .sales-print-item-heading{border-bottom:1px solid #000;padding:4px 0}.sales-print-preview .sales-print-item{border-bottom:1px solid #ddd;padding:5px 0}.report-print-button{margin-left:auto}@media (width<=1100px){.order-information-layout{grid-template-columns:1fr}.order-information-inline{grid-template-columns:repeat(3,minmax(0,1fr))}.order-status-field{grid-column:auto}.order-finish-grid{grid-template-columns:minmax(0,1fr) minmax(260px,340px)}.order-editor-workspace{grid-template-columns:1fr}.order-live-preview{position:static}}@media (width<=760px){.order-list-filter-row{justify-content:flex-start;gap:12px;margin:0 -14px 14px;padding:0 14px 12px}.order-list-filter-row .order-advanced-filters{border-left:0;margin-left:0;padding-left:0}.order-list-tools{width:100%;margin-left:0}.order-list-search{flex:1;width:auto}.order-filter-popover,.order-sort-popover{max-width:calc(100% - 28px);left:14px;right:auto}.order-status-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}.report-summary-grid,.report-content-grid{grid-template-columns:1fr}.sales-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-profit-strip{flex-wrap:wrap;justify-content:flex-start;margin-top:-6px}.sales-filter-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-filter-fields>label{grid-column:span 1!important}.sales-filter-fields>label:first-child,.sales-filter-fields>label:nth-child(2){grid-column:1/-1!important}.sales-filter-actions{justify-content:stretch}.sales-filter-actions:before{display:none}.sales-filter-actions button{flex:auto}.sales-orders-filters{grid-template-columns:repeat(2,minmax(0,1fr));margin:0 -14px 14px;padding:12px 14px}.sales-orders-filters label:first-child,.sales-orders-filters label:nth-child(2),.sales-orders-filters .sales-filter-actions{grid-column:1/-1}.sales-order-controls{justify-content:flex-start;margin:0 -14px 14px;padding:0 14px 12px}.sales-list-tools{width:100%;margin-left:0}.sales-list-search{flex:1;width:auto}.sales-filter-popover,.sales-sort-popover{flex-wrap:wrap;max-width:calc(100% - 28px);left:14px;right:auto}.sales-filter-popover{grid-template-columns:1fr;min-width:0;display:grid}.sales-filter-popover label:nth-child(2){grid-column:auto}.sales-order-preview-heading{flex-direction:column;align-items:flex-start;gap:8px}.sales-order-preview-heading>div:last-child{text-align:left}.sales-order-preview-item{grid-template-columns:minmax(0,1fr) auto}.sales-order-preview-item>span:nth-of-type(2){grid-column:1}.sales-order-preview-item>strong{grid-area:2/2}.customer-credit-card{flex-direction:column;align-items:stretch}}@media (width<=680px){.order-information-inline{grid-template-columns:repeat(2,minmax(0,1fr))}.order-customer-field,.order-address-field{grid-column:1/-1}.order-finish-grid{grid-template-columns:1fr;gap:22px}.order-summary{width:auto;margin-left:0}.yield-adjustment-fields,.yield-adjustment-results,.yield-adjustment-workspace{grid-template-columns:1fr}}@media (width<=480px){.order-information-inline{grid-template-columns:1fr}.order-summary{width:auto;margin-left:0}.order-summary-discount-input{grid-template-columns:1fr}.order-add-product-float{bottom:14px;right:14px}}.order-print-sheet{max-width:4in;margin:0 auto}.order-view-page .page-header{align-items:center}.order-view-page .text-button{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin:0 0 8px;padding:0;font-size:12px;display:inline-flex}.order-view-page .text-button:hover{color:var(--brand-pink)}.order-view-page .page-header-actions .secondary-button.is-selected{border-color:var(--brand-pink);background:var(--accent-soft);color:var(--brand-pink)}.order-view-page .order-print-sheet{box-sizing:border-box;width:min(100%,4.3in);padding:16px;overflow:visible}.order-print-sheet .order-preview-sheet{max-width:none;box-shadow:none;border:0;border-radius:0;padding:0}.order-print-sheet .order-preview-sheet,.order-print-sheet .order-preview-sheet *{color:#000!important}.order-background-print{display:none}.order-print-header,.order-print-bottom{justify-content:space-between;gap:18px;display:flex}.order-print-header{border-bottom:1px solid var(--border);padding-bottom:14px}.order-print-header h1,.order-print-header p,.order-print-title strong,.order-print-title span{margin:0;display:block}.order-print-header h1,.order-print-title strong{color:var(--brand-green)}.order-print-header h1{font-size:21px}.order-print-header p,.order-print-title span{color:var(--text-muted);letter-spacing:.08em;font-size:10px}.order-print-title{text-align:right}.order-print-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 0;display:grid}.order-print-info-grid span,.order-print-notes h2,.order-print-section h2{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 3px;font-size:10px;display:block}.order-print-info-grid strong{color:var(--brand-green);font-size:12px}.order-print-section{border-top:1px solid var(--border);padding:14px 0}.order-print-bottom{border-top:1px solid var(--border);align-items:flex-start;padding-top:14px}.order-print-notes{flex:1 1 0;min-width:0}.order-print-notes p{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}.order-print-summary{flex:0 0 150px;margin:0;padding:10px 12px}@media print{@page{size:4in auto;margin:.12in}body{background:#fff;width:4in;margin:0}body.printing-sales-list{width:auto}body *{visibility:hidden}.order-print-sheet,.order-print-sheet *,.sales-print-sheet,.sales-print-sheet *{visibility:visible}.order-live-preview{display:none!important}.order-print-sheet{width:100%;max-width:none;box-shadow:none;border:0;border-radius:0;margin:0;padding:0;position:absolute;top:0;left:0}.sales-print-sheet{box-sizing:border-box;border:1px solid var(--border);color:#000;background:#fff;border-radius:10px;width:100%;max-width:none;margin:0 auto;padding:22px;display:block}body.printing-sales-list .sales-print-sheet{position:static;left:auto}.sales-print-sheet *{color:#000!important}.sales-print-sheet .sales-print-order{break-inside:avoid}.order-background-print{display:block}.no-print{display:none!important}.order-print-sheet .standard-table-scroll{overflow:visible}.order-print-sheet .standard-data-table{width:100%;min-width:100%;font-size:10px}.order-print-sheet .standard-data-table th,.order-print-sheet .standard-data-table td{white-space:normal;padding:6px 4px}.order-print-sheet .standard-data-table th:nth-child(3),.order-print-sheet .standard-data-table td:nth-child(3),.order-print-sheet .standard-data-table th:nth-child(4),.order-print-sheet .standard-data-table td:nth-child(4){display:none}.order-print-sheet .order-preview-color-swatch{-webkit-print-color-adjust:exact;print-color-adjust:exact;color-adjust:exact}.order-print-bottom{gap:10px}.order-print-summary{flex-basis:132px}}.data-table{border-collapse:separate;border-spacing:0;text-align:left;width:max-content;min-width:100%}.data-table thead th{color:var(--brand-pink);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:#fff;border:0;border-bottom:1px solid #eee9ec;padding:18px 14px;font-size:10px;font-weight:700}.data-table tbody td{color:var(--brand-green);vertical-align:middle;white-space:nowrap;background:#fff;border:0;border-bottom:1px solid #f1edef;padding:8px 14px;font-size:12px;line-height:1.45}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover td{background:#fffafd}.data-table th:last-child,.data-table td:last-child{z-index:auto;box-shadow:none;position:static;right:auto}@media (width<=700px){.data-table{min-width:920px}}.products-dropdown-scroll{overflow-y:visible}
