:root{font-family:Avenir Next,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light}:root,[data-theme=river-light]{--background: #F3F7FA;--surface: #FFFFFF;--surface-muted: #EEF3F6;--primary: #00A9E8;--primary-hover: #0096D0;--primary-soft: #E8F7FD;--text-primary: #252A33;--text-secondary: #5F6875;--text-muted: #8A94A3;--border: #CAD6E0;--border-strong: #AEBFCC;--sidebar-bg: #2F3440;--sidebar-text: #EAF0F4;--sidebar-muted: #AEB7C2;--sidebar-active-bg: #00A9E8;--sidebar-active-text: #FFFFFF;--table-header-bg: #EAF1F5;--table-row-bg: #FFFFFF;--table-row-hover: #F0FAFE;--table-row-selected: #E8F7FD;--table-border: #CAD6E0;--button-primary-bg: #00A9E8;--button-primary-text: #FFFFFF;--button-primary-hover: #0096D0;--button-secondary-bg: #FFFFFF;--button-secondary-text: #252A33;--button-secondary-border: var(--border);--button-secondary-hover: #F0FAFE;--danger-bg: #E54848;--danger-text: #FFFFFF;--danger-hover: #CC3939;--status-new-bg: #E8F7FD;--status-new-text: #007CAD;--status-work-bg: #FFF3D6;--status-work-text: #9A6400;--status-ready-bg: #E8F7EE;--status-ready-text: #1F7A45;--status-partial-bg: #F0ECFF;--status-partial-text: #6046B6;--status-danger-bg: #FFE8E8;--status-danger-text: #B42318;--status-muted-bg: #EEF1F4;--status-muted-text: #68717D;--input-bg: var(--surface);--focus-ring: rgba(0, 169, 232, .16);--shadow-soft: 0 8px 24px rgba(37, 42, 51, .06);--shadow-modal: 0 24px 80px rgba(15, 23, 42, .22);--shadow: var(--shadow-soft);--button-primary-shadow: 0 12px 24px rgba(0, 169, 232, .18);--modal-overlay-bg: rgba(21, 25, 34, .48);--modal-header-bg: var(--surface);--popover-bg: var(--surface);--toast-bg: var(--status-ready-bg);--toast-text: var(--status-ready-text);--toast-border: #BDE8CD}[data-theme=river-dark]{color-scheme:dark;--background: #151922;--surface: #202632;--surface-muted: #2A3140;--primary: #00A9E8;--primary-hover: #22BDF5;--primary-soft: #0B3A4D;--text-primary: #F3F7FA;--text-secondary: #B8C2CC;--text-muted: #7F8A99;--border: #343D4D;--border-strong: #465266;--sidebar-bg: #10141B;--sidebar-text: #DDE6ED;--sidebar-muted: #7F8A99;--sidebar-active-bg: #00A9E8;--sidebar-active-text: #FFFFFF;--table-header-bg: #2A3140;--table-row-bg: #202632;--table-row-hover: #26384A;--table-row-selected: #0B3A4D;--table-border: #343D4D;--button-primary-bg: #00A9E8;--button-primary-text: #FFFFFF;--button-primary-hover: #22BDF5;--button-secondary-bg: #202632;--button-secondary-text: #F3F7FA;--button-secondary-border: #465266;--button-secondary-hover: #26384A;--danger-bg: #E54848;--danger-text: #FFFFFF;--danger-hover: #CC3939;--status-new-bg: #0B3A4D;--status-new-text: #68D7FF;--status-work-bg: #4A3510;--status-work-text: #FFD27A;--status-ready-bg: #123B25;--status-ready-text: #7EE2A8;--status-partial-bg: #2F2655;--status-partial-text: #B7A6FF;--status-danger-bg: #4A1F1F;--status-danger-text: #FF9A9A;--status-muted-bg: #2A3140;--status-muted-text: #A9B2C0;--input-bg: var(--surface);--focus-ring: rgba(0, 169, 232, .22);--shadow-soft: 0 8px 24px rgba(0, 0, 0, .22);--shadow-modal: 0 24px 80px rgba(0, 0, 0, .45);--shadow: var(--shadow-soft);--button-primary-shadow: 0 12px 24px rgba(0, 169, 232, .18);--modal-overlay-bg: rgba(0, 0, 0, .58);--modal-header-bg: var(--surface);--popover-bg: #1B202B;--toast-bg: var(--status-ready-bg);--toast-text: var(--status-ready-text);--toast-border: #1F5F3B}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--background);color:var(--text-primary)}html{background:var(--background);color:var(--text-primary)}button,input,textarea,select{font:inherit}button{border:0;border-radius:12px;padding:.85rem 1.2rem;background:var(--button-primary-bg);color:var(--button-primary-text);font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease}button:hover{background:var(--button-primary-hover);transform:translateY(-1px);box-shadow:var(--button-primary-shadow)}button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.secondary-button,.ghost-button,.sort-button,.icon-button{background:var(--button-secondary-bg);color:var(--button-secondary-text);border:1px solid var(--button-secondary-border)}.secondary-button:hover,.ghost-button:hover,.sort-button:hover,.icon-button:hover{box-shadow:none;background:var(--button-secondary-hover)}.danger-button{background:var(--danger-bg);color:var(--danger-text);border:1px solid var(--danger-bg)}.danger-button:hover{background:var(--danger-hover);box-shadow:none}.compact-button{padding:.75rem 1rem;white-space:nowrap}.icon-button{width:2.6rem;height:2.6rem;padding:0;border-radius:12px}.plus-button{flex:none;font-size:1.1rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}input,textarea,select{width:100%;border:1px solid var(--border);border-radius:12px;background:var(--input-bg);color:var(--text-primary);padding:.9rem 1rem;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--focus-ring)}textarea{resize:vertical}label{display:grid;gap:.45rem}label span{font-size:.92rem;color:var(--text-secondary)}table{width:100%;border-collapse:collapse;min-width:980px;background:var(--table-row-bg)}th,td{padding:.95rem .85rem;border-bottom:1px solid var(--table-border);vertical-align:top;text-align:left}th{color:var(--text-secondary);font-size:.86rem;font-weight:600;background:var(--table-header-bg);border-bottom:1px solid var(--border-strong)}td{color:var(--text-primary);font-size:.94rem}tbody tr{background:var(--table-row-bg)}tbody tr:last-child td{border-bottom:0}.table-row-clickable{cursor:pointer}.table-row-clickable:hover{background:var(--table-row-hover)}.sort-button{padding:0;background:transparent;border:0;text-align:left;color:inherit}.sort-button:hover{background:transparent}.sort-button.filtered{color:var(--primary)}.app-shell{width:min(1440px,calc(100vw - 2rem));margin:0 auto;padding:1.5rem 0 3rem}.auth-shell-wrap{padding-top:4rem}.centered-shell{min-height:100vh;display:grid;place-items:center}.app-header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:96px;padding:24px 28px;background:var(--surface);border:1px solid var(--border-strong);border-radius:24px;box-shadow:var(--shadow-soft)}.header-brand{display:flex;align-items:center;gap:16px;min-width:0}.header-brand-copy{min-width:0}.header-logo{width:80px;height:auto;display:block;flex-shrink:0}.header-title{margin:0;color:var(--text-primary);font-size:28px;line-height:1.1;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-hero h1,.loading-card h1{margin:.2rem 0 .7rem;font-size:clamp(1.8rem,3vw,3.1rem);line-height:1.05}.header-subtitle,.auth-hero p,.loading-card p{margin:0;color:var(--text-secondary);max-width:56rem;line-height:1.55}.eyebrow{margin:0;color:var(--primary);text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:700}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.header-actions .secondary-button{white-space:nowrap}.theme-switcher{width:180px}.header-theme{width:auto;display:flex;align-items:center;gap:8px}.header-theme span{color:var(--text-secondary);font-size:.92rem}.theme-switcher select{padding:.72rem .85rem;border-radius:12px}.header-theme select{width:auto;min-width:112px}.header-separator{color:var(--border-strong)}.toolbar-actions,.summary-head{display:flex;align-items:center;gap:.75rem}.summary-head{align-items:flex-start}.metric-card,.panel-card,.summary-card,.loading-card,.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.user-chip{display:flex;align-items:center;gap:6px;padding:10px 14px;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text-primary);white-space:nowrap}.user-chip span{color:var(--text-muted)}.user-email{display:none}.banner{margin-top:1rem;padding:1rem 1.1rem;border-radius:16px;border:1px solid var(--border)}.banner-error,.form-error{background:var(--status-danger-bg);color:var(--status-danger-text)}.toast{position:fixed;left:50%;bottom:1.2rem;z-index:1200;transform:translate(-50%);width:min(420px,calc(100vw - 2rem));padding:.95rem 1.1rem;border:1px solid var(--toast-border);border-radius:16px;background:var(--toast-bg);color:var(--toast-text);box-shadow:var(--shadow)}.form-error,.form-warning{border:1px solid var(--status-danger-bg);border-radius:16px;padding:.95rem 1rem;margin:0}.form-warning{background:var(--status-work-bg);border-color:var(--status-work-bg);color:var(--status-work-text)}.metrics-grid,.content-grid,.details-grid{display:grid;gap:1rem}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:1.2rem 0}.admin-metrics-grid{margin:0 0 1.2rem}.metric-card{padding:1.2rem 1.25rem;display:grid;gap:.45rem}.metric-card span{color:var(--text-muted)}.metric-card strong{font-size:1.8rem}.tabbar{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem;margin-bottom:1.2rem}.tabbar button{background:var(--button-secondary-bg);color:var(--button-secondary-text);border:1px solid var(--button-secondary-border)}.tabbar button.active{background:var(--primary-soft);color:var(--primary);border-color:var(--primary)}.page-section,.auth-hero,.loading-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:1.5rem;box-shadow:var(--shadow)}.section-head,.subsection-head,.position-card-head,.modal-header,.modal-actions,.inline-input,.auth-tabs,.auth-points,.shipment-form,.metrics-inline{display:flex;align-items:center;gap:1rem}.section-head,.subsection-head,.position-card-head,.modal-header{justify-content:space-between}.section-head{margin-bottom:1.1rem}.section-head h2,.subsection-head h3,.summary-card h3{margin:.1rem 0 .4rem}.section-head p,.subsection-head p,.summary-card p,.position-card p{margin:0;color:var(--text-secondary);line-height:1.45}.table-wrap{overflow:auto;border-radius:16px;border:1px solid var(--border-strong);background:var(--surface)}.auth-shell{display:grid;grid-template-columns:1.3fr .9fr;gap:1.4rem}.auth-hero{background:var(--surface)}.auth-points{flex-direction:column;align-items:stretch;margin-top:2rem}.auth-points>div{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:16px;background:var(--surface-muted);display:grid;gap:.35rem}.auth-card{padding:1.3rem}.auth-tabs{margin-bottom:1rem}.auth-tabs button{flex:1}.auth-tabs button.active{background:var(--button-primary-bg);color:var(--button-primary-text)}.form-grid,.form-two-columns,.form-three-columns,.form-four-columns{display:grid;gap:1rem}.form-two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.form-three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.form-four-columns{grid-template-columns:repeat(4,minmax(0,1fr))}.wide-field{grid-column:1 / -1}.content-grid,.details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dictionary-column{display:grid;align-content:start;gap:1rem}.admin-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1rem;align-items:start}.admin-menu{display:grid;gap:.5rem}.admin-menu button{width:100%;text-align:left;background:var(--button-secondary-bg);color:var(--button-secondary-text);border:1px solid var(--button-secondary-border);box-shadow:none}.admin-menu button.active{background:var(--primary-soft);color:var(--primary);border-color:var(--primary)}.admin-content{min-width:0}.admin-panel{display:grid;gap:1rem}.admin-section-head{align-items:flex-start;flex-wrap:wrap}.admin-section-head h3{margin:0}.admin-directory-search{max-width:420px}.panel-card,.summary-card,.position-card{padding:1.1rem}.position-list{display:grid;gap:1rem}.order-card-list{display:grid;gap:1.1rem}.position-card{border:1px solid var(--border);border-radius:16px;background:var(--surface)}.orders-filter-panel,.orders-summary-panel{margin-bottom:1rem}.orders-filter-panel{border-radius:16px}.order-group-card{display:grid;gap:.75rem;padding:.95rem;background:var(--surface);border:1px solid var(--border-strong);border-radius:16px;box-shadow:var(--shadow-soft)}.order-group-head,.order-card-actions,.row-actions,.table-search-bar,.feedback-stack,.search-block,.dropdown-trigger{display:flex;gap:.75rem}.order-group-head{justify-content:space-between;align-items:flex-start;gap:.85rem 1rem}.order-card-actions{align-items:center;flex-wrap:wrap;justify-content:flex-end;flex:none}.order-card-actions .compact-button{min-height:2.6rem;display:inline-flex;align-items:center;justify-content:center}.order-head-copy h3{margin:.12rem 0 .38rem}.order-head-copy p{margin:0;color:var(--text-secondary)}.order-head-inline{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem .5rem;min-width:0}.order-inline-item{display:inline-flex;align-items:center;min-width:0;color:var(--text-secondary);line-height:1.4}.order-inline-item+.order-inline-item:before{content:"·";margin-right:.5rem;color:var(--text-muted)}.order-inline-strong{color:var(--text-primary);font-weight:700}.order-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.orders-filter-grid,.orders-summary-grid,.order-compact-grid,.order-details-grid{display:grid;gap:.75rem}.orders-filter-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end}.orders-filter-row{display:flex;align-items:center;gap:.75rem}.orders-filter-label{flex:none;color:var(--text-secondary)}.orders-filter-row input,.orders-filter-row select{width:auto;min-width:150px}.orders-filter-row .orders-filter-search{min-width:240px}.orders-filter-actions{display:flex;align-items:center;justify-content:flex-end;flex:none}.orders-summary-grid,.order-details-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.order-compact-grid{grid-template-columns:repeat(auto-fit,minmax(145px,1fr))}.order-summary-metric{display:grid;gap:.35rem;padding:.95rem 1rem;border:1px solid var(--border);border-radius:16px;background:var(--surface-muted)}.order-summary-metric span{color:var(--text-muted)}.order-summary-metric strong{font-size:1.08rem;color:var(--text-primary)}.order-meta-item{display:grid;gap:.35rem;padding:.82rem .9rem;border:1px solid var(--border);border-radius:16px;background:var(--surface-muted)}.order-meta-item span,.search-block h3,.spoiler-summary p{color:var(--text-muted)}.order-meta-item strong{font-size:.96rem;color:var(--text-primary)}.results-counter{display:flex;justify-content:space-between;align-items:flex-end;gap:.75rem;flex-wrap:wrap;margin-bottom:.95rem}.results-counter strong{font-size:1rem}.results-counter-note{margin:0}.inline-input{align-items:center}.inline-input>:first-child{flex:1}.autocomplete-shell{position:relative}.autocomplete-popover{position:absolute;top:calc(100% + .45rem);left:0;right:0;z-index:30;display:grid;gap:.4rem;padding:.55rem;border:1px solid var(--border);border-radius:16px;background:var(--popover-bg);box-shadow:var(--shadow)}.autocomplete-option,.autocomplete-add{width:100%;border-radius:12px;padding:.7rem .8rem;text-align:left;border:1px solid transparent;background:var(--surface-muted);color:var(--text-primary);font-weight:500}.autocomplete-option:hover,.autocomplete-add:hover{background:var(--button-secondary-hover);box-shadow:none;transform:none}.autocomplete-add{border-color:var(--primary);color:var(--primary)}.autocomplete-empty{margin:0;padding:.2rem .25rem;color:var(--text-muted);font-size:.84rem}.autocomplete-error{margin-top:.55rem}.table-search-bar,.feedback-stack,.search-block{flex-wrap:wrap}.table-search-bar{align-items:center}.table-search-bar span{color:var(--text-muted);white-space:nowrap}.table-search-bar input,.search-block input{min-width:min(360px,100%)}.search-row td{background:var(--surface-muted)}.row-actions{justify-content:flex-end;flex-wrap:wrap}.feedback-stack{flex-direction:column}.detail-section-card{margin-top:1rem;display:grid;gap:.85rem;padding:1rem;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.orders-positions-table{min-width:860px}.product-cell{min-width:220px;max-width:320px}.product-title,.product-subtitle{display:block;white-space:normal;word-break:break-word}.product-subtitle{margin-top:.32rem;color:var(--text-muted);font-size:.82rem}.order-group-table-wrap{border-radius:16px;background:var(--table-row-bg)}.grouped-orders-table{width:100%;min-width:1180px;table-layout:fixed}.grouped-orders-table .orders-col-product{width:17%}.grouped-orders-table .orders-col-series{width:8%}.grouped-orders-table .orders-col-color{width:10%}.grouped-orders-table .orders-col-ordered,.grouped-orders-table .orders-col-shipped,.grouped-orders-table .orders-col-stock,.grouped-orders-table .orders-col-production{width:9%}.grouped-orders-table .orders-col-price{width:8%}.grouped-orders-table .orders-col-cost{width:10%}.grouped-orders-table .orders-col-status{width:11%}.grouped-orders-table th,.grouped-orders-table td{padding:12px 14px;font-size:.9rem;vertical-align:middle;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.grouped-orders-table thead th{background:var(--table-header-bg);border-bottom:1px solid var(--border-strong);padding:11px 14px;font-size:.78rem;letter-spacing:.03em;white-space:normal}.grouped-orders-table tbody tr:hover{background:var(--table-row-hover)}.grouped-orders-table tbody tr:last-child td{border-bottom:0}.grouped-orders-table .product-cell{min-width:0;max-width:none}.grouped-orders-table .product-title,.grouped-orders-table .product-subtitle{word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.numeric-cell{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}th.numeric-cell{text-align:right}.status-cell{min-width:230px}.grouped-orders-table .status-cell{min-width:0}.status-stack{display:flex;flex-wrap:wrap;gap:.45rem}.grouped-orders-table .status-pill{padding:.34rem .62rem;font-size:.78rem}.order-info-card{display:grid;gap:.7rem}.order-info-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.order-info-head h3{min-width:0;overflow-wrap:break-word}.order-info-actions{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex:none;flex-wrap:wrap}.order-info-title-input{width:min(720px,100%);padding:.4rem .55rem;border-radius:10px;font-size:1.12rem;line-height:1.2;font-weight:800}.order-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem .75rem}.order-info-field{display:grid;gap:.25rem;min-width:0;padding:.55rem .65rem;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted)}.order-info-field span,.order-info-note-field span{color:var(--text-muted);font-size:.76rem}.order-info-field strong{min-width:0;color:var(--text-primary);font-size:.88rem;line-height:1.35;overflow-wrap:break-word}.order-info-field input,.order-info-note-field textarea{width:100%}.order-info-prepayment-edit{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:.45rem;align-items:center}.order-info-prepayment-edit .unit-select{width:72px;min-width:0}.order-info-extra{display:grid;gap:.4rem}.order-info-note-field{display:grid;gap:.3rem}.order-detail-actions{display:flex;justify-content:flex-end;align-items:center;gap:.7rem;flex-wrap:wrap}.edit-pencil-icon{display:inline-flex;transform:scaleX(-1)}.order-detail-modal{display:grid;gap:.85rem;font-size:.94rem}.order-detail-modal .details-grid{gap:.75rem;grid-template-columns:1fr}.order-detail-modal .summary-card,.order-detail-modal .detail-section-card{padding:.85rem;border-radius:16px}.order-detail-modal .detail-section-card{margin-top:0}.order-detail-modal .subsection-head{gap:.75rem}.order-detail-modal table{width:100%;min-width:0;table-layout:auto}.order-detail-modal .orders-positions-table{min-width:0}.order-detail-modal th,.order-detail-modal td{padding:.62rem .5rem;font-size:.82rem;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.order-detail-modal input,.order-detail-modal select{padding:.62rem .55rem;border-radius:10px;font-size:.82rem}.order-detail-modal .status-pill{padding:.32rem .52rem;font-size:.76rem}.order-info-card .status-pill{margin-left:.35rem}.order-actions-shell{flex:none}.order-more-button{font-size:1.25rem;line-height:1}.order-actions-menu{min-width:190px}.detail-order-actions-menu{min-width:220px}.order-detail-modal .position-status-cell{min-width:170px}.order-detail-modal .position-actions-cell{min-width:190px}.order-detail-modal .compact-button{padding:.58rem .72rem}.detail-position-list{display:grid;gap:.75rem}.detail-position-card{display:grid;gap:.75rem;padding:.85rem;border:1px solid var(--border);border-radius:16px;background:var(--surface);min-width:0}.detail-position-card.editing{background:var(--table-row-selected)}.detail-position-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:start}.detail-position-title{min-width:0}.detail-position-title h4,.detail-position-title p{margin:0;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.detail-position-title p{margin-top:.25rem;color:var(--text-muted)}.detail-position-edit-grid,.detail-position-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.65rem}.detail-position-metric{display:grid;gap:.3rem;min-width:0;padding:.65rem .7rem;border:1px solid var(--border);border-radius:14px;background:var(--surface-muted)}.detail-position-metric span{color:var(--text-muted);font-size:.76rem}.detail-position-metric strong{min-width:0;color:var(--text-primary);font-size:.92rem;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.detail-position-actions{display:flex;justify-content:flex-end;gap:.6rem;flex-wrap:wrap}.action-cell{width:1%;text-align:right;white-space:nowrap}.shipments-table th,.shipments-table td{text-align:center;vertical-align:middle}.shipments-table .action-cell{text-align:center}.shipments-table .danger-icon-button{margin:0 auto}.danger-icon-button{width:2rem;height:2rem;padding:0;border-radius:10px;background:var(--danger-bg);color:var(--danger-text);border:1px solid var(--danger-bg);display:inline-flex;align-items:center;justify-content:center}.danger-icon-button:hover{background:var(--danger-hover);box-shadow:none}.search-block{width:100%;align-items:flex-start;flex-direction:column}.search-block h3{margin:0}.dropdown-shell{position:relative}.dropdown-trigger{align-items:center}.dropdown-arrow{transition:transform .18s ease}.dropdown-arrow-open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;z-index:20;min-width:180px;display:grid;gap:.5rem;padding:.75rem;border:1px solid var(--border);border-radius:16px;background:var(--popover-bg);box-shadow:var(--shadow)}.dropdown-menu button{width:100%}.spoiler-card{padding:0;overflow:hidden}.spoiler-summary{list-style:none;cursor:pointer;padding:1.1rem;display:flex;justify-content:space-between;align-items:center}.spoiler-summary::-webkit-details-marker{display:none}.spoiler-summary h3,.spoiler-summary p{margin:0}.spoiler-body{padding:0 1.1rem 1.1rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:.75rem;z-index:1000}.modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;border-radius:0;background:var(--modal-overlay-bg);padding:0}.modal-overlay:hover{background:var(--modal-overlay-bg);transform:none;box-shadow:none}.modal-panel{position:relative;width:min(920px,calc(100vw - 1.5rem));max-height:calc(100vh - 1.5rem);overflow:auto;border-radius:24px;border:1px solid var(--border-strong);background:var(--surface);box-shadow:var(--shadow-modal)}.modal-panel.wide{width:min(1440px,calc(100vw - 1.5rem))}.modal-header,.modal-body{padding:1.2rem 1.25rem}.modal-header{position:sticky;top:0;z-index:3;background:var(--modal-header-bg);border-bottom:1px solid var(--border)}.modal-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex:none}.modal-body{display:grid;gap:1rem}.modal-actions{justify-content:flex-end}.filter-list{display:grid;gap:.65rem;max-height:360px;overflow:auto;padding-right:.25rem}.checkbox-line{display:flex;align-items:center;gap:.8rem;padding:.75rem .9rem;border:1px solid var(--border);border-radius:16px;background:var(--surface-muted)}.checkbox-line input{width:auto}.checkbox-line span{color:var(--text-primary)}.unit-select{width:86px;flex:none}.confirm-copy,.generated-password{margin:0;line-height:1.5;color:var(--text-muted);white-space:pre-line}.generated-password strong{color:var(--text-primary)}.chip-grid{display:flex;flex-wrap:wrap;gap:.7rem}.color-chip,.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.48rem .8rem;font-size:.84rem}.color-chip{background:var(--surface-muted);border:1px solid var(--border)}.dictionary-chip{gap:.45rem;padding-right:.35rem}.chip-delete-button{width:1.35rem;height:1.35rem;padding:0;border-radius:10px;line-height:1;background:var(--danger-bg);color:var(--danger-text);border:1px solid var(--danger-bg);display:inline-flex;align-items:center;justify-content:center;flex:none}.chip-delete-button:hover{background:var(--danger-hover);box-shadow:none}.status-pill{background:var(--status-new-bg);color:var(--status-new-text);border:1px solid var(--status-new-bg)}.status-pill-new,.status-pill-default{background:var(--status-new-bg);color:var(--status-new-text);border-color:var(--status-new-bg)}.status-pill-work{background:var(--status-work-bg);color:var(--status-work-text);border-color:var(--status-work-bg)}.status-pill-ready,.status-pill-success{background:var(--status-ready-bg);color:var(--status-ready-text);border-color:var(--status-ready-bg)}.status-pill-partial,.status-pill-warning{background:var(--status-partial-bg);color:var(--status-partial-text);border-color:var(--status-partial-bg)}.status-pill-danger{background:var(--status-danger-bg);color:var(--status-danger-text);border-color:var(--status-danger-bg)}.status-pill-muted{background:var(--status-muted-bg);color:var(--status-muted-text);border-color:var(--status-muted-bg)}.muted-line{display:block;margin-top:.35rem;color:var(--text-muted);font-size:.82rem}.empty-cell{text-align:center;color:var(--text-muted)}.metrics-inline{flex-wrap:wrap;color:var(--text-muted)}@media(max-width:1120px){.metrics-grid,.content-grid,.details-grid,.admin-layout,.auth-shell,.orders-summary-grid,.order-compact-grid,.order-details-grid,.order-meta-grid,.form-four-columns{grid-template-columns:1fr 1fr}.app-header{align-items:flex-start}.header-actions{justify-content:flex-end}.grouped-orders-table{min-width:1180px}}@media(max-width:760px){.app-shell{width:min(100vw - 1rem,100%);padding-top:.75rem}.metrics-grid,.content-grid,.details-grid,.admin-layout,.auth-shell,.orders-filter-grid,.orders-summary-grid,.order-compact-grid,.order-details-grid,.form-two-columns,.form-three-columns,.form-four-columns{grid-template-columns:1fr}.section-head,.subsection-head,.modal-header,.header-actions,.inline-input,.modal-actions,.order-group-head,.order-card-actions,.orders-filter-row,.row-actions,.table-search-bar{flex-direction:column;align-items:stretch}.orders-filter-row input,.orders-filter-row select,.orders-filter-row .orders-filter-search{width:100%;min-width:0}.orders-filter-actions{align-items:stretch}.admin-menu,.order-info-grid{grid-template-columns:1fr}.order-info-head,.order-info-actions{align-items:stretch;flex-direction:column}.modal-header-actions,.order-head-inline{width:100%}.grouped-orders-table{min-width:1180px}.tabbar button,.secondary-button,button{width:100%}.icon-button{width:2.6rem}.chip-delete-button{width:1.35rem}.danger-icon-button{width:2rem}.dropdown-shell{width:100%}.dropdown-menu{position:static;margin-top:.75rem}.app-header{flex-direction:column;align-items:stretch;min-height:0;padding:20px}.header-title{white-space:normal}.header-actions{width:100%}.header-separator{display:none}.user-chip{justify-content:center}.theme-switcher{width:100%}}.doc-parse-file-input{display:none}.doc-parse-toolbar{display:flex;gap:.5rem;flex-wrap:wrap;padding-bottom:.75rem;border-bottom:1px solid var(--border);margin-bottom:.25rem}.doc-parse-button{background:var(--button-primary-bg);color:var(--button-primary-text);display:inline-flex;align-items:center;gap:.4rem}.doc-parse-button:hover:not(:disabled){background:var(--button-primary-hover)}.doc-parse-wand{font-style:normal;font-size:1em}.doc-parse-spinner{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.doc-parse-warnings{display:flex;flex-direction:column;gap:.5rem}
