:root{color-scheme:dark;--bg: oklch(18% .018 252);--surface: oklch(22% .018 252);--surface-2: oklch(25% .02 252);--fg: oklch(94% .012 250);--muted: oklch(72% .025 250);--border: oklch(38% .025 250);--accent: oklch(70% .14 165);--success: oklch(69% .15 150);--warn: oklch(76% .13 78);--danger: oklch(66% .17 25);--shell: oklch(13% .018 252);--shadow: 0 0 0 1px rgb(255 255 255 / .08), 0 18px 42px rgb(0 0 0 / .28);--radius-xl: 18px;--radius-lg: 14px;--radius-md: 10px;--font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", system-ui, sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0;overflow-x:hidden}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh;background:var(--shell);color:var(--fg);font:15px/1.5 var(--font-body);text-wrap:pretty}button,input,select,textarea{font:inherit}button{cursor:pointer;transition-property:background,box-shadow,transform,color;transition-duration:.16s;transition-timing-function:cubic-bezier(.2,0,0,1)}button:active{transform:scale(.96)}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-display);text-wrap:balance}h1{font-size:clamp(34px,5vw,56px);line-height:1.02;letter-spacing:-.025em}h2{font-size:clamp(25px,3vw,36px);line-height:1.1;letter-spacing:-.018em}h3{font-size:17px;line-height:1.2;letter-spacing:-.01em}.muted{color:var(--muted)}.mono,.num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.shell{width:100%;min-height:100dvh;background:var(--shell)}.auth-hero{display:grid;gap:16px;width:min(680px,calc(100% - 24px));margin:12px auto;padding:28px;border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.lead{max-width:62ch;color:var(--muted);font-size:17px}.hero-actions,.inline-form{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.dev-login{display:grid;gap:10px;padding-top:16px;border-top:1px solid rgb(255 255 255 / .08)}.widget-shell{display:grid;grid-template-rows:auto minmax(0,1fr);--side-width: 56px;--side-expanded: 212px;--side-content-width: calc(var(--side-expanded) - 16px);height:100dvh;min-height:100dvh;min-width:0;overflow:hidden;background:#080e14}.widget-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 14px;border-bottom:1px solid rgb(255 255 255 / .08);background:#ffffff09}.widget-title{display:flex;gap:10px;align-items:center;min-width:0}.widget-title strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dot{width:9px;height:9px;border-radius:99px;background:var(--success);box-shadow:0 0 0 4px color-mix(in oklch,var(--success) 16%,transparent)}.widget-grid{display:grid;grid-template-columns:var(--side-width) minmax(0,1fr);height:100%;min-height:0;overflow:hidden}.widget-side{grid-column:1;position:relative;top:0;z-index:4;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;gap:10px;width:var(--side-width);height:100%;min-width:0;padding:10px 8px;overflow:hidden;border-right:1px solid rgb(255 255 255 / .08);background:#ffffff09;box-shadow:none;transition:width .18s ease,background .18s ease,box-shadow .18s ease}.widget-shell.nav-expanded .widget-side,.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover{width:var(--side-expanded);background:#141b2ae0;box-shadow:18px 0 36px #00000042;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.sidebar-toggle,.module-button,.auto-hide-toggle,.btn,.primary,.secondary,.danger,.source-button,.settings-tab{transition:background .15s ease,box-shadow .15s ease,transform .12s ease,color .15s ease}.sidebar-toggle{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:var(--radius-md);color:var(--fg);background:#ffffff0f}.sidebar-toggle svg,.mark svg,.auto-hide-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mark svg{width:15px;height:15px}.auto-hide-icon svg{width:16px;height:16px}.module-nav{display:grid;align-content:start;gap:6px;min-width:0;overflow:hidden auto}.widget-shell.nav-expanded .module-nav,.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .module-nav{width:var(--side-content-width)}.module-button{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;min-width:0;min-height:54px;padding:0 9px;border:0;border-radius:var(--radius-md);color:var(--muted);background:transparent;text-align:left;white-space:nowrap}.module-button span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.module-button.transport-menu-item span:last-child{line-height:1.25;text-overflow:clip;white-space:normal}.mark,.auto-hide-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:var(--fg);background:#ffffff0d}.module-button.active,.module-button:hover,.module-button:focus-visible{color:var(--fg);background:#ffffff0f}.widget-shell:not(.nav-expanded) .module-button{grid-template-columns:1fr;justify-items:center;padding:0}.widget-shell:not(.nav-expanded) .module-button span:last-child,.widget-shell:not(.nav-expanded) .side-meta,.widget-shell:not(.nav-expanded) .auto-hide-copy{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .module-button{grid-template-columns:30px minmax(0,1fr);justify-items:stretch;padding:0 9px}.widget-shell.nav-expanded .module-button,.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .module-button{width:100%}.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .module-button span:last-child,.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .side-meta,.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .auto-hide-copy{position:static;width:auto;height:auto;clip:auto}.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .module-button.transport-menu-item span:last-child{white-space:normal}.side-meta{display:grid;gap:4px;min-width:0;padding:10px;border-radius:var(--radius-md);color:var(--muted);background:#ffffff0a;font-size:12px}.side-bottom{display:grid;min-width:0}.auto-hide-toggle{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:8px;align-items:center;min-width:0;min-height:42px;padding:6px 7px;border:0;border-radius:var(--radius-md);color:var(--fg);background:#ffffff0e;box-shadow:0 0 0 1px #ffffff0e;text-align:left}.auto-hide-toggle:hover{background:#ffffff16;box-shadow:0 0 0 1px #ffffff17}.auto-hide-copy{display:grid;gap:2px;min-width:0}.setting-label{min-width:0;color:var(--fg);font:650 12px/1.25 var(--font-body);letter-spacing:.01em;overflow-wrap:anywhere;white-space:normal}.auto-hide-switch{display:inline-grid;align-items:center;min-width:36px;width:36px;height:22px;padding:2px;border-radius:999px;background:#ffffff14}.auto-hide-switch span{width:18px;height:18px;border-radius:999px;background:#ffffffb8;transition:transform .18s cubic-bezier(.2,0,0,1),background .15s ease}.widget-shell[data-sidebar-mode=hover] .auto-hide-switch{background:color-mix(in oklch,var(--accent) 26%,rgb(255 255 255 / .08))}.widget-shell[data-sidebar-mode=hover] .auto-hide-switch span{transform:translate(14px);background:var(--fg)}.widget-shell:not(.nav-expanded) .auto-hide-toggle{grid-template-columns:1fr;justify-items:center;width:40px;min-height:58px;padding:6px 0}.widget-shell:not(.nav-expanded) .auto-hide-switch{min-width:28px;width:28px;height:16px;padding:2px}.widget-shell:not(.nav-expanded) .auto-hide-switch span{width:12px;height:12px}.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .auto-hide-switch span{transform:translate(12px)}.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .auto-hide-toggle{grid-template-columns:30px minmax(0,1fr) auto;justify-items:stretch;width:100%;min-height:42px;padding:6px 7px}.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .side-bottom{width:var(--side-content-width)}.widget-shell.nav-expanded .side-bottom{width:var(--side-content-width)}.widget-shell.nav-expanded .auto-hide-toggle{width:100%}.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .auto-hide-switch{min-width:36px;width:36px;height:22px}.widget-shell[data-sidebar-mode=hover]:not(.nav-expanded) .widget-side:hover .auto-hide-switch span{width:18px;height:18px;transform:translate(14px)}.work-area{grid-column:2;min-width:0;padding:14px;min-height:0;height:100%;overflow-x:hidden;overflow-y:auto;container-type:inline-size}.screen{display:grid;gap:12px;min-width:0;animation:enter .26s cubic-bezier(.2,0,0,1)}@keyframes enter{0%{opacity:0;transform:translateY(10px);filter:blur(3px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.screen-header{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:start}.screen-header p{color:var(--muted)}.toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-width:0}.toolbar.compact{width:fit-content}.field,.file-field{min-height:38px;min-width:min(180px,100%);border:0;border-radius:var(--radius-md);padding:0 11px;color:var(--fg);background:#ffffff0a;box-shadow:0 0 0 1px #ffffff1a;outline:none}.field{flex:1 1 180px}.field.small{flex:1 1 140px;min-width:min(140px,100%)}.file-field{padding:5px 11px;color:var(--muted)}.file-field::file-selector-button{min-height:28px;margin:0 10px 0 0;border:0;border-radius:8px;padding:0 10px;color:var(--fg);background:#ffffff12;box-shadow:0 0 0 1px #ffffff14;font:650 14px/1 var(--font-body);cursor:pointer}.file-field:hover::file-selector-button{background:#ffffff17;box-shadow:0 0 0 1px #ffffff1f}.field-with-label{display:grid;flex:1 1 152px;gap:3px;align-content:center;justify-items:start;min-height:50px;min-width:min(152px,100%);padding:5px 11px 6px;border-radius:var(--radius-md);background:#ffffff0a;box-shadow:0 0 0 1px #ffffff1a}.field-with-label>span{color:var(--muted);font:700 10px/1 var(--font-mono);letter-spacing:.06em;text-align:left;text-transform:uppercase}.field-with-label>.field{width:100%;min-height:20px;min-width:0;padding:0 24px 0 0;background:transparent;box-shadow:none;flex:none;text-align:left}.field-with-label>.field:not([type=date]){padding-right:0}select.field{appearance:none;padding-right:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#ffffff0a;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.5 7.5 4.5 4 4.5-4' fill='none' stroke='%23dfe6ef' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px 16px}.compact-panel select.field.small{flex-basis:220px;min-width:min(220px,100%)}.compact-panel .package-count-field{flex-basis:190px;min-width:min(190px,100%)}input.field[type=date]{color-scheme:dark;accent-color:var(--accent);font-variant-numeric:tabular-nums}input.field[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;width:18px;height:18px;margin-right:-2px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='6.5' width='14' height='13' rx='2.5' fill='none' stroke='%23dfe6ef' stroke-width='1.8'/%3E%3Cpath d='M8 4.5v4M16 4.5v4M5.5 10.5h13' fill='none' stroke='%23dfe6ef' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat;filter:none;opacity:1}.field:focus,.file-field:focus{box-shadow:0 0 0 1px color-mix(in oklch,var(--accent) 58%,white),0 0 0 4px color-mix(in oklch,var(--accent) 18%,transparent)}.field-with-label:focus-within{box-shadow:0 0 0 1px color-mix(in oklch,var(--accent) 58%,white),0 0 0 4px color-mix(in oklch,var(--accent) 18%,transparent)}.field-with-label>.field:focus{box-shadow:none}select.field option{color:var(--fg);background:var(--surface-2)}select.field option:checked{color:var(--shell);background:var(--accent)}.dropdown-field{position:relative;flex:1 1 160px;min-width:min(160px,100%)}.dropdown-field.compact{flex-basis:160px}.compact-panel .dropdown-field:first-child{flex-basis:220px;min-width:min(220px,100%)}.dropdown-trigger{display:flex;gap:8px;align-items:center;justify-content:space-between;width:100%;min-height:50px;border:0;border-radius:var(--radius-md);padding:5px 10px 6px 11px;color:var(--fg);background:#ffffff0a;box-shadow:0 0 0 1px #ffffff1a;font-weight:400}.dropdown-trigger:focus-visible{box-shadow:0 0 0 1px color-mix(in oklch,var(--accent) 58%,white),0 0 0 4px color-mix(in oklch,var(--accent) 18%,transparent);outline:none}.dropdown-field.compact .dropdown-trigger{min-height:38px;padding:0 9px 0 10px}.dropdown-field.compact .dropdown-menu{min-width:100%}.page-size-control .dropdown-field.compact{flex:0 0 78px;min-width:78px;width:78px}.dropdown-copy{display:grid;gap:3px;min-width:0}.dropdown-label{color:var(--muted);font:700 10px/1 var(--font-mono);letter-spacing:.06em;text-align:left;text-transform:uppercase}.dropdown-value{overflow:hidden;text-overflow:ellipsis;text-align:left;white-space:nowrap}.dropdown-chevron{width:16px;height:16px;flex:0 0 16px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.5 7.5 4.5 4 4.5-4' fill='none' stroke='%23dfe6ef' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:8;display:grid;gap:2px;max-height:min(360px,52vh);overflow-y:auto;overscroll-behavior:contain;padding:4px;border-radius:var(--radius-md);background:var(--surface-2);box-shadow:var(--shadow)}.dropdown-menu::-webkit-scrollbar{width:8px}.dropdown-menu::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff2e}.dropdown-option{justify-content:flex-start;width:100%;min-height:34px;border:0;border-radius:8px;padding:0 9px;color:var(--fg);background:transparent;font-weight:500;text-align:left}.dropdown-option:hover,.dropdown-option.active{color:var(--fg);background:color-mix(in oklch,var(--accent) 22%,transparent)}.dropdown-option:active{transform:none}.compact-panel .primary[type=submit]{min-height:50px}.primary,.secondary,.danger,.source-button,.settings-tab{min-height:38px;border:0;border-radius:var(--radius-md);padding:0 12px;color:var(--fg);background:#ffffff12;box-shadow:0 0 0 1px #ffffff14;font-weight:650}.primary{color:var(--shell);background:var(--accent)}.danger{color:var(--fg);background:color-mix(in oklch,var(--danger) 25%,transparent)}.source-button.active,.settings-tab.active{border-color:color-mix(in oklch,var(--accent) 48%,transparent);background:color-mix(in oklch,var(--accent) 14%,transparent)}.secondary:hover,.source-button:hover,.settings-tab:hover{background:#ffffff17;box-shadow:0 0 0 1px #ffffff1f}.module-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.module-card{display:grid;gap:9px;min-height:132px;padding:12px;border:0;border-radius:var(--radius-lg);color:var(--fg);background:#ffffff0b;box-shadow:0 0 0 1px #ffffff12;text-align:left}.module-card:hover{background:#ffffff12;box-shadow:0 0 0 1px #ffffff1f}.dashboard-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--radius-md);color:var(--accent);background:color-mix(in oklch,var(--accent) 13%,transparent)}.dashboard-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.panel,.empty-state,.status-card{display:grid;gap:10px;min-width:0;padding:12px;border-radius:var(--radius-lg);background:#ffffff0a;box-shadow:0 0 0 1px #ffffff12}.compact-panel{padding:10px}.bonus-panel{margin-top:8px}.order-list,.summary-stack{display:grid;gap:8px;min-width:0}.order-row{display:grid;grid-template-columns:minmax(74px,.55fr) minmax(140px,1.35fr) minmax(104px,.7fr) minmax(112px,.75fr) auto;gap:8px;align-items:center;min-width:0;min-height:58px;padding:10px;border-radius:var(--radius-md);background:#ffffff09}.order-row strong,.status-card strong{font-variant-numeric:tabular-nums}.row-title,.row-meta,.row-amount,.row-date{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-meta{display:inline-flex;flex-wrap:wrap;gap:4px 8px;align-items:center;color:var(--muted)}.row-amount{justify-self:end;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.row-date{justify-self:end;color:var(--muted);font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-align:right}.order-details{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px;padding-top:10px;border-top:1px solid rgb(255 255 255 / .08)}.export-date-input{flex:0 1 170px;min-height:28px;min-width:min(170px,100%);border-radius:999px;font:12px/1 var(--font-mono)}.order-details .date-edit-button{min-height:28px;border-radius:999px;padding:0 10px;font-size:12px}.export-panel,.loss-report-flow{display:grid;gap:10px;min-width:0}.creation-heading{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.creation-heading p{margin-top:3px}.creation-heading-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.loss-report-upload{grid-template-columns:minmax(220px,1fr) minmax(240px,1.3fr) auto;align-items:center}.loss-report-upload label{display:grid;gap:2px}.loss-report-upload .feedback-line{grid-column:1 / -1}.loss-report-preview-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.loss-report-summary{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.loss-report-draft-toggle{gap:7px;cursor:pointer}.loss-report-draft-toggle input{width:16px;height:16px;accent-color:var(--accent)}.loss-report-selectors{grid-template-columns:repeat(4,minmax(150px,1fr))}.loss-report-table-wrap{min-width:0;overflow-x:auto}.loss-report-table{width:100%;min-width:980px;table-layout:fixed;border-collapse:separate;border-spacing:0 7px}.loss-report-table th{padding:0 10px 3px;color:var(--muted);font:700 10px/1.25 var(--font-mono);letter-spacing:.055em;text-align:left;text-transform:uppercase}.loss-report-table th:first-child{width:170px}.loss-report-table th:nth-child(2){width:115px}.loss-report-table th:nth-child(5),.loss-report-table th:nth-child(6){width:145px}.loss-report-table td{padding:10px;background:#ffffff09;vertical-align:middle}.loss-report-table td:first-child{border-radius:var(--radius-md) 0 0 var(--radius-md)}.loss-report-table td:last-child{border-radius:0 var(--radius-md) var(--radius-md) 0}.loss-report-table td:nth-child(3),.loss-report-table td:nth-child(4){display:grid;gap:2px}.loss-report-table td:first-child .pill{width:max-content;justify-self:start;white-space:nowrap}.loss-report-ms-label{color:var(--muted)}.loss-report-conversion{color:var(--accent)}.loss-report-issues{box-shadow:0 0 0 1px color-mix(in oklch,var(--danger) 32%,transparent)}.loss-report-name-warning td{background:color-mix(in oklch,var(--warn) 7%,rgb(255 255 255 / .035))}.loss-report-field-error .dropdown-trigger{box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--danger) 65%,transparent)}.loss-report-stock-values{display:grid;gap:3px;justify-items:end;color:var(--muted);font:12px/1.35 var(--font-mono);font-variant-numeric:tabular-nums}.loss-report-stock-values strong{color:var(--danger)}.duplicate-warning{background:color-mix(in oklch,var(--warn) 8%,rgb(255 255 255 / .04));box-shadow:0 0 0 1px color-mix(in oklch,var(--warn) 28%,transparent)}.duplicate-warning a{color:var(--warn)}.confirm-line{display:flex;gap:9px;align-items:center;min-height:42px;cursor:pointer}.confirm-line input{width:20px;height:20px;accent-color:var(--accent)}.loss-report-success{place-items:center;padding-block:28px;text-align:center}.loss-report-success .result-card{width:min(600px,100%);text-align:left}.result-number-link{color:var(--accent);text-underline-offset:3px}.success-mark{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;color:var(--shell);background:var(--success);font:850 14px/1 var(--font-display)}.button-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.row-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;min-width:0}.list-row,.result-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;min-width:0;padding:10px;border-radius:var(--radius-md);background:#ffffff09}.list-row.blocked{background:color-mix(in oklch,var(--danger) 13%,transparent)}.register-problems>summary{display:flex;gap:10px;align-items:center;justify-content:space-between;min-height:40px;cursor:pointer;list-style:none}.register-problems>summary::-webkit-details-marker{display:none}.register-problems>summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}.register-problems>summary strong{color:var(--danger);font-variant-numeric:tabular-nums}.register-problems-action{display:inline-flex;gap:8px;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;color:var(--accent);background:color-mix(in oklch,var(--accent) 12%,transparent);box-shadow:0 0 0 1px color-mix(in oklch,var(--accent) 24%,transparent);font-size:13px;font-weight:700}.register-problems-action:after{width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;content:"";transform:translateY(-2px) rotate(45deg);transition:transform .16s cubic-bezier(.2,0,0,1)}.register-problems[open]>summary{padding-bottom:10px;border-bottom:1px solid rgb(255 255 255 / .08)}.register-problems[open] .register-problems-action:after{transform:translateY(2px) rotate(225deg)}.register-problems .when-open,.register-problems[open] .when-closed{display:none}.register-problems[open] .when-open{display:inline}.register-problem-list{display:grid;gap:8px}.pill,.detail,.status{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 9px;border-radius:999px;color:var(--fg);background:#ffffff0f;font:700 12px/1 var(--font-mono);letter-spacing:.02em;font-variant-numeric:tabular-nums}.detail{max-width:100%;color:var(--muted);font:12px/1 var(--font-body);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail.changed{color:var(--accent)}.link-button{display:inline-flex;align-items:center;width:fit-content;text-decoration:none}.pill.good,.detail.good,.status.success{color:var(--success)}.pill.warn{color:var(--warn)}.pill.bad,.status.error{color:var(--danger)}.status.idle{color:var(--muted)}.status.loading{color:var(--accent)}.label,.eyebrow,.field-label{color:var(--muted);font:700 11px/1.2 var(--font-mono);letter-spacing:.07em;text-transform:uppercase}.feedback-line{color:var(--success);font-weight:650}.feedback-line.error{color:var(--danger)}.pagination-row,.selected-strip{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pagination-row{justify-content:center;padding:4px 0}.page-size-control{display:inline-flex;gap:7px;align-items:center;min-width:0;color:var(--muted);font:700 11px/1.2 var(--font-mono);letter-spacing:.05em;text-transform:uppercase}.page-size-control .page-size{flex:0 0 78px;min-width:78px;width:78px}.status-grid{display:grid;gap:8px}.settings-status-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.settings-status-grid.single-status-card{grid-template-columns:1fr}.status-card[data-state=ok] strong{color:var(--success)}.status-card[data-state=warn] strong{color:var(--warn)}.settings-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:100%;max-width:100%}.settings-tab{display:inline-grid;grid-template-columns:22px 0fr;gap:0;align-items:center;flex:0 0 44px;min-width:0;width:auto;height:44px;overflow:hidden;padding:0 11px;font:700 12px/1.2 var(--font-body);white-space:nowrap;transition:width .18s ease,grid-template-columns .18s ease,background .15s ease,box-shadow .15s ease,transform .12s ease,color .15s ease}.settings-tab.active{flex-basis:192px;grid-template-columns:22px minmax(0,1fr);gap:8px;max-width:100%}.settings-tab-icon,.settings-tab-icon svg{width:22px;height:22px}.settings-tab-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.settings-tab-title{min-width:0;overflow:hidden;opacity:0;text-overflow:ellipsis;transition:opacity .12s ease 40ms}.settings-tab.active .settings-tab-title{opacity:1}.settings-panel{display:grid;gap:10px;min-width:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.notification-room-panel{grid-template-columns:minmax(260px,1fr) auto auto;gap:8px;align-items:center}.notification-room-panel>.dropdown-field,.notification-room-panel>button{min-height:50px}.notification-room-panel>button{align-self:center}.notification-entity-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:4px;border-radius:var(--radius-lg);background:#ffffff06;box-shadow:inset 0 0 0 1px #ffffff0e}.notification-entity-tabs .source-button{display:inline-flex;gap:8px;align-items:center;justify-content:center}.notification-entity-tabs .pill{min-height:22px;padding:0 6px;font-size:11px}.notification-tab-badges{display:inline-flex;gap:3px}.pill.notification-move-pill{color:var(--accent);background:color-mix(in oklch,var(--accent) 14%,transparent);box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--accent) 27%,transparent)}.notification-entity-panel{display:grid;gap:10px;min-width:0}.notification-description{color:var(--muted);font-size:13px}.notification-product-toolbar>.dropdown-field{flex:1 1 240px}.notification-product-toolbar>.field{flex:1 1 260px;min-height:50px}.notification-product-toolbar>.page-size-control{flex:0 0 auto}.notification-product-toolbar .page-size-control .dropdown-trigger{min-height:50px}.notification-selection-summary{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-height:30px;font-weight:650}.notification-selection-summary>.muted{margin-left:auto;font-size:12px;font-weight:400}.notification-filters{min-height:38px}.notification-product-mobile-bulk{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.notification-loading{display:flex;gap:10px;align-items:center;justify-content:center;min-height:120px;color:var(--muted);font-weight:650}.notification-table-wrap{min-width:0;overflow-x:auto}.notification-table{width:100%;min-width:930px;table-layout:fixed;border-collapse:separate;border-spacing:0 8px}.notification-table th:nth-child(1){width:30%}.notification-table th:nth-child(2){width:20%}.notification-table th:nth-child(3){width:16%}.notification-table th:nth-child(5){width:116px}.notification-table th{padding:0 10px 2px;color:var(--muted);font:700 11px/1.2 var(--font-mono);letter-spacing:.06em;text-align:left;text-transform:uppercase}.notification-table td{padding:10px;background:#ffffff09;vertical-align:middle}.notification-table td:first-child{border-radius:var(--radius-md) 0 0 var(--radius-md)}.notification-table td:last-child{border-radius:0 var(--radius-md) var(--radius-md) 0}.notification-table tr.selected td{background:color-mix(in oklch,var(--accent) 7%,rgb(255 255 255 / .035))}.notification-table tr.selected td:first-child{box-shadow:inset 3px 0 0 var(--accent)}.notification-name{font-weight:700;line-height:1.35}.notification-phone{overflow:hidden;white-space:nowrap;font-family:var(--font-mono);font-size:13px;font-variant-numeric:tabular-nums;text-overflow:ellipsis}.notification-address{overflow-wrap:anywhere;color:var(--muted);line-height:1.35}.notification-table .pill{justify-self:start;width:max-content;white-space:nowrap}.notification-status-pill{color:color-mix(in oklch,var(--notification-status-color, var(--muted)) 72%,white);background:color-mix(in oklch,var(--notification-status-color, var(--muted)) 20%,transparent);box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--notification-status-color, var(--muted)) 28%,transparent)}.notification-action{width:116px;text-align:right}.notification-action button{width:100%}.notification-product-table{min-width:820px}.notification-product-table th:nth-child(1){width:76px}.notification-product-table th:nth-child(2){width:auto}.notification-product-table th:nth-child(3){width:130px}.notification-product-table th:nth-child(4),.notification-product-table th:nth-child(5){width:155px;text-align:center}.notification-product-image-cell{width:76px;padding-right:4px!important}.notification-product-image{display:block;width:56px;height:56px;border-radius:var(--radius-md);object-fit:cover;outline:1px solid rgb(255 255 255 / .1);outline-offset:-1px}.notification-product-image.blank{outline-color:transparent}.notification-product-name{overflow:hidden;font-weight:700;line-height:1.35;text-overflow:ellipsis}.notification-product-title{display:inline-flex;flex-wrap:wrap;align-items:center;gap:5px}.notification-product-type{padding:2px 6px;border-radius:999px;color:var(--muted);background:#ffffff12;font:700 10px/1.2 var(--font-mono)}.notification-product-code{overflow:hidden;color:var(--muted);font:13px/1.35 var(--font-mono);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.notification-product-bulk-head{display:grid;gap:5px;justify-items:center}.notification-product-bulk-head>span{color:var(--fg);font-size:11px}.notification-product-bulk-button{min-width:122px;min-height:34px;border:0;border-radius:var(--radius-md);padding:0 8px;color:var(--muted);background:#ffffff0b;box-shadow:inset 0 0 0 1px #ffffff12;font-size:11px;font-weight:700}.notification-product-bulk-button.supply.active{color:var(--warn);background:color-mix(in oklch,var(--warn) 12%,transparent);box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--warn) 30%,transparent)}.notification-product-bulk-button.move.active{color:var(--accent);background:color-mix(in oklch,var(--accent) 12%,transparent);box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--accent) 30%,transparent)}.notification-product-check-cell{padding:4px 8px!important;text-align:center}.notification-product-check-cell.supply.active{background:color-mix(in oklch,var(--warn) 9%,rgb(255 255 255 / .035))}.notification-product-check-cell.move.active{background:color-mix(in oklch,var(--accent) 9%,rgb(255 255 255 / .035))}.notification-product-check{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:var(--radius-md);cursor:pointer}.notification-product-check:hover{background:#ffffff0e}.notification-product-check input{width:20px;height:20px;margin:0;accent-color:var(--warn);cursor:pointer}.notification-product-check-cell.move input{accent-color:var(--accent)}.notification-supply-toolbar>.field{flex:1 1 320px;min-height:50px}.notification-supply-row.notified{background:color-mix(in oklch,var(--success) 7%,rgb(255 255 255 / .035))}.order-row.notification-supply-row .row-actions{justify-content:flex-end}.order-row.notification-supply-row .notification-bell-button{width:40px;min-width:40px;height:40px;min-height:40px;margin:0;border:0;border-radius:var(--radius-md);padding:9px;color:var(--muted);background:#ffffff0e;box-shadow:inset 0 0 0 1px #ffffff1f}.notification-bell-button:hover:not(:disabled){color:var(--fg);background:#ffffff17;box-shadow:inset 0 0 0 1px #ffffff2e}.notification-bell-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.order-row.notification-supply-row .notification-bell-button.active,.order-row.notification-supply-row .notification-bell-button.active:hover:not(:disabled){color:var(--success);background:color-mix(in oklch,var(--success) 15%,transparent);box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--success) 48%,transparent)}.notification-check-badge circle{fill:var(--surface-2);stroke:var(--success);stroke-width:1.5}.notification-check-badge path{stroke:var(--success);stroke-width:1.8}.notification-sent-detail{display:inline-flex;gap:5px;align-items:center}.notification-sent-detail svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}pre{max-width:100%;overflow:auto;white-space:pre-wrap;color:var(--muted);font:12px/1.45 var(--font-mono)}.loading-overlay{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#05070c75;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.loading-card{display:inline-flex;align-items:center;gap:12px;max-width:min(420px,100%);padding:16px 18px;border-radius:var(--radius-lg);color:var(--fg);background:var(--surface-2);box-shadow:var(--shadow);font-weight:700}.confirmation-dialog{width:min(440px,calc(100% - 24px));border:0;padding:0;color:var(--fg);background:transparent}.confirmation-dialog::backdrop{background:#05070cad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirmation-card{display:grid;gap:18px;padding:20px;border-radius:var(--radius-lg);background:var(--surface-2);box-shadow:var(--shadow),inset 0 0 0 1px #ffffff17}.confirmation-card p{margin-top:8px}.confirmation-actions{display:flex;gap:8px;justify-content:flex-end}.loading-spinner{flex:0 0 22px;width:22px;height:22px;border:3px solid rgb(255 255 255 / .18);border-top-color:var(--accent);border-radius:999px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@container (max-width: 900px){.order-row{grid-template-columns:minmax(0,1fr) auto}.order-row strong,.order-row>.row-title,.order-row>.row-meta,.order-row>.row-amount{grid-column:1 / 2;justify-self:start}.order-row>.row-date{grid-column:2 / 3;grid-row:1}.order-row .row-actions{grid-column:1 / -1;justify-content:stretch}.row-actions>button{width:100%}.notification-room-panel{grid-template-columns:minmax(0,1fr) auto auto}.notification-table-wrap{overflow:visible}.notification-table,.notification-table tbody{display:block;min-width:0}.notification-table thead{display:none}.notification-table tr{display:grid;gap:8px;margin-bottom:8px;padding:10px;border-radius:var(--radius-md);background:#ffffff09}.notification-table tr.selected{box-shadow:inset 3px 0 0 var(--accent)}.notification-table tr.notified{box-shadow:inset 3px 0 0 var(--success)}.notification-table td,.notification-table tr.selected td,.notification-table tr.notified td{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;align-items:start;width:auto;min-width:0;max-width:none;padding:0;border-radius:0;color:inherit;background:transparent;box-shadow:none;text-align:left}.notification-table td:before{content:attr(data-label);color:var(--muted);font:700 10px/1.3 var(--font-mono);letter-spacing:.05em;text-transform:uppercase}.notification-table .notification-address{color:var(--muted)}.notification-action{padding-top:4px!important}.notification-action button{min-height:42px}.notification-product-table tr{grid-template-columns:64px minmax(0,1fr)}.notification-product-table .notification-product-image-cell{display:block;grid-column:1;grid-row:1 / span 2;width:64px}.notification-product-table .notification-product-name{display:block;grid-column:2;grid-row:1;align-self:end}.notification-product-table .notification-product-code{display:block;grid-column:2;grid-row:2;align-self:start}.notification-product-mobile-bulk{display:grid}.notification-product-table .notification-product-check-cell{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-column:1 / -1;align-items:center;min-height:46px;margin-top:5px;padding:0 4px!important;border-radius:8px;box-shadow:inset 0 0 0 1px #ffffff0f}.notification-product-table .notification-product-check-cell.supply{grid-row:3}.notification-product-table .notification-product-check-cell.move{grid-row:4}.notification-product-table .notification-product-check-cell.supply.active{background:color-mix(in oklch,var(--warn) 9%,transparent)}.notification-product-table .notification-product-check-cell.move.active{background:color-mix(in oklch,var(--accent) 9%,transparent)}.notification-product-table .notification-product-check-cell:before{padding-left:8px}.notification-product-table .notification-product-check{margin-left:auto}.notification-product-table td:before{display:block;margin-bottom:2px}.loss-report-upload,.loss-report-preview-head,.loss-report-selectors{grid-template-columns:1fr}.loss-report-summary{justify-content:flex-start}.loss-report-table-wrap{overflow:visible}.loss-report-table,.loss-report-table tbody{display:block;min-width:0}.loss-report-table thead{display:none}.loss-report-table tr{display:grid;gap:7px;margin-bottom:8px;padding:10px;border-radius:var(--radius-md);background:#ffffff09}.loss-report-table tr.loss-report-name-warning{background:color-mix(in oklch,var(--warn) 7%,rgb(255 255 255 / .035))}.loss-report-table td{display:grid;grid-template-columns:105px minmax(0,1fr);gap:8px;width:auto;padding:0;border-radius:0;background:transparent;overflow-wrap:anywhere}.loss-report-table td:before{color:var(--muted);font:700 10px/1.3 var(--font-mono);content:attr(data-label);letter-spacing:.04em;text-transform:uppercase}.loss-report-stock-values{justify-items:start}}@media(max-width:760px){.widget-shell,.widget-shell.nav-expanded{--side-width: 54px;--side-expanded: 184px;--side-content-width: calc(var(--side-expanded) - 14px)}.widget-topbar,.work-area{padding:10px}.widget-side{padding:8px 7px}.module-cards,.settings-status-grid{grid-template-columns:1fr}.screen-header,.widget-topbar{display:grid}.order-row{grid-template-columns:minmax(0,1fr) auto}.order-row strong,.order-row>.row-title,.order-row>.row-meta,.order-row>.row-amount{grid-column:1 / 2;justify-self:start}.order-row>.row-date{grid-column:2 / 3;grid-row:1}.order-row .row-actions{grid-column:1 / -1;justify-content:stretch}.row-actions>button,.toolbar>button,.toolbar>.field,.toolbar>.field-with-label,.toolbar>.dropdown-field,.toolbar>.page-size-control,.inline-form>.field,.inline-form>button{width:100%}.page-size-control{justify-content:space-between}.page-size-control .page-size,.page-size-control .dropdown-field.compact{flex-basis:96px;width:96px}.list-row,.result-card,.notification-room-panel{grid-template-columns:1fr}.notification-room-panel>.dropdown-field,.notification-room-panel>button{width:100%;min-height:38px}.notification-entity-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.notification-selection-summary>.muted{width:100%;margin-left:0}.creation-heading,.creation-heading-actions{display:grid;grid-template-columns:1fr}.creation-heading-actions,.creation-heading-actions>button{width:100%}}@media(max-width:430px){.toolbar.compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.source-button{width:100%;padding:0 8px}.notification-filters .label,.notification-filters .source-button:last-child{grid-column:1 / -1}}.purchases-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.purchases-tabs .source-button{display:inline-flex;gap:7px;align-items:center;justify-content:center}.tab-count{min-width:20px;padding:2px 5px;border-radius:999px;color:var(--accent);background:color-mix(in oklch,var(--accent) 12%,transparent);font:700 10px/1.4 var(--font-mono)}.upd-calculator,.upd-product-list,.upd-entry-list{display:grid;gap:10px}.upd-drop-zone{display:grid;justify-items:start;gap:14px;padding:28px;border-style:dashed}.upd-error-state{display:grid;gap:12px}.upd-file-banner{display:flex;gap:12px;align-items:center;justify-content:space-between}.upd-summary{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr)) auto;gap:8px}.upd-summary .panel{display:grid;gap:4px;padding:12px}.upd-summary strong{font:800 18px/1.2 var(--font-mono);font-variant-numeric:tabular-nums}.upd-complete-state{display:flex;gap:10px;align-items:center;border-color:color-mix(in oklch,var(--success) 30%,transparent);color:var(--success)}.upd-product-card{display:grid;gap:12px;padding:14px;overflow:hidden}.upd-product-card.complete{box-shadow:inset 3px 0 0 var(--success)}.upd-product-head{display:flex;gap:12px;align-items:start;justify-content:space-between}.upd-product-head h3{margin:3px 0}.upd-product-code{color:var(--accent)}.upd-product-metrics{display:grid;grid-template-columns:repeat(3,minmax(100px,.6fr)) minmax(180px,1fr);gap:8px;align-items:center}.upd-product-metrics>div{display:grid;gap:3px}.upd-product-metrics span{color:var(--muted);font-size:11px}.upd-product-metrics strong{font:800 14px/1.2 var(--font-mono);font-variant-numeric:tabular-nums}.upd-product-metrics progress{width:100%;height:8px;accent-color:var(--accent)}.upd-product-actions{width:100%;justify-content:space-between}.upd-entry-form{display:grid;grid-template-columns:minmax(180px,1fr) auto auto;gap:8px;align-items:end;padding:10px;border-radius:var(--radius-md);background:#ffffff09}.upd-entry-form label{display:grid;gap:4px}.upd-entry-form>button{align-self:center}.upd-entry-form .field[aria-invalid=true]{box-shadow:0 0 0 1px var(--danger),0 0 0 4px color-mix(in oklch,var(--danger) 15%,transparent)}.upd-field-error{min-height:1.2em;color:var(--danger)}.upd-entry-row{overflow:hidden;border-radius:var(--radius-md);background:#ffffff09}.upd-entry-row.expanded{box-shadow:inset 0 0 0 1px color-mix(in oklch,var(--accent) 20%,transparent)}.upd-entry-summary{display:grid;grid-template-columns:minmax(80px,.5fr) minmax(140px,1fr) minmax(130px,.7fr) auto;gap:9px;align-items:center;padding:9px}.upd-entry-summary>strong{font-family:var(--font-mono)}.upd-entry-product{min-width:0;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.upd-entry-quantity{font:800 13px/1.3 var(--font-mono);font-variant-numeric:tabular-nums}.upd-entry-actions{flex-wrap:nowrap}.upd-entry-toggle{white-space:nowrap}.upd-icon-button{position:relative;display:grid;place-items:center;flex:0 0 36px;width:36px;min-height:36px;padding:0;border:0;border-radius:var(--radius-md);color:var(--muted);background:#ffffff0d;box-shadow:inset 0 0 0 1px #ffffff12;cursor:pointer}.upd-entry-actions>.upd-icon-button{width:36px}.upd-icon-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.upd-icon-button:hover{color:var(--fg);background:#ffffff14}.upd-icon-button.danger:hover{color:var(--danger)}.upd-icon-button:disabled{cursor:not-allowed;opacity:.45}.upd-calculation{display:grid;gap:9px;padding:10px;border-top:1px solid rgb(255 255 255 / .06);background:#0000001f}.upd-calculation-head{display:flex;flex-wrap:wrap;gap:8px;align-items:start;justify-content:space-between}.upd-calculation-head code{padding:6px 8px;border-radius:8px;color:var(--accent);background:color-mix(in oklch,var(--accent) 9%,transparent)}.upd-table-wrap{min-width:0;overflow-x:auto}.upd-table{width:100%;min-width:720px;table-layout:fixed;border-collapse:collapse}.upd-table th{padding:7px 8px;color:var(--muted);font:700 9px/1.25 var(--font-mono);letter-spacing:.04em;text-align:left;text-transform:uppercase}.upd-table td{padding:8px;border-top:1px solid rgb(255 255 255 / .05);font-size:11px}.upd-table th:nth-child(n+3),.upd-table td:nth-child(n+3){text-align:right}.upd-table .num{text-align:right;font-variant-numeric:tabular-nums}.upd-result{color:var(--accent);font-weight:800}.upd-calculation .upd-table th:nth-child(1){width:8%}.upd-calculation .upd-table{min-width:820px}.upd-calculation .upd-table th:nth-child(2){width:28%}.upd-calculation .upd-table th:nth-child(3){width:12%}.upd-calculation .upd-table th:nth-child(4){width:24%}.upd-calculation .upd-table th:nth-child(5){width:15%}.upd-calculation .upd-table th:nth-child(6){width:13%}.upd-materials-table th:nth-child(1){width:10%}.upd-materials-table{min-width:690px}.upd-materials-table th:nth-child(2){width:42%}.upd-materials-table th:nth-child(n+3){width:16%}@container work-area (max-width: 900px){.upd-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.upd-download-all{grid-column:1 / -1}.upd-product-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.upd-product-metrics progress{grid-column:1 / -1}.upd-entry-summary{grid-template-columns:minmax(75px,.4fr) minmax(0,1fr) auto}.upd-entry-product{display:none}}@container work-area (max-width: 560px){.purchases-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.purchases-tabs .source-button:last-child{grid-column:1 / -1}.upd-file-banner,.upd-product-head{align-items:stretch;flex-direction:column}.upd-summary{grid-template-columns:1fr}.upd-download-all{grid-column:auto}.upd-product-metrics{grid-template-columns:1fr}.upd-product-metrics progress{grid-column:auto}.upd-entry-form{grid-template-columns:1fr}.upd-entry-summary{grid-template-columns:minmax(0,1fr) auto}.upd-entry-summary>strong,.upd-entry-quantity{grid-column:1}.upd-entry-actions{grid-column:1 / -1;justify-content:stretch}.upd-entry-toggle{flex:1}.upd-product-actions{display:grid;grid-template-columns:1fr;width:100%}.upd-product-actions>button,.upd-entry-form>button{width:100%;min-height:42px}.upd-entry-actions>.upd-icon-button{flex-basis:42px;width:42px;min-height:42px}.upd-table-wrap{overflow:visible}.upd-table,.upd-table tbody{display:block;min-width:0}.upd-table thead{display:none}.upd-table tr{display:grid;gap:5px;margin-bottom:8px;padding:9px;border-radius:var(--radius-md);background:#ffffff09}.upd-table td{display:grid;grid-template-columns:92px minmax(0,1fr);gap:7px;padding:1px 0;border:0;text-align:left!important;overflow-wrap:anywhere}.upd-table td:before{color:var(--muted);font:700 9px/1.4 var(--font-mono);content:attr(data-label);text-transform:uppercase}}
