:root{--canvas:#fbf7f2;--surface:#fffdfb;--surface-pink:#f5e5e6;--ink:#161513;--muted:#625b57;--border:#e7ddd8;--border-strong:#d7cac4;--brand:#b4232f;--brand-hover:#931d28;--brand-soft:#f8ecec;--success:#2f6b4f;--success-soft:#edf6f0;--danger-soft:#fff0f0;--sidebar-width:250px;--radius-small:8px;--radius-medium:14px;--radius-large:22px;--shadow-small:0 8px 24px rgb(46 31 27/7%);--shadow-medium:0 20px 55px rgb(46 31 27/9%);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif;color:var(--ink);background:var(--canvas);color-scheme:light}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:auto}body,html{background:var(--canvas)}body{min-height:100vh;margin:0;color:var(--ink);font-size:16px;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,input,select,textarea{color:inherit;font:inherit;touch-action:manipulation;-webkit-tap-highlight-color:rgb(180 35 47/14%)}button,input[type=checkbox],input[type=radio],label,select{cursor:pointer}button:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.62}[tabindex]:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--brand);outline-offset:3px}button{border:0}.action-card,.back-button,.checkbox-card,.expand-button,.mobile-nav a,.mobile-nav button,.primary-button,.radio-card,.secondary-button,.side-nav-button,.table-tab{transition:color .17s ease,background-color .17s ease,border-color .17s ease,box-shadow .18s ease}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:12px;left:12px;min-height:44px;padding:9px 16px;border-radius:var(--radius-small);color:#fff;background:var(--brand);font-weight:700;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.app-shell{min-height:100vh}.app-sidebar{position:fixed;z-index:20;inset:0 auto 0 0;display:flex;width:var(--sidebar-width);flex-direction:column;padding:34px 22px 24px;border-right:1px solid var(--border);background:var(--surface)}.brand-block,.mobile-brand{display:flex;align-items:center;gap:12px}.brand-mark{display:inline-grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border:1px solid var(--ink);border-radius:50%;color:var(--surface);background:var(--ink);font-size:15px;font-weight:800;letter-spacing:.06em}.brand-copy{display:flex;min-width:0;flex-direction:column;line-height:1.25}.brand-copy strong{font-size:17px;letter-spacing:.03em}.brand-copy small,.mobile-brand small{margin-top:5px;color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.12em}.side-nav{display:grid;gap:8px;margin-top:58px}.side-nav-label{margin:0 12px 7px;color:#847a75;font-size:11px;font-weight:700;letter-spacing:.14em}.side-nav-button{position:relative;display:grid;width:100%;min-height:66px;grid-template-columns:24px minmax(0,1fr);gap:13px;align-items:center;padding:10px 12px;border-radius:12px;color:var(--muted);background:transparent;text-align:left}.side-nav-button:before{position:absolute;top:16px;bottom:16px;left:-22px;width:3px;border-radius:0 3px 3px 0;background:var(--brand);content:"";opacity:0}.side-nav-button:hover{color:var(--ink);background:var(--brand-soft)}.side-nav-button[data-active=true]{color:var(--ink);background:var(--surface-pink)}.side-nav-button[data-active=true]:before{opacity:1}.side-nav-button span{display:flex;min-width:0;flex-direction:column}.side-nav-button strong{font-size:15px;font-weight:700}.side-nav-button small{margin-top:1px;color:var(--muted);font-size:11px}.companion-portal-entry-link{text-decoration:none;touch-action:manipulation;-webkit-tap-highlight-color:rgb(180 35 47/14%)}.companion-portal-entry-link:focus-visible{outline:3px solid var(--brand);outline-offset:3px}.sidebar-footnote{display:flex;align-items:center;gap:8px;margin-top:auto;padding:14px 12px;border-top:1px solid var(--border);color:var(--muted);font-size:12px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgb(47 107 79/11%)}.mobile-header{display:none}.app-main{min-height:100vh;margin-left:var(--sidebar-width);padding:50px clamp(40px,4vw,84px) 80px}.page-section{width:100%;max-width:1880px;margin:0 auto}.page-heading{margin-bottom:44px}.page-heading h1{margin:3px 0 8px;font-size:clamp(34px,2.25vw,48px);line-height:1.16;letter-spacing:-.035em;text-wrap:balance}h1[id]{scroll-margin-top:88px}.page-heading>div>p:last-child,.page-heading>p:last-child{max-width:760px;margin:0;color:var(--muted)}.eyebrow{margin:0;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.2em}.workbench{max-width:1260px;margin-left:0;padding-top:clamp(10px,5vh,72px)}.workbench-heading{max-width:820px;margin-bottom:58px}.workbench-heading h1{font-size:clamp(42px,3.1vw,66px)}.workbench-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.action-card{position:relative;display:grid;min-height:238px;grid-template-columns:62px minmax(0,1fr) 28px;gap:21px;align-items:start;padding:34px;border:1px solid var(--border);border-radius:var(--radius-large);color:var(--ink);background:var(--surface);box-shadow:var(--shadow-small);text-align:left}.action-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-medium)}.action-card-primary{border-color:#ecd3d5;background:var(--surface-pink)}.action-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:18px;color:#fff;background:var(--brand)}.action-card:not(.action-card-primary) .action-icon{color:var(--ink);background:#f2ece8}.action-card-copy{display:flex;flex-direction:column}.action-card-copy small{color:var(--brand);font-size:11px;font-weight:750;letter-spacing:.12em}.action-card-copy strong{margin-top:9px;font-size:clamp(24px,1.55vw,32px);line-height:1.25}.action-card-copy span{max-width:360px;margin-top:14px;color:var(--muted);font-size:14px;line-height:1.8}.action-arrow{margin-top:17px;color:var(--brand)}.workbench-note{display:flex;max-width:780px;gap:20px;align-items:flex-start;margin-top:42px;padding-top:26px;border-top:1px solid var(--border)}.note-index{color:var(--brand);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:800}.workbench-note strong{font-size:14px}.workbench-note p{margin:4px 0 0;color:var(--muted);font-size:13px}.state-panel{display:grid;width:min(100%,620px);min-height:300px;place-items:center;align-content:center;margin:8vh auto 0;padding:42px;border:1px solid var(--border);border-radius:var(--radius-large);background:var(--surface);text-align:center}.state-panel svg{margin-bottom:16px;color:var(--brand)}.state-panel strong{font-size:20px}.state-panel p{margin:6px 0 20px;color:var(--muted)}.state-panel-error{border-color:#e9c7ca;background:var(--danger-soft)}.compact-heading{position:relative;max-width:1050px;padding-top:38px}.back-button{position:absolute;top:-8px;left:-8px;display:inline-flex;min-height:44px;align-items:center;gap:7px;padding:7px 8px;color:var(--muted);background:transparent;font-size:13px;font-weight:650}.back-button:hover{color:var(--brand)}.order-entry{max-width:1220px;margin-left:0}.order-form{padding:clamp(28px,3vw,48px);border:1px solid var(--border);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow-small)}.auto-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:44px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-medium);background:var(--border)}.auto-fields div{display:flex;min-height:84px;flex-direction:column;justify-content:center;padding:17px 20px;background:#faf6f3}.auto-fields span{color:var(--muted);font-size:12px}.auto-fields strong{margin-top:5px;font-size:14px}.form-field{min-width:0;margin:0 0 34px;padding:0;border:0}.field-label-row>label,.form-field>label,.form-field>legend{display:block;margin-bottom:10px;color:var(--ink);font-size:14px;font-weight:720}.field-label-row>label span,.form-field>label span,.form-field>legend span{color:var(--brand)}.field-label-row{display:flex;align-items:center;justify-content:space-between}.character-count{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.character-count.over-limit{color:var(--brand);font-weight:750}.form-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.form-field select,.form-field textarea{width:100%;min-height:50px;border:1px solid var(--border-strong);border-radius:10px;background:#fff}.form-field select{padding:0 42px 0 14px}.form-field textarea{min-height:118px;resize:vertical;padding:13px 14px;line-height:1.75}.form-field select:hover,.form-field textarea:hover{border-color:#b9aaa3}.form-field [aria-invalid=true]:not(fieldset),.form-field[aria-invalid=true] .choice-row,.form-field[aria-invalid=true] .companion-grid{border-color:var(--brand)}.choice-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.radio-card{position:relative;display:flex;min-height:58px;align-items:center;gap:12px;padding:11px 15px;border:1px solid var(--border-strong);border-radius:10px;background:#fff}.radio-card:hover{border-color:#b9aaa3}.radio-card:has(input:checked){border-color:var(--brand);background:var(--brand-soft)}.checkbox-card input,.radio-card input{position:absolute;width:1px;height:1px;opacity:0}.checkbox-card:has(input:focus-visible),.radio-card:has(input:focus-visible){outline:3px solid var(--brand);outline-offset:3px}.radio-control{width:20px;height:20px;flex:0 0 20px;border:1px solid #a49790;border-radius:50%;background:#fff}.radio-card input:checked+.radio-control{border:6px solid var(--brand)}.field-hint{margin:7px 0 0;color:var(--muted);font-size:12px}.field-error{margin:8px 0 0;color:var(--brand);font-size:12px;font-weight:680}.companion-field{margin-top:4px}.companion-field>.field-hint{margin:-4px 0 15px}.companion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;border-radius:var(--radius-medium)}.checkbox-card{position:relative;display:flex;min-height:68px;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--border);border-radius:10px;background:#fff}.checkbox-card:hover{border-color:#b9aaa3}.checkbox-card[data-selected=true]{border-color:var(--brand);background:var(--brand-soft)}.checkbox-control{display:grid;width:21px;height:21px;flex:0 0 21px;place-items:center;border:1px solid #a49790;border-radius:5px;color:#fff;background:#fff}.checkbox-card[data-selected=true] .checkbox-control{border-color:var(--brand);background:var(--brand)}.checkbox-card>span:last-child{display:flex;min-width:0;flex-direction:column;line-height:1.3}.checkbox-card strong{font-size:14px}.checkbox-card small{margin-top:5px;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.submit-error{margin:-2px 0 22px;padding:13px 15px;border:1px solid #e8c0c4;border-radius:10px;color:#861a24;background:var(--danger-soft);font-size:13px;font-weight:650}.form-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.primary-button,.secondary-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:720}.primary-button{min-width:176px;color:#fff;background:var(--brand)}.primary-button:hover:not(:disabled){background:var(--brand-hover)}.secondary-button{border:1px solid var(--border-strong);color:var(--ink);background:var(--surface)}.secondary-button:hover:not(:disabled){border-color:#ae9f98;background:#faf6f3}.success-panel{display:grid;grid-template-columns:64px minmax(0,1fr);gap:22px;max-width:880px;align-items:start;padding:32px;border:1px solid #cfe1d5;border-radius:var(--radius-large);background:var(--success-soft)}.success-icon{display:grid;width:60px;height:60px;place-items:center;border-radius:50%;color:#fff;background:var(--success)}.success-kicker{margin:0 0 2px;color:var(--success);font-size:12px;font-weight:780;letter-spacing:.1em}.success-panel div>strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(24px,2vw,34px);letter-spacing:-.02em}.success-panel div>p:last-child{margin:8px 0 0;color:#3f5f4d}.success-summary{display:grid;max-width:880px;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:20px 0 24px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-medium);background:var(--border)}.success-summary div{display:flex;min-height:78px;flex-direction:column;justify-content:center;padding:14px 18px;background:var(--surface)}.success-summary span{color:var(--muted);font-size:11px}.success-summary strong{margin-top:4px;font-size:13px}.data-tables-page{margin-left:0}.data-heading{display:flex;align-items:end;justify-content:space-between;gap:40px}.record-count{display:flex;min-width:124px;align-items:baseline;justify-content:flex-end;gap:7px;padding-bottom:4px;color:var(--muted)}.record-count strong{color:var(--ink);font-size:28px;line-height:1}.record-count span{font-size:12px}.table-tabs{display:flex;min-height:56px;align-items:end;gap:3px;padding:0 6px;border-bottom:1px solid var(--border)}.table-tab{position:relative;display:inline-flex;min-height:50px;align-items:center;gap:9px;padding:10px 16px;color:var(--muted);background:transparent;font-size:14px;font-weight:680}.table-tab:after{position:absolute;right:12px;bottom:-1px;left:12px;height:3px;border-radius:3px 3px 0 0;background:var(--brand);content:"";opacity:0}.table-tab:hover,.table-tab[aria-pressed=true]{color:var(--ink)}.table-tab[aria-pressed=true]:after{opacity:1}.table-tab small{min-width:24px;padding:1px 7px;border-radius:999px;color:var(--muted);background:#eee6e2;font-size:10px;text-align:center}.table-tab[aria-pressed=true] small{color:var(--brand);background:var(--surface-pink)}.table-panel{min-height:340px;overflow:hidden;border:1px solid var(--border);border-top:0;border-radius:0 0 var(--radius-medium) var(--radius-medium);background:var(--surface);box-shadow:var(--shadow-small)}.table-scroll{width:100%;max-height:calc(100vh - 265px);overflow:auto}.data-table-sticky-scrollbar-shell{position:fixed;z-index:18;bottom:max(6px,env(safe-area-inset-bottom));height:18px;padding:1px 0;border:1px solid color-mix(in srgb,var(--border-strong) 70%,transparent);border-radius:7px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 2px 10px rgb(49 35 31/12%);pointer-events:none}.data-table-sticky-scrollbar{width:100%;height:16px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;pointer-events:auto;scrollbar-gutter:stable}.data-table-sticky-scrollbar-content{height:1px}.data-table,.nested-table{width:100%;min-width:1370px;border-spacing:0;border-collapse:separate;color:var(--ink);font-size:13px;text-align:left}.data-table td,.data-table th,.nested-table td,.nested-table th{padding:13px 14px;border-bottom:1px solid #eee6e2;vertical-align:middle}.data-table>thead>tr>th{position:sticky;z-index:3;top:0;height:50px;color:#706762;background:#faf6f3;font-size:11px;font-weight:750;letter-spacing:.035em;white-space:nowrap}.data-table>tbody>tr.parent-order-row:hover,.data-table>tbody>tr:not(.child-order-row):hover{background:#fdf8f5}.data-table>tbody>tr:last-child>td,.data-table>tbody>tr:last-child>th{border-bottom:0}.order-table{table-layout:fixed}.order-table .expand-column{width:58px}.order-table th:nth-child(2){width:152px}.order-table th:nth-child(3){width:106px}.order-table th:nth-child(4),.order-table th:nth-child(5){width:92px}.order-table .description-column{width:220px}.order-table th:nth-child(7),.order-table th:nth-child(8){width:176px}.order-table th:nth-child(9){width:240px}.expand-cell{padding:4px 7px!important;text-align:center}.expand-button{display:inline-grid;border-radius:9px;color:var(--brand)}.expand-button:hover,.expand-button[aria-expanded=true]{background:var(--surface-pink)}.parent-order-row[data-expanded=true]>td,.parent-order-row[data-expanded=true]>th{border-bottom-color:#e7ced0;background:#fdf7f6}.record-number{font-size:12px;font-weight:750}.muted-cell{color:#8a817c}.description-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.people-cell{line-height:1.65}.category-badge{display:inline-block;padding:3px 8px;border:1px solid #ecd3d5;border-radius:999px;color:#841923;background:var(--brand-soft);font-size:11px;font-weight:700;white-space:nowrap}.child-order-row>td{background:var(--surface-pink)}.child-table-wrap{margin:0 22px 18px 56px;overflow:hidden;border-left:3px solid var(--brand);border-radius:0 0 12px 12px;background:#fff9f8}.child-table-heading{height:45px;gap:9px;padding:0 16px;border-bottom:1px solid #ead6d7}.child-table-heading strong{font-size:12px}.child-table-heading span{color:var(--muted);font-size:11px}.nested-table{min-width:930px;font-size:12px}.nested-table thead th{color:#756b67;background:#fbf0f0;font-size:10px;letter-spacing:.035em}.nested-table tbody tr:last-child td,.nested-table tbody tr:last-child th{border-bottom:0}.profile-table-scroll{max-width:920px}.profile-table{min-width:680px;table-layout:fixed}.profile-table td,.profile-table th{width:33.333%}.empty-table{display:grid;min-height:340px;place-items:center;align-content:center;padding:40px;text-align:center}.empty-table strong{font-size:17px}.empty-table p{margin:5px 0 0;color:var(--muted);font-size:13px}.mobile-table-notice{display:none}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:2300px){:root{--sidebar-width:270px}.app-sidebar{padding-right:28px;padding-left:28px}.app-main{padding-right:96px;padding-left:96px}.workbench{max-width:1600px}.data-table,.nested-table{font-size:14px}.data-table td,.data-table th,.nested-table td,.nested-table th{padding-right:17px;padding-left:17px}}@media (max-width:1180px){:root{--sidebar-width:220px}.app-sidebar{padding-right:16px;padding-left:16px}.side-nav-button:before{left:-16px}.app-main{padding-right:30px;padding-left:30px}.companion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.app-sidebar{display:none}.mobile-header{position:sticky;z-index:20;top:0;display:block;border-bottom:1px solid var(--border);background:rgb(255 253 251/97%)}.mobile-brand{min-height:66px;padding:9px 16px 8px}.mobile-brand .brand-mark{width:40px;height:40px;flex-basis:40px;font-size:12px}.mobile-brand>span:last-child{display:flex;flex-direction:column;line-height:1.2}.mobile-brand strong{font-size:14px}.mobile-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 8px 8px}.mobile-nav a,.mobile-nav button{display:flex;min-width:0;min-height:48px;align-items:center;justify-content:center;gap:6px;padding:6px 5px;border-radius:9px;color:var(--muted);background:transparent;font-size:12px;font-weight:680}.mobile-nav button[data-active=true]{color:var(--brand);background:var(--surface-pink)}.app-main{margin-left:0;padding:28px 16px 52px}.page-heading{margin-bottom:28px}.page-heading h1,.workbench-heading h1{font-size:34px}.page-heading>div>p:last-child,.page-heading>p:last-child{font-size:14px}.workbench{padding-top:4px}.workbench-heading{margin-bottom:30px}.workbench-actions{grid-template-columns:1fr;gap:14px}.action-card{min-height:178px;grid-template-columns:50px minmax(0,1fr) 22px;gap:14px;padding:23px 19px;border-radius:17px}.action-icon{width:48px;height:48px;border-radius:14px}.action-card-copy strong{margin-top:6px;font-size:22px}.action-card-copy span{margin-top:8px;font-size:12px;line-height:1.65}.action-arrow{margin-top:13px}.workbench-note{margin-top:30px}.compact-heading{padding-top:38px}.order-form{margin:0 -4px;padding:20px 16px;border-radius:16px}.auto-fields{grid-template-columns:1fr;margin-bottom:34px}.auto-fields div{min-height:68px;padding:12px 15px}.form-field{margin-bottom:28px}.companion-grid,.form-field-grid{grid-template-columns:1fr;gap:10px}.choice-row{gap:9px}.radio-card{min-height:54px;padding-right:12px;padding-left:12px}.form-field select,.form-field textarea{min-height:52px;font-size:16px}.checkbox-card{min-height:60px}.sticky-form-actions{position:sticky;z-index:5;bottom:0;margin:8px -16px -20px;padding:12px 16px max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:rgb(255 253 251/97%)}.form-actions .primary-button,.form-actions .secondary-button{width:100%}.success-panel{grid-template-columns:48px minmax(0,1fr);gap:15px;padding:22px 18px}.success-icon{width:46px;height:46px}.success-panel div>strong{font-size:19px;overflow-wrap:anywhere}.success-panel div>p:last-child{font-size:13px}.success-summary{grid-template-columns:1fr}.data-heading{display:block}.desktop-table-area,.record-count{display:none}.mobile-table-notice{display:grid;min-height:260px;place-items:center;align-content:center;padding:32px 24px;border:1px solid #ead3d5;border-radius:var(--radius-large);background:var(--surface-pink);text-align:center}.mobile-table-notice svg{margin-bottom:15px;color:var(--brand)}.mobile-table-notice strong{font-size:18px}.mobile-table-notice p{margin:7px 0 0;color:var(--muted);font-size:13px}.state-panel{min-height:240px;margin-top:20px;padding:28px 20px}}@media (max-width:374px){.mobile-nav a,.mobile-nav button{gap:4px;font-size:11px}.mobile-nav svg{width:17px}.choice-row{grid-template-columns:1fr}}.workbench-actions{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.member-entry{max-width:1040px;margin-left:0}.member-entry-form{padding:clamp(28px,3vw,48px);border:1px solid var(--border);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow-small)}.member-auto-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-field input,.filter-field select,.money-input-wrap input,.record-search-field input,.text-input{width:100%;min-width:0;min-height:50px;border:1px solid var(--border-strong);border-radius:10px;color:var(--ink);background:#fff}.filter-field input,.filter-field select,.text-input{padding:0 14px}.filter-field input:hover,.filter-field select:hover,.money-input-wrap:hover,.text-input:hover{border-color:#b9aaa3}.filter-field input:focus-visible,.filter-field select:focus-visible,.money-input-wrap:focus-within,.record-search-field:focus-within,.text-input:focus-visible{border-color:var(--brand);outline:0;box-shadow:0 0 0 3px rgb(180 35 47/13%)}.money-input-wrap:has(input[aria-invalid=true]),.text-input[aria-invalid=true]{border-color:var(--brand)}.delete-disabled-reason,.field-error,.field-hint,.financial-description,.form-selected-profile small,.picker-trigger-copy small,.selection-warning{font-size:13px;line-height:1.55}.assignment-field{padding:20px;border:1px solid var(--border);border-radius:var(--radius-medium);background:#fbf7f4}.assignment-choice-row{max-width:660px}.unassigned-note{display:flex;align-items:flex-start;gap:9px;margin:12px 0 0;padding:11px 13px;border:1px solid #e8d8cc;border-radius:10px;color:#77452e;background:#fff8f0;font-size:13px;line-height:1.6}.product-choice-field{margin-bottom:24px}.order-product-selector{margin:0 0 34px;padding:clamp(18px,2vw,26px);border:1px solid #dfc8bd;border-radius:var(--radius-medium);background:#fcf8f5}.order-product-selector-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.order-product-selector-heading>svg{flex:0 0 auto;color:var(--brand)}.order-product-selector-heading h2,.order-product-selector-heading p{margin:0}.order-product-selector-heading h2{font-size:19px}.order-product-selector-heading p{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.6}.order-product-query-field{margin-bottom:16px}.order-product-query-wrap{display:grid;min-height:50px;grid-template-columns:42px minmax(0,1fr);align-items:center;border:1px solid var(--border-strong);border-radius:10px;background:#fff}.order-product-query-wrap>svg{justify-self:center;color:var(--muted)}.order-product-query-wrap input{min-width:0;min-height:48px;padding:0 14px 0 0;border:0;outline:0;background:transparent;font-size:16px}.order-product-option-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:10px}.order-product-option-list>[role=listitem]>button{display:grid;width:100%;min-height:78px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:13px 15px;border:1px solid var(--border-strong);border-radius:11px;text-align:left;background:#fff}.order-product-option-list>[role=listitem]>button:hover{border-color:#b7907f}.order-product-option-list>[role=listitem]>button[data-selected=true]{border-color:var(--brand);background:var(--brand-soft);box-shadow:inset 0 0 0 1px var(--brand)}.order-product-option-list>[role=listitem]>button span{display:flex;min-width:0;flex-direction:column;gap:4px}.order-product-option-list>[role=listitem]>button span:last-child{align-items:flex-end;text-align:right}.order-product-option-list>[role=listitem]>button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-product-option-list>[role=listitem]>button small,.order-product-selection-summary span{color:var(--muted);font-size:12px}.order-product-empty{grid-column:1/-1;margin:0;padding:24px 18px;border:1px dashed var(--border-strong);border-radius:10px;color:var(--muted);text-align:center}.order-product-selection-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:18px;overflow:hidden;border:1px solid var(--border);border-radius:11px;background:var(--border)}.order-product-selection-summary>div{display:flex;min-height:78px;flex-direction:column;justify-content:center;gap:5px;margin:0;padding:13px 15px;background:#fff}.order-product-quantity-field input{width:100%;min-height:44px;padding:0 11px;border:1px solid var(--border-strong);border-radius:8px;font-size:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.profile-picker-fixed{cursor:default;background:#faf6f3}.order-description-with-product{display:flex;flex-direction:column;gap:5px}.order-description-with-product .order-product-primary{display:block;color:var(--ink);font-size:12px;font-weight:400}.order-description-with-product .order-product-primary strong{color:var(--ink);font-size:12px;font-weight:700}.order-description-with-product small{color:var(--muted);font-size:11px;font-weight:400}.order-edit-catalog-lock{display:flex;flex-direction:column;gap:5px;margin-bottom:22px;padding:15px 16px;border:1px solid #dfc8bd;border-radius:11px;background:#fcf8f5}.order-edit-catalog-lock small,.order-edit-catalog-lock span{color:var(--muted);line-height:1.55}@media (max-width:767px){.order-product-option-list,.order-product-selection-summary{grid-template-columns:1fr}}.financial-section,.profile-account-section,.prototype-balance-section{margin:4px 0 34px;padding:clamp(20px,2vw,28px);border:1px solid #ead3d5;border-radius:var(--radius-medium);background:var(--surface-pink)}.financial-heading,.prototype-balance-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.financial-heading svg,.prototype-balance-heading svg{flex:0 0 auto;color:var(--brand)}.financial-heading h2,.prototype-balance-heading strong{margin:0;font-size:19px}.financial-heading p,.prototype-balance-heading p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.financial-heading>strong{margin-left:auto;color:var(--brand);font-size:clamp(22px,2vw,30px);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.financial-description{margin:-8px 0 18px;color:var(--muted)}.compact-financial-section{margin-top:8px;margin-bottom:12px;padding:18px}.money-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}.money-field-grid .form-field{margin-bottom:0}.money-input-wrap{display:grid;min-height:52px;grid-template-columns:38px minmax(0,1fr);align-items:center;overflow:hidden;border:1px solid var(--border-strong);border-radius:10px;background:#fff}.money-input-wrap>span{display:grid;height:100%;place-items:center;border-right:1px solid var(--border);color:var(--muted);background:#faf6f3;font-weight:720}.money-input-wrap input{min-height:50px;padding:0 13px;border:0;border-radius:0;outline:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.financial-group-error{grid-column:1/-1;margin-top:0}.balance-adjustment-confirm,.cash-confirmation{position:relative;display:flex;align-items:flex-start;gap:11px;margin-top:18px;padding:15px 16px;border:1px solid #dfb4b8;border-radius:11px;color:#7f1720;background:#fff;font-size:14px;font-weight:700;line-height:1.55}.order-edit-receiving-account{margin-top:18px}.balance-adjustment-confirm input,.cash-confirmation input{width:20px;height:20px;flex:0 0 20px;margin-top:1px;accent-color:var(--brand)}.cash-confirmation label{display:flex;align-items:flex-start;gap:9px;margin-top:8px;font-weight:650}.cash-confirmation p{margin:4px 0 0;color:#89545a;font-size:12px;font-weight:550}.cash-confirmation svg{flex:0 0 auto}.edit-live-summary,.order-live-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.edit-live-summary{display:grid;gap:1px;margin-bottom:22px;overflow:hidden;border:1px solid var(--border);border-radius:11px;background:var(--border)}.edit-live-summary>div{display:flex;min-height:66px;flex-direction:column;justify-content:center;padding:12px 15px;background:#faf6f3}.edit-live-summary span{color:var(--muted);font-size:12px}.edit-live-summary strong{margin-top:3px;font-size:15px}.edit-live-summary strong,.order-live-summary strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sticky-form-actions{position:sticky;z-index:5;bottom:10px;margin:18px -12px -12px;padding:14px 12px;border:1px solid var(--border);border-radius:12px;background:rgb(255 253 249/94%);box-shadow:0 12px 34px rgb(22 21 19/12%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.member-success-actions{margin-top:22px}.member-refresh-warning{margin:18px 0 0}.accessible-dialog{display:flex;width:min(820px,100%);max-height:min(88vh,900px);flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--border-strong);border-radius:18px;background:var(--surface);box-shadow:0 28px 90px rgb(22 21 19/22%)}.accessible-dialog-body{min-height:0;flex:1 1 auto;overflow:auto}.accessible-dialog .edit-form{overflow:visible}.accessible-dialog.order-edit-dialog,.order-detail-dialog{width:min(1040px,100%)}.accessible-dialog.delete-confirm-dialog,.confirm-dialog-v003{width:min(560px,100%)}.history-dialog{display:flex;width:min(920px,100%);max-height:min(88vh,900px);flex-direction:column;overflow:hidden;border:1px solid var(--border-strong);border-radius:18px;background:var(--surface);box-shadow:0 28px 90px rgb(22 21 19/22%)}.dialog-state{display:grid;min-height:250px;place-items:center;align-content:center;gap:8px;padding:32px;color:var(--muted);text-align:center}.dialog-state svg{color:var(--brand)}.dialog-state strong{color:var(--ink);font-size:17px}.dialog-state-error strong{color:var(--brand)}.dialog-footer-summary{margin-right:auto;color:var(--muted);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.order-detail-content{padding:22px 24px 28px}.order-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--border)}.order-detail-grid>div{min-width:0;padding:13px 15px;background:#fff}.order-detail-grid .detail-wide{grid-column:1/-1}.history-item dt,.order-detail-grid dt{color:var(--muted);font-size:12px}.history-item dd,.order-detail-grid dd{margin:5px 0 0;overflow-wrap:anywhere;font-size:13px;font-weight:650}.order-catalog-snapshot-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:12px}.order-catalog-snapshot-images a{display:grid;justify-items:center;gap:8px;min-height:44px;padding:10px;border:1px solid var(--line);border-radius:14px;color:inherit;text-decoration:none;background:var(--surface)}.order-catalog-snapshot-images a:focus-visible,.order-catalog-snapshot-images a:hover{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent);outline:none}.order-catalog-snapshot-images img{width:96px;height:96px;border-radius:10px;object-fit:cover;background:var(--surface-muted)}.order-catalog-snapshot-images span{font-size:13px;font-weight:650;text-align:center}.detail-expand-button{width:100%;margin:16px 0 14px}.detail-suborder-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:20px 0 10px}.detail-suborder-heading h3{margin:0;font-size:17px}.detail-suborder-heading span{color:var(--muted);font-size:13px}.nested-table-scroll{max-width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:10px}.detail-suborder-table{min-width:940px}.inline-empty-state{padding:22px;border:1px dashed var(--border-strong);border-radius:10px;color:var(--muted);background:#faf6f3;text-align:center}.history-list{display:grid;gap:10px;padding:16px}.history-item{padding:16px;border:1px solid var(--border);border-radius:12px;background:#fff}.history-item header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid var(--border)}.history-item header>div{display:flex;flex-direction:column}.history-item header strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px}.history-item header span{margin-top:3px;color:var(--muted);font-size:12px}.history-item dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 0}.history-wide{grid-column:1/-1}.inline-load-error,.records-update-error{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid #e8c0c4;color:#861a24;background:var(--danger-soft);font-size:13px;font-weight:650}.records-workspace{min-width:0;outline:0}.records-workspace:focus-visible{box-shadow:inset 0 0 0 3px rgb(180 35 47/18%)}.records-toolbar{position:relative;z-index:17;padding:16px;border-bottom:1px solid var(--border);background:#fffdfa}.toolbar-display-actions,.toolbar-display-row,.toolbar-primary-row,.visibility-toggles{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.toolbar-display-row{justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.record-search-field{display:grid;min-width:min(420px,100%);min-height:48px;flex:1 1 360px;grid-template-columns:22px minmax(0,1fr);gap:9px;align-items:center;padding:0 12px;border:1px solid var(--border-strong);border-radius:10px;background:#fff}.record-search-field svg{color:var(--muted)}.record-search-field input{min-height:46px;padding:0;border:0;outline:0}.filter-picker-button,.toolbar-button,.visibility-toggle{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;padding:8px 12px;border:1px solid var(--border-strong);border-radius:9px;color:var(--ink);background:#fff;font-size:13px;font-weight:680}.filter-picker-button:hover,.toolbar-button:hover,.visibility-toggle:hover{background:#faf6f3}.visibility-toggle[aria-pressed=true]{border-color:#dcafb3;color:var(--brand);background:var(--brand-soft)}.toolbar-result-count{display:flex;min-height:44px;align-items:baseline;gap:6px;margin-left:auto;padding:8px 10px}.toolbar-result-count strong{font-size:20px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sort-summary,.toolbar-result-count span{color:var(--muted);font-size:13px}.advanced-filters{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:14px;margin-top:14px;padding:16px;border:1px solid var(--border);border-radius:12px;background:#faf6f3}.filter-field{min-width:0}.filter-field>label{display:block;margin-bottom:7px;color:var(--muted);font-size:13px;font-weight:680}.filter-picker-button{width:100%;overflow:hidden;justify-content:space-between;text-align:left;text-overflow:ellipsis;white-space:nowrap}.filter-clear-button{min-width:44px;min-height:44px;color:var(--muted);background:transparent}.filter-error{grid-column:1/-1;margin:0;color:var(--brand);font-size:13px;font-weight:700}.column-visibility{position:relative}.column-visibility-panel{position:fixed;z-index:120;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:10px;border:1px solid var(--border-strong);border-radius:12px;background:#fff;box-shadow:var(--shadow-medium)}.column-visibility-panel label{display:flex;min-height:44px;align-items:center;gap:9px;padding:7px 8px;border-radius:8px;font-size:13px}.column-visibility-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 4px 10px;border-bottom:1px solid var(--border)}.column-visibility-panel header>div{display:flex;flex-direction:column}.column-visibility-panel header span{margin-top:2px;color:var(--muted);font-size:12px}.column-visibility-panel fieldset{margin:8px 0 0;padding:0;border:0}.column-visibility-panel label:hover{background:#faf6f3}.column-visibility-panel input{width:18px;height:18px;accent-color:var(--brand)}.column-reset-button{width:100%;margin-top:8px}.records-table-region{position:relative;min-height:240px}.table-busy-indicator{position:absolute;z-index:12;top:8px;right:12px;display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:7px 11px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:rgb(255 253 249/95%);box-shadow:var(--shadow-small);font-size:12px}.records-error-state{display:grid;min-height:260px;place-items:center;align-content:center;gap:8px;padding:30px;color:var(--muted);text-align:center}.records-error-state strong{color:var(--brand);font-size:17px}.records-error-state .secondary-button{margin-top:8px}.order-record-scroll,.profile-record-scroll,.records-panel .table-scroll,.suborder-record-scroll{max-height:none;overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain;overscroll-behavior-y:auto}.v003-suborder-table{min-width:1900px}.v003-profile-table{table-layout:fixed}.management-profile-table{width:1420px;min-width:1420px}.companion-profile-table{width:1580px;min-width:1580px}.member-profile-table{width:1960px;min-width:1960px}.v003-order-table td,.v003-order-table th,.v003-profile-table td,.v003-profile-table th,.v003-suborder-table td,.v003-suborder-table th{width:auto;white-space:nowrap}.v003-profile-table td:not(.sticky-actions-cell),.v003-profile-table th:not(.sticky-actions-heading){overflow:hidden;text-overflow:ellipsis}.v003-profile-table .account-info-cell{max-width:none!important}.v003-order-table .description-cell,.v003-order-table .description-column,.v003-suborder-table .description-cell,.v003-suborder-table .description-column{width:260px;max-width:260px}.account-info-cell,.description-cell{overflow:hidden;text-overflow:ellipsis}.account-info-cell{width:300px;max-width:300px!important}.record-number{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.money-cell,.record-number{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.member-balance-cell{color:var(--brand);font-weight:760}.people-cell{max-width:290px!important;overflow:hidden;text-overflow:ellipsis}.muted-cell,.unassigned-cell{color:var(--muted)}.unassigned-cell{font-style:italic}.sortable-heading{display:inline-flex;align-items:center;gap:5px}.sortable-heading button{display:grid;place-items:center;border-radius:7px;color:var(--muted);background:transparent}.sortable-heading button:hover,.sortable-heading button[data-active=true]{color:var(--brand);background:var(--brand-soft)}.v003-order-table .sticky-order-column{position:sticky;z-index:4;left:58px;width:174px;min-width:174px;background:#fff}.v003-order-table .expand-cell,.v003-order-table .expand-column{position:sticky;z-index:5;left:0;width:58px;min-width:58px;background:#fff}.v003-order-table .expand-column{z-index:8;background:#faf6f3}.v003-order-table thead .sticky-order-column{z-index:7;background:#faf6f3}.v003-order-table .sticky-status-column{position:sticky;z-index:4;left:232px;width:98px;min-width:98px;background:#fff;box-shadow:8px 0 12px -12px rgb(22 21 19/45%)}.v003-order-table thead .sticky-status-column{z-index:7;background:#faf6f3}.sticky-actions-cell,.sticky-actions-column,.sticky-actions-heading{z-index:5!important;min-width:186px;background:#fff;box-shadow:-8px 0 12px -12px rgb(22 21 19/45%)}.sticky-actions-column,.sticky-actions-heading{z-index:8!important;background:#faf6f3!important}.v003-profile-table .profile-actions-col,.v003-profile-table .sticky-actions-cell,.v003-profile-table .sticky-actions-heading{width:192px!important;min-width:192px!important;max-width:192px!important}.v003-profile-table .profile-record-actions,.v003-profile-table .record-actions{width:164px;min-width:164px;max-width:164px}.order-status-badge{display:inline-flex;min-height:28px;align-items:center;padding:4px 9px;border:1px solid #dfc4c6;border-radius:999px;color:#771720;background:var(--brand-soft);font-size:12px;font-weight:750;white-space:nowrap}.order-status-badge[data-status="服务中"]{border-color:#ddc29b;color:#774515;background:#fff7e9}.order-status-badge[data-status="已取消"]{border-color:#d7d0cc;color:#716762;background:#f2efed}.read-only-record{color:var(--muted);font-size:12px;font-weight:650}.child-order-row>td{padding:0!important;background:#faf6f3}.child-table-wrap{padding:16px 22px 22px}.child-table-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.child-table-heading strong{font-size:14px}.inline-record-state{padding:24px;color:var(--muted);text-align:center}.inline-record-error{color:var(--brand)}.simple-records-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border-bottom:1px solid var(--border);background:#fffdfa}.simple-records-summary>div{display:flex;align-items:baseline;gap:7px}.simple-records-summary strong{font-size:24px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.simple-records-summary p,.simple-records-summary span{color:var(--muted);font-size:13px}.simple-records-summary p{margin:0}.record-time-visibility-toggle{display:inline-flex;min-height:44px;flex:none;align-items:center;gap:8px;color:var(--muted);cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap}.record-time-visibility-toggle input{width:18px;height:18px;margin:0;accent-color:var(--brand);cursor:pointer}.record-time-visibility-toggle input:focus-visible{outline:3px solid var(--brand);outline-offset:2px}.records-pagination{display:flex;min-height:70px;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;padding:12px 16px;border-top:1px solid var(--border);background:#fffdfa}.pagination-range{margin-right:auto;color:var(--muted);font-size:13px}.page-size-field{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px}.page-size-field select{min-width:76px;min-height:48px;padding:0 30px 0 10px}.page-size-field select,.pagination-button{border:1px solid var(--border-strong);border-radius:8px;background:#fff}.pagination-button{display:inline-flex;min-width:94px;min-height:44px;align-items:center;justify-content:center;gap:6px;padding:0 12px}.pagination-button:hover:not(:disabled){background:#faf6f3}.pagination-page-status{min-width:72px;color:var(--ink);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center}.profile-record-actions{min-width:170px}.history-count-button{display:inline-flex;min-width:50px;min-height:44px;align-items:center;justify-content:center;gap:6px;padding:6px 9px;border:1px solid #dfc4c6;border-radius:8px;color:var(--brand);background:var(--brand-soft);font-weight:750;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.history-count-button:hover:not(:disabled){border-color:var(--brand);background:#fff}.history-count-button:disabled{border-color:var(--border);color:var(--muted);background:#f5f1ef}.delete-disabled-reason{display:block;margin-top:5px;color:var(--brand);font-weight:650}.record-action-button:disabled+.delete-disabled-reason{opacity:1}.profile-v003-form .form-field-grid{margin-bottom:6px}.profile-account-section .form-field:last-child,.prototype-balance-section .form-field:last-child{margin-bottom:0}.delete-confirm-copy,.delete-warning-copy{display:flex;align-items:flex-start;gap:16px;padding:24px}.delete-confirm-copy>svg,.delete-warning-copy>svg{flex:0 0 auto;color:var(--brand)}.delete-confirm-copy p,.delete-warning-copy p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.member-delete-balance{padding:10px 12px;border:1px solid #e8c0c4;border-radius:9px;color:#861a24!important;background:var(--danger-soft)}.system-settings-placeholder{display:flex;min-height:330px;align-items:flex-start;gap:22px;padding:clamp(32px,5vw,72px);border:1px solid var(--border);border-radius:var(--radius-medium);background:#fdf2f2;box-shadow:var(--shadow-small)}.system-settings-placeholder>svg{color:var(--brand)}.system-settings-placeholder h2{margin:6px 0 10px;font-size:clamp(26px,2vw,36px)}.system-settings-placeholder p:last-child{max-width:620px;margin:0;color:var(--muted);line-height:1.75}@media (max-width:1480px) and (min-width:768px){.advanced-filters{grid-template-columns:repeat(3,minmax(150px,1fr))}.workbench-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1080px) and (min-width:768px){.advanced-filters{grid-template-columns:repeat(2,minmax(150px,1fr))}.toolbar-result-count{margin-left:0}}@media (max-width:767px){.edit-live-summary,.form-field-grid,.history-item dl,.member-auto-fields,.money-field-grid,.order-detail-grid,.order-live-summary,.workbench-actions{grid-template-columns:1fr}.action-card{min-height:190px;padding:24px 20px}.member-entry-form,.order-form{padding:20px 16px;border-radius:16px}.auto-fields{grid-template-columns:1fr;margin-bottom:28px}.auto-fields div{min-height:66px}.assignment-choice-row,.choice-row{grid-template-columns:1fr}.assignment-field,.financial-section,.profile-account-section,.prototype-balance-section{padding:16px}.sticky-form-actions{bottom:6px;margin-right:-8px;margin-left:-8px}.sticky-form-actions .primary-button,.sticky-form-actions .secondary-button{min-width:0;flex:1 1 100%}.modal-backdrop{place-items:end center}.accessible-dialog,.history-dialog,.order-detail-dialog{width:100%;max-height:calc(100dvh - 20px);border-radius:17px}.order-detail-content{padding:16px}.order-detail-grid>div{padding:11px 12px}.history-list{padding:10px}.history-item dl{gap:10px}.inline-load-error{align-items:stretch;flex-direction:column}.dialog-footer-summary{display:none}button,input,select,textarea{font-size:16px}}@media (max-height:600px){.accessible-dialog{max-height:calc(100dvh - 16px)}.accessible-dialog .dialog-heading{padding:11px 14px 9px}.accessible-dialog .dialog-heading .eyebrow,.accessible-dialog .dialog-heading p:last-child{display:none}.accessible-dialog .dialog-heading h2{margin:5px 0;font-size:21px}.accessible-dialog .dialog-actions{min-height:58px;padding-top:7px;padding-bottom:7px}}.sidebar-topline{position:relative}.app-sidebar{padding-top:72px}.side-nav{margin-top:42px}.form-selected-profile button,.icon-button,.management-feedback button,.profile-picker-trigger,.profile-result-button,.record-action-button,.selected-profile-chip,.sidebar-collapse-button{transition:color .17s ease,background-color .17s ease,border-color .17s ease,box-shadow .18s ease}.sidebar-collapse-button{position:absolute;top:-60px;right:-10px;display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:var(--surface)}.sidebar-collapse-button:hover{color:var(--brand);background:var(--brand-soft)}.app-main,.app-sidebar{transition:width .18s ease,margin-left .18s ease,padding .18s ease}.app-shell[data-sidebar-collapsed=true] .app-sidebar{width:76px;padding-top:18px;padding-right:14px;padding-left:14px}.app-shell[data-sidebar-collapsed=true] .app-main{margin-left:76px}.app-shell[data-sidebar-collapsed=true] .brand-copy,.app-shell[data-sidebar-collapsed=true] .side-nav-button>span,.app-shell[data-sidebar-collapsed=true] .side-nav-label,.app-shell[data-sidebar-collapsed=true] .sidebar-footnote>span:last-child{display:none}.app-shell[data-sidebar-collapsed=true] .sidebar-collapse-button{top:62px;right:2px}.app-shell[data-sidebar-collapsed=true] .side-nav{gap:10px;margin-top:86px}.app-shell[data-sidebar-collapsed=true] .side-nav-button{min-height:48px;padding:8px}.app-shell[data-sidebar-collapsed=true] .side-nav-button:before{top:10px;bottom:10px;left:-14px}.app-shell[data-sidebar-collapsed=true] .sidebar-footnote{justify-content:center;padding-right:0;padding-left:0}.management-page{min-width:0;max-width:1920px;margin-left:0}.management-desktop{display:grid;grid-template-columns:232px minmax(0,1fr);gap:clamp(24px,2.4vw,42px);align-items:start}.management-content,.management-desktop{width:100%;min-width:0;max-width:100%}.management-heading{display:flex;min-height:118px;align-items:end;justify-content:space-between;gap:32px;margin-bottom:30px}.management-heading h1{font-size:clamp(34px,2vw,44px)}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(178px,1fr));gap:14px}.overview-card{position:relative;min-height:174px;padding:24px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-medium);background:var(--surface);box-shadow:var(--shadow-small)}.overview-card:nth-child(2n){background:#fdf5f4}.overview-index{position:absolute;top:18px;right:20px;color:#b9ada7;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:750}.overview-card>p{margin:0;color:var(--muted);font-size:13px;font-weight:700}.overview-card>div{display:flex;align-items:baseline;gap:8px;margin-top:34px}.overview-card strong{font-size:clamp(40px,3vw,58px);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1;letter-spacing:-.055em}.overview-card div>span{color:var(--muted);font-size:12px}.records-panel{width:100%;min-width:0;max-width:100%;min-height:340px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-medium);background:var(--surface);box-shadow:var(--shadow-small)}.records-panel .table-scroll{min-width:0;max-width:100%;max-height:none;overflow-x:auto;overflow-y:visible;contain:inline-size}.order-table{min-width:1580px}.actions-column,.order-table th:nth-child(10){width:190px}.record-actions{display:flex;min-width:164px;gap:6px}.record-action-button{position:relative;display:inline-flex;min-width:78px;min-height:44px;align-items:center;justify-content:center;gap:6px;padding:7px 10px;border:1px solid var(--border);border-radius:8px;color:var(--ink);background:#fff;font-weight:680}.record-action-button:hover:not(:disabled){border-color:#bcaea8;background:#faf6f3}.record-action-danger{color:var(--brand)}.record-action-danger:hover:not(:disabled){border-color:#dcafb3;background:var(--danger-soft)}.profile-table-scroll{max-width:1080px}.profile-table{min-width:780px}.profile-table td,.profile-table th{width:auto}.profile-table td:first-child,.profile-table th:first-child{width:24%}.profile-table td:nth-child(4),.profile-table th:nth-child(4){width:200px}.management-feedback{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;margin:-12px 0 20px;padding:10px 12px 10px 16px;border:1px solid #cfe1d5;border-radius:10px;color:var(--success);background:var(--success-soft);font-size:13px;font-weight:650}.management-feedback-error{border-color:#e8c0c4;color:#861a24;background:var(--danger-soft)}.management-feedback button{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:8px;background:transparent}.management-feedback button:hover{background:rgb(22 21 19/6%)}.profile-picker-trigger{display:flex;width:100%;min-height:68px;align-items:center;justify-content:space-between;gap:16px;padding:11px 14px;border:1px solid var(--border-strong);border-radius:10px;color:var(--ink);background:#fff;text-align:left}.profile-picker-trigger:hover{border-color:#b9aaa3;background:#fffaf8}.profile-picker-trigger[data-invalid=true]{border-color:var(--brand)}.profile-picker-trigger>svg{flex:0 0 auto;color:var(--brand)}.picker-trigger-copy{display:flex;min-width:0;flex-direction:column}.picker-trigger-copy small{color:var(--muted);font-size:11px}.picker-trigger-copy strong{margin-top:3px;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.companion-picker-trigger{max-width:660px}.form-selected-profiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.form-selected-profile{display:flex;min-width:0;min-height:60px;align-items:center;justify-content:space-between;gap:8px;padding:8px 8px 8px 12px;border:1px solid var(--border);border-radius:10px;background:var(--brand-soft)}.form-selected-profile>span{display:flex;min-width:0;flex-direction:column}.form-selected-profile strong{font-size:13px}.form-selected-profile small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.form-selected-profile button{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:8px;color:var(--muted);background:transparent}.form-selected-profile button:hover{color:var(--brand);background:#fff}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:24px;background:rgb(22 21 19/48%)}.edit-dialog,.profile-search-dialog{display:flex;width:min(760px,100%);max-height:min(88vh,880px);flex-direction:column;overflow:hidden;border:1px solid var(--border-strong);border-radius:18px;background:var(--surface);box-shadow:0 28px 90px rgb(22 21 19/22%)}.edit-dialog{width:min(820px,100%)}.confirm-dialog,.edit-dialog-small{width:min(560px,100%)}.confirm-dialog{display:grid;grid-template-columns:56px minmax(0,1fr);gap:18px;padding:28px;border:1px solid #dfb7ba;border-radius:18px;background:var(--surface);box-shadow:0 28px 90px rgb(22 21 19/24%)}.confirm-danger-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:14px;color:var(--brand);background:var(--danger-soft)}.confirm-copy h2{margin:3px 0 8px;font-size:25px;line-height:1.25}.confirm-copy>p:last-child{margin:0;color:var(--muted);font-size:13px;line-height:1.75}.confirm-copy>p strong{color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.confirm-actions{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;gap:24px;margin-top:8px;padding-top:20px;border-top:1px solid var(--border)}.danger-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;color:#fff;background:var(--brand);font-size:14px;font-weight:740}.danger-button:hover:not(:disabled){background:var(--brand-hover)}.dialog-heading{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 26px 20px;border-bottom:1px solid var(--border)}.dialog-heading h2{margin:3px 0 4px;font-size:27px;line-height:1.2;letter-spacing:-.025em}.dialog-heading p:last-child{margin:0;color:var(--muted);font-size:13px}.icon-button{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:9px;color:var(--muted);background:transparent}.icon-button:hover{color:var(--ink);background:#f3ece8}.profile-search-box{display:grid;min-height:58px;grid-template-columns:22px minmax(0,1fr) 22px;gap:10px;align-items:center;margin:18px 22px 12px;padding:0 15px;border:1px solid var(--border-strong);border-radius:11px;background:#fff}.profile-search-box:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgb(180 35 47/13%)}.profile-search-box>svg{color:var(--muted)}.profile-search-box input{width:100%;min-width:0;height:56px;padding:0;border:0;outline:0;background:transparent}.staged-selection{margin:0 22px 12px;padding:12px 14px;border:1px solid #ead3d5;border-radius:11px;background:var(--brand-soft)}.staged-selection-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}.staged-selection-heading span,.staged-selection>p{color:var(--muted);font-size:11px}.staged-selection>p{margin:7px 0 0}.selected-profile-chips{display:flex;max-height:108px;flex-wrap:wrap;gap:6px;margin-top:9px;overflow:auto}.selected-profile-chip{display:inline-flex;min-height:44px;align-items:center;gap:7px;padding:6px 9px 6px 11px;border:1px solid #e0bec1;border-radius:999px;color:#771720;background:#fff;font-size:11px;font-weight:650}.selected-profile-chip:hover{border-color:var(--brand);background:var(--danger-soft)}.profile-search-results{min-height:220px;flex:1 1 auto;overflow:auto;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#faf7f4}.profile-result-list{margin:0;padding:8px;list-style:none}.profile-result-list li+li{margin-top:4px}.profile-result-button{display:grid;width:100%;min-height:66px;grid-template-columns:minmax(0,1fr) auto 58px;gap:12px;align-items:center;padding:10px 13px;border:1px solid transparent;border-radius:10px;background:transparent;text-align:left}.profile-result-button:hover,.profile-result-button[data-selected=true]{border-color:#e5c7ca;background:#fff}.profile-result-button[data-selected=true]{box-shadow:inset 3px 0 0 var(--brand)}.profile-result-main{display:flex;min-width:0;flex-direction:column}.profile-result-main strong{font-size:14px}.profile-result-main small{margin-top:2px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.profile-role-badge{padding:3px 9px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:#fff;font-size:11px;white-space:nowrap}.result-action{display:flex;min-height:44px;align-items:center;justify-content:center;color:var(--brand);font-size:11px;font-weight:750}.search-state{display:grid;min-height:220px;place-items:center;align-content:center;padding:32px;color:var(--muted);text-align:center}.search-state svg{margin-bottom:10px;color:var(--brand)}.search-state strong{color:var(--ink)}.search-state p{margin:4px 0 0;font-size:12px}.search-state-error strong{color:var(--brand)}.dialog-actions{display:flex;min-height:76px;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:10px;padding:13px 22px;background:var(--surface)}.dialog-actions .primary-button{min-width:160px}.dialog-action-hint{margin:0 0 0 auto;color:var(--muted);font-size:12px}.edit-form{overflow:auto;padding:24px 26px 0}.edit-fields{min-width:0;margin:0;padding:0;border:0}.edit-fields:disabled{opacity:.72}.edit-form>.form-field{margin-bottom:22px}.edit-form .form-field input[type=text]{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--border-strong);border-radius:10px;background:#fff}.edit-form>.dialog-actions{position:sticky;bottom:0;margin:4px -26px 0;border-top:1px solid var(--border)}.compact-picker-field>label{display:block;margin-bottom:9px}.inline-selection-summary{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.inline-selection-summary span{padding:4px 9px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:#faf6f3;font-size:11px}.inline-selection-summary span[data-inactive=true]{border-color:#e0b6ba;color:var(--brand);background:var(--danger-soft)}.selection-warning{margin:7px 0 0;color:#8b3a22;font-size:12px;font-weight:650}.selection-limit-message{color:var(--brand)!important;font-weight:700}@media (max-width:1180px) and (min-width:768px){:root{--sidebar-width:200px}.app-main{padding-right:24px;padding-left:24px}.management-desktop{grid-template-columns:190px minmax(0,1fr);gap:18px}.management-heading{display:block}.management-heading .record-count{justify-content:flex-start;margin-top:12px}}@media (max-width:900px) and (min-width:768px){.management-desktop{grid-template-columns:172px minmax(0,1fr);gap:14px}.overview-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media (max-width:767px){.app-shell[data-sidebar-collapsed=true] .app-main{margin-left:0}.management-desktop{display:none}.profile-picker-trigger{min-height:64px}.form-selected-profiles{grid-template-columns:1fr}.modal-backdrop{place-items:end center;padding:10px}.edit-dialog,.profile-search-dialog{width:100%;max-height:calc(100dvh - 20px);border-radius:17px}.dialog-heading{padding:19px 18px 16px}.dialog-heading h2{font-size:23px}.profile-search-box{margin:14px 14px 10px}.staged-selection{margin-right:14px;margin-left:14px}.profile-result-button{grid-template-columns:minmax(0,1fr) auto}.result-action{display:none}.dialog-actions{padding:11px 14px max(11px,env(safe-area-inset-bottom))}.dialog-actions .primary-button,.dialog-actions .secondary-button{min-width:0;flex:1 1}.dialog-action-hint{display:none}.edit-form{padding:20px 18px 0}.edit-form>.dialog-actions{margin-right:-18px;margin-left:-18px}.confirm-dialog{grid-template-columns:48px minmax(0,1fr);gap:14px;padding:22px 18px 18px}.confirm-danger-icon{width:46px;height:46px}.confirm-actions{gap:10px}.confirm-actions .danger-button,.confirm-actions .secondary-button{min-width:0;flex:1 1;padding-right:10px;padding-left:10px}}@media (max-height:600px){.modal-backdrop{padding:8px}.edit-dialog,.profile-search-dialog{max-height:calc(100dvh - 16px)}.dialog-heading{padding:11px 14px 9px}.dialog-heading .eyebrow,.dialog-heading p:last-child{display:none}.dialog-heading h2{margin:5px 0;font-size:21px}.profile-search-box{min-height:48px;margin:8px 12px}.profile-search-box input{height:46px}.staged-selection{margin:0 12px 7px;padding:6px 9px}.selected-profile-chips{max-height:46px;margin-top:4px}.profile-search-results{min-height:48px}.search-state{min-height:110px;padding:12px}.dialog-actions{min-height:58px;padding-top:7px;padding-bottom:7px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.action-card-copy small,.auto-fields span,.category-badge,.character-count,.checkbox-card small,.child-table-heading span,.column-visibility-panel header span,.dialog-action-hint,.edit-live-summary span,.eyebrow,.field-error,.field-hint,.form-selected-profile small,.history-item dt,.history-item header span,.inline-selection-summary span,.mobile-brand small,.note-index,.order-detail-grid dt,.order-status-badge,.overview-card div>span,.overview-index,.picker-trigger-copy small,.profile-result-main small,.profile-role-badge,.radio-card small,.read-only-record,.record-action-button,.record-count span,.result-action,.search-state p,.selected-profile-chip,.selection-warning,.side-nav-button small,.side-nav-label,.sidebar-footnote,.staged-selection-heading,.staged-selection-heading span,.staged-selection>p,.success-kicker,.success-summary span,.table-busy-indicator,.table-tab small{font-size:13px}.radio-card>span:last-child:not(.radio-control){display:flex;min-width:0;flex-direction:column}.radio-card small{margin-top:2px;color:var(--muted);line-height:1.45}.financial-heading{flex-wrap:wrap}.data-table,.nested-table{font-size:15px}.data-table>thead>tr>th,.nested-table thead th{font-size:13px}.child-table-heading strong,.profile-result-main strong,.record-number{font-size:15px}.v003-order-table{width:max-content;min-width:2860px;table-layout:auto}.records-panel .order-record-scroll,.records-panel .profile-record-scroll,.records-panel .suborder-record-scroll{max-height:none}.records-workspace>.management-feedback{margin:0;border-right:0;border-left:0;border-radius:0}@media (max-width:767px){.action-card-copy span,.mobile-nav a,.mobile-nav button{font-size:13px}}:root{--primary-nav-expanded:156px;--primary-nav-collapsed:68px;--business-nav-expanded:184px;--business-nav-collapsed:56px}.app-sidebar{width:var(--primary-nav-expanded);padding:18px 10px 14px;background:#fffdfa}.app-main{margin-left:var(--primary-nav-expanded);padding:26px 22px 54px}.sidebar-topline{min-height:70px}.brand-block{gap:8px}.brand-mark{width:40px;height:40px;flex-basis:40px;font-size:13px}.brand-copy strong{font-size:14px;white-space:nowrap}.brand-copy small{margin-top:2px;font-size:9px}.sidebar-collapse-button{top:46px;right:0;width:34px;height:34px;border-radius:7px}.side-nav{gap:5px;margin-top:16px}.side-nav-label{margin:0 7px 3px;font-size:9px}.side-nav-button{min-height:52px;grid-template-columns:20px minmax(0,1fr);gap:8px;padding:7px 8px;border-radius:8px}.side-nav-button:before{top:10px;bottom:10px;left:-10px}.side-nav-button strong{font-size:13px}.side-nav-button small{display:none}.sidebar-session{display:grid;grid-template-columns:28px minmax(0,1fr) 30px;gap:6px;align-items:center;margin-top:auto;padding:9px 2px 0;border-top:1px solid var(--border)}.sidebar-logout-button,.sidebar-session-avatar{display:grid;width:28px;height:28px;place-items:center;border-radius:7px}.sidebar-session-avatar{color:var(--brand);background:var(--brand-soft)}.sidebar-session-copy{display:flex;min-width:0;flex-direction:column;line-height:1.25}.sidebar-session-copy small{color:var(--muted);font-size:9px}.sidebar-session-copy strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.sidebar-logout-button{color:var(--muted);background:transparent}.sidebar-logout-button:hover{color:var(--brand);background:var(--brand-soft)}.mobile-logout-button[aria-disabled=true],.sidebar-logout-button[aria-disabled=true]{cursor:not-allowed;opacity:.58}.app-shell[data-sidebar-collapsed=true] .app-sidebar{width:var(--primary-nav-collapsed);padding:14px 8px}.app-shell[data-sidebar-collapsed=true] .app-main{margin-left:var(--primary-nav-collapsed)}.app-shell[data-sidebar-collapsed=true] .brand-block{justify-content:center}.app-shell[data-sidebar-collapsed=true] .brand-copy,.app-shell[data-sidebar-collapsed=true] .side-nav-button>span,.app-shell[data-sidebar-collapsed=true] .side-nav-label,.app-shell[data-sidebar-collapsed=true] .sidebar-session-copy{display:none}.app-shell[data-sidebar-collapsed=true] .sidebar-collapse-button{top:48px;right:9px}.app-shell[data-sidebar-collapsed=true] .side-nav{gap:5px;margin-top:58px}.app-shell[data-sidebar-collapsed=true] .side-nav-button{min-height:44px;grid-template-columns:1fr;place-items:center;padding:6px}.app-shell[data-sidebar-collapsed=true] .side-nav-button:before{left:-8px}.app-shell[data-sidebar-collapsed=true] .sidebar-session{grid-template-columns:1fr;justify-items:center;padding-top:8px}.management-page{max-width:none}.management-desktop{grid-template-columns:var(--business-nav-expanded) minmax(0,1fr);gap:12px}.management-desktop[data-business-collapsed=true]{grid-template-columns:var(--business-nav-collapsed) minmax(0,1fr)}.management-heading{min-height:0;align-items:center;gap:16px;margin-bottom:10px;padding:0 4px}.management-heading h1{margin:0;font-size:clamp(25px,1.6vw,32px)}.management-heading>div>p:last-child{max-width:980px;font-size:12px;line-height:1.5}.management-heading-icon{color:var(--brand)}.records-panel{border-radius:8px;box-shadow:0 4px 16px rgb(46 31 27/5%)}.global-session-error{position:fixed;z-index:80;top:14px;right:18px;display:flex;align-items:center;gap:12px;padding:9px 10px 9px 14px;border:1px solid #dfb7ba;border-radius:8px;color:#861a24;background:#fff5f5;box-shadow:var(--shadow-small);font-size:12px}.global-session-error button{min-height:32px;padding:4px 9px;border-radius:6px;background:#f7e1e3}.mobile-logout-button{display:none}@media (min-width:2300px){.app-main{padding-right:30px;padding-left:30px}}@media (max-width:1180px) and (min-width:768px){.app-main{padding-right:14px;padding-left:14px}.management-desktop{grid-template-columns:var(--business-nav-expanded) minmax(0,1fr);gap:10px}.management-desktop[data-business-collapsed=true]{grid-template-columns:var(--business-nav-collapsed) minmax(0,1fr)}}@media (max-width:767px){.app-main,.app-shell[data-sidebar-collapsed=true] .app-main{margin-left:0;padding:92px 16px 42px}.mobile-header{min-height:78px}.mobile-logout-button{display:inline-flex;min-height:44px;align-items:center;gap:5px;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:12px}}.records-toolbar{padding:10px}.toolbar-display-actions,.toolbar-display-row,.toolbar-primary-row,.visibility-toggles{gap:6px}.toolbar-display-row{margin-top:8px;padding-top:8px}.record-search-field{min-width:min(330px,100%);min-height:38px;flex-basis:290px;border-radius:7px}.record-search-field input{min-height:36px;font-size:12px}.filter-picker-button,.toolbar-apply,.toolbar-button,.visibility-toggle{min-height:36px;padding:6px 9px;border-radius:7px;font-size:12px}.toolbar-result-count{min-height:36px;padding:4px 7px}.toolbar-result-count strong{font-size:17px}.sort-summary,.toolbar-result-count span{font-size:12px}.advanced-filters{grid-template-columns:repeat(4,minmax(145px,1fr));gap:9px;margin-top:9px;padding:10px;border-radius:8px}.compact-filter-field label,.filter-field>label{margin-bottom:4px;font-size:12px;font-weight:700}.compact-filter-field input,.filter-field input,.filter-field select{min-height:36px;padding:5px 8px;font-size:12px}.stored-value-toolbar .toolbar-primary-row{align-items:end}.compact-filter-field{display:flex;min-width:134px;flex-direction:column}.compact-picker-button{max-width:230px}.data-table-viewport{position:relative;width:100%;max-height:none;overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain;overscroll-behavior-y:auto;cursor:grab}.data-table-viewport[data-dragging=true]{cursor:grabbing;-webkit-user-select:none;user-select:none}.data-table-viewport [data-no-drag]{cursor:text;-webkit-user-select:text;user-select:text}.data-table-viewport a,.data-table-viewport button,.data-table-viewport input,.data-table-viewport select{cursor:pointer;-webkit-user-select:none;user-select:none}.data-table{line-height:1.35}.category-badge,.child-table-heading span,.data-table,.form-selected-profile small,.inline-selection-summary span,.nested-table thead th,.picker-trigger-copy small,.profile-result-number,.profile-role-badge,.result-action,.selected-profile-chip,.staged-selection-heading span,.staged-selection>p{font-size:12px}.data-table td,.data-table th{height:39px;padding:7px 9px}.data-table>thead>tr>th{height:34px;padding:5px 8px;font-size:12px}.v004-order-table{width:max-content;min-width:100%;table-layout:fixed}.v004-order-table>tbody>tr.parent-order-row>:is(th,td){padding-inline:6px}.v004-order-table>tbody>tr.parent-order-row>:is(th,td)>span{overflow-wrap:anywhere}.v004-order-table :is(.description-cell,.people-cell){max-width:none!important;overflow:visible;text-overflow:clip;white-space:normal}.v004-order-table .order-group-heading-row>th{z-index:8;top:0;height:30px;border-right:1px solid #eadfd9;color:#463d38;background:#f2e9e5;font-size:12px;padding-inline:5px;letter-spacing:.04em;text-align:center}.v004-order-table .order-column-heading-row>th{z-index:8;top:30px;height:44px;padding:0 5px;background:#fbf7f3}.sortable-heading{gap:3px;min-height:44px}.sortable-heading button{width:44px;height:44px;flex:0 0 44px}.sticky-status-column{position:sticky!important;z-index:6;left:0;width:116px;min-width:116px;max-width:116px}.sticky-date-column{position:sticky!important;z-index:5;left:116px;width:104px;min-width:104px;max-width:104px;background:#fffdfb;box-shadow:1px 0 0 #e5dad5}.v004-order-table thead .sticky-date-column,.v004-order-table thead .sticky-status-column{z-index:14}.v004-order-table .order-group-heading-row .sticky-status-column{z-index:15;background:#eadeda}.sticky-actions-cell,.sticky-actions-column,.sticky-actions-heading{position:sticky!important;z-index:7;right:0;background:#fffdfb;box-shadow:-2px 0 5px rgb(60 42 35/8%)}.data-table thead .sticky-actions-column,.data-table thead .sticky-actions-heading{z-index:16;background:#f6efeb}.order-group-heading-row .sticky-actions-heading{top:0}.order-status-cell{padding:0!important;border-right:1px solid rgb(22 21 19/8%);background:var(--status-bg)!important;color:var(--status-ink)}.status-cell-content{display:grid;min-height:44px;grid-template-columns:44px minmax(0,1fr);gap:3px;align-items:center;padding:0 7px 0 0}.order-status-indicator{display:inline-flex;align-items:center;gap:5px;color:inherit;font-size:12px;font-weight:760;white-space:nowrap}.order-status-cell[data-status-token=pending],.order-status-indicator[data-status-token=pending]{--status-bg:rgb(245 158 11/16%);--status-ink:#8a4b00}.order-status-cell[data-status-token=paid],.order-status-indicator[data-status-token=paid]{--status-bg:rgb(59 130 246/15%);--status-ink:#1857a6}.order-status-cell[data-status-token=servicing],.order-status-indicator[data-status-token=servicing]{--status-bg:rgb(34 197 94/15%);--status-ink:#176b38}.order-status-cell[data-status-token=completed],.order-status-indicator[data-status-token=completed]{--status-bg:rgb(20 184 166/15%);--status-ink:#0c6c61}.order-status-cell[data-status-token=audited],.order-status-indicator[data-status-token=audited]{--status-bg:rgb(168 85 247/15%);--status-ink:#6930a3}.order-status-cell[data-status-token=finished],.order-status-indicator[data-status-token=finished]{--status-bg:rgb(99 102 241/15%);--status-ink:#3e429d}.order-status-cell[data-status-token=cancelled],.order-status-indicator[data-status-token=cancelled]{--status-bg:rgb(107 114 128/16%);--status-ink:#4a4f58}.order-status-indicator[data-status-token]{color:var(--status-ink)}.expand-button{position:relative;display:grid;width:44px;height:44px;place-items:center;border-radius:0;color:inherit;background:transparent}.expand-button:before{position:absolute;inset:8px;border-radius:5px;background:rgb(255 255 255/50%);content:""}.expand-button>*{position:relative;z-index:1}.expand-button:disabled{opacity:.48}.parent-order-row:hover .sticky-date-column,.stored-value-table tbody tr:hover .sticky-actions-cell,.v003-profile-table tbody tr:hover .sticky-actions-cell,.v003-suborder-table tbody tr:hover .sticky-actions-cell{background:#fdf8f5}.record-actions{min-width:0;gap:4px;justify-content:flex-end}.record-action-button{min-width:60px;min-height:30px;gap:4px;padding:4px 7px;border-radius:6px;font-size:12px}.dispatch-action-button{border-color:#b8d7c5;color:#176b38;background:#f1faf4}.child-order-row>td{padding:8px 10px!important}.child-table-wrap{margin:0;border-radius:7px}.stored-value-table,.v003-profile-table,.v003-suborder-table{width:max-content!important;min-width:100%;table-layout:fixed}.password-cell{color:#6d3840;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.password-cell,.stored-value-table .money-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stored-value-table>tbody>tr>:is(th,td){font-weight:400}.stored-value-table>tbody>tr>:is(th,td).record-number{font-weight:400}.stored-value-table>tbody>tr>.stored-value-emphasis-cell{font-weight:700}.balance-insufficient-message{margin:5px 0 0;color:#b4232f;font-size:12px;font-weight:800}.derived-password-preview,.immutable-balance-note{display:flex;gap:10px;padding:12px;border:1px solid #e3d5ce;border-radius:8px;background:#faf5f1}.derived-password-preview svg{flex:0 0 auto;color:var(--brand)}.derived-password-preview p,.immutable-balance-note p{margin:3px 0 0;color:var(--muted);font-size:12px}.drawer-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--border)}.drawer-detail-list>div{min-width:0;padding:11px 12px;background:#fffdfa}.drawer-detail-list dt{color:var(--muted);font-size:12px;font-weight:700}.drawer-detail-list dd{margin:4px 0 0;overflow-wrap:anywhere;font-size:13px;font-weight:650}.dispatch-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:18px}.dispatch-summary>div{padding:11px;border:1px solid var(--border);border-radius:8px;background:#faf7f4}.dispatch-summary>div:last-child{grid-column:1/-1}.dispatch-summary span,.dispatch-summary strong{display:block}.dispatch-summary span{color:var(--muted);font-size:12px}.dispatch-summary strong{margin-top:3px;font-size:13px}@media (max-width:1100px) and (min-width:768px){.advanced-filters{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media (max-width:767px){.dispatch-summary,.drawer-detail-list{grid-template-columns:1fr}.dispatch-summary>div:last-child{grid-column:auto}.stored-value-toolbar .toolbar-primary-row{align-items:stretch}}.drawer-backdrop{position:fixed;z-index:110;inset:0;display:flex;justify-content:flex-end;background:rgb(22 21 19/42%);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.side-drawer{display:flex;width:min(720px,100vw);min-width:0;max-width:100%;height:100dvh;flex-direction:column;overflow:hidden;border-left:1px solid var(--border-strong);background:var(--surface);box-shadow:-20px 0 60px rgb(22 21 19/18%);animation:drawer-enter .18s ease-out both}.side-drawer[inert]{pointer-events:none}.side-drawer-heading{display:grid;min-height:68px;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start;padding:12px 14px;border-bottom:1px solid var(--border);background:#fbf6f2}.drawer-back-button,.drawer-close-button{min-height:44px;border:1px solid var(--border);border-radius:7px;background:#fff}.drawer-back-button{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;font-size:12px;font-weight:700}.drawer-close-button{width:44px;height:44px}.side-drawer-heading-copy{min-width:0}.side-drawer-heading-copy h2{margin:1px 0 3px;font-size:21px;line-height:1.25}.side-drawer-heading-copy>p:last-child{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.side-drawer-body{min-height:0;flex:1 1 auto;overflow:auto;padding:16px;overscroll-behavior:contain}.side-drawer-actions{display:flex;min-width:0;min-height:60px;max-block-size:min(52dvh,420px);flex:0 1 auto;align-items:center;align-content:flex-start;flex-wrap:wrap;justify-content:flex-end;gap:9px;overflow-y:auto;padding:9px 16px max(9px,env(safe-area-inset-bottom));overscroll-behavior:contain;scroll-padding-block:9px;scroll-padding-block-end:max(9px,env(safe-area-inset-bottom));scrollbar-gutter:stable;border-top:1px solid var(--border);background:rgb(255 253 251/96%)}.side-drawer .edit-form{padding:0}.side-drawer .history-list{max-height:none}.drawer-backdrop+.modal-backdrop,.modal-backdrop{z-index:160}.unsaved-confirm-dialog{width:min(500px,100%)}.unsaved-confirm-copy{padding:6px 0}.unsaved-confirm-copy p{margin:5px 0 0;color:var(--muted);font-size:12px}@keyframes drawer-enter{0%{opacity:.85;transform:translateX(28px)}to{opacity:1;transform:translateX(0)}}@media (max-width:900px){.side-drawer{width:min(720px,100%);min-width:0}}@media (max-width:767px){.side-drawer{width:100%;min-width:0}.side-drawer-heading{min-height:64px;padding:10px 12px}.side-drawer-body{padding:14px}.side-drawer-actions>button{min-width:0;flex:1 1}}@media (max-height:600px){.side-drawer-actions{max-block-size:58dvh;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.side-drawer{animation:none}}