:root{--dl-radius-sm: .5rem;--dl-radius-md: .85rem;--dl-radius-lg: 1.2rem;--dl-shadow: 0 8px 28px var(--dl-color-shadow);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--dl-color-text);background:var(--dl-color-canvas);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--dl-color-canvas)}button,input,textarea,select{font:inherit}button,a,input,textarea,select{outline-offset:3px}:focus-visible{outline:3px solid var(--dl-color-focus)}.dl-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.65rem 1rem;gap:.5rem;border:1px solid transparent;border-radius:var(--dl-radius-sm);font-weight:700;line-height:1.2;text-align:center;vertical-align:middle;cursor:pointer;transition:background .14s ease,border-color .14s ease,transform .14s ease}.dl-button>svg{display:block;flex:0 0 auto;width:1.05rem;height:1.05rem}.dl-button:hover:not(:disabled){transform:translateY(-1px)}.dl-button:disabled{cursor:not-allowed;opacity:.55}.dl-button--primary{color:var(--dl-color-primary-contrast);background:var(--dl-color-primary)}.dl-button--primary:hover:not(:disabled){background:var(--dl-color-primary-hover)}.dl-button--secondary{color:var(--dl-color-text);background:var(--dl-color-surface);border-color:var(--dl-color-border)}.dl-button--ghost{color:var(--dl-color-primary);background:transparent}.dl-button--danger{color:var(--dl-color-danger-contrast);background:var(--dl-color-danger)}.dl-tooltip{position:relative;display:inline-flex}.dl-tooltip:after{position:absolute;right:0;bottom:calc(100% + .45rem);z-index:30;width:max-content;max-width:14rem;padding:.35rem .5rem;color:var(--dl-color-surface);background:var(--dl-color-text);border-radius:var(--dl-radius-sm);content:none;font-size:.75rem;font-weight:650;line-height:1.25;opacity:0;pointer-events:none;transform:translateY(.2rem);transition:opacity .12s ease,transform .12s ease}.dl-tooltip:hover:after,.dl-tooltip:has(.dl-icon-button:focus-visible):after{content:attr(data-tooltip);opacity:1;transform:translateY(0)}.dl-tooltip.is-suppressed:after{content:none;opacity:0;transform:translateY(.2rem)}.dl-icon-button{display:inline-grid;width:2.35rem;height:2.35rem;padding:0;place-items:center;color:var(--dl-color-text-muted);background:transparent;border:1px solid transparent;border-radius:var(--dl-radius-sm);cursor:pointer;text-decoration:none}.dl-icon-button svg{display:block;width:1.1rem;height:1.1rem}.dl-icon-button:hover:not(:disabled){color:var(--dl-color-text);background:var(--dl-color-surface-muted);border-color:var(--dl-color-border)}.dl-icon-button--primary{color:var(--dl-color-primary)}.dl-icon-button--danger{color:var(--dl-color-danger)}.dl-icon-button:disabled{cursor:not-allowed;opacity:.5}.dl-input{display:block;width:100%;min-height:2.75rem;padding:.65rem .75rem;color:var(--dl-color-text);background:var(--dl-color-surface);border:1px solid var(--dl-color-control-border);border-radius:var(--dl-radius-sm)}.dl-input:focus{border-color:var(--dl-color-primary)}.dl-textarea{min-height:5.5rem;resize:vertical}.dl-field{display:grid;gap:.4rem}.dl-label{font-size:.9rem;font-weight:700}.dl-field-hint,.dl-field-error{margin:0;font-size:.82rem}.dl-field-hint{color:var(--dl-color-text-muted)}.dl-field-error{color:var(--dl-color-danger)}.dl-card{background:var(--dl-color-surface);border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-lg);box-shadow:var(--dl-shadow)}.dl-badge{display:inline-flex;padding:.28rem .55rem;border-radius:999px;font-size:.75rem;font-weight:800;background:var(--dl-color-surface-muted)}.dl-badge--new{background:var(--dl-color-status-new-bg);color:var(--dl-color-status-new-text)}.dl-badge--waiting_approval{background:var(--dl-color-status-waiting-bg);color:var(--dl-color-status-waiting-text)}.dl-badge--ready_to_make{background:var(--dl-color-status-ready-make-bg);color:var(--dl-color-status-ready-make-text)}.dl-badge--in_production{background:var(--dl-color-status-production-bg);color:var(--dl-color-status-production-text)}.dl-badge--ready{background:var(--dl-color-status-ready-bg);color:var(--dl-color-status-ready-text)}.dl-badge--completed{background:var(--dl-color-status-completed-bg);color:var(--dl-color-status-completed-text)}.dl-badge--cancelled{background:var(--dl-color-status-cancelled-bg);color:var(--dl-color-status-cancelled-text)}.dl-spinner-wrap{display:flex;align-items:center;gap:.75rem;color:var(--dl-color-text-muted)}.dl-spinner{width:1.35rem;height:1.35rem;border:3px solid var(--dl-color-border);border-top-color:var(--dl-color-primary);border-radius:50%;animation:dl-spin .7s linear infinite}.dl-progress-wrap{display:grid;gap:.35rem}.dl-progress-wrap>span{color:var(--dl-color-text-muted);font-size:.78rem;font-weight:750}.dl-progress{width:100%;height:.6rem;overflow:hidden;border:0;border-radius:999px;background:var(--dl-color-surface-muted)}.dl-progress::-webkit-progress-bar{background:var(--dl-color-surface-muted);border-radius:999px}.dl-progress::-webkit-progress-value{background:var(--dl-color-primary);border-radius:999px}.dl-progress::-moz-progress-bar{background:var(--dl-color-primary);border-radius:999px}@keyframes dl-spin{to{transform:rotate(360deg)}}.dl-notice{padding:1rem;border-radius:var(--dl-radius-md);border:1px solid var(--dl-color-border);background:var(--dl-color-surface)}.dl-notice strong{display:block;margin-bottom:.35rem}.dl-notice--danger{border-color:var(--dl-color-notice-danger-border);background:var(--dl-color-notice-danger-bg)}.dl-confirm-dialog{width:min(30rem,calc(100vw - 2rem));padding:1.4rem;color:var(--dl-color-text);background:var(--dl-color-surface);border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-lg);box-shadow:var(--dl-shadow)}.dl-confirm-dialog::backdrop{background:#07182c8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dl-confirm-dialog h2{margin:0 0 .65rem;font-size:1.25rem}.dl-confirm-dialog-body{color:var(--dl-color-text-muted)}.dl-confirm-dialog-actions{display:flex;justify-content:flex-end;gap:.65rem;margin-top:1.3rem}.dl-notice--warning{border-color:var(--dl-color-notice-warning-border);background:var(--dl-color-notice-warning-bg)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}body{-webkit-user-select:none;user-select:none}input,textarea,select,[contenteditable=true]{-webkit-user-select:text;user-select:text}a{color:inherit}h1,h2,p{margin-top:0}h1{margin-bottom:.45rem;font-size:clamp(1.9rem,4vw,2.65rem);letter-spacing:-.04em}h2{letter-spacing:-.02em}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:20;padding:.7rem 1rem;background:var(--dl-color-surface);border-radius:.5rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.app-layout{min-height:100vh;display:grid;grid-template-columns:16.5rem 1fr;transition:grid-template-columns .18s ease}.app-layout.is-sidebar-collapsed{grid-template-columns:4.75rem 1fr}.sidebar{position:sticky;top:0;height:100vh;padding:1.5rem 1.1rem;background:var(--orders-sidebar-bg);color:var(--orders-sidebar-text);transition:padding .18s ease}.sidebar-toggle{position:absolute;top:.75rem;right:.65rem;display:grid;width:2rem;height:2rem;padding:0;color:var(--orders-sidebar-text-muted);background:transparent;border:0;border-radius:.55rem;cursor:pointer;place-items:center}.sidebar-toggle:hover{color:var(--orders-sidebar-text);background:var(--orders-sidebar-hover)}.sidebar-toggle:focus-visible{outline:2px solid var(--dl-color-focus);outline-offset:2px}.sidebar-toggle svg{width:1.15rem;height:1.15rem}.brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.25rem 0 1.75rem}.brand-mark{width:6rem;height:6rem;min-width:6rem;aspect-ratio:1 / 1;display:block;flex:0 0 6rem;object-fit:contain}.brand-product{color:var(--orders-product-accent);font-size:1rem;font-weight:700;line-height:1}.is-sidebar-collapsed .sidebar{padding-inline:.6rem}.is-sidebar-collapsed .brand{padding-top:1.4rem;padding-bottom:1.5rem}.is-sidebar-collapsed .brand-mark{width:2.9rem;height:2.9rem;min-width:2.9rem;flex-basis:2.9rem}.is-sidebar-collapsed .brand-product,.is-sidebar-collapsed .nav-label{display:none}.is-sidebar-collapsed .sidebar-toggle{right:50%;transform:translate(50%)}.is-sidebar-collapsed .sidebar nav a{justify-content:center;padding-inline:0}.sidebar nav{display:grid;gap:.35rem}.sidebar nav a{display:flex;align-items:center;gap:.75rem;min-height:2.9rem;padding:.6rem .8rem;color:var(--orders-sidebar-text);border-radius:.65rem;text-decoration:none;font-weight:650}.sidebar nav a:hover{background:var(--orders-sidebar-hover)}.sidebar nav a.active{color:var(--orders-nav-active-text);background:var(--orders-nav-active-bg)}.nav-visual{display:flex;align-items:center;gap:.75rem;min-width:0}.nav-icon{width:1.2rem;height:1.2rem;flex:0 0 auto;color:var(--orders-sidebar-text-muted)}.sidebar nav a.active .nav-icon{color:var(--dl-color-primary)}.nav-label--mobile,.mobile-nav-lens{display:none}.page-content{min-width:0;padding:clamp(1.2rem,4vw,3.2rem)}.page-stack{display:grid;gap:1.4rem;width:100%;min-width:0;max-width:78rem;margin:0 auto}.is-sidebar-collapsed .page-stack{max-width:none}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.page-header p{margin-bottom:0;color:var(--dl-color-text-muted)}.eyebrow{margin-bottom:.3rem!important;color:var(--dl-color-accent)!important;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:900}.bootstrap-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.bootstrap-screen .dl-notice{max-width:40rem}.bootstrap-screen details{margin:.8rem 0}.placeholder-card,.empty-state{padding:clamp(2rem,6vw,5rem);text-align:center}.placeholder-icon,.empty-state>svg{display:block;width:3rem;height:3rem;margin-inline:auto;margin-bottom:1rem;color:var(--dl-color-accent)}.empty-state h2{margin-bottom:.35rem}.empty-state p{max-width:42rem;margin-inline:auto;color:var(--dl-color-text-muted);overflow-wrap:anywhere}.compact-form-card,.settings-card{padding:1.2rem}.settings-preferences{display:grid;gap:2rem}.onboarding-card{display:grid;padding:clamp(1.1rem,3vw,1.6rem);gap:1.25rem;overflow:hidden;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--dl-color-accent) 16%,transparent),transparent 32%),var(--dl-color-surface);border-color:color-mix(in srgb,var(--dl-color-primary) 38%,var(--dl-color-border))}.onboarding-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem}.onboarding-heading h2,.onboarding-heading p,.onboarding-points h3,.onboarding-points p{margin:0}.onboarding-heading>div:nth-child(2)>p:last-child,.onboarding-points p{color:var(--dl-color-text-muted)}.onboarding-heading-icon{display:grid;width:3.25rem;height:3.25rem;color:var(--dl-color-primary);background:var(--dl-color-status-new-bg);border-radius:1rem;place-items:center}.onboarding-heading-icon svg{width:1.55rem;height:1.55rem}.onboarding-language{display:flex;padding:.2rem;gap:.2rem;background:var(--dl-color-surface-muted);border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-md)}.onboarding-language button{min-height:2.25rem;padding:.4rem .65rem;color:var(--dl-color-text-muted);background:transparent;border:0;border-radius:.55rem;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.onboarding-language button[aria-pressed=true]{color:var(--dl-color-primary);background:var(--dl-color-surface);box-shadow:0 .2rem .6rem var(--dl-color-shadow)}.onboarding-language button:focus-visible{outline:2px solid var(--dl-color-focus);outline-offset:1px}.onboarding-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.onboarding-points article{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;padding:.9rem;gap:.7rem;background:color-mix(in srgb,var(--dl-color-surface-muted) 72%,transparent);border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-md)}.onboarding-points article>svg{width:1.25rem;height:1.25rem;margin-top:.1rem;color:var(--dl-color-primary)}.onboarding-points h3{margin-bottom:.25rem;font-size:.95rem}.onboarding-points p{font-size:.84rem;line-height:1.45}.onboarding-actions,.local-app-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.65rem}.local-app-settings{display:grid;gap:1.25rem}.local-app-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.7rem}.local-app-status-grid>div{display:grid;align-content:start;min-width:0;padding:.9rem 1rem;gap:.35rem;background:var(--dl-color-surface-muted);border-radius:var(--dl-radius-md)}.local-app-status-grid span,.local-app-note{color:var(--dl-color-text-muted)}.local-app-status-grid span{font-size:.78rem;font-weight:750}.local-app-status-grid strong{overflow-wrap:anywhere}.local-app-connectivity{display:flex;align-items:center;gap:.4rem}.local-app-connectivity svg{width:1rem;height:1rem;color:var(--dl-color-primary)}.local-app-note{margin:0;font-size:.84rem}.backup-settings{display:grid;gap:1.25rem}.backup-settings-heading{display:flex;align-items:center;gap:.85rem}.backup-settings-heading h2,.backup-settings-heading p,.backup-actions h3,.backup-actions p{margin:0}.backup-settings-heading p,.backup-actions p{margin-top:.25rem;color:var(--dl-color-text-muted)}.backup-settings-icon{display:grid;flex:0 0 auto;width:2.75rem;height:2.75rem;color:var(--dl-color-primary);background:var(--dl-color-status-new-bg);border-radius:.85rem;place-items:center}.backup-settings-icon svg{width:1.35rem;height:1.35rem}.backup-status{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;background:var(--dl-color-surface-muted);border-radius:var(--dl-radius-md)}.backup-status span{color:var(--dl-color-text-muted)}.backup-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.backup-actions>div{display:grid;align-content:start;min-width:0;padding:1rem;gap:.8rem;border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-md)}.backup-actions .dl-button{justify-self:start}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.preference-fieldset{min-width:0;margin:0;padding:0;border:0}.preference-fieldset legend{padding:0;color:var(--dl-color-text);font-size:1.05rem;font-weight:800}.preference-fieldset>p{margin:.3rem 0 1rem;color:var(--dl-color-text-muted)}.preference-fieldset .dl-notice{margin-bottom:1rem}.preference-grid{display:grid;gap:.75rem}.preference-grid--language{grid-template-columns:repeat(2,minmax(0,1fr));max-width:36rem}.preference-grid--currency{grid-template-columns:repeat(auto-fit,minmax(10.5rem,1fr))}.preference-option{display:flex;align-items:center;gap:.75rem;min-height:4.6rem;padding:.75rem .9rem;color:var(--dl-color-text);background:var(--dl-color-surface);border:1px solid var(--dl-color-border);border-radius:.8rem;font:inherit;text-align:left;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.preference-option:hover:not(:disabled){border-color:var(--dl-color-primary);background:var(--dl-color-surface-muted)}.preference-option:focus-visible{outline:3px solid var(--dl-color-focus);outline-offset:2px}.preference-option.is-selected{background:var(--dl-color-status-new-bg);border-color:var(--dl-color-primary);box-shadow:0 0 0 1px var(--dl-color-primary)}.preference-option:disabled{cursor:wait;opacity:.7}.preference-flag{flex:0 0 auto;font-size:1.75rem;line-height:1}.preference-copy{display:grid;min-width:0;gap:.18rem}.preference-copy strong,.preference-copy small{display:block}.preference-copy small{color:var(--dl-color-text-muted);font-weight:650}.preference-check{width:1.2rem;height:1.2rem;margin-left:auto;flex:0 0 auto;color:var(--dl-color-primary)}.inline-create-form{display:grid;grid-template-columns:minmax(15rem,1fr) auto;align-items:end;gap:.8rem}.orders-view-switcher{display:flex;align-items:center;width:fit-content;max-width:100%;padding:.25rem;gap:.25rem;background:var(--dl-color-surface-muted);border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-md)}.orders-view-switcher .dl-button{min-height:2.45rem;white-space:nowrap}.entity-table-wrap{overflow-x:auto;background:var(--dl-color-surface);border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-lg);box-shadow:var(--dl-shadow)}.entity-table{width:100%;min-width:42rem;border-collapse:collapse;text-align:left}.entity-table th,.entity-table td{padding:.85rem 1rem;border-bottom:1px solid var(--dl-color-border);vertical-align:middle}.entity-table th{color:var(--dl-color-text-muted);background:var(--dl-color-surface-muted);font-size:.76rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.entity-table thead th:first-child{border-top-left-radius:var(--dl-radius-lg)}.entity-table thead th:last-child{border-top-right-radius:var(--dl-radius-lg)}.entity-table tbody tr:last-child td{border-bottom:0}.entity-table tbody tr:hover{background:var(--dl-color-surface-muted)}.entity-table-actions-heading,.entity-table-actions{width:1%;text-align:right!important;white-space:nowrap}.entity-table-actions{text-align:right}.table-search{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0}.order-filters{display:grid;grid-template-columns:repeat(4,minmax(9.5rem,1fr)) auto;align-items:end;padding:1rem;gap:.8rem;background:var(--dl-color-surface);border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-lg);box-shadow:var(--dl-shadow)}.order-filter-field{display:grid;min-width:0;gap:.4rem}.order-filter-field>span{color:var(--dl-color-text-muted);font-size:.76rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase}.order-filters>.dl-button{white-space:nowrap}.table-search-control{position:relative;display:flex;align-items:center;width:min(100%,34rem)}.table-search-control>svg{position:absolute;left:.85rem;z-index:1;width:1rem;height:1rem;color:var(--dl-color-text-muted);pointer-events:none}.table-search-control .dl-input{width:100%;padding-left:2.5rem;padding-right:2.8rem}.table-search-control .dl-tooltip{position:absolute;right:.35rem}.table-search-summary{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.table-search-summary>span{flex:0 0 auto;color:var(--dl-color-text-muted);font-size:.82rem;font-weight:700}.csv-export-button{flex:0 0 auto;white-space:nowrap}.entity-actions-buttons{display:inline-flex;justify-content:flex-end;gap:.2rem}.orders-table{min-width:66rem}.order-table-item,.order-table-payment,.order-table-status{display:grid;gap:.25rem}.order-table-item small,.order-table-payment span,.order-table-payment small{color:var(--dl-color-text-muted)}.order-table-payment{white-space:nowrap}.order-table-payment strong{color:var(--dl-color-primary)}.order-table-status .dl-select{min-width:10rem}.order-payment-row>td{padding:1rem 1.25rem;background:var(--dl-color-surface-muted)}.order-payment-row .payment-section{max-width:34rem;padding-top:0;border-top:0}.production-table{min-width:0;table-layout:fixed}.production-table-wrap{overflow-x:clip}.production-column--product{width:16%}.production-column--order{width:13%}.production-column--customer,.production-column--personalization{width:16%}.production-column--deadline{width:15%}.production-column--quantity,.production-column--actions{width:12%}.production-table th,.production-table td{min-width:0;overflow-wrap:anywhere}.production-table .entity-table-actions-heading,.production-table .entity-table-actions{width:auto}.production-table tbody+tbody tr:first-child>*{border-top:2px solid var(--dl-color-border)}.production-product-cell{text-align:left;vertical-align:top!important}.production-table tbody .production-product-cell{color:var(--dl-color-text);background:transparent;font-size:inherit;font-weight:inherit;letter-spacing:0;text-transform:none}.production-product-cell h2{margin:0 0 .25rem;font-size:1rem}.production-product-cell span{color:var(--dl-color-text-muted);font-size:.82rem;font-weight:650}.production-quantity-cell{white-space:nowrap}.entity-details-card{padding:clamp(1rem,3vw,1.6rem)}.entity-details-form{display:grid;gap:1rem}.order-details-title{display:flex;align-items:center;gap:.75rem}.order-details-title h1{margin-bottom:0}.order-details-form{display:grid;gap:1.4rem}.order-details-card{display:grid;padding:clamp(1rem,3vw,1.6rem);gap:1.1rem}.order-items-heading{align-items:center}.order-items-heading .dl-button{flex:0 0 auto}.order-items-editor-table{min-width:64rem}.order-items-editor-table th:nth-child(1){width:12rem}.order-items-editor-table th:nth-child(2){width:14rem}.order-items-editor-table th:nth-child(3){width:15rem}.order-items-editor-table th:nth-child(4),.order-items-editor-table th:nth-child(5),.order-items-editor-table th:nth-child(6){width:7.5rem}.order-items-editor-table td{vertical-align:top}.order-items-editor-table .dl-input{min-width:0}.order-items-editor-table td>small{display:block;margin-top:.3rem;color:var(--dl-color-text-muted)}.order-edit-total{display:flex;align-items:baseline;justify-content:flex-end;gap:1rem}.order-edit-total span{color:var(--dl-color-text-muted);font-weight:750}.order-edit-total strong{color:var(--dl-color-primary);font-size:1.5rem}.profitability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.profitability-grid>div{display:grid;gap:.4rem;min-width:0;padding:1rem;border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-md);background:var(--dl-color-surface-muted)}.profitability-grid span{color:var(--dl-color-text-muted);font-size:.82rem;font-weight:750}.profitability-grid strong{overflow-wrap:anywhere;font-size:clamp(1.05rem,2vw,1.35rem)}.profitability-grid .is-positive{border-color:color-mix(in srgb,var(--dl-color-primary) 35%,var(--dl-color-border));background:color-mix(in srgb,var(--dl-color-primary) 8%,var(--dl-color-surface))}.profitability-grid .is-positive strong{color:var(--dl-color-primary)}.profitability-grid .is-negative{border-color:var(--dl-color-notice-danger-border);background:var(--dl-color-notice-danger-bg)}.profitability-grid .is-negative strong{color:var(--dl-color-danger)}.expense-create-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(9rem,.35fr) auto;align-items:end;gap:.8rem;padding:1rem;border-radius:var(--dl-radius-md);background:var(--dl-color-surface-muted)}.expense-create-form .dl-button{margin-bottom:.05rem}.expense-table th:nth-child(3),.expense-table td:nth-child(3){text-align:right;white-space:nowrap}.expense-table th:last-child,.expense-table td:last-child{width:5rem}@media(max-width:800px){.profitability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expense-create-form{grid-template-columns:1fr;align-items:stretch}}.order-details-save-actions{position:sticky;bottom:1rem;z-index:3;width:fit-content;margin-left:auto;padding:.65rem;background:color-mix(in srgb,var(--dl-color-surface) 94%,transparent);border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-md);box-shadow:var(--dl-shadow);-webkit-backdrop-filter:blur(.6rem);backdrop-filter:blur(.6rem)}.payment-history-table{min-width:42rem}.muted-copy{margin:0;color:var(--dl-color-text-muted)}.checkbox-field{display:flex;align-items:center;gap:.65rem;font-weight:700}.checkbox-field input{width:1.1rem;height:1.1rem}.pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--dl-color-text-muted);font-size:.88rem}.pagination>div{display:flex;align-items:center;gap:.6rem}.pagination strong{color:var(--dl-color-text);white-space:nowrap}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.dashboard-kpi{--kpi-color: var(--dl-color-primary);--kpi-soft: color-mix(in srgb, var(--kpi-color) 10%, var(--dl-color-surface));min-width:0;min-height:11rem;padding:0;color:inherit;background:transparent;border:0;border-radius:var(--dl-radius-lg);cursor:pointer;perspective:70rem;text-align:left}.dashboard-kpi--warning{--kpi-color: var(--dl-color-warning)}.dashboard-kpi--danger{--kpi-color: var(--dl-color-danger)}.dashboard-kpi--neutral{--kpi-color: var(--dl-color-text-muted)}.dashboard-kpi-inner{position:relative;display:block;min-height:11rem;transform-style:preserve-3d;transition:transform .48s cubic-bezier(.2,.75,.2,1)}.dashboard-kpi.is-flipped .dashboard-kpi-inner{transform:rotateY(180deg)}.dashboard-kpi-face{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;overflow:hidden;padding:1.15rem;background:linear-gradient(145deg,var(--dl-color-surface),var(--kpi-soft));border:1px solid color-mix(in srgb,var(--kpi-color) 24%,var(--dl-color-border));border-radius:var(--dl-radius-lg);box-shadow:var(--dl-shadow);backface-visibility:hidden}.dashboard-kpi:hover .dashboard-kpi-face{border-color:color-mix(in srgb,var(--kpi-color) 48%,var(--dl-color-border));box-shadow:0 1rem 2rem color-mix(in srgb,var(--kpi-color) 14%,transparent)}.dashboard-kpi-front{grid-template-columns:auto 1fr;grid-template-rows:1fr auto;align-items:start;gap:.85rem}.dashboard-kpi-back{align-content:space-between;gap:.75rem;transform:rotateY(180deg)}.dashboard-kpi-icon{display:grid;width:2.65rem;height:2.65rem;place-items:center;color:var(--kpi-color);background:color-mix(in srgb,var(--kpi-color) 13%,var(--dl-color-surface));border-radius:.8rem}.dashboard-kpi-icon svg,.dashboard-kpi-back-heading svg{width:1.25rem;height:1.25rem}.dashboard-kpi-copy{position:relative;z-index:1;display:grid;min-width:0;gap:.3rem}.dashboard-kpi-copy small{color:var(--dl-color-text-muted);font-weight:750}.dashboard-kpi-value,.dashboard-money-values strong{color:var(--dl-color-text);font-size:clamp(1.55rem,3vw,2.2rem);line-height:1;letter-spacing:-.04em}.dashboard-money-values{display:grid;gap:.25rem}.dashboard-active-value-front{display:grid;gap:.4rem}.dashboard-active-value-front>small{color:var(--dl-color-text-muted);font-weight:700}.dashboard-active-value-breakdown,.dashboard-active-value-row{display:grid;gap:.4rem}.dashboard-active-value-row>span:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.dashboard-active-value-row small{color:var(--dl-color-text-muted);font-size:.72rem;font-weight:700}.dashboard-active-value-average{color:var(--dl-color-text);font-size:1.35rem;line-height:1;letter-spacing:-.03em}.dashboard-kpi-orbit{position:absolute;right:-2.5rem;bottom:-4rem;width:10rem;height:10rem;border:1.5rem solid color-mix(in srgb,var(--kpi-color) 8%,transparent);border-radius:50%}.dashboard-kpi-flip-hint{display:inline-flex;grid-column:1 / -1;align-items:center;gap:.35rem;color:var(--dl-color-text-muted);font-size:.72rem;font-weight:650}.dashboard-kpi-flip-hint svg{width:.85rem;height:.85rem}.dashboard-kpi-back-heading{display:flex;align-items:center;gap:.55rem;color:var(--kpi-color)}.dashboard-kpi-back-content{display:grid;gap:.3rem}.dashboard-kpi-back-content p{margin:0;color:var(--dl-color-text);font-size:.88rem;line-height:1.45}.dashboard-kpi-back-content>small{color:var(--dl-color-text-muted);font-weight:700}.dashboard-kpi-mini-list{display:grid;max-height:5rem;margin:0;padding:0;gap:.2rem;overflow:auto;list-style:none}.dashboard-kpi-mini-list li{display:flex;justify-content:space-between;gap:.5rem;font-size:.78rem}.dashboard-kpi-highlight{display:grid;gap:.18rem}.dashboard-kpi-highlight>strong{color:var(--dl-color-text);font-size:1.45rem;letter-spacing:-.03em}.dashboard-kpi-highlight>span{font-weight:700}.dashboard-kpi-highlight>small,.dashboard-kpi-progress>small{color:var(--dl-color-text-muted)}.dashboard-kpi-progress{display:grid;gap:.45rem}.dashboard-kpi-progress>span{height:.55rem;overflow:hidden;background:var(--dl-color-surface-muted);border-radius:999px}.dashboard-kpi-progress i{display:block;height:100%;background:var(--kpi-color);border-radius:inherit}.dashboard-charts{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1rem}.dashboard-chart-card{display:grid;min-width:0;padding:1.2rem;gap:1rem;background:var(--dl-color-surface);border:1px solid var(--dl-color-border);border-radius:var(--dl-radius-lg);box-shadow:var(--dl-shadow)}.dashboard-chart-heading h2,.dashboard-chart-heading p{margin-bottom:.2rem}.dashboard-chart-heading h2{font-size:1.05rem}.dashboard-chart-heading p{color:var(--dl-color-text-muted);font-size:.82rem}.dashboard-donut-layout{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1.2rem}.dashboard-donut{display:grid;width:8.5rem;height:8.5rem;padding:1rem;place-items:center;border-radius:50%}.dashboard-donut>div{display:grid;width:100%;height:100%;place-content:center;background:var(--dl-color-surface);border-radius:50%;text-align:center}.dashboard-donut strong{font-size:1.65rem;line-height:1}.dashboard-donut span{color:var(--dl-color-text-muted);font-size:.72rem;font-weight:700}.dashboard-chart-legend{display:grid;margin:0;padding:0;gap:.45rem;list-style:none}.dashboard-chart-legend li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem;font-size:.78rem}.dashboard-legend-swatch{width:.65rem;height:.65rem;border-radius:50%}.dashboard-collection-chart{display:grid;align-content:center;gap:1rem}.dashboard-collection-row{display:grid;gap:.4rem}.dashboard-collection-row>div:first-child{display:flex;justify-content:space-between;gap:1rem}.dashboard-collection-row>div:first-child span{color:var(--dl-color-text-muted);font-size:.78rem}.dashboard-stacked-bar{height:.8rem;overflow:hidden;background:color-mix(in srgb,var(--dl-color-warning) 22%,var(--dl-color-surface-muted));border-radius:999px}.dashboard-stacked-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--dl-color-primary),var(--dl-color-accent));border-radius:inherit;transition:width .4s ease}.dashboard-deadlines{display:grid;gap:.8rem}.section-heading h2,.section-heading p{margin-bottom:.25rem}.section-heading p{color:var(--dl-color-text-muted)}.deadline-overdue{color:var(--dl-color-danger);font-weight:750}@media(prefers-reduced-motion:reduce){.dashboard-kpi-inner{transition:none}}.table-inline-editor{display:grid;max-width:24rem;gap:.3rem}.table-inline-editor small{color:var(--dl-color-danger)}.order-form-card{padding:clamp(1rem,3vw,1.6rem)}.form-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem}.form-heading h2{margin:0}.order-form,.form-grid{display:grid;gap:1rem}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-actions{display:flex;justify-content:flex-end;gap:.7rem}.form-submit-error{color:var(--dl-color-danger)}.orders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:1rem}.order-card{display:grid;gap:1rem;padding:1.2rem}.order-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.order-card-top h2{margin:.25rem 0 0;font-size:1.18rem}.order-number{color:var(--dl-color-text-muted);font-size:.8rem;font-weight:800;letter-spacing:.06em}.order-primary-item{display:grid;gap:.3rem;padding:.85rem;border-radius:.7rem;background:var(--dl-color-surface-muted)}.order-primary-item span{color:var(--dl-color-text-muted);font-size:.9rem}.order-card-meta{display:flex;justify-content:space-between;gap:.8rem;color:var(--dl-color-text-muted);font-size:.88rem}.order-card-meta strong{color:var(--dl-color-text)}.status-control{display:grid;gap:.35rem}.status-control>span{font-size:.78rem;font-weight:800}.payment-section{display:grid;gap:.8rem;padding-top:1rem;border-top:1px solid var(--dl-color-border)}.payment-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.payment-summary>div{display:grid;gap:.2rem}.payment-summary span,.payment-summary small{color:var(--dl-color-text-muted)}.payment-summary strong{color:var(--dl-color-primary);text-align:right}.payment-form{display:grid;gap:.8rem;padding:.9rem;border-radius:var(--dl-radius-md);background:var(--dl-color-surface-muted)}.payment-form-actions{display:flex;justify-content:flex-end;gap:.5rem}.production-groups{display:grid;gap:1rem}.production-loading{display:grid;place-items:center;min-height:12rem;padding:2rem}.production-group{overflow:hidden}.production-group details>summary{display:grid;gap:.85rem;padding:1.2rem;cursor:pointer;list-style-position:inside}.production-group details>summary::marker{color:var(--dl-color-accent)}.production-group-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.production-group-heading h2{display:inline;margin:0;font-size:1.25rem}.production-group-heading span{display:block;margin-top:.3rem;color:var(--dl-color-text-muted);font-size:.85rem}.production-group-heading>strong{color:var(--dl-color-primary);white-space:nowrap}.production-contributions{display:grid;margin:0;padding:0;border-top:1px solid var(--dl-color-border);list-style:none}.production-contribution{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.2rem}.production-contribution+.production-contribution{border-top:1px solid var(--dl-color-border)}.production-order-copy{display:grid;gap:.35rem;min-width:0}.production-order-copy>div{display:flex;align-items:baseline;gap:.65rem}.production-order-copy span,.production-order-copy small{color:var(--dl-color-text-muted)}.quantity-stepper{display:grid;grid-template-columns:2.75rem minmax(5.5rem,auto) 2.75rem;align-items:center;gap:.45rem}.quantity-stepper .dl-button{padding-inline:0;font-size:1.2rem}.quantity-stepper output{font-size:.88rem;font-weight:800;text-align:center;white-space:nowrap}.pwa-update{position:fixed;right:1rem;bottom:1rem;z-index:30;width:min(28rem,calc(100vw - 2rem))}.pwa-update p{color:var(--dl-color-text-muted)}.pwa-update-actions{display:flex;justify-content:flex-end;gap:.6rem}@media(max-width:1024px){.app-layout{display:block;padding-bottom:calc(6.4rem + env(safe-area-inset-bottom))}.sidebar{position:fixed;inset:auto auto max(.65rem,env(safe-area-inset-bottom)) 50%;z-index:20;width:min(calc(100% - 1rem),38rem);height:auto;padding:.38rem;color:var(--orders-mobile-nav-text);background:var(--orders-mobile-nav-bg);border:1px solid var(--orders-mobile-nav-border);border-radius:1.55rem;box-shadow:0 1.1rem 2.8rem var(--orders-mobile-nav-shadow),inset 0 1px 0 var(--orders-mobile-nav-highlight);transform:translate(-50%);backdrop-filter:blur(26px) saturate(190%) contrast(104%);-webkit-backdrop-filter:blur(26px) saturate(190%) contrast(104%);overflow:visible}.sidebar:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,var(--orders-mobile-nav-highlight),transparent 45%,var(--orders-mobile-nav-sheen-end));border-radius:inherit;content:"";pointer-events:none}.brand,.sidebar-toggle,.nav-label--desktop,.is-sidebar-collapsed .nav-label--desktop{display:none}.nav-label--mobile,.is-sidebar-collapsed .nav-label--mobile{display:block}.is-sidebar-collapsed .sidebar nav a{justify-content:center;padding:.35rem .1rem}.sidebar nav{position:relative;z-index:1;display:grid;grid-template-columns:repeat(6,1fr);gap:.18rem}.mobile-nav-lens{position:absolute;inset:0 auto 0 0;z-index:0;display:block;background:var(--orders-mobile-nav-active-bg);border:1px solid var(--orders-mobile-nav-lens-border);border-radius:1.15rem;box-shadow:0 .65rem 1.3rem var(--orders-mobile-nav-active-shadow),inset 0 1px 0 var(--orders-mobile-nav-active-highlight);transform-origin:center;backdrop-filter:blur(7px) saturate(210%);-webkit-backdrop-filter:blur(7px) saturate(210%);pointer-events:none;will-change:transform}.mobile-nav-lens:before{position:absolute;inset:.12rem 18% auto;height:42%;background:linear-gradient(var(--orders-mobile-nav-lens-glow),transparent);border-radius:999px;content:""}.sidebar nav a{position:relative;z-index:1;display:grid;place-items:center;gap:.16rem;min-width:0;min-height:4.15rem;padding:.35rem .1rem;color:var(--orders-mobile-nav-text);background:transparent;border-radius:1.15rem;font-size:clamp(.5rem,2.2vw,.64rem);font-weight:750;line-height:1;text-align:center;border:1px solid transparent;transition:color .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.sidebar nav a .nav-visual{display:grid;width:100%;place-items:center;gap:.16rem;transform:translateY(var(--mobile-nav-lift, 0px)) scale(var(--mobile-nav-scale, 1));transform-origin:center;will-change:transform}.sidebar nav a:hover{background:var(--orders-mobile-nav-hover)}.sidebar nav a.active{color:var(--orders-mobile-nav-active);background:transparent}.sidebar nav a:active{opacity:.78}.sidebar nav a .nav-icon{position:relative;z-index:1;width:1.35rem;height:1.35rem;color:currentColor;stroke-width:1.8;transform:scale(var(--mobile-nav-icon-scale, 1))}.sidebar nav a.active .nav-icon{color:var(--orders-mobile-nav-active)}.sidebar .nav-label{position:relative;z-index:1;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-content{padding:1.2rem 1rem}.pwa-update{bottom:calc(6.6rem + env(safe-area-inset-bottom))}.page-header{align-items:center}.form-grid--two,.form-grid--three,.inline-create-form{grid-template-columns:1fr}.inline-create-form .dl-button{width:100%}.production-table{min-width:48rem}.production-table-wrap{overflow-x:auto}.dashboard-kpi-grid,.dashboard-charts,.dashboard-donut-layout,.backup-actions{grid-template-columns:1fr}.pagination{align-items:flex-start;flex-direction:column}.table-search{align-items:stretch;flex-direction:column}.table-search-control{width:100%}.order-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.order-filters>.dl-button{justify-self:start}.table-search-summary{justify-content:space-between}.production-group-heading,.production-contribution{align-items:stretch;flex-direction:column}.production-group-heading>strong{white-space:normal}.quantity-stepper{align-self:stretch;grid-template-columns:3rem 1fr 3rem}.payment-summary{align-items:stretch;flex-direction:column}.payment-summary strong{text-align:left}}@media(min-width:700px)and (max-width:1024px){.dashboard-kpi-grid,.dashboard-charts,.backup-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:699px){.onboarding-heading{grid-template-columns:auto minmax(0,1fr);align-items:start}.onboarding-language{grid-column:1 / -1;width:fit-content}.onboarding-points{grid-template-columns:1fr}}@media(max-width:480px){.order-filters{grid-template-columns:1fr}}
