.executive-dashboard{isolation:isolate;width:100%;min-width:0;color:var(--ink);background:var(--canvas);border-radius:var(--radius-lg);border:0;gap:14px;padding:18px;display:grid;position:relative;overflow-x:clip}.executive-dashboard:fullscreen{background:var(--canvas);border:0;border-radius:0;width:100vw;min-height:100dvh;padding:18px;overflow:clip auto}.executive-dashboard .executive-toolbar{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-md);min-width:0;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:22px;padding:15px 16px;display:flex;position:relative}.admin-app.dashboard-presentation-mode .executive-toolbar,.executive-dashboard:fullscreen .executive-toolbar{z-index:20;background:color-mix(in srgb, var(--paper) 94%, transparent);border:0;border-bottom:1px solid var(--line);box-shadow:0 8px 24px color-mix(in srgb, var(--ink) 6%, transparent);-webkit-backdrop-filter:blur(18px)saturate(120%);backdrop-filter:blur(18px)saturate(120%);border-radius:0;margin:-18px -18px 0;padding:13px 18px;position:sticky;top:0}.executive-dashboard .executive-toolbar>div:first-child{gap:3px;min-width:min(330px,100%);display:grid}.executive-dashboard .executive-toolbar>div:first-child>span{color:var(--accent);letter-spacing:.15em;font-size:10px;font-weight:800;line-height:1.4}.executive-dashboard .executive-toolbar h2{color:var(--ink);letter-spacing:-.035em;margin:0;font-size:clamp(22px,2vw,28px);font-weight:800;line-height:1.18}.executive-dashboard .executive-toolbar p{overflow-wrap:anywhere;max-width:56ch;color:var(--muted);margin:1px 0 0;font-size:12px;line-height:1.55}.executive-dashboard .executive-toolbar>div:last-child{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;min-width:0;display:flex}.executive-dashboard .executive-toolbar button,.executive-dashboard .executive-filter-row>button{min-height:40px;color:var(--ink);white-space:nowrap;background:var(--paper);border:1px solid var(--line-dark);border-radius:var(--radius-sm);box-shadow:0 1px 1px color-mix(in srgb, var(--ink) 4%, transparent);justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:12px;font-weight:700;transition:color .16s,background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.executive-dashboard .executive-toolbar button:hover,.executive-dashboard .executive-filter-row>button:hover{color:var(--accent-strong);background:var(--accent-soft);border-color:var(--accent-line);box-shadow:0 4px 12px color-mix(in srgb, var(--accent) 10%, transparent);transform:translateY(-1px)}.executive-dashboard .executive-toolbar button:active,.executive-dashboard .executive-filter-row>button:active,.executive-dashboard .executive-status-grid button:active{transform:translateY(0)}.executive-dashboard button:focus-visible,.executive-dashboard input:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px;border-color:var(--accent)}.executive-dashboard .executive-toolbar .dashboard-exit-button{color:var(--paper);background:var(--accent);border-color:var(--accent);box-shadow:0 5px 14px color-mix(in srgb, var(--accent) 20%, transparent)}.executive-dashboard .executive-toolbar .dashboard-exit-button:hover{color:var(--paper);background:var(--accent-strong);border-color:var(--accent-strong)}.executive-dashboard .company-switch{background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius-sm);align-items:center;gap:3px;min-width:0;padding:3px;display:inline-flex}.executive-dashboard .company-switch button{min-width:54px;min-height:32px;color:var(--muted);box-shadow:none;background:0 0;border-color:#0000;padding:0 11px}.executive-dashboard .company-switch button:hover{color:var(--ink);background:var(--paper);border-color:var(--line);box-shadow:none;transform:none}.executive-dashboard .company-switch button.active{color:var(--paper);background:var(--accent);border-color:var(--accent);box-shadow:0 3px 8px color-mix(in srgb, var(--accent) 20%, transparent)}.executive-dashboard .executive-filter-row{background:var(--paper);border:1px solid var(--line);border-color:var(--accent-line);border-radius:var(--radius-md);min-width:0;box-shadow:var(--shadow-sm);grid-template-columns:repeat(2,minmax(180px,260px)) max-content;justify-content:start;align-items:end;gap:10px;padding:13px 14px;animation:.16s ease-out both executive-feedback-in;display:grid}.executive-dashboard .executive-filter-row label{min-width:0;color:var(--muted);gap:6px;font-size:11px;font-weight:700;display:grid}.executive-dashboard .executive-filter-row input{width:100%;min-width:0;min-height:40px;color:var(--ink);background:var(--canvas);border:1px solid var(--line-dark);border-radius:var(--radius-sm);padding:7px 10px;transition:background-color .16s,border-color .16s,box-shadow .16s}.executive-dashboard .executive-filter-row input:focus{background:var(--paper);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.executive-dashboard .executive-data-status{color:var(--ok-ink);background:var(--ok-soft);border:1px solid color-mix(in srgb, var(--ok) 24%, var(--line));border-radius:var(--radius-md);padding:11px 14px;font-size:12px;font-weight:700;animation:.16s ease-out both executive-feedback-in}.executive-dashboard .executive-data-status.error{color:var(--danger-ink);background:var(--danger-soft);border-color:color-mix(in srgb, var(--danger) 26%, var(--line))}.executive-data-unavailable{color:var(--muted);text-align:center;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-md);justify-items:center;gap:8px;padding:54px 20px;display:grid}.executive-data-unavailable strong{color:var(--ink);font-size:16px}.executive-data-unavailable span{font-size:12px}.executive-data-unavailable button{color:var(--paper);background:var(--accent);cursor:pointer;border:0;border-radius:8px;margin-top:6px;padding:8px 16px;font-weight:700}.executive-dashboard .executive-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;align-items:stretch;gap:12px;min-width:0;display:grid}.executive-dashboard .dashboard-data-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-md);min-width:0;min-height:172px;box-shadow:var(--shadow-sm);flex-direction:column;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;position:relative;overflow:hidden}.executive-dashboard .dashboard-data-card:hover{border-color:var(--line-dark);box-shadow:0 10px 28px color-mix(in srgb, var(--ink) 7%, transparent);transform:translateY(-1px)}.executive-dashboard .dashboard-data-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;min-height:58px;padding:14px 15px 12px;display:flex}.executive-dashboard .dashboard-data-card>header>div{gap:4px;min-width:0;display:grid}.executive-dashboard .dashboard-data-card>header h3{overflow-wrap:anywhere;color:var(--ink);margin:0;font-size:13px;font-weight:800;line-height:1.35}.executive-dashboard .dashboard-data-card>header span{overflow-wrap:anywhere;color:var(--faint);font-size:10.5px;line-height:1.45}.executive-dashboard .dashboard-data-card>header .sales-order-review-status{width:max-content;min-height:21px;margin-top:2px;padding:3px 7px;font-size:10.5px;font-weight:800;line-height:1}.executive-dashboard .dashboard-card-link{min-height:28px;color:var(--accent);white-space:nowrap;background:0 0;border:0;flex:none;padding:5px 0;font-size:10.5px;font-weight:800;transition:color .16s,transform .16s}.executive-dashboard .dashboard-card-link:hover{color:var(--accent-strong);transform:translate(2px)}.executive-dashboard .dashboard-card-body{flex-direction:column;flex:1;min-width:0;display:flex}.executive-dashboard .previous-day-order-card{background:color-mix(in srgb, var(--paper) 95%, var(--accent-soft));border-top:0;border-color:color-mix(in srgb, var(--accent) 22%, var(--line));grid-column:span 3;min-height:252px}.executive-dashboard .daily-order-card{background:color-mix(in srgb, var(--paper) 91%, var(--accent-soft));border-top:0;border-color:var(--accent-line);grid-column:span 3;min-height:252px}.executive-dashboard .monthly-order-card{border-top:0;border-color:var(--accent-line);grid-column:span 3;min-height:252px}.executive-dashboard .annual-order-card{border-top:0;border-color:var(--line-dark);grid-column:span 3;min-height:252px}.executive-dashboard :is(.previous-day-order-card,.daily-order-card,.monthly-order-card,.annual-order-card):before{content:"";background:var(--accent);border-radius:0 0 4px 4px;width:38px;height:3px;position:absolute;top:0;left:15px}.executive-dashboard .previous-day-order-card:before{background:color-mix(in srgb, var(--accent) 60%, var(--line-dark))}.executive-dashboard .monthly-order-card:before{background:var(--accent-line)}.executive-dashboard .annual-order-card:before{background:var(--line-dark)}.executive-dashboard .purchase-product-total,.executive-dashboard .purchase-raw-total{grid-column:span 3;min-height:240px}.executive-dashboard .purchase-product-total:after,.executive-dashboard .purchase-raw-total:after{content:"";background:var(--accent);opacity:.72;border-radius:999px;width:42px;height:4px;position:absolute;bottom:14px;right:14px}.executive-dashboard .purchase-raw-total:after{background:var(--warn)}.executive-dashboard .purchase-product-detail,.executive-dashboard .purchase-raw-detail{grid-column:span 9;min-height:240px}.executive-dashboard .monthly-sales-card{grid-column:span 7;min-height:338px}.executive-dashboard .daily-sales-card{grid-area:auto/span 5;min-height:338px}.executive-dashboard .annual-sales-card{grid-column:span 12;min-height:360px}.executive-dashboard .operation-overview-card{grid-column:span 12;min-height:0}.executive-dashboard .dashboard-metric{align-content:center;gap:12px;min-height:118px;padding:20px 16px;display:grid}.executive-dashboard .daily-order-card .dashboard-metric{min-height:130px;padding-inline:18px}.executive-dashboard .dashboard-metric strong,.executive-dashboard .executive-big-number{color:var(--ink);letter-spacing:-.045em;font-variant-numeric:tabular-nums;font-size:clamp(28px,2.7vw,42px);font-weight:800;line-height:1}.executive-dashboard .daily-order-card .dashboard-metric strong{color:var(--accent-strong);font-size:clamp(34px,3.4vw,52px)}.executive-dashboard .fee-metric-editor{grid-template-rows:auto auto 1fr;min-height:192px;display:grid}.executive-dashboard .fee-metric-editor .dashboard-metric,.executive-dashboard .daily-order-card .fee-metric-editor .dashboard-metric{gap:6px;min-height:76px;padding:12px 15px 8px}.executive-dashboard .fee-metric-editor .dashboard-metric strong,.executive-dashboard .daily-order-card .fee-metric-editor .dashboard-metric strong{color:var(--ink);font-size:clamp(24px,2.15vw,34px)}.executive-dashboard .fee-metric-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:0 12px;display:grid}.executive-dashboard .fee-metric-fields>label,.executive-dashboard .fee-net-received{align-content:start;gap:5px;min-width:0;display:grid}.executive-dashboard .fee-metric-fields>label>span,.executive-dashboard .fee-net-received>span{color:var(--faint);font-size:9px;font-weight:800;line-height:1.2}.executive-dashboard .fee-metric-fields>label>div,.executive-dashboard .fee-net-received{background:color-mix(in srgb, var(--paper) 88%, var(--accent-soft));border:1px solid var(--line);border-radius:var(--radius-sm);min-height:38px}.executive-dashboard .fee-metric-fields>label>div{align-items:center;gap:3px;padding:0 7px;display:flex}.executive-dashboard .fee-metric-fields>label b{color:var(--muted);font-size:10px}.executive-dashboard .fee-metric-fields input{width:100%;min-width:0;height:34px;color:var(--ink);font-variant-numeric:tabular-nums;background:0 0;border:0;outline:none;padding:0;font-size:11px;font-weight:800}.executive-dashboard .fee-metric-fields input:disabled{color:var(--muted);opacity:1}.executive-dashboard .fee-net-received{background:color-mix(in srgb, var(--paper) 78%, var(--accent-soft));border-color:var(--accent-line);padding:6px 8px}.executive-dashboard .fee-net-received>strong{color:var(--accent-strong);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:900;line-height:1.35;overflow:hidden}.executive-dashboard .fee-metric-actions{justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:9px 12px 11px;display:flex}.executive-dashboard .fee-metric-actions small{min-width:0;color:var(--faint);font-size:8.5px;line-height:1.35}.executive-dashboard .fee-metric-actions small.success{color:var(--ok-ink)}.executive-dashboard .fee-metric-actions small.error{color:var(--danger-ink)}.executive-dashboard .fee-metric-actions button{min-height:30px;color:var(--paper);background:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-sm);flex:none;padding:5px 9px;font-size:9px;font-weight:800}.executive-dashboard .fee-metric-actions button:disabled{color:var(--faint);background:var(--canvas);border-color:var(--line);cursor:not-allowed}.executive-dashboard .dashboard-metric strong em{color:var(--muted);letter-spacing:0;margin-left:6px;font-size:11px;font-style:normal;font-weight:700}.executive-dashboard .dashboard-metric>span{color:var(--faint);font-size:10.5px;line-height:1.5}.executive-dashboard .executive-table-scroll{overscroll-behavior:contain;scrollbar-color:var(--line-dark) transparent;scrollbar-width:thin;width:100%;min-width:0;max-width:100%;max-height:330px;overflow:auto}.executive-dashboard .monthly-sales-card .executive-table-scroll,.executive-dashboard .annual-sales-card .executive-table-scroll{max-height:410px}.executive-dashboard .executive-data-table{border-spacing:0;border-collapse:separate;table-layout:auto;width:100%;min-width:560px}.executive-dashboard .executive-data-table th{z-index:2;color:var(--muted);letter-spacing:.045em;text-align:left;white-space:nowrap;background:color-mix(in srgb, var(--canvas) 88%, var(--paper));border:0;border-bottom:1px solid var(--line-dark);padding:10px 13px;font-size:10px;font-weight:800;position:sticky;top:1px}.executive-dashboard .executive-data-table td{max-width:220px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;background:var(--paper);border:0;border-bottom:1px solid var(--line);padding:10px 13px;font-size:12px;line-height:1.45;transition:background-color .14s,color .14s;overflow:hidden}.executive-dashboard .executive-data-table td strong{color:var(--ink);font-variant-numeric:tabular-nums;font-size:12px;font-weight:800}.executive-dashboard .executive-data-table td small{max-width:190px;color:var(--faint);text-overflow:ellipsis;margin-top:2px;font-size:10px;display:block;overflow:hidden}.executive-dashboard .executive-data-table tbody tr:hover td{color:var(--ink);background:var(--accent-soft)}.executive-dashboard .executive-data-table tfoot td{z-index:2;color:var(--ink);font-variant-numeric:tabular-nums;background:color-mix(in srgb, var(--canvas) 84%, var(--paper));border-top:1px solid var(--line-dark);border-bottom:0;font-weight:800;position:sticky;bottom:0}.executive-dashboard .matrix-table{min-width:820px}.executive-dashboard .year-comparison-table{min-width:920px}.executive-dashboard .matrix-table th:not(:first-child),.executive-dashboard .matrix-table td:not(:first-child),.executive-dashboard .year-comparison-table th:not(:first-child),.executive-dashboard .year-comparison-table td:not(:first-child),.executive-dashboard .product-sales-detail-table th:nth-child(n+3),.executive-dashboard .product-sales-detail-table td:nth-child(n+3){text-align:right}.executive-dashboard .matrix-table th:first-child,.executive-dashboard .matrix-table td:first-child{z-index:3;background:var(--paper);min-width:150px;box-shadow:1px 0 0 var(--line);position:sticky;left:0}.executive-dashboard .matrix-table thead th:first-child,.executive-dashboard .matrix-table tfoot td:first-child{z-index:4;background:color-mix(in srgb, var(--canvas) 84%, var(--paper))}.executive-dashboard .dashboard-empty-cell{height:112px;color:var(--faint);text-align:center;font-size:12px}.executive-dashboard .year-comparison-panel{gap:12px;min-width:0;padding:12px;display:grid}.executive-dashboard .year-comparison-summary{grid-template-columns:repeat(3,minmax(0,1fr)) repeat(2,minmax(0,.8fr));gap:8px;min-width:0;display:grid}.executive-dashboard .year-comparison-summary>div{background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius-sm);gap:5px;min-width:0;padding:12px 13px;display:grid;position:relative;overflow:hidden}.executive-dashboard .year-comparison-summary>div:nth-child(-n+3):before{content:"";background:var(--accent);opacity:.35;width:3px;position:absolute;inset:0 auto 0 0}.executive-dashboard .year-comparison-summary span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;line-height:1.4;overflow:hidden}.executive-dashboard .year-comparison-summary strong{color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(15px,1.5vw,19px);font-weight:800;overflow:hidden}.executive-dashboard .year-comparison-summary small{color:var(--faint);font-size:10px}.executive-dashboard .year-comparison-summary .positive strong,.executive-dashboard .comparison-positive{color:var(--ok)!important}.executive-dashboard .year-comparison-summary .negative strong,.executive-dashboard .comparison-negative{color:var(--danger)!important}.executive-dashboard .year-compare-change-cell strong,.executive-dashboard .year-compare-change-cell small{color:inherit;display:block}.executive-dashboard .year-compare-change-cell small{margin-top:2px;font-size:9.5px}.executive-dashboard .executive-status-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;min-width:0;padding:14px;display:grid}.executive-dashboard .executive-status-grid button{min-width:0;min-height:104px;color:var(--ink);text-align:left;background:var(--canvas);border:1px solid var(--line);border-radius:var(--radius-sm);grid-column:span 3;align-content:center;gap:6px;padding:14px;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:grid;position:relative;overflow:hidden}.executive-dashboard .executive-status-grid button:after{content:"";background:var(--accent);opacity:0;border-radius:999px;width:18px;height:2px;transition:opacity .16s,transform .16s;position:absolute;inset:auto 12px 10px auto;transform:translate(-6px)}.executive-dashboard .executive-status-grid button:nth-child(3):after{background:var(--warn)}.executive-dashboard .executive-status-grid button:hover{background:var(--accent-soft);border-color:var(--accent-line);box-shadow:0 6px 16px color-mix(in srgb, var(--accent) 8%, transparent);transform:translateY(-1px)}.executive-dashboard .executive-status-grid button:hover:after{opacity:1;transform:translate(0)}.executive-dashboard .executive-status-grid span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:700;overflow:hidden}.executive-dashboard .executive-status-grid strong{color:var(--ink);font-variant-numeric:tabular-nums;font-size:clamp(22px,2vw,28px);font-weight:800;line-height:1}.executive-dashboard .executive-status-grid small{color:var(--faint);white-space:nowrap;text-overflow:ellipsis;font-size:9.5px;line-height:1.35;overflow:hidden}@keyframes executive-feedback-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1180px){.executive-dashboard .previous-day-order-card,.executive-dashboard .daily-order-card,.executive-dashboard .monthly-order-card,.executive-dashboard .annual-order-card{grid-column:span 6}.executive-dashboard .purchase-product-total,.executive-dashboard .purchase-raw-total{grid-column:span 4}.executive-dashboard .purchase-product-detail,.executive-dashboard .purchase-raw-detail{grid-column:span 8}.executive-dashboard .monthly-sales-card,.executive-dashboard .daily-sales-card{grid-column:span 12}.executive-dashboard .year-comparison-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.executive-dashboard .executive-status-grid button,.executive-dashboard .executive-status-grid button:first-child,.executive-dashboard .executive-status-grid button:nth-child(2){grid-column:span 6}}@media (max-width:820px){.executive-dashboard,.executive-dashboard:fullscreen{border-radius:var(--radius-md);gap:12px;padding:12px}.admin-app.dashboard-presentation-mode .executive-toolbar,.executive-dashboard:fullscreen .executive-toolbar{border-radius:0;margin:-12px -12px 0;padding:12px}.executive-dashboard .executive-toolbar{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.executive-dashboard .executive-toolbar>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;display:grid}.executive-dashboard .executive-toolbar .company-switch{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.executive-dashboard .company-switch button,.executive-dashboard .executive-toolbar>div:last-child>button{width:100%;min-width:0}.executive-dashboard .executive-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-dashboard .executive-filter-row>button{grid-column:1/-1}.executive-dashboard .executive-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.executive-dashboard .previous-day-order-card,.executive-dashboard .daily-order-card,.executive-dashboard .monthly-order-card,.executive-dashboard .annual-order-card{grid-column:span 3}.executive-dashboard .purchase-product-total,.executive-dashboard .purchase-raw-total{grid-column:span 2}.executive-dashboard .purchase-product-detail,.executive-dashboard .purchase-raw-detail{grid-column:span 4}.executive-dashboard .monthly-sales-card,.executive-dashboard .daily-sales-card,.executive-dashboard .annual-sales-card,.executive-dashboard .operation-overview-card{grid-column:span 6}.executive-dashboard .year-comparison-summary,.executive-dashboard .executive-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-dashboard .executive-status-grid button,.executive-dashboard .executive-status-grid button:first-child,.executive-dashboard .executive-status-grid button:nth-child(2){grid-column:auto}.executive-dashboard .fee-metric-fields>label>div,.executive-dashboard .fee-net-received,.executive-dashboard .fee-metric-actions button{min-height:44px}.executive-dashboard .fee-metric-fields input{min-height:44px;font-size:16px}.executive-dashboard .fee-metric-fields input:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}}@media (max-width:560px){.executive-dashboard,.executive-dashboard:fullscreen{gap:10px;padding:10px}.admin-app.dashboard-presentation-mode .executive-toolbar,.executive-dashboard:fullscreen .executive-toolbar{margin:-10px -10px 0;padding:10px}.executive-dashboard .executive-toolbar{padding:12px}.executive-dashboard .executive-toolbar h2{font-size:22px}.executive-dashboard .executive-toolbar p{font-size:11px}.executive-dashboard .executive-toolbar button,.executive-dashboard .executive-filter-row>button{min-height:44px;padding-inline:8px}.executive-dashboard .executive-filter-row{grid-template-columns:minmax(0,1fr);padding:12px}.executive-dashboard .executive-filter-row>button{grid-column:auto}.executive-dashboard .executive-grid{grid-template-columns:minmax(0,1fr);gap:10px}.executive-dashboard .previous-day-order-card,.executive-dashboard .daily-order-card,.executive-dashboard .monthly-order-card,.executive-dashboard .annual-order-card,.executive-dashboard .purchase-product-total,.executive-dashboard .purchase-raw-total,.executive-dashboard .purchase-product-detail,.executive-dashboard .purchase-raw-detail,.executive-dashboard .monthly-sales-card,.executive-dashboard .daily-sales-card,.executive-dashboard .annual-sales-card,.executive-dashboard .operation-overview-card{grid-area:auto;min-height:0}.executive-dashboard .previous-day-order-card,.executive-dashboard .daily-order-card,.executive-dashboard .monthly-order-card,.executive-dashboard .annual-order-card{min-height:168px}.executive-dashboard .dashboard-data-card>header{min-height:54px;padding:12px}.executive-dashboard .dashboard-card-link{align-items:center;min-height:44px;display:inline-flex}.executive-dashboard .dashboard-metric,.executive-dashboard .daily-order-card .dashboard-metric{min-height:108px;padding:16px 12px}.executive-dashboard .dashboard-metric strong,.executive-dashboard .daily-order-card .dashboard-metric strong{font-size:clamp(28px,10vw,40px)}.executive-dashboard .daily-order-card,.executive-dashboard .monthly-order-card{min-height:284px}.executive-dashboard .fee-metric-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.executive-dashboard .fee-net-received{grid-column:1/-1}.executive-dashboard .fee-metric-fields>label>span,.executive-dashboard .fee-net-received>span{font-size:11px}.executive-dashboard .fee-metric-fields>label>div,.executive-dashboard .fee-net-received{min-height:44px}.executive-dashboard .fee-metric-fields input{min-height:44px;font-size:16px}.executive-dashboard .fee-metric-fields input:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}.executive-dashboard .fee-metric-actions small{font-size:10px}.executive-dashboard .fee-metric-actions button{min-height:44px}.executive-dashboard .year-comparison-panel{padding:10px}.executive-dashboard .year-comparison-summary{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.executive-dashboard .year-comparison-summary>div:nth-child(3){grid-column:1/-1}.executive-dashboard .executive-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}.executive-dashboard .executive-status-grid button{min-height:100px;padding:12px}.executive-dashboard .executive-data-table th,.executive-dashboard .executive-data-table td{padding:10px 11px}}@media (max-width:350px){.executive-dashboard .executive-toolbar>div:last-child,.executive-dashboard .fee-metric-fields{grid-template-columns:minmax(0,1fr)}.executive-dashboard .fee-net-received,.executive-dashboard .executive-toolbar .company-switch{grid-column:auto}.executive-dashboard .executive-status-grid,.executive-dashboard .year-comparison-summary{grid-template-columns:minmax(0,1fr)}.executive-dashboard .year-comparison-summary>div:nth-child(3){grid-column:auto}}@media (prefers-reduced-motion:reduce){.executive-dashboard *,.executive-dashboard :before,.executive-dashboard :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.executive-dashboard,.executive-dashboard *{visibility:visible!important}.executive-dashboard{background:var(--paper)!important;border:0!important;padding:0!important;display:block!important;position:absolute!important;inset:0!important;overflow:visible!important}.executive-dashboard .executive-grid{grid-template-columns:repeat(12,minmax(0,1fr))!important;display:grid!important}.executive-dashboard .dashboard-data-card{break-inside:avoid;box-shadow:none!important;transform:none!important}}.executive-dashboard .fee-metric-fields>label>span,.executive-dashboard .fee-net-received>span{font-size:10.5px}.executive-dashboard .fee-metric-fields input,.executive-dashboard .fee-net-received>strong{font-size:12px}.executive-dashboard .fee-metric-actions small,.executive-dashboard .fee-metric-actions button{font-size:10.5px}.executive-dashboard .fee-metric-actions button{min-height:34px}.executive-dashboard .executive-table-scroll{background:linear-gradient(to right, var(--paper), transparent 20px) left center / 28px 100% no-repeat, linear-gradient(to left, var(--paper), transparent 20px) right center / 28px 100% no-repeat}@media (hover:none){.executive-dashboard .dashboard-data-card:hover,.executive-dashboard .executive-toolbar button:hover,.executive-dashboard .executive-filter-row>button:hover{box-shadow:var(--shadow-sm);transform:none}}@media (max-width:820px){.executive-dashboard .executive-toolbar{z-index:20;position:sticky;top:0}.admin-app.sales-only-portal .executive-dashboard:not(:fullscreen) .executive-toolbar{top:calc(58px + env(safe-area-inset-top))}.executive-dashboard .executive-toolbar>div:last-child{overflow:visible}.executive-dashboard .company-switch{overscroll-behavior-inline:contain;max-width:100%;overflow-x:auto}.executive-dashboard .company-switch button{min-height:44px}.executive-dashboard .fee-metric-fields input{font-size:16px}.executive-dashboard .fee-metric-actions button{min-height:44px}.executive-dashboard .executive-table-scroll{-webkit-overflow-scrolling:touch;max-height:60dvh}}@media (max-width:560px){.admin-app.sales-only-portal .executive-dashboard:not(:fullscreen) .executive-toolbar{top:calc(56px + env(safe-area-inset-top))}.executive-dashboard .executive-toolbar{gap:10px;padding:11px;top:0}.executive-dashboard .executive-toolbar>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-dashboard .company-switch{grid-column:1/-1}.executive-dashboard .previous-day-order-card,.executive-dashboard .annual-order-card{min-height:148px}.executive-dashboard .daily-order-card,.executive-dashboard .monthly-order-card{min-height:258px}.executive-dashboard .dashboard-data-card>header{align-items:center}.executive-dashboard .dashboard-data-card>header h3{font-size:14px}.executive-dashboard .dashboard-data-card>header span,.executive-dashboard .dashboard-metric>span,.executive-dashboard .fee-metric-fields>label>span,.executive-dashboard .fee-net-received>span{font-size:11px}.executive-dashboard .fee-metric-fields input,.executive-dashboard .fee-net-received>strong{font-size:16px}.executive-dashboard .fee-metric-actions{flex-direction:column;align-items:stretch}.executive-dashboard .fee-metric-actions button{width:100%;min-height:44px;font-size:12px}.executive-dashboard .executive-table-scroll{border-block:1px solid var(--line);margin-inline:-1px}.executive-dashboard .executive-data-table th{font-size:11px}.executive-dashboard .executive-data-table td{font-size:12px}}
.meeting-center{color:var(--ink);gap:16px;display:grid}.meeting-center *{box-sizing:border-box}.meeting-center-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.meeting-center-heading h1{letter-spacing:-.025em;margin:5px 0 4px;font-size:27px;line-height:1.15}.meeting-center-heading p{color:var(--muted);margin:0;font-size:13px}.meeting-eyebrow{color:var(--accent);letter-spacing:.13em;align-items:center;gap:6px;font-size:10px;font-weight:800;display:inline-flex}.meeting-button{border:1px solid var(--line-dark);min-height:38px;font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:700;transition:all .14s;display:inline-flex}.meeting-button.secondary{background:var(--paper);color:var(--ink)}.meeting-button.primary{color:#fff;background:var(--accent);border-color:var(--accent)}.meeting-button.full{width:100%}.meeting-button:hover:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(-1px)}.meeting-button:disabled{opacity:.48;cursor:not-allowed}.meeting-status-strip{min-height:46px;color:var(--muted);background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:12px;grid-template-columns:auto auto auto minmax(80px,1fr);align-items:center;gap:9px;padding:9px 13px;font-size:12px;display:grid}.meeting-status-strip strong{color:var(--ink);font-size:13px}.meeting-state-dot{background:var(--faint);border-radius:50%;width:8px;height:8px}.meeting-state-dot.recording{background:var(--danger);box-shadow:0 0 0 5px var(--danger-soft);animation:1.5s infinite meeting-pulse}.meeting-state-dot.starting,.meeting-state-dot.finalizing,.meeting-state-dot.transcribing,.meeting-state-dot.summarizing,.meeting-state-dot.saving{background:var(--accent);animation:1.3s infinite meeting-pulse}.meeting-state-dot.done{background:var(--ok)}.meeting-state-dot.error{background:var(--danger)}.meeting-status-strip>div{background:var(--paper-muted);border-radius:99px;height:5px;overflow:hidden}.meeting-status-strip>div i{background:var(--accent);border-radius:inherit;height:100%;transition:width .25s;display:block}.meeting-grid{grid-template-columns:minmax(245px,.78fr) minmax(340px,1.18fr) minmax(300px,1fr);align-items:start;gap:14px;display:grid}.meeting-column{gap:14px;min-width:0;display:grid}.meeting-card,.meeting-history-section{background:var(--paper);border:1px solid var(--line);min-width:0;box-shadow:var(--shadow-sm);border-radius:14px}.meeting-card{padding:16px}.meeting-card-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.meeting-card-head>div>span{color:var(--faint);letter-spacing:.14em;font-size:9px;font-weight:800}.meeting-card-head h2{margin:2px 0 0;font-size:16px;line-height:1.2}.meeting-card-head>svg{color:var(--accent)}.meeting-engine-chip,.meeting-count{color:var(--accent-strong);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:8px;align-items:center;gap:5px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.meeting-field{gap:6px;margin-top:10px;display:grid}.meeting-field>span{color:var(--muted);font-size:11px;font-weight:700}.meeting-center input,.meeting-center select,.meeting-center textarea{width:100%;color:var(--ink);background:var(--paper-raised);border:1px solid var(--line-dark);font:inherit;border-radius:9px;outline:none;font-size:13px}.meeting-center input,.meeting-center select{height:39px;padding:0 11px}.meeting-center textarea{resize:vertical;min-height:74px;padding:10px 11px;line-height:1.5}.meeting-center input:focus,.meeting-center select:focus,.meeting-center textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.meeting-recorder-visual{background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:12px;justify-items:center;gap:7px;margin:15px 0 12px;padding:19px 12px;display:grid}.meeting-wave{justify-content:center;align-items:center;gap:3px;width:100%;height:35px;display:flex;overflow:hidden}.meeting-wave i{background:color-mix(in srgb,var(--accent) 45%,white);border-radius:99px;width:3px;max-height:100%}.is-recording .meeting-wave i{background:var(--accent)}.meeting-recorder-visual strong{letter-spacing:.04em;font-size:28px}.meeting-recorder-visual span{color:var(--muted);font-size:11px}.meeting-capture-button{color:#fff;width:100%;min-height:43px;font:inherit;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.meeting-capture-button.start{background:var(--accent);box-shadow:0 9px 20px color-mix(in srgb,var(--accent) 22%,transparent)}.meeting-capture-button.stop{background:var(--danger);box-shadow:0 9px 20px color-mix(in srgb,var(--danger) 20%,transparent)}.meeting-capture-button:disabled{opacity:.58;cursor:wait;box-shadow:none}.meeting-switch{width:100%;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin-top:12px;padding:0;font-size:11px;display:flex}.meeting-switch>span{background:var(--line-dark);border-radius:99px;flex:none;width:31px;height:18px;padding:2px;transition:all .14s}.meeting-switch>span i{background:#fff;border-radius:50%;width:14px;height:14px;transition:all .14s;display:block;box-shadow:0 1px 3px #52607855}.meeting-switch.on>span{background:var(--accent)}.meeting-switch.on>span i{transform:translate(13px)}.meeting-help,.meeting-file-name{color:var(--faint);margin:8px 0 0;font-size:10px;line-height:1.5}.meeting-upload{min-height:40px;color:var(--accent-strong);background:var(--accent-soft);border:1px dashed var(--accent);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.meeting-upload input{display:none}.meeting-upload.disabled{opacity:.45;cursor:not-allowed}.meeting-file-ready{gap:8px;display:grid}.meeting-file-name{overflow-wrap:anywhere}.meeting-file-actions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.meeting-file-actions button{min-height:36px;color:var(--accent-strong);background:var(--paper-raised);border:1px solid var(--accent-line);font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-size:10px;font-weight:800;display:flex}.meeting-file-actions button:disabled{opacity:.48;cursor:not-allowed}.transcript-card{padding-bottom:0;position:relative}.meeting-transcript-meta{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.meeting-live-chip{color:var(--muted);background:var(--paper-muted);border:1px solid var(--line);white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.meeting-live-chip i{background:var(--faint);border-radius:50%;flex:none;width:6px;height:6px}.meeting-live-chip.listening,.meeting-live-chip.transcribing{color:var(--accent-strong);background:var(--accent-soft);border-color:var(--accent-line)}.meeting-live-chip.listening i,.meeting-live-chip.transcribing i,.meeting-live-chip.finalizing i{background:var(--accent)}.meeting-live-chip.finalizing{color:var(--accent-strong);background:var(--accent-soft);border-color:var(--accent-line)}.meeting-live-chip.calibrated{color:var(--ok-ink);background:var(--ok-soft);border-color:color-mix(in srgb,var(--ok) 24%,var(--line))}.meeting-live-chip.calibrated i{background:var(--ok)}.meeting-live-chip.unavailable{color:var(--warn-ink);background:var(--warn-soft);border-color:color-mix(in srgb,var(--warn-ink) 20%,var(--line))}.meeting-live-chip.unavailable i{background:var(--warn-ink)}.meeting-transcript-body{overscroll-behavior:contain;border-top:1px solid var(--line);height:478px;margin:0 -16px;padding-bottom:52px;overflow:auto}.meeting-transcript-row{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr;gap:10px;padding:13px 16px;display:grid}.meeting-transcript-row>span{color:var(--accent);font-size:10px;font-weight:800}.meeting-transcript-row p{margin:0;font-size:13px;line-height:1.65}.meeting-transcript-row.provisional{background:color-mix(in srgb,var(--accent-soft) 42%,var(--paper))}.meeting-transcript-row.provisional:last-child p:after{content:"实时";color:var(--accent-strong);background:var(--accent-soft);border:1px solid var(--accent-line);vertical-align:1px;border-radius:5px;margin-left:7px;padding:1px 5px;font-size:9px;font-weight:800;line-height:1.4;display:inline-flex}.meeting-transcript-jump{min-height:38px;color:var(--accent-strong);background:var(--paper-raised);border:1px solid var(--accent-line);box-shadow:var(--shadow-pop);font:inherit;white-space:nowrap;cursor:pointer;border-radius:99px;justify-content:center;align-items:center;padding:0 12px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;bottom:14px;right:16px}.meeting-transcript-jump:hover{border-color:var(--accent)}.meeting-transcript-jump:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 20%,transparent);outline-offset:2px}.meeting-empty{min-height:280px;color:var(--faint);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:22px;display:flex}.meeting-empty svg{color:var(--accent)}.meeting-empty strong{color:var(--ink);font-size:14px}.meeting-empty span{max-width:260px;font-size:11px;line-height:1.5}.meeting-empty.processing svg,.meeting-spin{color:var(--accent)}.meeting-empty.live-listening svg{color:var(--danger)}.meeting-empty.summary{min-height:260px}.meeting-marker-input{grid-template-columns:46px 1fr 38px;align-items:center;gap:7px;display:grid}.meeting-marker-input>span{color:var(--accent);font-size:11px;font-weight:800}.meeting-marker-input button{color:#fff;background:var(--accent);cursor:pointer;border:0;border-radius:9px;place-items:center;height:38px;display:grid}.meeting-marker-list{max-height:145px;margin-top:10px;overflow:auto}.meeting-marker-list>div{border-top:1px solid var(--line);grid-template-columns:25px 44px 1fr;gap:7px;padding:8px 0;font-size:11px;display:grid}.meeting-marker-list b{color:var(--faint)}.meeting-marker-list span{color:var(--accent);font-weight:700}.meeting-marker-list p{margin:0}.meeting-inline-empty{color:var(--faint);margin:8px 0 0;font-size:11px}.summary-card{min-height:492px}.meeting-summary-content{gap:14px;display:grid}.meeting-summary-lead{color:var(--ink);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:9px;margin:0;padding:11px;font-size:12px;line-height:1.65}.meeting-summary-content section{gap:8px;display:grid}.meeting-summary-content h3{align-items:center;gap:7px;margin:0;font-size:12px;display:flex}.meeting-summary-content h3 b{color:var(--accent);letter-spacing:.08em;font-size:9px}.meeting-summary-content h3 em{color:var(--accent);background:var(--accent-soft);border-radius:99px;margin-left:auto;padding:2px 6px;font-size:9px;font-style:normal}.meeting-summary-content ul{color:var(--muted);gap:6px;margin:0;padding-left:17px;font-size:11px;line-height:1.5;display:grid}.meeting-summary-content section>p{color:var(--faint);margin:0;font-size:11px}.meeting-task-list{gap:6px;display:grid}.meeting-task-list button{color:inherit;background:var(--paper-muted);border:1px solid var(--line);font:inherit;text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:18px 1fr;align-items:start;gap:8px;padding:8px;display:grid}.meeting-task-list button>i{color:#fff;border:1px solid var(--line-dark);border-radius:5px;place-items:center;width:17px;height:17px;display:grid}.meeting-task-list button.done>i{background:var(--ok);border-color:var(--ok)}.meeting-task-list button span{gap:3px;display:grid}.meeting-task-list button strong{font-size:11px}.meeting-task-list button small{color:var(--faint);font-size:9px}.meeting-task-list button.done strong{color:var(--faint);text-decoration:line-through}.meeting-highlight{border-top:1px solid var(--line);grid-template-columns:42px 1fr;gap:7px;padding:7px 0;font-size:10px;display:grid}.meeting-highlight span{color:var(--accent);font-weight:700}.meeting-highlight p{margin:0;line-height:1.5}.meeting-warning{color:var(--warn-ink);background:var(--warn-soft);border-radius:8px;padding:8px;font-size:10px}.meeting-delivery-state{color:var(--faint);background:var(--paper-muted);border-radius:7px;padding:4px 7px;font-size:9px;font-weight:800}.meeting-delivery-state.sent{color:var(--ok-ink);background:var(--ok-soft)}.meeting-delivery-state.error{color:var(--danger-ink);background:var(--danger-soft)}.meeting-feishu-fixed{background:var(--paper-muted);border:1px solid var(--line);border-radius:8px;margin:10px 0;padding:8px 9px}.meeting-history-section{padding:16px}.meeting-history-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.meeting-history-heading>div>span{color:var(--accent);letter-spacing:.12em;align-items:center;gap:6px;font-size:9px;font-weight:800;display:flex}.meeting-history-heading h2{margin:3px 0 2px;font-size:16px}.meeting-history-heading p{color:var(--faint);margin:0;font-size:10px}.meeting-history-heading>button{color:var(--muted);background:var(--paper-muted);border:1px solid var(--line);font:inherit;cursor:pointer;border-radius:8px;align-items:center;gap:5px;padding:7px 10px;font-size:10px;display:flex}.meeting-history-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.meeting-history-list>button{min-width:0;color:inherit;background:var(--paper-raised);border:1px solid var(--line);font:inherit;text-align:left;cursor:pointer;border-radius:10px;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:10px;display:grid}.meeting-history-list>button:hover,.meeting-history-list>button.active{border-color:var(--accent);background:var(--accent-soft)}.meeting-history-icon{width:32px;height:32px;color:var(--accent);background:var(--accent-soft);border-radius:9px;place-items:center;display:grid}.meeting-history-list button>span:nth-child(2){gap:3px;min-width:0;display:grid}.meeting-history-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.meeting-history-list small{color:var(--faint);font-size:9px}.meeting-history-list em{color:var(--muted);font-size:9px;font-style:normal}.meeting-history-list button>i{color:var(--faint);grid-column:2/4;font-size:9px;font-style:normal}.meeting-history-list button>i.sent{color:var(--ok)}.meeting-history-empty{color:var(--faint);grid-column:1/-1;justify-content:center;align-items:center;gap:8px;padding:22px;font-size:11px;display:flex}.meeting-history-more{grid-column:1/-1;justify-content:center;padding-top:4px;display:flex}.meeting-history-more button{min-height:34px;color:var(--accent);background:var(--accent-soft);border:1px solid color-mix(in srgb,var(--accent) 25%,var(--line));font:inherit;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:7px 14px;font-size:10px;font-weight:800;display:flex}.meeting-history-more button:hover{border-color:var(--accent)}.meeting-history-more button:disabled,.meeting-history-heading>button:disabled{opacity:.62;cursor:wait}.meeting-error{right:20px;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:80;max-width:440px;color:var(--danger-ink);background:var(--danger-soft);border:1px solid color-mix(in srgb,var(--danger) 32%,transparent);box-shadow:var(--shadow-pop);border-radius:10px;align-items:center;gap:8px;padding:11px 12px;font-size:12px;display:flex;position:fixed}.meeting-error.with-stop{bottom:calc(88px + env(safe-area-inset-bottom,0px))}.meeting-error span{flex:1}.meeting-error button{color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.meeting-resident-stop{right:22px;bottom:calc(22px + env(safe-area-inset-bottom,0px));z-index:90;color:#fff;background:#172033;border:1px solid #fff2;border-radius:12px;align-items:center;gap:15px;padding:9px 10px 9px 13px;display:flex;position:fixed;box-shadow:0 18px 45px #10162355}.meeting-resident-stop>span{align-items:center;gap:7px;font-size:11px;display:flex}.meeting-resident-stop>span i{background:#ff706b;border-radius:50%;width:8px;height:8px}.meeting-resident-stop button{color:#fff;background:var(--danger);min-height:36px;font:inherit;cursor:pointer;border:0;border-radius:8px;align-items:center;gap:6px;padding:0 11px;font-size:11px;font-weight:800;display:flex}@keyframes meeting-pulse{50%{opacity:.42}}@media (max-width:1280px){.meeting-grid{grid-template-columns:minmax(235px,.78fr) minmax(340px,1.22fr)}.artifact-column{grid-column:1/-1;grid-template-columns:1.35fr .65fr;align-items:start}.meeting-history-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.meeting-grid{grid-template-columns:1fr}.artifact-column{grid-column:auto;grid-template-columns:1fr}.meeting-transcript-body{height:400px}.meeting-history-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.meeting-center{padding-bottom:env(safe-area-inset-bottom,0px);gap:12px}.meeting-center-heading{flex-direction:column;align-items:flex-start}.meeting-center-heading h1{font-size:23px}.meeting-status-strip{grid-template-columns:auto 1fr auto}.meeting-status-strip>div{grid-column:1/-1;width:100%}.meeting-card,.meeting-history-section{padding:13px}.meeting-button,.meeting-center input,.meeting-center select,.meeting-capture-button,.meeting-upload{min-height:44px}.meeting-transcript-meta{flex-direction:column;align-items:flex-end}.meeting-transcript-body{height:min(52dvh,360px);margin-inline:-13px}.meeting-transcript-jump{min-height:44px;right:13px}.meeting-history-heading{flex-direction:column;align-items:flex-start}.meeting-history-heading>button{justify-content:center;width:100%;min-height:44px}.meeting-history-list{grid-template-columns:1fr}.meeting-history-list>button{min-height:56px}.meeting-marker-input button,.meeting-switch,.meeting-task-list button,.meeting-history-more button,.meeting-error button{min-width:44px;min-height:44px}.meeting-switch{padding-block:8px}.meeting-error button{flex:0 0 44px}.meeting-resident-stop{right:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));justify-content:space-between;left:10px}.meeting-resident-stop button{min-height:44px}.meeting-error{right:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));max-width:none;left:10px}.meeting-error.with-stop{bottom:calc(82px + env(safe-area-inset-bottom,0px))}.meeting-file-actions button{min-height:44px}}@media (prefers-reduced-motion:reduce){.meeting-center *{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.price-library-page{min-width:0;color:var(--ink);gap:14px;display:grid}.price-library-heading{justify-content:space-between;align-items:flex-start;gap:18px;min-width:0;display:flex}.price-library-heading>div:first-child{min-width:0}.price-library-heading>div:first-child>span{color:var(--accent);letter-spacing:.13em;font-size:11px;font-weight:800;line-height:1.2}.price-library-heading h1{letter-spacing:-.02em;text-wrap:balance;overflow-wrap:anywhere;align-items:center;gap:9px;min-width:0;margin:5px 0 4px;font-size:24px;line-height:1.2;display:flex}.price-library-heading h1 svg{color:var(--accent);flex:none}.price-library-heading p{max-width:720px;color:var(--muted);text-wrap:pretty;margin:0;font-size:13px;line-height:1.65}.price-library-heading-actions{flex:none;gap:8px;display:flex}.price-library-heading-actions .btn{white-space:nowrap;min-height:40px}.price-library-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.price-library-metrics article{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);min-width:0;min-height:116px;box-shadow:var(--shadow-sm);grid-template-rows:auto auto 1fr;grid-template-columns:34px minmax(0,1fr);column-gap:10px;padding:14px;display:grid}.price-library-metrics article>svg{width:34px;height:34px;color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-sm);grid-row:1/span 2;padding:8px;display:grid}.price-library-metrics article>span{color:var(--muted);align-self:end;font-size:12px;font-weight:700}.price-library-metrics article>strong{color:var(--ink);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:24px;font-weight:800;line-height:1.1}.price-library-metrics article>small{color:var(--faint);grid-column:1/-1;align-self:end;margin-top:11px;font-size:12px;line-height:1.45}.price-library-import-shell{grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);align-items:start;gap:10px;min-width:0;display:grid}.price-library-import-card,.price-library-rule-card,.price-library-result-panel,.price-library-ledger{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);min-width:0;box-shadow:var(--shadow-sm);overflow:hidden}.price-library-import-card>header,.price-library-rule-card>header,.price-library-result-panel>header,.price-library-ledger>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:13px 15px;display:flex}.price-library-import-card>header>div,.price-library-rule-card>header,.price-library-result-panel>header>div:first-child{align-items:center;gap:9px;min-width:0;display:flex}.price-library-import-card>header svg,.price-library-rule-card>header>svg{color:var(--accent);flex:none}.price-library-import-card>header strong,.price-library-import-card>header small,.price-library-rule-card>header strong,.price-library-rule-card>header small,.price-library-result-panel>header strong,.price-library-result-panel>header small,.price-library-ledger>header strong,.price-library-ledger>header small{display:block}.price-library-import-card>header strong,.price-library-rule-card>header strong,.price-library-result-panel>header strong,.price-library-ledger>header strong{font-size:13px}.price-library-import-card>header small,.price-library-rule-card>header small,.price-library-result-panel>header small,.price-library-ledger>header small{color:var(--faint);margin-top:3px;font-size:12px;line-height:1.45}.price-library-safe-note{min-height:30px;color:var(--ok-ink);white-space:nowrap;background:var(--ok-soft);border-radius:var(--radius-sm);flex:none;align-items:center;gap:5px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.price-library-import-controls{grid-template-columns:minmax(210px,.55fr) minmax(0,1.45fr);gap:11px;padding:14px;display:grid}.price-library-import-controls>label:not(.price-library-file-picker){color:var(--muted);align-content:start;gap:6px;font-size:12px;font-weight:700;display:grid}.price-library-import-controls select,.price-library-filters select,.price-library-search input{width:100%;min-height:44px;color:var(--ink);font:inherit;background:var(--paper-raised);border:1px solid var(--line-dark);border-radius:var(--radius-sm);transition:border-color var(--finesse-fast) var(--finesse-ease), box-shadow var(--finesse-fast) var(--finesse-ease);outline:0;padding:0 11px;font-size:12px;font-weight:600}.price-library-import-controls select:focus,.price-library-filters select:focus,.price-library-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.price-library-import-controls>label>small{color:var(--faint);font-size:12px;font-weight:500;line-height:1.5}.price-library-file-picker{cursor:pointer;background:var(--paper-muted);border:1px dashed var(--line-dark);border-radius:var(--radius);min-width:0;min-height:86px;transition:background-color var(--finesse-fast) var(--finesse-ease), border-color var(--finesse-fast) var(--finesse-ease);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;display:grid;position:relative}.price-library-file-picker:hover,.price-library-file-picker:focus-within,.price-library-file-picker.has-file{background:var(--accent-soft);border-color:var(--accent)}.price-library-file-picker input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.price-library-file-picker>svg{width:38px;height:38px;color:var(--accent);background:var(--paper);border:1px solid var(--accent-line);border-radius:var(--radius-sm);padding:9px}.price-library-file-picker span{min-width:0}.price-library-file-picker strong,.price-library-file-picker small{text-overflow:ellipsis;display:block;overflow:hidden}.price-library-file-picker strong{color:var(--ink);white-space:nowrap;font-size:12px}.price-library-file-picker small{color:var(--faint);margin-top:4px;font-size:12px;line-height:1.45}.price-library-file-picker em{min-height:40px;color:var(--accent);white-space:nowrap;background:var(--paper);border-radius:var(--radius-sm);padding:10px 12px;font-size:12px;font-style:normal;font-weight:700}.price-library-file-preview{background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:14px;min-width:0;margin:0 14px 14px;padding:13px;display:flex}.price-library-file-preview>div:first-child{gap:3px;min-width:0;display:grid}.price-library-file-preview>div:first-child>span{color:var(--accent);letter-spacing:.08em;font-size:11px;font-weight:800}.price-library-file-preview>div:first-child>strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.price-library-file-preview>div:first-child>small{color:var(--muted);font-size:12px;line-height:1.5}.price-library-preview-actions{flex:none;gap:7px;display:flex}.price-library-preview-actions .btn{white-space:nowrap;min-height:40px}.price-library-import-message{border-radius:var(--radius-sm);align-items:flex-start;gap:8px;margin:0 14px 14px;padding:10px 12px;font-size:12px;line-height:1.55;display:flex}.price-library-import-message svg{flex:none;margin-top:1px}.price-library-import-message.success{color:var(--ok-ink);background:var(--ok-soft)}.price-library-import-message.error{color:var(--danger-ink);background:var(--danger-soft)}.price-library-rule-card>header{justify-content:flex-start}.price-library-rule-card ol{gap:0;margin:0;padding:8px 14px 12px;list-style:none;display:grid}.price-library-rule-card li{border-bottom:1px solid var(--line);grid-template-columns:27px minmax(0,1fr);gap:9px;padding:11px 0;display:grid}.price-library-rule-card li:last-child{border-bottom:0}.price-library-rule-card li>b{width:27px;height:27px;color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-sm);place-items:center;font-size:12px;display:grid}.price-library-rule-card li strong,.price-library-rule-card li small{display:block}.price-library-rule-card li strong{color:var(--ink);font-size:12px}.price-library-rule-card li small{color:var(--faint);margin-top:3px;font-size:12px;line-height:1.55}.price-library-result-panel>header{align-items:flex-start}.price-library-result-panel>header>div:first-child{display:block}.price-library-result-pills{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:6px;display:flex}.price-library-result-pills span{white-space:nowrap;border-radius:var(--radius-sm);align-items:center;gap:4px;min-height:28px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.price-library-result-pills .success{color:var(--ok-ink);background:var(--ok-soft)}.price-library-result-pills .warning{color:var(--warn-ink);background:var(--warn-soft)}.price-library-issues{background:var(--paper-muted);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:12px 14px;display:grid}.price-library-issues>div{min-width:0;color:var(--danger-ink);background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-sm);align-items:flex-start;gap:8px;padding:9px 10px;display:flex}.price-library-issues>div>svg{flex:none;margin-top:1px}.price-library-issues strong,.price-library-issues small{display:block}.price-library-issues strong{font-size:12px}.price-library-issues small{color:var(--muted);margin-top:2px;font-size:12px;line-height:1.45}.price-library-issues p{color:var(--muted);grid-column:1/-1;margin:0;font-size:12px}.price-library-result-table-wrap,.price-library-table-wrap{overscroll-behavior-inline:contain;width:100%;min-width:0;overflow:auto}.price-library-ledger>header>span{color:var(--accent);flex:none;font-size:12px;font-weight:800}.price-library-filters{background:var(--paper-muted);border-bottom:1px solid var(--line);grid-template-columns:minmax(240px,1fr) repeat(3,minmax(132px,auto)) auto;align-items:end;gap:8px;padding:11px 14px;display:grid}.price-library-filters>label:not(.price-library-search){color:var(--muted);gap:4px;font-size:12px;font-weight:700;display:grid}.price-library-filters select,.price-library-search input{min-height:40px}.price-library-search{min-width:0;height:40px;color:var(--faint);background:var(--paper-raised);border:1px solid var(--line-dark);border-radius:var(--radius-sm);align-items:center;gap:7px;padding:0 10px;display:flex}.price-library-search input{min-width:0;box-shadow:none;background:0 0;border:0;padding:0}.price-library-search input:focus{box-shadow:none}.price-library-filters>.btn{white-space:nowrap;min-height:40px}.price-library-table{border-collapse:collapse;width:100%;min-width:1120px}.price-library-table.compact{min-width:650px}.price-library-table th,.price-library-table td{text-align:left;border-bottom:1px solid var(--line);padding:10px 12px}.price-library-table th{color:var(--muted);letter-spacing:.04em;white-space:nowrap;background:var(--paper-muted);font-size:12px;font-weight:800}.price-library-table td{max-width:220px;color:var(--muted);vertical-align:middle;font-size:12px;line-height:1.45}.price-library-table tbody tr:hover td{background:color-mix(in srgb, var(--accent-soft) 46%, var(--paper))}.price-library-table td>strong,.price-library-table td>small{display:block}.price-library-table td>strong{color:var(--ink);font-size:12px}.price-library-table td>small{max-width:210px;color:var(--faint);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;overflow:hidden}.price-library-table .numeric{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.price-product-code{font-variant-numeric:tabular-nums;letter-spacing:.03em}.price-project-badge,.price-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:22px;margin-top:5px;padding:0 7px;font-size:12px;font-weight:800;display:inline-flex}.price-project-badge.project{color:var(--accent);background:var(--accent-soft)}.price-project-badge.common{color:var(--muted);background:var(--paper-muted);border:1px solid var(--line)}.price-status.active{color:var(--ok-ink);background:var(--ok-soft)}.price-status.disabled{color:var(--danger-ink);background:var(--danger-soft)}.price-material-remark{text-overflow:ellipsis;white-space:nowrap;max-width:190px;display:block;overflow:hidden}.price-delete-button{width:40px;height:40px;color:var(--danger-ink);cursor:pointer;background:var(--danger-soft);border:1px solid color-mix(in srgb, var(--danger) 20%, transparent);border-radius:var(--radius-sm);transition:background-color var(--finesse-fast) var(--finesse-ease), border-color var(--finesse-fast) var(--finesse-ease);place-items:center;display:grid}.price-delete-button:hover{border-color:var(--danger)}.price-delete-button:disabled{cursor:wait;opacity:.55}.price-library-empty{min-height:180px;color:var(--faint);text-align:center;align-content:center;place-items:center;gap:6px;padding:24px;display:grid}.price-library-empty.error{color:var(--danger-ink)}.price-library-empty strong{color:var(--ink);font-size:13px}.price-library-empty span{max-width:430px;font-size:12px;line-height:1.55}.price-library-empty .btn{min-height:40px;margin-top:5px}.price-library-skeleton td{height:44px}.price-library-skeleton span{background:linear-gradient(90deg, var(--paper-muted), var(--accent-soft), var(--paper-muted));border-radius:var(--radius-sm);background-size:180% 100%;width:100%;height:18px;animation:1.2s ease-in-out infinite price-library-skeleton;display:block}@keyframes price-library-skeleton{0%{background-position:100% 0}to{background-position:-80% 0}}@media (max-width:1120px){.price-library-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.price-library-import-shell{grid-template-columns:1fr}.price-library-filters{grid-template-columns:minmax(220px,1fr) repeat(3,minmax(120px,.45fr))}.price-library-filters>.btn{grid-column:1/-1;justify-self:end}}@media (max-width:760px){.price-library-page .btn,.price-library-import-controls select,.price-library-filters select,.price-library-search,.price-delete-button{min-height:44px}.price-library-import-controls select,.price-library-filters select,.price-library-search input{font-size:16px}.price-delete-button{width:44px;height:44px}.price-library-heading{flex-direction:column}.price-library-heading-actions{grid-template-columns:minmax(0,1fr) auto;width:100%;display:grid}.price-library-heading-actions .btn{justify-content:center}.price-library-import-controls,.price-library-filters,.price-library-issues{grid-template-columns:1fr}.price-library-filters>.btn,.price-library-issues p{grid-column:auto}.price-library-file-preview,.price-library-result-panel>header{flex-direction:column;align-items:stretch}.price-library-preview-actions{grid-template-columns:minmax(0,.6fr) minmax(0,1.4fr);display:grid}.price-library-result-pills{justify-content:flex-start}}@media (max-width:480px){.price-library-heading h1{font-size:21px}.price-library-heading-actions,.price-library-metrics,.price-library-preview-actions{grid-template-columns:1fr}.price-library-file-picker{grid-template-columns:34px minmax(0,1fr)}.price-library-file-picker>svg{width:34px;height:34px;padding:8px}.price-library-file-picker em{text-align:center;grid-column:1/-1}.price-library-import-card>header{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.price-library-skeleton span{background:var(--paper-muted);animation:none}}
.sales-project-card{grid-column:1/-1;min-width:0}.executive-dashboard .executive-project-card{grid-column:1/-1;min-height:0}.sales-project-card>header{background:color-mix(in srgb, var(--paper) 90%, var(--accent-soft));min-height:64px;padding:14px 16px}.sales-project-card>header h3{align-items:center;gap:8px;font-size:17px;display:flex}.sales-project-card>header h3 svg{color:var(--accent)}.sales-project-card>header>div:first-child>span{font-size:12px}.sales-project-period{text-align:right;justify-items:end;gap:3px;display:grid}.sales-project-header-actions,.executive-dashboard .dashboard-data-card>header>.sales-project-header-actions{justify-content:flex-end;align-items:center;gap:14px;min-width:0;display:flex}.sales-project-period>strong{color:var(--ink);font-variant-numeric:tabular-nums;font-size:15px}.sales-project-period>small{font-size:12px!important}.sales-project-summary{background:var(--paper-muted);border:1px solid var(--line);border-radius:11px;grid-template-columns:minmax(0,1fr);min-width:0;margin:14px 16px 0;display:grid;overflow:hidden}.sales-project-summary dt{color:var(--muted);font-size:12px;font-weight:650}.sales-project-summary dl small{color:var(--faint);margin-top:8px;font-size:12px}.sales-project-summary>dl{grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;margin:0;display:grid}.sales-project-summary>dl>div{border-left:1px solid var(--line);align-content:center;min-width:0;padding:15px 17px;display:grid}.sales-project-summary>dl>div:first-child{border-left:0}.sales-project-summary dd{overflow-wrap:anywhere;color:var(--ink);font-variant-numeric:tabular-nums;letter-spacing:0;margin:6px 0 0;font-size:22px;font-weight:740;line-height:1.1}.sales-project-summary .needs-attention{background:color-mix(in srgb, var(--warn-soft) 68%, var(--paper))}.sales-project-summary .needs-attention dd{color:var(--warn-ink)}.sales-project-table-wrap{border:1px solid var(--line);scrollbar-width:thin;border-radius:11px;min-width:0;margin:14px 16px 0;overflow-x:auto}.sales-project-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:930px}.sales-project-table th{height:42px;color:var(--muted);text-align:left;white-space:nowrap;background:var(--paper-muted);border-bottom:1px solid var(--line);padding:9px 14px;font-size:12px;font-weight:700}.sales-project-table td{height:66px;color:var(--muted);vertical-align:middle;border-bottom:1px solid var(--line);padding:10px 14px;font-size:13px}.sales-project-table tbody tr:last-child td{border-bottom:0}.sales-project-table tbody tr:hover td{background:color-mix(in srgb, var(--accent-soft) 34%, var(--paper))}.sales-project-table td:first-child{white-space:nowrap;width:234px}.sales-project-table td:nth-child(2){width:27%}.sales-project-table td:last-child{width:34%}.sales-project-table td>strong{color:var(--ink);font-size:14px;font-weight:720}.sales-project-table td>small{color:var(--faint);margin-left:5px;font-size:12px}.sales-project-top-products-cell{min-width:300px}.sales-project-top-products,.sales-project-top-products li{margin:0;padding:0;list-style:none}.sales-project-top-products{gap:5px;display:grid}.sales-project-top-products li{grid-template-columns:19px minmax(0,1fr) auto;align-items:center;gap:6px;min-width:0;display:grid}.sales-project-top-rank{width:18px;height:18px;color:var(--accent-strong);background:var(--accent-soft);border-radius:4px;place-items:center;font-size:11px;font-weight:800;display:inline-grid}.sales-project-top-product-name{gap:1px;min-width:0;display:grid}.sales-project-top-product-name>strong,.sales-project-top-product-name>small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sales-project-top-product-name>strong{color:var(--ink);font-size:12px;font-weight:700}.sales-project-top-product-name>small{color:var(--faint);margin:0;font-size:11px}.sales-project-top-amount{white-space:nowrap;font-size:12px!important}.sales-project-top-products-empty{color:var(--faint);font-size:12px}.sales-project-code{min-width:38px;height:30px;color:var(--accent-strong);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:7px;place-items:center;padding-inline:8px;font-size:14px;font-weight:800;display:inline-grid}.sales-project-project-cell{min-width:234px}.sales-project-project-identity{align-items:center;gap:5px;display:inline-flex}.sales-project-project-identity>small{color:var(--faint);font-size:12px}.sales-project-open-button{min-width:104px;min-height:44px;color:var(--accent-strong);font:inherit;letter-spacing:0;white-space:nowrap;background:color-mix(in srgb, var(--accent-soft) 48%, var(--paper));border:1px solid var(--accent-line);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:6px;margin-left:10px;padding:0 11px;font-size:12px;font-weight:720;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:inline-flex}.sales-project-open-button svg{flex:none}@media (hover:hover) and (pointer:fine){.sales-project-open-button:hover:not(:disabled){color:var(--paper);background:var(--accent);border-color:var(--accent)}}.sales-project-open-button:active:not(:disabled){transform:translateY(1px)}.sales-project-open-button:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 30%, transparent);outline-offset:2px;box-shadow:0 0 0 1px var(--paper)}.sales-project-open-button:disabled{color:var(--faint);background:var(--paper-muted);border-color:var(--line);cursor:wait;opacity:.72}.sales-project-share{grid-template-columns:minmax(80px,1fr) 48px;align-items:center;gap:9px;max-width:320px;margin-top:7px;display:grid}.sales-project-share progress{appearance:none;background:var(--line);border:0;border-radius:4px;width:100%;height:8px;overflow:hidden}.sales-project-share progress::-webkit-progress-bar{background:var(--line);border-radius:4px}.sales-project-share progress::-webkit-progress-value{background:var(--accent);border-radius:4px}.sales-project-share progress::-moz-progress-bar{background:var(--accent);border-radius:4px}.sales-project-share>span{color:var(--muted);text-align:right;font-size:12px;font-weight:700}.sales-project-unmatched{border:1px solid color-mix(in srgb, var(--ok) 36%, var(--line));border-radius:9px;grid-template-columns:minmax(250px,1.1fr) minmax(0,2fr);align-items:stretch;gap:0;margin:12px 16px 0;display:grid;overflow:hidden}.sales-project-unmatched.has-unmatched{border-color:color-mix(in srgb, var(--warn) 42%, var(--line));background:color-mix(in srgb, var(--warn-soft) 44%, var(--paper))}.sales-project-unmatched-title{align-items:center;gap:10px;min-width:0;padding:13px 15px;display:flex}.sales-project-unmatched-title>svg{color:var(--ok);flex:none}.sales-project-unmatched.has-unmatched .sales-project-unmatched-title>svg{color:var(--warn)}.sales-project-unmatched-title>div{gap:4px;min-width:0;display:grid}.sales-project-unmatched-title strong{color:var(--ink);font-size:14px}.sales-project-unmatched-title small{color:var(--muted);font-size:12px;line-height:1.45}.sales-project-unmatched>dl{grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;margin:0;display:grid}.sales-project-unmatched>dl>div{border-left:1px solid var(--line);align-content:center;min-width:0;padding:11px 13px;display:grid}.sales-project-unmatched dt{color:var(--faint);font-size:12px}.sales-project-unmatched dd{overflow-wrap:anywhere;color:var(--ink);font-variant-numeric:tabular-nums;margin:4px 0 0;font-size:14px;font-weight:720}.sales-project-unmatched.has-unmatched dd{color:var(--warn-ink)}.sales-project-footnote{color:var(--muted);align-items:flex-start;gap:7px;margin:0;padding:11px 16px 14px;font-size:12px;line-height:1.5;display:flex}.sales-project-footnote svg{color:var(--ok);flex:none;margin-top:1px}@media (max-width:900px){.sales-project-summary{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.sales-project-card>header{align-items:flex-start}.sales-project-summary,.sales-project-table-wrap,.sales-project-unmatched{margin-left:12px;margin-right:12px}.sales-project-summary>dl{grid-template-columns:minmax(0,1fr)}.sales-project-summary>dl>div{border-top:1px solid var(--line);border-left:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:70px;padding:11px 14px}.sales-project-summary>dl>div:first-child{border-top:0}.sales-project-summary dd{text-align:right;margin:0;font-size:19px}.sales-project-summary dl small{grid-column:1/-1;margin-top:3px}.sales-project-table-wrap{border:0;border-radius:0;overflow:visible}.sales-project-table,.sales-project-table tbody{min-width:0;display:block}.sales-project-table thead{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.sales-project-table tbody{gap:8px;display:grid}.sales-project-table tr{background:var(--paper);border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.sales-project-table td,.sales-project-table td:first-child,.sales-project-table td:nth-child(2){white-space:normal;border-right:1px solid var(--line);border-bottom:1px solid var(--line);align-content:center;width:auto;height:auto;min-height:64px;padding:10px 12px;display:grid}.sales-project-table td:nth-child(2n){border-right:0}.sales-project-table td:first-child,.sales-project-table td:nth-child(2){border-right:0;grid-column:1/-1}.sales-project-table td:last-child{border-bottom:0;border-right:0;grid-column:1/-1}.sales-project-table td:before{content:attr(data-label);color:var(--faint);margin-bottom:5px;font-size:12px;font-weight:650}.sales-project-table td:first-child{background:var(--paper-muted);align-items:center;gap:7px;min-height:64px;display:flex}.sales-project-project-cell{min-width:0}.sales-project-open-button{margin-left:auto}.sales-project-top-products-cell{min-width:0}.sales-project-table td:first-child:before{display:none}.sales-project-share{max-width:none}.sales-project-unmatched{grid-template-columns:minmax(0,1fr)}.sales-project-unmatched>dl{border-top:1px solid var(--line)}.sales-project-unmatched>dl>div:first-child{border-left:0}.sales-project-footnote{padding-left:12px;padding-right:12px}}@media (max-width:480px){.sales-project-card>header{flex-direction:column}.sales-project-period{text-align:left;justify-items:start}.sales-project-header-actions,.executive-dashboard .dashboard-data-card>header>.sales-project-header-actions{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.sales-project-unmatched>dl{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-project-unmatched>dl>div:nth-child(3){border-left:0}.sales-project-unmatched>dl>div:nth-child(n+3){border-top:1px solid var(--line)}}.sales-tabs button,.sales-clear-filter,.sales-ledger-footer .btn,.admin-app .workspace:not(.dashboard-workspace) .sales-tabs button{min-height:44px}.sales-only-portal .topbar .icon-btn{width:44px;height:44px}.admin-app:has(.sales-review-center) .topbar .icon-btn{width:44px;height:44px}.sales-detail-tabs,.sales-review-mode-tabs{background:color-mix(in srgb, var(--canvas) 88%, var(--paper));border:1px solid var(--line);scrollbar-width:none;align-items:center;gap:4px;min-width:0;padding:4px;display:flex;overflow-x:auto}.sales-detail-tabs{border-width:0 0 1px}.sales-review-mode-tabs{border-radius:11px}.sales-detail-tabs::-webkit-scrollbar{display:none}.sales-review-mode-tabs::-webkit-scrollbar{display:none}.sales-review-project-chips::-webkit-scrollbar{display:none}.sales-detail-tabs button,.sales-review-mode-tabs button{min-width:max-content;min-height:44px;color:var(--muted);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:12px;font-weight:720;transition:color .15s,background-color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.sales-detail-tabs button:hover,.sales-review-mode-tabs button:hover{color:var(--ink);background:color-mix(in srgb, var(--paper) 72%, transparent)}.sales-detail-tabs button.active,.sales-review-mode-tabs button.active{color:var(--accent-strong);background:var(--paper);border-color:var(--line);box-shadow:var(--shadow-sm)}.sales-detail-tabs button:focus-visible,.sales-review-mode-tabs button:focus-visible,.sales-detail-open:focus-visible,.sales-detail-pagination button:focus-visible,.sales-review-project-chips>button:focus-visible,.sales-review-batches>button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sales-review-mode-tabs>span{min-width:280px;color:var(--muted);margin-left:auto;padding:0 10px;font-size:12px;line-height:1.5}.sales-detail-aggregate,.sales-review-project-view{min-width:0}.sales-detail-filterbar,.sales-review-project-filters{background:color-mix(in srgb, var(--canvas) 58%, var(--paper));border-bottom:1px solid var(--line);grid-template-columns:minmax(220px,1fr) minmax(170px,230px) auto;align-items:center;gap:8px;min-width:0;padding:11px 12px;display:grid}.sales-detail-search,.sales-review-project-filters>label{min-width:0;min-height:44px;color:var(--faint);background:var(--paper);border:1px solid var(--line-dark);border-radius:9px;align-items:center;gap:8px;padding:0 11px;display:flex}.sales-detail-search:focus-within,.sales-review-project-filters>label:focus-within{color:var(--accent);border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent)}.sales-detail-search input,.sales-review-project-filters input{width:100%;min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;font-size:12px}.sales-detail-project-filter,.sales-detail-project-filter select,.sales-review-project-filters select{width:100%;min-width:0}.sales-detail-project-filter select,.sales-review-project-filters select{min-height:44px;color:var(--ink);font:inherit;background:var(--paper);border:1px solid var(--line-dark);border-radius:9px;outline:0;padding:0 32px 0 11px;font-size:12px}.sales-detail-project-filter select:focus,.sales-review-project-filters select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent)}.sales-detail-result-count,.sales-review-project-filters>span{min-height:36px;color:var(--accent-strong);white-space:nowrap;background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:8px;justify-content:center;align-items:center;padding:0 11px;font-size:12px;font-weight:720;display:inline-flex}.sales-detail-summary,.sales-review-summary{background:var(--paper-muted);border:1px solid var(--line);border-radius:9px;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;margin:12px;display:grid;overflow:clip}.sales-review-summary{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.sales-detail-summary>article,.sales-review-summary>div{border:0;border-left:1px solid var(--line);background:0 0;border-radius:0;align-content:center;min-width:0;min-height:92px;padding:13px 14px;display:grid}.sales-detail-summary>article:first-child,.sales-review-summary>div:first-child{border-left:0}.sales-detail-summary>article.needs-attention{background:color-mix(in srgb, var(--warn-soft) 72%, var(--paper))}.sales-detail-summary span,.sales-review-summary span{color:var(--muted);font-size:11px;font-weight:650}.sales-detail-summary strong,.sales-review-summary strong{overflow-wrap:anywhere;min-width:0;color:var(--ink);font-variant-numeric:tabular-nums;margin-top:7px;font-size:20px;font-weight:760;line-height:1.15;display:block}.sales-detail-summary small,.sales-review-summary small{color:var(--faint);margin-top:5px;font-size:11px;line-height:1.4;display:block}.sales-review-summary>div.needs-attention{background:color-mix(in srgb, var(--warn-soft) 72%, var(--paper))}.sales-review-summary>div.needs-attention strong{color:var(--warn-ink)}.sales-order-table .numeric{text-align:right;font-variant-numeric:tabular-nums}.sales-detail-table-wrap,.sales-review-group-table-wrap{border:1px solid var(--line);scrollbar-width:thin;border-radius:9px;min-width:0;margin:0 12px 12px;overflow:auto}.sales-review-group-table-wrap{max-height:720px}.sales-detail-table,.sales-review-group-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;min-width:760px}.sales-detail-table th,.sales-review-group-table th{z-index:2;height:42px;color:var(--muted);text-align:left;white-space:nowrap;background:var(--paper-muted);border-bottom:1px solid var(--line);padding:9px 12px;font-size:11px;font-weight:720;position:sticky;top:0}.sales-detail-table td,.sales-review-group-table td{min-width:0;height:64px;color:var(--muted);vertical-align:middle;border-bottom:1px solid var(--line);padding:10px 12px;font-size:12px}.sales-detail-table tbody tr:last-child>td,.sales-review-group-table tbody tr:last-child>td{border-bottom:0}.sales-detail-table tbody tr:not(.sales-source-expanded):hover>td,.sales-review-group-table tbody tr:not(.sales-review-source-expanded):hover>td{background:color-mix(in srgb, var(--accent-soft) 38%, var(--paper))}.sales-detail-table tr.needs-attention>td,.sales-review-group-table tr.needs-attention>td{background:color-mix(in srgb, var(--warn-soft) 48%, var(--paper))}.sales-detail-table td>strong,.sales-detail-table td>small,.sales-review-group-table td>strong,.sales-review-group-table td>small{display:block}.sales-detail-table td>strong,.sales-review-group-table td>strong{color:var(--ink);font-size:13px;font-weight:720}.sales-detail-table td>small,.sales-review-group-table td>small{color:var(--faint);margin-top:3px;font-size:11px;line-height:1.4}.sales-detail-table td:first-child,.sales-review-group-table td:first-child{white-space:nowrap}.sales-detail-table td:first-child>span:last-child{vertical-align:middle;white-space:normal;max-width:300px;margin-left:8px;display:inline-grid}.sales-detail-table td:first-child>span:last-child small{color:var(--faint);margin-top:3px;font-size:11px;line-height:1.4}.sales-detail-table .numeric,.sales-review-group-table .numeric{text-align:right}.sales-project-code.unmatched{color:var(--warn-ink);background:var(--warn-soft);border-color:color-mix(in srgb, var(--warn) 34%, var(--line))}.sales-detail-open{min-height:44px;color:var(--accent-strong);font:inherit;white-space:nowrap;background:var(--accent-soft);border:1px solid var(--accent-line);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:0 9px;font-size:11px;font-weight:720;display:inline-flex}.sales-detail-open:hover{color:var(--paper-raised);background:var(--accent);border-color:var(--accent)}.sales-detail-loading,.sales-detail-empty,.sales-review-source-empty{min-height:150px;color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:8px;padding:18px;font-size:12px;display:flex}.sales-detail-loading.compact{min-height:90px}.sales-detail-empty-row td{height:150px;color:var(--faint);text-align:center!important}.sales-source-expanded>td,.sales-review-source-expanded>td{background:color-mix(in srgb, var(--canvas) 54%, var(--paper));height:auto;padding:0!important}.sales-source-panel,.sales-review-source-panel{background:var(--paper);border:1px solid var(--accent-line);border-radius:8px;min-width:0;margin:9px;overflow:clip}.sales-source-panel>header,.sales-review-source-panel>header{background:var(--accent-soft);border-bottom:1px solid var(--accent-line);justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:10px 12px;display:flex}.sales-source-panel>header>div,.sales-review-source-panel>header>div{min-width:0;color:var(--accent-strong);align-items:center;gap:9px;display:flex}.sales-source-panel>header span,.sales-review-source-panel>header span{gap:2px;min-width:0;display:grid}.sales-source-panel>header strong,.sales-review-source-panel>header strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.sales-source-panel>header small,.sales-review-source-panel>header small{color:var(--muted);font-size:11px}.sales-source-panel>header>b,.sales-review-source-panel>header>b{color:var(--accent-strong);flex:none;font-size:12px}.sales-source-list,.sales-review-source-list{display:grid}.sales-source-list article,.sales-review-source-list article{border-bottom:1px solid var(--line);grid-template-columns:minmax(120px,.8fr) minmax(180px,1.35fr) minmax(120px,.9fr) minmax(150px,1fr);align-items:center;gap:10px;min-width:0;min-height:66px;padding:10px 12px;display:grid}.sales-source-list article:last-child,.sales-review-source-list article:last-child{border-bottom:0}.sales-source-list article>div,.sales-source-list article>p,.sales-review-source-list article>div,.sales-review-source-list article>p{gap:3px;min-width:0;margin:0;display:grid}.sales-source-list article strong,.sales-review-source-list article strong{overflow-wrap:anywhere;color:var(--ink);font-size:12px;font-weight:700}.sales-source-list article span,.sales-source-list article small,.sales-review-source-list article span,.sales-review-source-list article small{overflow-wrap:anywhere;color:var(--faint);font-size:11px;line-height:1.4}.sales-detail-pagination{min-width:0;min-height:54px;color:var(--muted);background:color-mix(in srgb, var(--canvas) 56%, var(--paper));border-top:1px solid var(--line);justify-content:center;align-items:center;gap:12px;padding:8px 12px;font-size:12px;display:flex}.sales-detail-pagination.compact{min-height:48px}.sales-detail-pagination button{min-height:44px;color:var(--accent-strong);font:inherit;white-space:nowrap;background:var(--paper);border:1px solid var(--line-dark);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:4px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.sales-detail-pagination button:disabled{color:var(--faint);cursor:not-allowed;opacity:.55}.sales-detail-conservation-warning,.sales-review-conservation{color:var(--danger-ink);background:var(--danger-soft);border:1px solid color-mix(in srgb, var(--danger) 28%, var(--line));border-radius:8px;align-items:flex-start;gap:8px;margin:0 12px 12px;padding:11px 12px;font-size:12px;line-height:1.5;display:flex}.sales-review-unmatched-warning{color:var(--warn-ink);background:var(--warn-soft);border:1px solid color-mix(in srgb, var(--warn) 30%, var(--line));border-radius:8px;align-items:flex-start;gap:8px;margin:0 12px 12px;padding:11px 12px;font-size:12px;line-height:1.5;display:flex}.sales-review-unmatched-warning>span{gap:2px;min-width:0;display:grid}.sales-review-unmatched-warning strong,.sales-review-unmatched-warning small{overflow-wrap:anywhere}.sales-review-unmatched-warning small{color:var(--muted)}.sales-review-layout{grid-template-columns:minmax(310px,.62fr) minmax(0,1.38fr);gap:10px}.sales-review-detail{min-width:0;overflow:visible}.sales-review-toolbar label,.sales-review-toolbar select{min-height:44px}.sales-review-toolbar label:focus-within{color:var(--accent);background:var(--paper);border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent)}.sales-review-batches>button{cursor:pointer;min-height:108px}.sales-review-batches>button:disabled,.sales-review-project-chips>button:disabled,.sales-detail-open:disabled{cursor:not-allowed;opacity:.55}.sales-review-project-chips{scroll-snap-type:x proximity;scrollbar-width:none;gap:7px;min-width:0;padding:0 12px 11px;display:flex;overflow-x:auto}.sales-review-project-chips>button{min-width:220px;min-height:62px;color:var(--muted);font:inherit;text-align:left;background:var(--paper);border:1px solid var(--line);scroll-snap-align:start;cursor:pointer;border-radius:8px;flex:none;align-items:center;gap:9px;padding:8px 10px;display:flex}.sales-review-project-chips>button:hover,.sales-review-project-chips>button.active{background:var(--accent-soft);border-color:var(--accent-line)}.sales-review-project-chips>button.needs-attention{background:color-mix(in srgb, var(--warn-soft) 50%, var(--paper));border-color:color-mix(in srgb, var(--warn) 28%, var(--line))}.sales-review-project-chips>button>span:last-child{gap:3px;min-width:0;display:grid}.sales-review-project-chips strong,.sales-review-project-chips small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sales-review-project-chips strong{color:var(--ink);font-size:12px}.sales-review-project-chips small{color:var(--faint);font-size:10.5px}.sales-review-group-pagination{border-top:0;margin-top:-12px}.sales-review-limit{padding:10px 12px;line-height:1.5}.sales-review-actions{z-index:8;background:color-mix(in srgb, var(--paper) 96%, transparent);border-top:1px solid var(--line);box-shadow:0 -10px 24px color-mix(in srgb, var(--ink) 7%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);grid-template-columns:minmax(0,1fr) auto;gap:9px 12px;padding:12px;display:grid;position:sticky;bottom:0}.sales-review-commit-summary{min-width:0;color:var(--accent-strong);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:8px;grid-column:1/-1;align-items:center;gap:8px;padding:9px 10px;justify-content:flex-start!important;display:flex!important}.sales-review-commit-summary>span{gap:2px;min-width:0;display:grid}.sales-review-commit-summary strong{color:var(--ink);font-size:12px}.sales-review-commit-summary small{overflow-wrap:anywhere;color:var(--muted);font-size:11px}.sales-review-commit-summary.needs-attention{color:var(--warn-ink);background:var(--warn-soft);border-color:color-mix(in srgb, var(--warn) 30%, var(--line))}.sales-review-actions>label{min-width:0}.sales-review-actions textarea{min-height:70px;font:inherit;padding:9px 10px;font-size:12px;line-height:1.5}.sales-review-actions>div:last-child{justify-content:flex-end;align-items:flex-end;gap:8px;display:flex}.sales-review-actions .btn{white-space:nowrap;min-height:44px}@media (max-width:1120px){.sales-review-layout{grid-template-columns:minmax(0,1fr)}.sales-review-list,.sales-review-detail{min-height:0}.sales-review-batches{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-height:330px}.sales-review-batches>button{border-right:1px solid var(--line)}}@media (max-width:980px){.sales-review-mode-tabs{flex-wrap:wrap}.sales-review-mode-tabs button{flex:140px}.sales-review-mode-tabs>span{width:100%;min-width:0;margin:0;padding:5px 8px 7px}.sales-detail-filterbar,.sales-review-project-filters{grid-template-columns:minmax(0,1fr)}.sales-detail-result-count,.sales-review-project-filters>span{justify-self:start}.sales-detail-summary,.sales-review-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-detail-summary>article,.sales-review-summary>div{border-top:1px solid var(--line);min-height:82px}.sales-detail-summary>article:nth-child(odd),.sales-review-summary>div:nth-child(odd){border-left:0}.sales-detail-summary>article:nth-child(-n+2),.sales-review-summary>div:nth-child(-n+2){border-top:0}.sales-detail-table-wrap,.sales-review-group-table-wrap{border:0;border-radius:0;max-height:none;margin-inline:10px;overflow:visible}.sales-review-document-table{max-height:none;overflow:visible}.sales-review-document-table .sales-detail-table{min-width:0}.sales-order-table-wrap{overflow:visible}.sales-table.wide.sales-order-table,.sales-order-table tbody{width:100%;min-width:0;max-width:100%;display:block}.sales-order-table thead{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.sales-order-table tbody{background:color-mix(in srgb, var(--canvas) 58%, var(--paper));gap:8px;padding:10px;display:grid}.sales-order-table tr{background:var(--paper);border:1px solid var(--line);border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:clip}.sales-order-table td{white-space:normal;border-right:1px solid var(--line);border-bottom:1px solid var(--line);align-content:center;width:auto;max-width:none;min-height:62px;padding:9px 10px;display:grid}.sales-order-table td:nth-child(2n){border-right:0}.sales-order-table td:first-child,.sales-order-table td:nth-child(4),.sales-order-table td:nth-child(7),.sales-order-table td:last-child{border-right:0;grid-column:1/-1}.sales-order-table td:last-child{border-bottom:0}.sales-order-table td:before{content:attr(data-label);color:var(--faint);margin-bottom:5px;font-size:11px;font-weight:650}.sales-order-table .numeric{text-align:left}.sales-order-table tr.sales-order-empty-row{display:block}.sales-order-table tr.sales-order-empty-row td{border:0;place-items:center;min-height:140px}.sales-order-table tr.sales-order-empty-row td:before{display:none}.sales-detail-table,.sales-detail-table tbody,.sales-review-group-table,.sales-review-group-table tbody{min-width:0;display:block}.sales-detail-table thead,.sales-review-group-table thead{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.sales-detail-table tbody,.sales-review-group-table tbody{gap:8px;display:grid}.sales-detail-table tr:not(.sales-source-expanded),.sales-review-group-table tr:not(.sales-review-source-expanded){background:var(--paper);border:1px solid var(--line);border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:clip}.sales-detail-table td,.sales-review-group-table td{white-space:normal;border-right:1px solid var(--line);border-bottom:1px solid var(--line);align-content:center;width:auto;height:auto;min-height:62px;padding:9px 10px;display:grid}.sales-detail-table td:nth-child(2n),.sales-review-group-table td:nth-child(2n){border-right:0}.sales-detail-table td:first-child,.sales-product-detail-table td:nth-child(2),.sales-review-group-table td:first-child,.sales-review-group-table td:nth-child(2),.sales-detail-table td:last-child,.sales-review-group-table td:last-child{border-right:0;grid-column:1/-1}.sales-detail-table td:last-child,.sales-review-group-table td:last-child{border-bottom:0;min-height:54px}.sales-detail-table td:before,.sales-review-group-table td:before{content:attr(data-label);color:var(--faint);margin-bottom:5px;font-size:11px;font-weight:650}.sales-detail-table .numeric,.sales-review-group-table .numeric{text-align:left}.sales-source-expanded,.sales-review-source-expanded{background:0 0!important;border:0!important;display:block!important;overflow:visible!important}.sales-source-expanded>td,.sales-review-source-expanded>td{min-height:0;border:0!important;display:block!important}.sales-source-expanded>td:before,.sales-review-source-expanded>td:before,.sales-detail-empty-row td:before{display:none}.sales-source-panel,.sales-review-source-panel{margin:0}.sales-source-list article,.sales-review-source-list article{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.sales-detail-pagination{flex-wrap:wrap;gap:8px}.sales-detail-pagination button,.sales-detail-open{min-height:44px}.sales-review-batches{scroll-snap-type:x mandatory;max-height:none;display:flex;overflow-x:auto}.sales-review-batches>button{border-right:1px solid var(--line);scroll-snap-align:start;flex:none;width:min(82vw,310px);min-width:min(82vw,310px)}.sales-review-actions{-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:minmax(0,1fr);position:static}.sales-review-commit-summary{grid-column:auto}.sales-review-actions>div:last-child{flex-direction:column;align-items:stretch}.sales-review-actions .btn{justify-content:center;width:100%}.sales-detail-search input,.sales-detail-project-filter select,.sales-review-project-filters input,.sales-review-project-filters select,.sales-review-toolbar input,.sales-review-toolbar select,.sales-review-actions textarea{font-size:16px}}@media (max-width:760px){.sales-review-project-chips>button{min-width:min(82vw,280px)}.sales-order-table tbody{padding-inline:8px}}@media (max-width:480px){.sales-detail-tabs button{flex:1 0 auto;padding-inline:11px}.sales-detail-summary,.sales-review-summary{margin-inline:10px}.sales-detail-summary strong,.sales-review-summary strong{font-size:18px}.sales-source-list article,.sales-review-source-list article{grid-template-columns:minmax(0,1fr)}.sales-source-list article>p,.sales-review-source-list article>p{border-top:1px solid var(--line);padding-top:7px}.sales-review-project-chips>button{min-width:210px}.sales-detail-pagination>span{text-align:center;order:-1;width:100%}.sales-detail-pagination button{flex:120px}}@media print{.sales-project-card{break-inside:avoid}.sales-project-table-wrap{overflow:visible}}
:where(.admin-app,.executive-dashboard) :is(input[type=number],table,.numeric){font-variant-numeric:tabular-nums}:where(.admin-app,.executive-dashboard) :is(.metric-value strong,.chart-total strong,.erp-module-summary strong,.erp-mini-metric strong,.erp-report-card strong,.quality-kpi>strong,.quality-third-ring strong,.quality-third-stats b,.quality-loss-card>header>strong,.quality-loss-bars button>b,.warehouse-kpi-grid article>strong,.sales-kpi-grid article>strong,.sales-fee-editor>div>strong,.sales-detail-summary strong,.sales-review-summary strong,.finance-kpi-grid article>strong,.finance-profit-bridge article strong,.finance-top-expenses article em,.production-kpi-grid article>strong,.production-previous-stat b,.production-ring strong,.worker-reporting-kpis article>strong,.price-library-metrics article>strong,.dashboard-metric>strong,.fee-net-received>strong,.year-comparison-summary strong,.executive-status-grid strong,.sales-project-period>strong,.sales-project-summary dd,.sales-project-unmatched dd){overflow-wrap:anywhere;font-variant-numeric:tabular-nums;letter-spacing:0;text-overflow:clip;white-space:normal;min-width:0;max-width:100%;line-height:1.24;overflow:visible}:where(.admin-app,.executive-dashboard) :is(.numeric,.numeric strong,.numeric small,.sales-project-top-amount,.sales-project-share>span,.warehouse-ranking-list p>span,.sales-daily-bars p span,.finance-bar-list p span,.production-bar-list p span){font-variant-numeric:tabular-nums;text-overflow:clip;white-space:nowrap;max-width:none;line-height:1.45;overflow:visible}:where(.admin-app,.executive-dashboard) :is(.data-table,.erp-table,.warehouse-table,.sales-table,.finance-table,.production-table,.quality-table,.quality-source-table,.price-library-table,.sales-project-table,.sales-detail-table,.sales-review-group-table,.worker-reporting-table,.executive-data-table) :is(th,td){font-variant-numeric:tabular-nums;line-height:1.5}.admin-app .quality-table :is(td:nth-child(5),td:nth-child(6),td:nth-child(9)) :is(strong,small),.admin-app .price-library-table td.numeric,.admin-app :is(.sales-detail-table,.sales-review-group-table) td.numeric,.executive-dashboard .executive-data-table td:nth-last-child(-n+2),.executive-dashboard :is(.matrix-table,.year-comparison-table) td:not(:first-child){text-overflow:clip;white-space:nowrap;max-width:none;overflow:visible}@media (max-width:640px){:where(.admin-app,.executive-dashboard) :is(.metric-value strong,.erp-mini-metric strong,.quality-kpi>strong,.warehouse-kpi-grid article>strong,.sales-kpi-grid article>strong,.finance-kpi-grid article>strong,.production-kpi-grid article>strong,.worker-reporting-kpis article>strong,.price-library-metrics article>strong,.dashboard-metric>strong){font-size:clamp(20px,8.5vw,34px)}}
.customer-delivery-center,.customer-receipt-page{--cd-page:#edf0f6;--cd-bg:#fbfcff;--cd-panel:#f4f6fa;--cd-border:#14203817;--cd-border-strong:#14203829;--cd-ink:#121a2b;--cd-ink-2:#3a465c;--cd-ink-3:#69768c;--cd-accent:#2d5bd8;--cd-accent-strong:#2349b3;--cd-accent-soft:#2d5bd81a;--cd-on-accent:#f8faff;--cd-up:#2f7a55;--cd-up-soft:#e7f3eb;--cd-warn:#a96d17;--cd-warn-soft:#f7eddd;--cd-danger:#a33f38;--cd-danger-strong:#923c39;--cd-danger-line:#c0453c;--cd-danger-soft:#f8e9e7;--cd-rail:#16233d;--cd-shadow:0 1px 3px #1422400d;color:var(--cd-ink)}.customer-delivery-center *,.customer-receipt-page *{box-sizing:border-box;min-width:0}.customer-delivery-center{gap:16px;width:100%;display:grid}.customer-delivery-heading{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.customer-delivery-heading>div:first-child{gap:5px;display:grid}.customer-delivery-heading h2{color:var(--cd-ink);letter-spacing:0;overflow-wrap:anywhere;align-items:center;gap:9px;margin:0;font-size:23px;font-weight:760;line-height:1.25;display:flex}.customer-delivery-heading h2 svg{color:var(--cd-accent)}.customer-delivery-heading p{color:var(--cd-ink-3);margin:0;font-size:12px;line-height:1.6}.customer-delivery-heading .btn{white-space:nowrap;min-height:40px}.customer-delivery-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.customer-delivery-kpis article{background:var(--cd-bg);border:1px solid var(--cd-border);min-height:104px;box-shadow:var(--cd-shadow);border-radius:8px;grid-template-columns:auto 1fr;align-items:end;gap:3px 7px;padding:16px 17px;display:grid;position:relative;overflow:hidden}.customer-delivery-kpis article>span{color:var(--cd-ink-3);grid-column:1/-1;font-size:12px;font-weight:650}.customer-delivery-kpis article>strong{color:var(--cd-ink);font-variant-numeric:tabular-nums;font-size:30px;font-weight:760;line-height:1}.customer-delivery-kpis article>small{color:var(--cd-ink-3);align-self:end;padding-bottom:2px;font-size:11px}.customer-delivery-kpis article>svg{width:24px;height:24px;color:var(--cd-accent);background:var(--cd-accent-soft);border-radius:7px;padding:5px;position:absolute;bottom:14px;right:15px}.customer-delivery-ledger{background:var(--cd-bg);border:1px solid var(--cd-border);box-shadow:var(--cd-shadow);border-radius:8px;overflow:hidden}.customer-delivery-ledger>header{background:color-mix(in srgb, var(--cd-panel) 76%, var(--cd-bg));border-bottom:1px solid var(--cd-border);justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.customer-delivery-status-tabs{background:var(--cd-page);border:1px solid var(--cd-border);border-radius:7px;align-items:center;gap:3px;padding:3px;display:flex;overflow-x:auto}.customer-delivery-status-tabs button{min-height:31px;color:var(--cd-ink-3);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:5px 12px;font-size:12px;font-weight:650}.customer-delivery-status-tabs button:hover{color:var(--cd-ink)}.customer-delivery-status-tabs button.active{color:var(--cd-accent);background:var(--cd-bg);box-shadow:0 1px 3px #14224014}.customer-delivery-ledger>header>label{width:min(300px,100%);min-height:38px;color:var(--cd-ink-3);background:var(--cd-bg);border:1px solid var(--cd-border-strong);border-radius:7px;align-items:center;gap:8px;padding:0 11px;display:flex}.customer-delivery-ledger>header>label:focus-within{color:var(--cd-accent);border-color:var(--cd-accent);box-shadow:0 0 0 3px var(--cd-accent-soft)}.customer-delivery-ledger>header input{width:100%;min-height:36px;color:var(--cd-ink);font:inherit;background:0 0;border:0;outline:0;font-size:13px}.customer-delivery-table-wrap,.customer-receipt-table-wrap{overscroll-behavior-inline:contain;width:100%;overflow-x:auto}.customer-delivery-table-wrap table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1010px}.customer-delivery-table-wrap th{color:var(--cd-ink-3);text-align:left;white-space:nowrap;background:var(--cd-panel);border-bottom:1px solid var(--cd-border);padding:10px 12px;font-size:11px;font-weight:700}.customer-delivery-table-wrap th:first-child{width:15%}.customer-delivery-table-wrap th:nth-child(2){width:19%}.customer-delivery-table-wrap th:nth-child(3){width:12%}.customer-delivery-table-wrap th:nth-child(4){width:15%}.customer-delivery-table-wrap th:nth-child(5){width:11%}.customer-delivery-table-wrap th:nth-child(6){width:10%}.customer-delivery-table-wrap th:nth-child(7){width:18%}.customer-delivery-table-wrap td{color:var(--cd-ink-2);vertical-align:middle;border-bottom:1px solid var(--cd-border);padding:12px;font-size:12px;line-height:1.45}.customer-delivery-table-wrap tbody tr:last-child td{border-bottom:0}.customer-delivery-table-wrap tbody tr:hover{background:color-mix(in srgb, var(--cd-accent-soft) 38%, transparent)}.customer-delivery-table-wrap td>strong,.customer-delivery-table-wrap td>small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.customer-delivery-table-wrap td>strong{color:var(--cd-ink);font-size:12px;font-weight:700}.customer-delivery-table-wrap td>small{color:var(--cd-ink-3);margin-top:3px;font-size:10px}.customer-delivery-status{min-height:25px;color:var(--cd-warn);white-space:nowrap;background:var(--cd-warn-soft);border-radius:999px;align-items:center;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex}.customer-delivery-status.shipping{color:var(--cd-accent);background:var(--cd-accent-soft)}.customer-delivery-status.done{color:var(--cd-up);background:var(--cd-up-soft)}.customer-delivery-actions{flex-wrap:wrap;gap:5px;display:flex}.customer-delivery-actions button{min-height:30px;color:var(--cd-ink-2);font:inherit;white-space:nowrap;background:var(--cd-bg);border:1px solid var(--cd-border-strong);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:5px 8px;font-size:11px;font-weight:650;display:inline-flex}.customer-delivery-actions button:first-child{color:var(--cd-on-accent);background:var(--cd-accent);border-color:var(--cd-accent)}.customer-delivery-actions button:hover{color:var(--cd-accent);border-color:color-mix(in srgb, var(--cd-accent) 55%, transparent)}.customer-delivery-actions button:first-child:hover{color:var(--cd-on-accent);background:var(--cd-accent-strong)}.customer-delivery-actions button:disabled,.customer-receipt-confirm>button:disabled{cursor:not-allowed;opacity:.58}.customer-delivery-empty{min-height:220px;color:var(--cd-ink-3);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.customer-delivery-empty strong{color:var(--cd-ink-2);font-size:13px}.customer-delivery-empty button{min-height:36px;color:var(--cd-accent);font:inherit;background:var(--cd-accent-soft);cursor:pointer;border:0;border-radius:6px;padding:7px 13px;font-size:12px;font-weight:700}.customer-delivery-form{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:14px;display:grid}.customer-delivery-form-main{gap:12px;display:grid}.customer-delivery-form-main>section,.customer-delivery-summary{background:var(--cd-bg);border:1px solid var(--cd-border);box-shadow:var(--cd-shadow);border-radius:8px}.customer-delivery-form-main>section{padding:17px}.customer-delivery-form-main>section>header{grid-template-columns:auto 1fr auto;align-items:center;gap:4px 10px;margin-bottom:14px;display:grid}.customer-delivery-form-main>section>header>span{min-width:42px;height:27px;color:var(--cd-accent);white-space:nowrap;background:var(--cd-accent-soft);border-radius:6px;grid-row:1/span 2;place-items:center;font-size:10px;font-weight:760;display:grid}.customer-delivery-form-main>section>header>strong{color:var(--cd-ink);font-size:14px;font-weight:720}.customer-delivery-item-section>header>button{min-height:34px;color:var(--cd-accent);font:inherit;white-space:nowrap;background:var(--cd-accent-soft);border:1px solid color-mix(in srgb, var(--cd-accent) 18%, transparent);cursor:pointer;border-radius:6px;grid-area:1/3/span 2;justify-content:center;align-items:center;gap:5px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.customer-delivery-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.customer-delivery-form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-delivery-form-grid .wide{grid-column:1/-1}.customer-delivery-form-grid label,.customer-delivery-item-row label,.customer-receipt-fields label{align-content:start;gap:6px;display:grid}.customer-delivery-form-grid label>span,.customer-delivery-item-row label>span,.customer-receipt-fields label>span{color:var(--cd-ink-2);font-size:11px;font-weight:650}.customer-delivery-form :is(input,select,textarea),.customer-receipt-fields :is(input,textarea){width:100%;min-height:40px;color:var(--cd-ink);font:inherit;background:var(--cd-bg);border:1px solid var(--cd-border-strong);border-radius:7px;outline:0;padding:8px 10px;font-size:13px;line-height:1.45}.customer-delivery-form textarea,.customer-receipt-fields textarea{resize:vertical}.customer-delivery-form :is(input,select,textarea):focus,.customer-receipt-fields :is(input,textarea):focus{border-color:var(--cd-accent);box-shadow:0 0 0 3px var(--cd-accent-soft)}:is(.customer-delivery-form :is(input,select,textarea):user-invalid,.customer-receipt-fields :is(input,textarea):user-invalid){border-color:var(--cd-danger-line);box-shadow:0 0 0 3px #c0453c1a}.customer-delivery-item-list{gap:9px;display:grid}.customer-delivery-item-row{background:var(--cd-panel);border:1px solid var(--cd-border);border-radius:7px;grid-template-columns:42px repeat(4,minmax(96px,1fr)) minmax(110px,1.35fr);gap:10px;padding:12px;display:grid}.customer-delivery-item-row label.name{grid-column:span 2}.customer-delivery-item-index{flex-direction:column;grid-row:1/span 2;align-items:center;gap:8px;padding-top:22px;display:flex}.customer-delivery-item-index>span{color:var(--cd-accent);font-size:12px;font-weight:760}.customer-delivery-item-index button{width:30px;height:30px;color:var(--cd-danger);background:var(--cd-danger-soft);cursor:pointer;border:0;border-radius:6px;place-items:center;display:grid}.customer-delivery-note textarea{min-height:80px}.customer-delivery-summary{gap:14px;padding:17px;display:grid;position:sticky;top:84px}.customer-delivery-summary>header{align-items:center;gap:9px;display:flex}.customer-delivery-summary>header>svg{box-sizing:content-box;color:var(--cd-accent);background:var(--cd-accent-soft);border-radius:7px;padding:7px}.customer-delivery-summary>header>div{gap:2px;display:grid}.customer-delivery-summary>header strong{font-size:14px}.customer-delivery-summary>header span,.customer-delivery-summary>small{color:var(--cd-ink-3);font-size:10px;line-height:1.55}.customer-delivery-summary dl{margin:0;display:grid}.customer-delivery-summary dl>div{border-bottom:1px solid var(--cd-border);justify-content:space-between;gap:14px;padding:9px 0;display:flex}.customer-delivery-summary dt,.customer-delivery-summary dd{margin:0;font-size:12px}.customer-delivery-summary dt{color:var(--cd-ink-3)}.customer-delivery-summary dd{color:var(--cd-ink);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.customer-delivery-summary .btn{white-space:nowrap;width:100%;min-height:42px}.customer-delivery-qr-backdrop,.customer-delivery-print-modal{z-index:300}.customer-delivery-qr-modal{text-align:center;background:var(--cd-bg);border:1px solid var(--cd-border);border-radius:8px;justify-items:center;gap:10px;width:min(390px,100vw - 28px);padding:24px;display:grid;position:relative;box-shadow:0 30px 80px #121e383d}.customer-delivery-qr-modal>button:first-child{width:36px;height:36px;color:var(--cd-ink-3);background:var(--cd-panel);cursor:pointer;border:0;border-radius:7px;place-items:center;display:grid;position:absolute;top:10px;right:10px}.customer-delivery-qr-modal>span{color:var(--cd-accent);font-size:11px;font-weight:760}.customer-delivery-qr-modal h2,.customer-delivery-qr-modal p{margin:0}.customer-delivery-qr-modal h2{overflow-wrap:anywhere;font-size:20px}.customer-delivery-qr-modal p{color:var(--cd-ink-3);font-size:12px}.customer-delivery-qr-modal>div{background:var(--cd-bg);border:1px solid var(--cd-border);border-radius:7px;place-items:center;padding:10px;display:grid}.customer-delivery-qr-modal code{width:100%;color:var(--cd-ink-3);text-overflow:ellipsis;white-space:nowrap;background:var(--cd-panel);border-radius:6px;padding:8px;font-size:10px;display:block;overflow:hidden}.customer-delivery-qr-modal .btn{white-space:nowrap;min-height:42px}body:has(.customer-receipt-page){background:var(--canvas)}.customer-receipt-page{width:min(1040px,100% - 28px);min-height:100dvh;margin:0 auto;padding:22px 0 40px}.customer-receipt-header{justify-content:space-between;align-items:center;gap:14px;min-height:48px;margin-bottom:18px;display:flex}.customer-receipt-header>div{align-items:center;gap:9px;display:flex}.customer-receipt-header>div>span{width:36px;height:36px;color:var(--cd-on-accent);background:var(--cd-accent);border-radius:8px;place-items:center;display:grid}.customer-receipt-header strong{font-size:14px}.customer-receipt-status{min-height:27px;color:var(--cd-warn);white-space:nowrap;background:var(--cd-warn-soft);border-radius:999px;padding:5px 10px;font-size:11px}.customer-receipt-status.shipping{color:var(--cd-accent);background:var(--cd-accent-soft)}.customer-receipt-status.done{color:var(--cd-up);background:var(--cd-up-soft)}.customer-receipt-title{color:var(--cd-on-accent);background:var(--cd-rail);border:1px solid #eef3ff1a;border-radius:8px;justify-content:space-between;align-items:end;gap:20px;padding:22px 24px;display:flex;box-shadow:0 18px 42px #121e3829}.customer-receipt-title>div:first-child{gap:7px;display:grid}.customer-receipt-title>div>span,.customer-receipt-title p{color:#eef3ffad}.customer-receipt-title h1,.customer-receipt-title p,.customer-receipt-items h2,.customer-receipt-confirm h2,.customer-receipt-complete h2,.customer-receipt-waiting h2{margin:0}.customer-receipt-title h1{letter-spacing:0;overflow-wrap:anywhere;font-size:25px;font-weight:760;line-height:1.25}.customer-receipt-title p{font-size:12px;line-height:1.6}.customer-receipt-number{text-align:right;flex:none;gap:4px;display:grid}.customer-receipt-number span{color:#eef3ff94;font-size:10px}.customer-receipt-number strong{overflow-wrap:anywhere;font-size:14px}.customer-receipt-facts{background:var(--cd-border);border:1px solid var(--cd-border);box-shadow:var(--cd-shadow);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:12px;display:grid;overflow:hidden}.customer-receipt-facts>div{background:var(--cd-bg);grid-template-columns:23px 1fr;align-items:center;gap:3px 8px;min-height:74px;padding:12px 14px;display:grid}.customer-receipt-facts>div.address{grid-column:1/-1}.customer-receipt-facts svg{color:var(--cd-accent);grid-row:1/span 2}.customer-receipt-facts span{color:var(--cd-ink-3);font-size:10px}.customer-receipt-facts strong{color:var(--cd-ink);overflow-wrap:anywhere;font-size:12px;line-height:1.45}.customer-receipt-items,.customer-receipt-confirm,.customer-receipt-complete,.customer-receipt-waiting{background:var(--cd-bg);border:1px solid var(--cd-border);box-shadow:var(--cd-shadow);border-radius:8px;margin-top:12px}.customer-receipt-items{overflow:hidden}.customer-receipt-items>header,.customer-receipt-confirm>header{border-bottom:1px solid var(--cd-border);justify-content:space-between;align-items:end;gap:14px;padding:15px 17px;display:flex}.customer-receipt-items>header>div,.customer-receipt-confirm>header>div{gap:4px;display:grid}.customer-receipt-items h2,.customer-receipt-confirm h2,.customer-receipt-complete h2,.customer-receipt-waiting h2{color:var(--cd-ink);font-size:16px;font-weight:730}.customer-receipt-items>header>strong,.customer-receipt-confirm>header>p{color:var(--cd-ink-3);margin:0;font-size:11px}.customer-receipt-table-wrap table{border-collapse:collapse;width:100%;min-width:720px}.customer-receipt-table-wrap th,.customer-receipt-table-wrap td{text-align:left;border-bottom:1px solid var(--cd-border);padding:11px 13px;font-size:12px}.customer-receipt-table-wrap th{color:var(--cd-ink-3);white-space:nowrap;background:var(--cd-panel);font-size:10px;font-weight:700}.customer-receipt-table-wrap tbody tr:last-child td{border-bottom:0}.customer-receipt-table-wrap td strong,.customer-receipt-table-wrap td small{display:block}.customer-receipt-table-wrap td strong{color:var(--cd-ink);font-weight:700}.customer-receipt-table-wrap td small{color:var(--cd-ink-3);margin-top:2px;font-size:10px}.customer-receipt-confirm{overflow:hidden}.customer-receipt-fields{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:13px;padding:16px 17px 12px;display:grid}.customer-receipt-fields b{color:var(--cd-danger)}.customer-receipt-check{color:var(--cd-ink-2);cursor:pointer;align-items:flex-start;gap:9px;margin:0 17px 13px;font-size:12px;line-height:1.5;display:flex}.customer-receipt-check input{opacity:0;width:1px;height:1px;position:absolute}.customer-receipt-check>span{color:#0000;background:var(--cd-bg);border:1px solid var(--cd-border-strong);border-radius:5px;flex:0 0 20px;place-items:center;width:20px;height:20px;display:grid}.customer-receipt-check input:focus-visible+span{outline:3px solid var(--cd-accent-soft);outline-offset:2px}.customer-receipt-check input:checked+span{color:var(--cd-on-accent);background:var(--cd-accent);border-color:var(--cd-accent)}.customer-receipt-error{color:var(--cd-danger-strong);background:var(--cd-danger-soft);border-radius:6px;margin:0 17px 12px;padding:9px 11px;font-size:12px}.customer-receipt-confirm>button{width:calc(100% - 34px);min-height:46px;color:var(--cd-on-accent);font:inherit;white-space:nowrap;background:var(--cd-accent);cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:7px;margin:0 17px 17px;font-size:13px;font-weight:730;display:flex;box-shadow:0 9px 22px #2d5bd833}.customer-receipt-complete,.customer-receipt-waiting{align-items:flex-start;gap:13px;padding:18px;display:flex}.customer-receipt-complete>svg{color:var(--cd-up);flex:none}.customer-receipt-waiting>svg{color:var(--cd-warn);flex:none}.customer-receipt-complete>div,.customer-receipt-waiting>div{gap:5px;display:grid}.customer-receipt-complete span,.customer-receipt-complete p,.customer-receipt-waiting p{color:var(--cd-ink-3);margin:0;font-size:11px;line-height:1.55}.customer-receipt-state{text-align:center;place-content:center;justify-items:center;gap:10px;width:min(520px,100% - 28px);min-height:100dvh;display:grid}.customer-receipt-state h1,.customer-receipt-state p{margin:0}.customer-receipt-state h1{font-size:21px}.customer-receipt-state p{color:var(--cd-ink-3);font-size:13px}.customer-delivery-paper-footer{grid-template-columns:minmax(0,1fr) 92px;align-items:end;gap:16px;display:grid}.customer-delivery-paper-footer>div:first-child{justify-content:space-between;gap:16px;display:flex}.customer-delivery-print-qr{justify-items:center;gap:3px;display:grid}.customer-delivery-print-qr span{font-size:8px;font-weight:700}@media (max-width:980px){.customer-delivery-form{grid-template-columns:minmax(0,1fr)}.customer-delivery-summary{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);position:static}.customer-delivery-summary>header,.customer-delivery-summary>small{grid-column:1}.customer-delivery-summary dl{grid-area:1/2/span 3}.customer-delivery-kpis,.customer-delivery-form-grid.three,.customer-receipt-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.customer-delivery-center{gap:12px}.customer-delivery-heading{flex-direction:column;align-items:stretch;gap:11px}.customer-delivery-heading>div:last-child,.customer-delivery-heading .btn{width:100%}.customer-delivery-heading .btn,.customer-delivery-status-tabs button,.customer-delivery-actions button,.customer-delivery-item-section>header>button,.customer-delivery-item-index button,.customer-delivery-empty button,.customer-delivery-qr-modal>button:first-child,.customer-delivery-qr-modal .btn{min-height:44px}.customer-delivery-ledger>header{flex-direction:column;align-items:stretch}.customer-delivery-status-tabs,.customer-delivery-ledger>header>label{width:100%}.customer-delivery-status-tabs button{flex:1 0 auto}.customer-delivery-form-main>section{padding:14px}.customer-delivery-form-grid,.customer-delivery-form-grid.three{grid-template-columns:minmax(0,1fr)}.customer-delivery-form-grid .wide{grid-column:auto}.customer-delivery-item-row{grid-template-columns:40px repeat(2,minmax(0,1fr))}.customer-delivery-item-row label.name{grid-column:span 1}.customer-delivery-item-index{grid-row:1/span 5}.customer-delivery-summary{grid-template-columns:minmax(0,1fr);display:grid}.customer-delivery-summary>header,.customer-delivery-summary>small,.customer-delivery-summary dl{grid-area:auto/1}.customer-receipt-page{width:min(100% - 22px,1040px);padding-top:12px}.customer-receipt-title{flex-direction:column;align-items:flex-start;padding:19px}.customer-receipt-number{text-align:left;border-top:1px solid #eef3ff1f;width:100%;padding-top:12px}.customer-receipt-fields{grid-template-columns:minmax(0,1fr)}}@media (max-width:480px){.customer-delivery-heading h2{font-size:20px}.customer-delivery-heading p{font-size:11px}.customer-delivery-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.customer-delivery-kpis article{min-height:94px;padding:13px}.customer-delivery-kpis article>strong{font-size:25px}.customer-delivery-kpis article>svg{bottom:11px;right:10px}.customer-delivery-item-row{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:10px}.customer-delivery-item-row label,.customer-delivery-item-row label.name{grid-column:2}.customer-delivery-item-index{grid-row:1/span 10}.customer-delivery-form-main>section>header{grid-template-columns:auto minmax(0,1fr)}.customer-delivery-item-section>header>button{grid-area:auto/1/auto/-1;width:100%;margin-top:7px}.customer-delivery-qr-modal{padding:21px 15px 16px}.customer-delivery-qr-modal svg{width:min(230px,100vw - 82px);height:auto}.customer-receipt-header{margin-bottom:11px}.customer-receipt-title h1{font-size:22px}.customer-receipt-facts{grid-template-columns:minmax(0,1fr)}.customer-receipt-facts>div.address{grid-column:auto}.customer-receipt-items>header,.customer-receipt-confirm>header{flex-direction:column;align-items:flex-start}.customer-receipt-complete,.customer-receipt-waiting{padding:15px}}@media print{.customer-delivery-paper{width:100%!important}.customer-delivery-paper-footer{grid-template-columns:minmax(0,1fr) 84px}.customer-delivery-print-qr svg{width:64px;height:64px}}
.unified-data-import{gap:14px;min-width:0;display:grid}.unified-data-import-tabs{z-index:20;background:color-mix(in srgb, var(--canvas) 90%, var(--paper));border:1px solid var(--line);width:fit-content;max-width:100%;box-shadow:var(--shadow-sm);scrollbar-width:none;border-radius:8px;align-items:center;gap:4px;padding:4px;display:flex;position:sticky;top:72px;overflow-x:auto}.unified-data-import-tabs::-webkit-scrollbar{display:none}.unified-data-import-tabs button{min-height:38px;color:var(--muted);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex:none;justify-content:center;align-items:center;gap:7px;padding:7px 14px;font-size:12px;font-weight:650;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}.unified-data-import-tabs button:hover{color:var(--ink);background:color-mix(in srgb, var(--paper) 72%, transparent)}.unified-data-import-tabs button.active{color:var(--accent-strong);background:var(--paper);border-color:var(--line);box-shadow:0 2px 7px color-mix(in srgb, var(--ink) 7%, transparent)}.unified-data-import-content{min-width:0}@media (max-width:768px){.unified-data-import{gap:10px}.unified-data-import-tabs{scroll-snap-type:x proximity;width:100%;top:64px}.unified-data-import-tabs button{scroll-snap-align:start;min-height:44px}}
