code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,:after,:before{box-sizing:border-box}:root{--bg:#f7f4cf;--bg-soft:#fcfbef;--surface:#fffde9e0;--surface-strong:#fffef4;--surface-ink:#393c3f;--line:#898c9147;--line-strong:#898c917a;--accent:#d5cd71;--accent-dark:#a59d4c;--accent-soft:#d5cd7138;--sidebar:#767b80;--sidebar-dark:#5f6468;--sidebar-text:#f7f7f2;--danger:#b04f4f;--shadow-lg:0 22px 55px #6e705a29;--shadow-md:0 10px 24px #6e705a1f;--radius-xl:28px;--radius-lg:20px;--radius-md:14px}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top left,#ffffd2ad,#0000 28%),linear-gradient(180deg,#fcfbef,#f7f4cf);background:radial-gradient(circle at top left,#ffffd2ad,#0000 28%),linear-gradient(180deg,var(--bg-soft),var(--bg));color:#393c3f;color:var(--surface-ink);font-family:Segoe UI,Trebuchet MS,sans-serif;margin:0}a{color:inherit}button,input,select,textarea{font:inherit}#root{min-height:100vh}.login-shell{display:grid;min-height:100vh;padding:2rem;place-items:center}.login-card{grid-gap:1.4rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffde9e0;background:var(--surface);border:1px solid #898c9147;border:1px solid var(--line);border-radius:28px;border-radius:var(--radius-xl);box-shadow:0 22px 55px #6e705a29;box-shadow:var(--shadow-lg);display:grid;gap:1.4rem;padding:2rem;width:min(560px,100%)}.login-intro h1{color:#4a4d3c;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,2.8rem);margin:.55rem 0 .8rem}.login-intro p,.login-note{color:#393c3fbd;line-height:1.7;margin:0}.login-form{grid-gap:1rem;display:grid;gap:1rem}.login-error{background:#b04f4f1f;color:#8b3333}.login-error,.login-success{border-radius:14px;font-weight:700;margin:0;padding:.85rem 1rem}.login-success{background:#5f955f24;color:#3f6f3f}.login-help{grid-gap:.85rem;border-top:1px solid #898c9124;display:grid;gap:.85rem;padding-top:.8rem}.login-user-list{grid-gap:.8rem;display:grid;gap:.8rem}.login-user-card{grid-gap:.25rem;background:#ffffffb8;border:1px solid #898c9124;border-radius:14px;border-radius:var(--radius-md);display:grid;gap:.25rem;padding:.9rem 1rem}.login-user-card span{color:#4f5357;font-weight:700}.login-user-card code{color:#676b6e}.app-shell{display:grid;grid-template-columns:320px minmax(0,1fr);min-height:100vh}.sidebar{background:linear-gradient(180deg,#767b80,#5f6468),linear-gradient(135deg,#ffffff14,#0000);background:linear-gradient(180deg,var(--sidebar),var(--sidebar-dark)),linear-gradient(135deg,#ffffff14,#0000);color:#f7f7f2;color:var(--sidebar-text);display:flex;flex-direction:column;gap:2rem;padding:2rem}.brand-kicker,.eyebrow,.section-kicker{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.brand-block h1,.hero-card h2,.section-heading h3,.toolbar h3{font-family:Georgia,Times New Roman,serif;letter-spacing:-.03em}.brand-block h1{font-size:clamp(2rem,4vw,2.9rem);line-height:1.02;margin:.75rem 0 1rem}.brand-block p{color:#f7f7f2db;line-height:1.65;margin:0}.sidebar-nav{grid-gap:.9rem;display:grid;gap:.9rem}.nav-card{background:#ffffff14;border:1px solid #ffffff29;border-radius:14px;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.1rem;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.nav-card:focus-visible,.nav-card:hover{background:#ffffff26;border-color:#fff5a58c;transform:translateY(-1px)}.nav-card-active{background:linear-gradient(135deg,#fff9bd52,#ffffff1f);border-color:#fff9bd94}.nav-card-title{font-weight:700}.nav-card-description{color:#f7f7f2c7;font-size:.92rem}.sidebar-user{grid-gap:.35rem;background:#ffffff14;border:1px solid #ffffff29;border-radius:14px;border-radius:var(--radius-md);display:grid;gap:.35rem;padding:1rem 1.1rem}.sidebar-user strong{font-size:1.02rem}.sidebar-user span:not(.brand-kicker):not(.sidebar-role){color:#f7f7f2c7;word-break:break-word}.sidebar-role{background:#fff9bd2e;border-radius:999px;color:#fff4b2;display:inline-flex;font-size:.72rem;font-weight:700;letter-spacing:.08em;padding:.28rem .62rem;text-transform:uppercase;width:fit-content}.sidebar-footer-actions{grid-gap:.75rem;display:grid;gap:.75rem;margin-top:auto}.sidebar-logout{margin-top:0}.sidebar-settings-button{align-items:center;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;color:#f7f7f2;color:var(--sidebar-text);display:inline-flex;font-weight:700;gap:.6rem;justify-content:center;padding:.95rem 1.1rem;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.sidebar-settings-button:focus-visible,.sidebar-settings-button:hover{background:#ffffff26;border-color:#fff5a58c;transform:translateY(-1px)}.sidebar-settings-button-active{background:linear-gradient(135deg,#fff9bd52,#ffffff1f);border-color:#fff9bd94}.sidebar-settings-icon{font-size:1rem;line-height:1}.main-panel{padding:2rem}.content-stack,.page{grid-gap:1.5rem;display:grid;gap:1.5rem}.hero-card,.panel-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffde9e0;background:var(--surface);border:1px solid #898c9147;border:1px solid var(--line);box-shadow:0 22px 55px #6e705a29;box-shadow:var(--shadow-lg)}.hero-card{grid-gap:1.5rem;align-items:stretch;border-radius:28px;border-radius:var(--radius-xl);display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);padding:1.8rem}.eyebrow,.section-kicker{color:#7a7d61}.hero-card h2{color:#4a4d3c;font-size:clamp(2rem,4vw,3.1rem);line-height:1;margin:.65rem 0 .85rem}.empty-state p,.hero-card p,.section-heading p{color:#393c3fbd;line-height:1.7;margin:0}.hero-stats{grid-gap:1rem;align-content:start;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.order-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-stat-tile{align-content:center;background:linear-gradient(180deg,#fffff8e6,#f3f3e7fa);border:1px solid #898c912e;border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 10px 24px #6e705a1f;box-shadow:var(--shadow-md);display:grid;min-height:112px;padding:1.15rem 1.2rem}.hero-stat-button{cursor:pointer;inline-size:100%;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.hero-stat-button:hover{transform:translateY(-2px)}.hero-stat-active{border-color:#a59d4c80;box-shadow:0 14px 24px #a59d4c2e}.hero-stat-tile span{color:#393c3f9e;display:block;font-size:.92rem;line-height:1.35}.hero-stat-tile strong{color:#4b4e3f;display:block;font-size:clamp(1.45rem,2.2vw,1.85rem);line-height:1.05;margin-top:.45rem}.panel-card{border-radius:28px;border-radius:var(--radius-xl);padding:1.6rem}.section-heading,.toolbar{align-items:end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.55rem}.section-heading h3,.toolbar h3{color:#575a5d;font-size:1.65rem;margin:.55rem 0 0}.section-heading>div{grid-gap:.2rem;display:grid;gap:.2rem}.section-heading p{max-width:560px;padding-top:.15rem}.form-grid{grid-gap:1rem 1.1rem;display:grid;gap:1rem 1.1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.single-column-field{grid-gap:.85rem;display:grid;gap:.85rem;margin-top:1rem}.field{grid-gap:.48rem;display:grid;gap:.48rem}.field-full{grid-column:1/-1}.field span,.search-field span{color:#666a6d;font-size:.92rem;font-weight:700}.field-hint{color:#393c3fad;font-size:.84rem;line-height:1.4}.field input,.field select,.field textarea,.search-field input{background:#ffffffc7;border:1px solid #898c9147;border:1px solid var(--line);border-radius:16px;color:#393c3f;color:var(--surface-ink);padding:.95rem 1rem;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;width:100%}.field input[type=number]::-webkit-inner-spin-button,.field input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.field input[type=number]{-moz-appearance:textfield}.date-input-wrap{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:minmax(0,1fr) auto;position:relative}.date-trigger{background:#767b801f;border:1px solid #898c9147;border:1px solid var(--line);border-radius:16px;color:#5a5f64;cursor:pointer;font-weight:700;padding:.95rem 1rem}.native-date-input{block-size:1px;inline-size:1px;opacity:0;pointer-events:none;position:absolute}.field textarea{min-height:120px;resize:vertical}.customer-info-grid .field textarea{min-height:56px;resize:none}.drawing-row{grid-gap:.65rem;align-items:center;display:grid;gap:.65rem;grid-template-columns:minmax(0,1fr) auto}.compact-checkbox{align-self:center;white-space:nowrap}.plain-textarea{background:#ffffffc7;border:1px solid #898c9147;border:1px solid var(--line);border-radius:16px;color:#393c3f;color:var(--surface-ink);min-height:120px;padding:.95rem 1rem;resize:vertical;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;width:100%}.field input:focus,.field select:focus,.field textarea:focus,.plain-textarea:focus,.search-field input:focus{border-color:#a59d4cbf;box-shadow:0 0 0 4px #d5cd7133;outline:none;transform:translateY(-1px)}.checkbox-field{align-items:center;color:#393c3fcc;display:inline-flex;font-weight:600;gap:.7rem}.checkbox-field input{accent-color:#a59d4c;accent-color:var(--accent-dark);block-size:1.05rem;inline-size:1.05rem}.inline-field-group{align-items:center;background:#ffffffc7;border:1px solid #898c9147;border:1px solid var(--line);border-radius:16px;display:flex;flex-wrap:wrap;gap:.8rem;min-height:56px;padding:.8rem 1rem}.inline-field-group input,.inline-field-group select{background:#ffffffeb;border:1px solid #898c9147;border:1px solid var(--line);border-radius:14px;color:#393c3f;color:var(--surface-ink);min-width:160px;padding:.72rem .85rem}.customer-select-row{flex-wrap:nowrap}.customer-select-row input,.customer-select-row select{flex:1 1 auto;min-width:0}.project-code-stack{grid-template-columns:140px minmax(0,1fr)}.part-size-group{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr)}.part-size-group input{background:#ffffffeb;border:1px solid #898c9147;border:1px solid var(--line);border-radius:14px;color:#393c3f;color:var(--surface-ink);min-width:0;padding:.72rem .85rem}.part-size-separator{color:#666a6d;font-size:1rem;font-weight:700}.time-duration-group input{background:#ffffffeb;border:1px solid #898c9147;border:1px solid var(--line);border-radius:14px;color:#393c3f;color:var(--surface-ink);min-width:0;padding:.72rem .85rem;width:100%}.time-duration-label{color:#666a6d;font-size:.92rem;font-weight:700}.time-duration-group{display:grid;flex-wrap:nowrap;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto}.loading-panel{display:grid;min-height:220px;place-items:center}.loading-bar-shell{grid-gap:.9rem;display:grid;gap:.9rem;width:min(460px,100%)}.loading-bar-track{background:linear-gradient(180deg,#767b802e,#5f64681f);border:1px solid #898c914d;border-radius:999px;height:14px;overflow:hidden;position:relative}.loading-bar-fill{animation:loading-bar-slide 1.15s ease-in-out infinite;background:linear-gradient(90deg,#d7d27a,#f0de6b,#b5ad52);border-radius:999px;box-shadow:0 0 18px #d5cd7159;height:100%;width:42%}@keyframes loading-bar-slide{0%{transform:translateX(-115%)}50%{transform:translateX(95%)}to{transform:translateX(240%)}}.action-strip,.form-actions,.table-actions,.toolbar-actions{display:flex;flex-wrap:wrap;gap:.75rem}.form-actions{border-top:1px solid #898c9129;margin-top:1.6rem;padding-top:1.15rem}.button-link,.danger-button,.ghost-button,.primary-button,.table-button{align-items:center;border:none;border-radius:999px;box-shadow:inset 0 1px 0 #fffc,0 8px 18px #5c5f491f;cursor:pointer;display:inline-flex;font-weight:700;gap:.55rem;justify-content:center;letter-spacing:.01em;padding:.92rem 1.22rem;position:relative;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease,background .16s ease,border-color .16s ease}.button-link:hover,.danger-button:hover,.ghost-button:hover,.primary-button:hover,.table-button:hover{box-shadow:inset 0 1px 0 #ffffffe6,0 12px 22px #5c5f492e;transform:translateY(-2px)}.button-link:active,.danger-button:active,.ghost-button:active,.primary-button:active,.table-button:active{box-shadow:inset 0 2px 4px #00000014,0 5px 12px #5c5f491f;transform:translateY(0)}.primary-button{background:linear-gradient(135deg,#d5cd71,#a59d4c);background:linear-gradient(135deg,var(--accent),var(--accent-dark));box-shadow:inset 0 1px 0 #ffffff61,0 12px 20px #a59d4c3d;color:#4a4b2e}.ghost-button,.table-button{background:linear-gradient(180deg,#ffffffeb,#eceee4e0);border:1px solid #767b802e;color:#555a5f}.danger-button,.table-button-danger{background:linear-gradient(180deg,#fff7f7fa,#f4dbdbeb);border:1px solid #b04f4f2e;color:#8b3333}.danger-button:disabled,.primary-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.search-row{align-items:end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.25rem}.search-field{grid-gap:.45rem;display:grid;gap:.45rem;width:min(520px,100%)}.quick-filter-field{width:min(240px,100%)}.quick-filter-field select{background:#ffffffc7;border:1px solid #898c9147;border:1px solid var(--line);border-radius:16px;color:#393c3f;color:var(--surface-ink);padding:.95rem 1rem;width:100%}.action-highlight,.result-count{background:#767b8014;border-radius:20px;border-radius:var(--radius-lg);min-width:140px;padding:.95rem 1rem}.result-count{text-align:center}.action-highlight strong,.result-count strong{color:#585d61;display:block;font-size:1.35rem}.action-highlight span,.result-count span{color:#393c3f9e}.table-shell{background:#ffffffad;border:1px solid #898c9147;border:1px solid var(--line);border-radius:22px;overflow:hidden}.status-board{grid-gap:1rem;display:grid;gap:1rem;grid-auto-columns:minmax(260px,1fr);grid-auto-flow:column;overflow-x:auto;padding-bottom:.35rem}.status-lane{grid-gap:.9rem;background:linear-gradient(180deg,#ffffffeb,#f7f7ede0),radial-gradient(circle at top right,#d5cd7124,#0000 38%);border:1px solid #898c912e;border-radius:24px;box-shadow:0 10px 24px #6e705a1f;box-shadow:var(--shadow-md);display:grid;gap:.9rem;grid-template-rows:auto minmax(260px,1fr);min-height:520px;padding:1rem}.status-lane-header{align-items:center;display:flex;gap:.85rem;justify-content:space-between}.status-lane-title-row{align-items:center;display:inline-flex;gap:.65rem;min-width:0}.status-lane-title-row strong{color:#4f5357;font-size:1.05rem}.status-lane-dot{block-size:.72rem;border-radius:999px;flex-shrink:0;inline-size:.72rem}.status-lane-count{align-items:center;background:#666a6d17;border-radius:999px;color:#61656a;display:inline-flex;font-weight:800;justify-content:center;min-height:2rem;min-width:2rem;padding:.2rem .55rem}.status-lane-body{grid-gap:.9rem;align-content:start;display:grid;gap:.9rem}.status-lane-placeholder{background:#ffffff80;border:1px dashed #898c917a;border:1px dashed var(--line-strong);border-radius:18px;color:#393c3f8f;display:grid;font-weight:700;min-height:140px;place-items:center}.order-dashboard-card{grid-gap:.85rem;background:#ffffffeb;border:1px solid #898c9129;border-radius:20px;box-shadow:0 10px 18px #5c5f491a;color:inherit;cursor:pointer;display:grid;gap:.85rem;padding:1rem;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;width:100%}.order-dashboard-card:focus-visible,.order-dashboard-card:hover{border-color:#a59d4c61;box-shadow:0 16px 24px #5c5f4924;transform:translateY(-2px)}.order-dashboard-card-top{align-items:start;display:flex;gap:.75rem;justify-content:space-between}.order-dashboard-card-top strong{color:#4a4d3c;font-size:1.02rem}.order-dashboard-select{accent-color:#a59d4c;accent-color:var(--accent-dark);block-size:1.1rem;cursor:pointer;flex-shrink:0;inline-size:1.1rem}.order-dashboard-card-main{grid-gap:.3rem;display:grid;gap:.3rem}.order-dashboard-card-main span{color:#505458;font-weight:700;line-height:1.45;word-break:break-word}.order-dashboard-card-main small{color:#393c3f9e;font-size:.86rem}.order-dashboard-meta{grid-gap:.35rem;color:#393c3fb3;display:grid;font-size:.88rem;gap:.35rem;line-height:1.45}.order-dashboard-card-actions{display:flex;justify-content:flex-end;padding-top:.1rem}.status-chip{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:.76rem;font-weight:800;justify-content:center;padding:.38rem .7rem;white-space:nowrap}.status-board-empty{background:#ffffff85;border:1px dashed #898c917a;border:1px dashed var(--line-strong);border-radius:24px;min-height:240px}.permission-category-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.orders-table{border-collapse:collapse;width:100%}.orders-table td,.orders-table th{border-bottom:1px solid #898c9124;padding:1rem;text-align:left;vertical-align:middle}.orders-table thead{background:#767b801a}.orders-table th{color:#5f6468cc;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.header-sort{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.header-sort-actions{display:inline-flex;gap:.2rem}.header-sort-button{background:linear-gradient(180deg,#ffffffeb,#ebeee3db);border:1px solid #767b801f;border-radius:8px;box-shadow:0 4px 10px #5c5f4914;color:#5f6468d1;cursor:pointer;line-height:1;padding:.28rem .42rem}.header-sort-button-active{background:linear-gradient(135deg,#d5cd71,#a59d4c);background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-color:#a59d4c59;color:#4a4b2e}.orders-table tbody tr:hover{background:#ffffff85}.status-select{border:none;border-radius:999px}.status-button,.status-select{color:#fff;font-weight:700;min-width:138px;padding:.7rem .9rem}.status-button{align-items:center;border:1px solid #ffffff2e;border-radius:999px;box-shadow:inset 0 1px 0 #ffffff47,0 8px 16px #5c5f4929;cursor:pointer;display:inline-flex;gap:.5rem;justify-content:space-between;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.status-button:hover{box-shadow:inset 0 1px 0 #ffffff52,0 12px 20px #5c5f4933;transform:translateY(-2px)}.status-dots{display:inline-grid;gap:.18rem;justify-items:center;opacity:.92}.status-dots span{background:currentColor;block-size:.22rem;border-radius:999px;inline-size:.22rem}.status-chip.status-pending,.status-lane-dot.status-pending{background:#d68a8a}.status-chip.status-unreleased,.status-lane-dot.status-unreleased{background:#7f858c}.status-chip.status-ready-to-print,.status-lane-dot.status-ready-to-print{background:#d48b3b}.status-chip.status-printing,.status-lane-dot.status-printing{background:#c6b24a}.status-chip.status-partial-printing,.status-lane-dot.status-partial-printing{background:#b99545}.status-chip.status-machine-down,.status-lane-dot.status-machine-down{background:#b04f4f}.status-chip.status-ready-to-post-process,.status-lane-dot.status-ready-to-post-process{background:#b88b5a}.status-chip.status-post-process,.status-chip.status-post-processing,.status-lane-dot.status-post-process,.status-lane-dot.status-post-processing{background:#8a6242}.status-chip.status-painting,.status-lane-dot.status-painting{background:#7d56b3}.status-pending{background:#d68a8a}.status-unreleased{background:#7f858c}.status-ready-to-print{background:#d48b3b}.status-printing{background:#c6b24a}.status-partial-printing{background:#b99545}.status-machine-down{background:#b04f4f}.status-ready-to-post-process{background:#b88b5a}.status-post-process,.status-post-processing{background:#8a6242}.status-painting{background:#7d56b3}.status-completed,.status-delivered{background:#5f955f}.status-proceed-to-partner{background:#6c806f}.empty-state{padding:2.4rem 1rem;text-align:center}.empty-state strong{color:#565a5e;display:block;font-size:1.05rem;margin-bottom:.4rem}.action-card .section-heading{margin-bottom:1rem}.action-strip{align-items:center;justify-content:space-between}.machine-grid{grid-gap:1rem 1.1rem;display:grid;gap:1rem 1.1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.machine-note{color:#393c3fbd;line-height:1.7;margin:0}.status-stack{grid-gap:.55rem;display:grid;gap:.55rem}.order-status-followup{min-width:138px}.machine-notes-field{margin-top:1rem}.panel-card>.field.field-full+.form-actions,.panel-card>.form-grid+.form-actions,.panel-card>.machine-grid+.form-actions,.panel-card>.sample-label-section+.form-actions{margin-top:1.8rem}.copy-stack{margin-top:1.25rem}.copy-card,.copy-stack{grid-gap:1rem;display:grid;gap:1rem}.copy-card{background:#ffffff8c;border:1px dashed #898c917a;border:1px dashed var(--line-strong);border-radius:20px;border-radius:var(--radius-lg);padding:1.25rem}.copy-card-header{align-items:start;display:flex;gap:1rem;justify-content:space-between}.copy-card-header h4{color:#565a5e;font-size:1.2rem;margin:.45rem 0 0}.multi-select-grid{grid-gap:.75rem 1rem;background:#ffffffc7;border:1px solid #898c9147;border:1px solid var(--line);border-radius:16px;display:grid;gap:.75rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr));padding:.8rem 1rem}.summary-preview-grid .action-highlight{min-width:0}.summary-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.machine-totals-row{grid-template-columns:repeat(5,minmax(0,1fr))}.summary-preview-grid .action-highlight strong{font-size:1.05rem;line-height:1.4;word-break:break-word}.summary-row-strip{grid-gap:.75rem;background:#ffffff94;border:1px dashed #898c917a;border:1px dashed var(--line-strong);border-radius:20px;border-radius:var(--radius-lg);display:grid;gap:.75rem;grid-template-columns:repeat(4,minmax(0,1fr));padding:1rem}.summary-row-value{background:#767b8014;border-radius:16px;color:#565a5e;display:block;font-size:1rem;line-height:1.45;min-width:0;padding:.95rem 1rem;word-break:break-word}.sample-label-section{grid-gap:.7rem;display:grid;gap:.7rem;margin-top:1.35rem}.sample-label-section h3,.sample-label-section h4{color:#575a5d;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;margin:0}.sample-label-section p{color:#393c3fbd;line-height:1.6;margin:0}.mix-table-shell{grid-gap:.9rem;display:grid;gap:.9rem}.mix-table-title{color:#565a5e}.mix-table{background:#ffffffb8;border:1px solid #898c9147;border:1px solid var(--line);border-collapse:collapse;border-radius:18px;overflow:hidden;width:100%}.mix-table td,.mix-table th{border-bottom:1px solid #898c9124;padding:.9rem 1rem;text-align:left}.mix-table th{background:#767b8014;color:#5f6468d1;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.mix-table td input{background:#ffffffeb;border:1px solid #898c9147;border:1px solid var(--line);border-radius:14px;padding:.7rem .85rem;width:100%}.ratio-summary-card{margin-top:1rem}.sample-delivery-label{grid-gap:.32rem;align-content:start;background:#ffffffe0;border:1px dashed #767b8080;border-radius:12px;box-shadow:0 10px 24px #6e705a1f;box-shadow:var(--shadow-md);display:grid;gap:.32rem;min-height:1.575in;padding:.18in .16in;width:2.461in}.sample-delivery-label-title{color:#3d4043;font-size:.8rem;font-weight:700;text-align:center}.sample-delivery-label-body{grid-gap:.18rem;display:grid;gap:.18rem}.sample-delivery-label-row{grid-gap:.35rem;align-items:start;color:#3d4043;display:grid;font-family:Segoe UI,Trebuchet MS,sans-serif;font-size:.7rem;gap:.35rem;grid-template-columns:auto minmax(0,1fr);line-height:1.28;margin:0}.sample-delivery-label-key{font-weight:700;white-space:nowrap}.sample-delivery-label-value{min-width:0;word-break:break-word}.notification-stack{grid-gap:.8rem;display:grid;gap:.8rem;position:fixed;right:1.4rem;top:1.4rem;width:min(380px,calc(100vw - 2rem));z-index:1200}.notification-card{align-items:start;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #898c912e;border-radius:18px;box-shadow:0 18px 35px #5c5f492e;display:flex;gap:.9rem;justify-content:space-between;padding:1rem 1.05rem}.notification-copy{grid-gap:.22rem;display:grid;gap:.22rem}.notification-copy strong{color:#4b4e3f;font-size:.98rem}.notification-copy span{color:#393c3fc7;font-size:.92rem;line-height:1.55}.notification-success{background:linear-gradient(180deg,#f8fff6fa,#eff8edf5);border-color:#5f955f4d}.notification-warning{background:linear-gradient(180deg,#fffaf3fa,#fbf1e3f5);border-color:#d48b3b4d}.notification-danger{background:linear-gradient(180deg,#fff8f8fa,#f8eaeaf5);border-color:#b04f4f42}.notification-close{background:#0000;border:none;color:#72777c;cursor:pointer;font-size:1.2rem;line-height:1;padding:.1rem}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#393c3f57;display:grid;inset:0;padding:1.5rem;place-items:center;position:fixed;z-index:1300}.modal-card{background:#fffef6fa;border:1px solid #898c9133;border-radius:24px;box-shadow:0 24px 55px #393c3f3d;padding:1.4rem;width:min(480px,100%)}.modal-card h3{color:#575a5d;font-family:Georgia,Times New Roman,serif;font-size:1.7rem;margin:.4rem 0 .7rem}.modal-card p{color:#393c3fcc;line-height:1.7;margin:0}.modal-danger{border-color:#b04f4f47}.modal-actions{justify-content:flex-end}.machine-down-modal{width:min(540px,100%)}.order-details-modal{max-height:min(88vh,920px);overflow-y:auto;width:min(760px,100%)}.order-details-sections{grid-gap:1rem;display:grid;gap:1rem;margin-top:1.1rem}.order-details-section{grid-gap:.8rem;display:grid;gap:.8rem}.order-details-section-header{grid-gap:.15rem;display:grid;gap:.15rem}.order-details-section-header h4{color:#565a5e;font-size:1.08rem;margin:0}.order-details-grid{grid-gap:.9rem 1rem;display:grid;gap:.9rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.order-details-item{grid-gap:.32rem;background:#ffffffb8;border:1px solid #898c9129;border-radius:18px;display:grid;gap:.32rem;padding:.95rem 1rem}.order-details-item span{color:#393c3f9e;font-size:.84rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.order-details-item strong{color:#4f5357;font-size:.98rem;line-height:1.5;word-break:break-word}.order-details-item-wide{grid-column:1/-1}.machine-down-alert-list{grid-gap:.85rem;display:grid;gap:.85rem;margin-top:1.2rem}.machine-down-alert-item{align-items:center;background:linear-gradient(180deg,#fffcfcfa,#faf0f0f5);border:1px solid #b04f4f38;border-radius:18px;color:#5c4343;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.05rem;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;width:100%}.machine-down-alert-item:focus-visible,.machine-down-alert-item:hover{border-color:#b04f4f70;box-shadow:0 14px 24px #b04f4f24;transform:translateY(-1px)}.machine-down-alert-item strong{font-size:1rem}.machine-down-alert-item span{color:#5c4343c7;font-weight:700}.machine-status-chip{cursor:default;justify-content:center;min-width:112px}.machine-status-chip:hover{box-shadow:inset 0 1px 0 #ffffff47,0 8px 16px #5c5f4929;transform:none}.machine-status-legend{background:#ffffffb3;border:1px solid #898c9147;border:1px solid var(--line);border-radius:20px;border-radius:var(--radius-lg);display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.2rem;padding:.95rem 1rem}.machine-board-toolbar{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:minmax(0,1.8fr) repeat(2,minmax(180px,.7fr)) auto;margin-bottom:1rem}.machine-board-count{min-width:0}.machine-status-legend-item{align-items:center;color:#565a5e;display:inline-flex;font-weight:700;gap:.55rem}.machine-status-dot{block-size:.95rem;border:1px solid #ffffff73;border-radius:999px;box-shadow:inset 0 1px 0 #ffffff59;inline-size:.95rem}.machine-status-dot-available{background:#5f955f}.machine-status-dot-occupied{background:#c6b24a}.machine-status-dot-down{background:#b04f4f}.machine-category-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.machine-summary-grid{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:1rem}.machine-summary-card{grid-gap:.72rem;background:linear-gradient(180deg,#ffffffeb,#f5f6ecd6),radial-gradient(circle at top right,#d5cd712e,#0000 45%);border:1px solid #898c9147;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 24px #6e705a1f;box-shadow:var(--shadow-md);display:grid;gap:.72rem;padding:1rem}.machine-summary-header{align-items:start;display:flex;gap:1rem;justify-content:space-between}.machine-summary-header strong{color:#4f5345;font-size:1.6rem;line-height:1}.machine-summary-bar{background:#767b8024;block-size:.6rem;border-radius:999px;overflow:hidden}.machine-summary-bar-fill{background:linear-gradient(135deg,#c6b24a,#9d8d2c);block-size:100%;border-radius:inherit;display:block}.machine-summary-meta{color:#393c3fb8;display:flex;font-size:.9rem;font-weight:700;gap:.8rem;justify-content:space-between}.machine-category-card{grid-gap:.95rem;background:#fff9;border:1px solid #898c9147;border:1px solid var(--line);border-radius:20px;border-radius:var(--radius-lg);display:grid;gap:.95rem;padding:1rem}.machine-category-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.machine-category-header strong{color:#5a5f64;font-size:.95rem}.machine-token-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.machine-token-card{grid-gap:.6rem;background:linear-gradient(180deg,#f7fff6f5,#edf7ebeb);border:1px solid #5f955f2e;border-radius:18px;box-shadow:0 10px 18px #5f955f14;display:grid;gap:.6rem;min-height:88px;padding:.95rem;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.machine-token-card:hover{box-shadow:0 14px 24px #5c5f4924;transform:translateY(-2px)}.machine-token-card-occupied{background:linear-gradient(180deg,#fffcf0fa,#f7f1d5f0);border-color:#c6b24a3d;box-shadow:0 10px 18px #c6b24a1f}.machine-token-card-down{background:linear-gradient(180deg,#fff6f6fa,#f7e0e0f0);border-color:#b04f4f47;box-shadow:0 10px 18px #b04f4f24}.machine-token-topline{align-items:center;display:flex;gap:.75rem;justify-content:flex-end}.machine-token-name{color:#45494c;font-size:1rem;font-weight:800;line-height:1.35}.machine-token-link{background:#0000;border:none;cursor:pointer;font-weight:800;padding:0;text-align:left;text-decoration:underline;text-underline-offset:.16em}.machine-board-empty{background:#ffffff8c;border:1px dashed #898c917a;border:1px dashed var(--line-strong);border-radius:20px;border-radius:var(--radius-lg)}@media (max-width:1080px){.app-shell,.hero-card{grid-template-columns:1fr}.machine-board-toolbar,.machine-summary-grid{grid-template-columns:1fr 1fr}.status-board{grid-auto-columns:minmax(280px,320px)}.machine-category-grid{grid-template-columns:1fr}}@media (max-width:760px){.main-panel,.sidebar{padding:1.1rem}.hero-card,.panel-card{border-radius:24px;padding:1.15rem}.hero-card h2{font-size:2rem}.form-grid,.hero-stats,.machine-grid,.permission-category-grid,.status-board{grid-template-columns:1fr}.status-board{grid-auto-columns:auto;grid-auto-flow:row}.status-lane{min-height:0}.order-details-grid{grid-template-columns:1fr}.order-summary-grid{grid-template-columns:1fr 1fr}.machine-board-toolbar,.machine-summary-grid,.order-summary-grid{grid-template-columns:1fr}.machine-token-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.machine-totals-row,.summary-preview-grid,.summary-row-strip{grid-template-columns:1fr}.action-strip,.search-row,.section-heading,.toolbar{align-items:start;flex-direction:column}.orders-table{min-width:1080px}.notification-stack{left:1rem;right:1rem;top:1rem;width:auto}.machine-token-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.a2f670fa.css.map*/