:root{--canvas:#f4f5f2;--surface:#fff;--surface-soft:#f8f9f7;--text:#252a27;--text-soft:#747b76;--text-faint:#9aa09b;--sage:#7f9986;--sage-dark:#526a59;--sage-tint:#e7eee8;--line:#e2e5e1;--line-strong:#d5dad5;--green:#4f8558;--green-tint:#e8f2e9;--blue:#4b708f;--blue-tint:#e8f0f6;--amber:#9d7228;--amber-tint:#f7f0df;--red:#a94e40;--red-tint:#f8e9e6;--shadow:0 2px 10px #252a2709}body{margin:0}.login-page,.boot-screen{color:#20241f;background:#f1f2ef;place-items:center;min-height:100vh;display:grid}.login-card{background:#fff;border:1px solid #dde1da;border-radius:12px;width:min(420px,100vw - 40px);padding:36px;box-shadow:0 18px 60px #232d231a}.brand-mark{color:#fff;background:#687c66;border-radius:10px;place-items:center;width:44px;height:44px;margin-bottom:24px;font-weight:700;display:grid}.login-card h1{margin:6px 0;font-size:28px}.login-card p{color:#747b72;margin:0 0 26px}.login-card form{gap:16px;display:grid}.login-card label{gap:7px;font-size:13px;font-weight:600;display:grid}.login-card input{height:42px;font:inherit;border:1px solid #d6dbd3;border-radius:7px;padding:0 12px}.login-card button{color:#fff;cursor:pointer;background:#687c66;border:0;border-radius:7px;height:44px;font-weight:700}.login-card button:disabled{opacity:.65}.login-error{color:#ad392f;background:#fff0ee;border-radius:7px;padding:10px 12px;font-size:13px}.app-shell{background:#f1f2ef;min-height:100vh;display:block}.sidebar{box-sizing:border-box;color:#fff;background:#20271f;flex-direction:column;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.sidebar-brand,.sidebar-user{align-items:center;gap:10px;padding:8px;display:flex}.sidebar-brand>span,.sidebar-user>span{background:#71816f;border-radius:8px;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.sidebar-brand div,.sidebar-user div{gap:2px;min-width:0;display:grid}.sidebar-brand small,.sidebar-user small{color:#9fa89d;font-size:11px}.sidebar nav{gap:5px;margin-top:30px;display:grid}.sidebar nav a{color:#b8c0b6;border-radius:7px;align-items:center;gap:11px;padding:11px 12px;font-size:14px;text-decoration:none;display:flex}.sidebar nav a svg{width:17px}.sidebar nav a.active{color:#fff;background:#394537}.sidebar-user{border-top:1px solid #374035;margin-top:auto;padding-top:18px}.sidebar-user button{color:#b8c0b6;cursor:pointer;background:0 0;border:0;margin-left:auto}.workspace{min-width:0}.topbar{background:#fff;border-bottom:1px solid #e0e3dd;justify-content:flex-end;align-items:center;gap:12px;height:68px;padding:0 28px;display:flex}.topbar select,.date-filter{background:#fff;border:1px solid #d7dcd4;border-radius:7px;height:38px;padding:0 12px}.date-filter{align-items:center;gap:7px;display:flex}.date-filter input{font:inherit;color:#3c423b;border:0}.page-content{max-width:1500px;margin:0 auto;padding:28px}.page-heading{margin-bottom:23px}.page-heading span,.eyebrow{color:#738271;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:700}.page-heading h1{margin:5px 0;font-size:28px}.page-heading p{color:#727970;margin:0}.metric-card{box-sizing:border-box;background:#fff;border:1px solid #dfe3dc;border-radius:8px;min-height:126px;padding:18px;position:relative}.metric-card p{color:#70776e;margin:0 0 13px;font-size:12px}.metric-card strong{font-size:23px;display:block}.metric-card small{color:#7f867d}.metric-icon{color:#71816f;position:absolute;top:16px;right:16px}.metric-card.red{border-color:#ecc6c1}.metric-card.amber{border-color:#e6d5ad}.state-panel{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:120px;display:flex}.state-panel h2,.state-panel p{margin:0}.loading-line{background:linear-gradient(90deg,#dce2da,#71816f,#dce2da) 0 0/200% 100%;border-radius:5px;width:180px;height:5px;animation:1.2s infinite loading}@keyframes loading{to{background-position:-200% 0}}.real-bar-chart{align-items:end;gap:5px;height:260px;padding-top:20px;display:flex;overflow-x:auto}.real-bar-chart>div{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:6px;min-width:22px;height:100%;display:flex}.real-bar-chart i{background:#748b72;border-radius:3px 3px 0 0;width:100%;max-width:32px;min-height:3px}.real-bar-chart small{color:#81877e;writing-mode:vertical-rl;font-size:9px}.real-heatmap{overflow-x:auto}.real-heatmap .heatmap-hours,.real-heatmap .heatmap-row{grid-template-columns:34px repeat(24,1fr);gap:4px;min-width:920px;display:grid}.real-heatmap .heatmap-row i{background:#536e51;border-radius:3px;height:24px}.page-tabs button:disabled{opacity:.45;cursor:not-allowed}.row-chevron{float:right;color:#9ba198}.data-table td span{gap:3px;display:grid}.data-table td small{color:#858b82}@media (width<=1050px){.split-grid{grid-template-columns:1fr}.metrics-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}}*{box-sizing:border-box}html,body{background:var(--canvas);min-height:100%;color:var(--text);margin:0;font-family:Inter,Manrope,Segoe UI,Arial,sans-serif}body{font-size:13px}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer;border:0}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--sage-dark);outline-offset:2px}.app-shell{background:var(--canvas);min-height:100vh}.sidebar{z-index:30;border-right:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;flex-direction:column;width:224px;padding:22px 14px 14px;display:flex;position:fixed;inset:0 auto 0 0}.brand{letter-spacing:.075em;align-items:center;gap:10px;min-height:40px;padding:0 10px 15px;font-size:17px;font-weight:750;display:flex}.brand-mark{background:var(--text);color:#fff;letter-spacing:0;border-radius:7px;place-items:center;width:29px;height:29px;font-family:Georgia,serif;font-size:17px;display:grid}.mobile-close,.mobile-menu{display:none}.main-nav{scrollbar-width:thin;flex-direction:column;flex:1;gap:1px;min-height:0;display:flex;overflow-y:auto}.nav-group{color:var(--text-faint);letter-spacing:.09em;text-transform:uppercase;margin:12px 11px 5px;font-size:9px;font-weight:700;display:block}.nav-item{color:#515853;text-align:left;background:0 0;border-radius:7px;align-items:center;gap:11px;width:100%;height:38px;padding:0 10px;font-size:12px;transition:all .15s;display:flex}.nav-item:hover{color:var(--text);background:#f3f5f2}.nav-item.active{background:var(--sage-tint);color:var(--sage-dark);font-weight:650}.nav-item>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.nav-count{min-width:20px;height:20px;color:var(--red);background:#fff;border-radius:20px;place-items:center;font-size:9px;font-weight:750;display:grid}.nav-count.warning{background:var(--red-tint)}.sidebar-footer{gap:7px;margin-top:10px;display:grid}.sidebar-restaurant,.profile{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;align-items:center;gap:9px;min-height:48px;padding:7px;display:flex}.sidebar-restaurant:hover,.profile:hover{border-color:var(--line-strong);background:var(--surface-soft)}.sidebar-restaurant>span:nth-child(2),.profile>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;flex-direction:column;flex:1;gap:2px;min-width:0;font-size:11px;font-weight:650;display:flex;overflow:hidden}.sidebar-restaurant small,.profile small{color:var(--text-soft);font-size:9px;font-weight:400}.icon-tile,.avatar{background:var(--sage-tint);width:32px;height:32px;color:var(--sage-dark);border-radius:7px;flex:none;place-items:center;display:grid}.avatar{color:var(--text);background:#eceeea;border-radius:50%;font-weight:700}.workspace{min-height:100vh;margin-left:224px}.topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;align-items:center;gap:8px;height:60px;padding:0 26px;display:flex;position:sticky;top:0}.global-search-trigger{border:1px solid var(--line);background:var(--surface-soft);width:238px;height:36px;color:var(--text-soft);text-align:left;border-radius:7px;align-items:center;gap:8px;padding:0 10px;font-size:11px;display:flex}.global-search-trigger span{flex:1}kbd{border:1px solid var(--line);border-bottom-color:var(--line-strong);color:var(--text-faint);background:#fff;border-radius:4px;padding:2px 5px;font-family:inherit;font-size:9px;line-height:1}.topbar-spacer{flex:1}.top-select{border:1px solid var(--line);color:#59605b;background:#fff;border-radius:7px;align-items:center;gap:7px;height:36px;padding:0 9px;display:flex}.top-select select{appearance:none;background:0 0;border:0;outline:0;min-width:100px;font-size:10px}.top-select svg:last-child{margin-left:-4px}.freshness{color:#59605b;background:0 0;border-radius:7px;align-items:center;gap:6px;height:36px;padding:0 8px;font-size:10px;display:flex}.freshness:hover{background:var(--surface-soft)}.freshness small{color:var(--text-faint)}.live-dot{background:#5e9b66;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #5e9b661c}.notification-button,.top-avatar{border:1px solid var(--line);background:#fff;border-radius:7px;place-items:center;width:36px;height:36px;display:grid;position:relative}.notification-button:hover,.top-avatar:hover{background:var(--surface-soft)}.notification-button span{background:var(--red);color:#fff;border:2px solid #fff;border-radius:20px;place-items:center;min-width:17px;height:17px;font-size:8px;font-weight:750;display:grid;position:absolute;top:-5px;right:-5px}.top-avatar{background:#eceeea;border-radius:50%;font-weight:700}.page{padding:24px 28px 70px}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;min-height:64px;display:flex}.eyebrow{color:var(--sage-dark);letter-spacing:.09em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:750;display:block}.page-header h1{letter-spacing:-.025em;margin:0;font-size:27px;font-weight:700}.page-header p{color:var(--text-soft);margin:6px 0 0;font-size:11px}.page-actions{gap:7px;display:flex}.page-content{gap:14px;margin-top:18px;display:grid}.primary-button,.secondary-button{white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:10px;font-weight:650;display:inline-flex}.primary-button{background:var(--sage-dark);color:#fff}.primary-button:hover{background:#405747}.secondary-button{border:1px solid var(--line-strong);color:#4e5550;background:#fff}.secondary-button:hover{background:var(--surface-soft)}.icon-control{border:1px solid var(--line);color:#5f6661;background:#fff;border-radius:7px;place-items:center;width:36px;height:36px;display:grid}.icon-control:hover{background:var(--surface-soft)}.metrics-grid{gap:9px;display:grid}.metrics-grid-five{grid-template-columns:repeat(5,minmax(0,1fr))}.metrics-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{border:1px solid var(--line);background:var(--surface);text-align:left;min-width:0;min-height:92px;box-shadow:var(--shadow);border-radius:8px;align-items:flex-start;gap:11px;padding:14px;transition:all .15s;display:flex;position:relative}.metric-card:hover{border-color:var(--line-strong);transform:translateY(-1px);box-shadow:0 5px 16px #252a2712}.metric-symbol{border-radius:7px;flex:none;place-items:center;width:33px;height:33px;display:grid}.tone-sage{background:var(--sage-tint);color:var(--sage-dark)}.tone-red{background:var(--red-tint);color:var(--red)}.tone-amber{background:var(--amber-tint);color:var(--amber)}.tone-blue{background:var(--blue-tint);color:var(--blue)}.tone-green{background:var(--green-tint);color:var(--green)}.metric-copy{flex-direction:column;flex:1;min-width:0;display:flex}.metric-copy small{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:9px;overflow:hidden}.metric-copy strong{font-variant-numeric:tabular-nums;letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.metric-copy>span{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:8.5px;overflow:hidden}.metric-trend{align-items:center;gap:2px;font-size:9px;font-weight:650;display:flex;position:absolute;top:14px;right:12px}.metric-trend.up,.positive{color:var(--green)!important}.metric-trend.down,.negative{color:var(--red)!important}.metric-arrow{color:var(--text-faint);position:absolute;bottom:12px;right:12px}.compact-metrics .metric-card{min-height:82px}.panel{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:8px}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:11px 14px;display:flex}.panel-header h2{margin:0;font-size:12px;font-weight:700}.panel-header p{color:var(--text-soft);margin:3px 0 0;font-size:9px}.text-button,.table-link{color:var(--sage-dark);white-space:nowrap;background:0 0;align-items:center;gap:4px;font-size:9.5px;font-weight:650;display:inline-flex}.dashboard-grid{grid-template-columns:minmax(0,1.75fr) minmax(300px,.8fr);gap:14px;display:grid}.segmented{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;padding:2px;display:flex;overflow:hidden}.segmented button{min-height:27px;color:var(--text-soft);white-space:nowrap;background:0 0;border-radius:4px;padding:0 8px;font-size:8.5px}.segmented button.active{color:var(--text);background:#fff;font-weight:650;box-shadow:0 1px 4px #252a2714}.chart-summary{align-items:center;gap:10px;padding:14px 16px 4px;display:flex}.chart-summary strong{font-variant-numeric:tabular-nums;font-size:20px}.status{white-space:nowrap;border-radius:5px;align-items:center;gap:4px;max-width:100%;min-height:21px;padding:0 6px;font-size:8.5px;font-weight:650;display:inline-flex}.status-green{background:var(--green-tint);color:var(--green)}.status-blue{background:var(--blue-tint);color:var(--blue)}.status-amber{background:var(--amber-tint);color:var(--amber)}.status-red{background:var(--red-tint);color:var(--red)}.status-gray{color:#6f7571;background:#eef0ed}.status-sage{background:var(--sage-tint);color:var(--sage-dark)}.line-chart{gap:10px;height:210px;padding:8px 16px 18px;display:flex}.chart-y-labels{width:45px;color:var(--text-faint);text-align:right;flex-direction:column;justify-content:space-between;padding-bottom:20px;font-size:8px;display:flex}.chart-plot{border-bottom:1px solid var(--line);background:repeating-linear-gradient(to bottom, var(--line) 0, var(--line) 1px, transparent 1px, transparent 40px);flex:1;justify-content:space-around;align-items:flex-end;gap:4px;display:flex;position:relative}.chart-column{background:linear-gradient(to top, var(--sage), #b6c6ba);opacity:.78;border-radius:3px 3px 0 0;width:3.8%;max-width:22px;transition:all .18s}.chart-column:hover{background:var(--sage-dark);opacity:1}.chart-x-labels{color:var(--text-faint);justify-content:space-between;font-size:8px;display:flex;position:absolute;bottom:-18px;left:0;right:0}.attention-list{display:grid}.attention-list button{border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:65px;padding:9px 13px;display:grid}.attention-list button:last-child{border-bottom:0}.attention-list button:hover{background:var(--surface-soft)}.attention-list button>span:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.attention-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.attention-list small{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;overflow:hidden}.attention-icon{border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.attention-icon.red{background:var(--red-tint);color:var(--red)}.attention-icon.amber{background:var(--amber-tint);color:var(--amber)}.attention-icon.blue{background:var(--blue-tint);color:var(--blue)}.comparison-table{overflow-x:auto}.comparison-table>div{border-bottom:1px solid var(--line);grid-template-columns:1.3fr repeat(6,1fr);align-items:center;min-width:900px;padding:11px 14px;font-size:10px;display:grid}.comparison-table>div:last-child{border-bottom:0}.comparison-table .comparison-head{background:var(--surface-soft);min-height:35px;color:var(--text-soft);text-transform:uppercase;font-size:8px;font-weight:700}.comparison-table strong,.comparison-table b{font-size:10px;display:block}.comparison-table small{color:var(--text-soft);margin-top:3px;font-size:8px;display:block}.split-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.sales-chart{padding:10px 16px 14px}.sales-controls{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.sales-chart-legend,.cashflow-legend{color:var(--text-soft);justify-content:flex-end;align-items:center;gap:16px;margin-bottom:8px;font-size:8.5px;display:flex}.sales-chart-legend strong{color:var(--text);font-size:15px}.sales-chart-legend span,.cashflow-legend span{align-items:center;gap:5px;display:flex}.sage-dot,.gray-dot{background:var(--sage-dark);border-radius:50%;width:7px;height:7px}.gray-dot{background:#b8beb9}.bar-sparkline{border-bottom:1px solid var(--line);background:repeating-linear-gradient(to bottom, var(--line) 0, var(--line) 1px, transparent 1px, transparent 34px);align-items:flex-end;gap:6px;height:135px;padding:0 4px;display:flex}.bar-sparkline span{background:linear-gradient(to top, var(--sage-dark), #9fb2a3);opacity:.78;border-radius:3px 3px 0 0;flex:1}.chart-dates{color:var(--text-faint);justify-content:space-between;margin-top:7px;font-size:8px;display:flex}.channel-list{padding:6px 14px 12px;display:grid}.channel-list>div{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:5px 10px;padding:9px 0;display:grid}.channel-list>div:last-child{border-bottom:0}.channel-list span:first-child{flex-direction:column;gap:3px;display:flex}.channel-list strong{font-size:10px}.channel-list small{color:var(--text-soft);font-size:8px}.channel-list>div>span:nth-child(2){font-size:10px;font-weight:650}.channel-list>div>div{background:#edf0ed;border-radius:5px;grid-column:1/3;height:5px;overflow:hidden}.channel-list>div>div i{border-radius:inherit;background:var(--sage);height:100%;display:block}.sales-breakdown-table{overflow-x:auto}.sales-breakdown-table>div{border-bottom:1px solid var(--line);grid-template-columns:1.25fr 1.15fr 1fr .7fr .65fr;align-items:center;min-width:530px;padding:12px 14px;font-size:9.5px;display:grid}.sales-breakdown-table>div:last-child{border-bottom:0}.sales-breakdown-table .sales-breakdown-head{background:var(--surface-soft);min-height:34px;color:var(--text-soft);text-transform:uppercase;font-size:7.5px;font-weight:700}.sales-breakdown-table strong,.sales-breakdown-table b{font-size:10px}.sales-breakdown-table b{color:var(--sage-dark)}.heatmap{padding:9px 14px 14px}.heatmap-hours{color:var(--text-faint);text-align:center;grid-template-columns:repeat(6,1fr);margin-left:28px;font-size:7.5px;display:grid}.heatmap-row{grid-template-columns:24px repeat(6,1fr);align-items:center;gap:3px;height:23px;display:grid}.heatmap-row b{color:var(--text-soft);font-size:8px;font-weight:500}.heatmap-row i{background:var(--sage-dark);border-radius:3px;height:18px}.page-tabs{border-bottom:1px solid var(--line);scrollbar-width:none;gap:22px;min-height:42px;display:flex;overflow-x:auto}.page-tabs button{min-height:42px;color:var(--text-soft);white-space:nowrap;background:0 0;align-items:center;gap:6px;font-size:10px;display:flex;position:relative}.page-tabs button.active{color:var(--text);font-weight:700}.page-tabs button.active:after{background:var(--sage-dark);content:"";height:2px;position:absolute;bottom:-1px;left:0;right:0}.page-tabs button span{background:var(--red-tint);min-width:18px;height:18px;color:var(--red);border-radius:20px;place-items:center;font-size:8px;font-weight:700;display:grid}.table-panel{position:relative;overflow:hidden}.toolbar{border-bottom:1px solid var(--line);align-items:center;gap:7px;min-height:55px;padding:9px 12px;display:flex}.search-field{border:1px solid var(--line-strong);background:var(--surface-soft);width:min(340px,32vw);height:36px;color:var(--text-soft);border-radius:7px;align-items:center;gap:7px;padding:0 9px;display:flex}.search-field input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:10px}.filter-control{border:1px solid var(--line);color:#5b625d;background:#fff;border-radius:7px;align-items:center;gap:6px;height:36px;padding:0 9px;font-size:9.5px;display:inline-flex}.filter-control:hover{background:var(--surface-soft)}.filter-control span{background:var(--sage-tint);min-width:17px;height:17px;color:var(--sage-dark);border-radius:20px;place-items:center;font-size:8px;font-weight:700;display:grid}.toolbar .icon-control:last-of-type{margin-left:0}.toolbar-action{margin-left:auto}.table-summary{border-bottom:1px solid var(--line);height:37px;color:var(--text-soft);justify-content:space-between;align-items:center;padding:0 12px;font-size:8.5px;display:flex}.table-summary strong{color:var(--text);margin-right:4px;font-size:10px}.table-wrap{overflow:auto}.data-table{border-collapse:separate;border-spacing:0;table-layout:auto;width:100%;min-width:900px}.data-table thead th{z-index:2;border-bottom:1px solid var(--line);background:var(--surface-soft);color:#777e79;letter-spacing:.035em;text-align:left;text-transform:uppercase;white-space:nowrap;height:34px;padding:0 9px;font-size:7.5px;font-weight:750;position:sticky;top:0}.data-table tbody tr{cursor:pointer;transition:background .12s}.data-table tbody tr:hover{background:#f8faf7}.data-table tbody td{text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #eceeeb;max-width:260px;height:54px;padding:7px 9px;font-size:9.5px;overflow:hidden}.data-table tbody tr:last-child td{border-bottom:0}.data-table strong{text-overflow:ellipsis;font-size:9.5px;display:block;overflow:hidden}.data-table small{color:var(--text-soft);text-overflow:ellipsis;margin-top:3px;font-size:7.8px;display:block;overflow:hidden}.data-table .numeric{text-align:right;font-variant-numeric:tabular-nums}.strong-number{font-weight:700}.nowrap{white-space:nowrap!important}.warning-text{color:var(--amber);font-weight:700}.purpose-cell{max-width:300px!important}.checkbox-cell{width:36px;text-align:center!important}input[type=checkbox]{width:14px;height:14px;accent-color:var(--sage-dark);cursor:pointer}.row-action{background:0 0;border-radius:5px;place-items:center;width:27px;height:27px;display:grid}.row-action:hover{background:var(--sage-tint);color:var(--sage-dark)}.pagination{border-top:1px solid var(--line);height:45px;color:var(--text-soft);justify-content:space-between;align-items:center;padding:0 12px;font-size:8.5px;display:flex}.pagination>div{gap:3px;display:flex}.pagination button{min-width:28px;height:28px;color:var(--text-soft);background:0 0;border:1px solid #0000;border-radius:5px;padding:0 7px;font-size:8.5px}.pagination button.active,.pagination button:hover:not(:disabled){border-color:var(--line);background:var(--surface-soft);color:var(--text)}.person-cell,.source-cell{align-items:center;gap:8px;display:flex!important}.person-cell i,.source-cell i{background:var(--sage-tint);width:26px;height:26px;color:var(--sage-dark);border-radius:50%;flex:none;place-items:center;font-size:9px;font-style:normal;font-weight:700;display:grid}.source-cell i{border-radius:6px}.notice-banner{color:#526158;background:#eef4ef;border:1px solid #d9e2da;border-radius:7px;align-items:center;gap:9px;min-height:42px;padding:8px 12px;font-size:9.5px;display:flex}.bulk-bar{z-index:35;color:#fff;background:#263129;border-radius:8px;align-items:center;gap:9px;min-height:53px;padding:8px 10px 8px 13px;animation:.18s ease-out rise;display:flex;position:fixed;bottom:20px;left:252px;right:28px;box-shadow:0 14px 30px #1b241e33}@keyframes rise{0%{opacity:0;transform:translateY(7px)}}.bulk-number{background:var(--sage);border-radius:6px;place-items:center;width:28px;height:28px;font-size:10px;font-weight:700;display:grid}.bulk-total{color:#b9c2bb;font-size:9px}.bulk-bar>div{gap:5px;margin-left:auto;display:flex}.bulk-bar>div button{color:#fff;background:#ffffff12;border:1px solid #ffffff24;border-radius:6px;align-items:center;gap:6px;height:35px;padding:0 9px;font-size:9px;display:flex}.category-bars{gap:11px;padding:13px 14px 16px;display:grid}.category-bars>div{gap:5px;display:grid}.category-bars span{justify-content:space-between;font-size:9px;display:flex}.category-bars b{font-size:9px;font-weight:650}.category-bars>div>i{background:#edf0ed;border-radius:5px;height:5px;display:block;overflow:hidden}.category-bars em{border-radius:inherit;background:var(--sage);height:100%;display:block}.session-mini-list{display:grid}.session-mini-list>button{border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;min-height:65px;padding:8px 12px;display:grid}.session-mini-list>button:last-child{border-bottom:0}.session-mini-list>button:hover{background:var(--surface-soft)}.calendar-tile{border:1px solid var(--line);background:#fff;border-radius:5px;place-items:center;width:34px;height:38px;line-height:1;display:grid}.calendar-tile b{font-size:12px}.calendar-tile small{color:var(--text-soft);text-transform:uppercase;font-size:7px}.session-mini-list>button>span:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.session-mini-list strong,.session-mini-list>button>b{font-size:9px}.session-mini-list small{color:var(--text-soft);font-size:8px}.issue-cards{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.issue-cards button{border-right:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:72px;padding:12px 14px;display:grid}.issue-cards button:last-child{border-right:0}.issue-cards button:hover{background:var(--surface-soft)}.issue-cards button>svg:first-child{color:var(--amber)}.issue-cards button span{flex-direction:column;gap:4px;min-width:0;display:flex}.issue-cards strong{font-size:9.5px}.issue-cards small{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.aging-panel{padding-bottom:14px}.aging-bar{border-radius:5px;height:11px;margin:16px 16px 11px;display:flex;overflow:hidden}.aging-bar i{height:100%;display:block}.age-current{background:var(--sage)}.age-1{background:#d5aa55}.age-2{background:#cb8647}.age-3{background:#bb6650}.age-4{background:var(--red)}.aging-legend{grid-template-columns:repeat(5,1fr);gap:8px;padding:0 16px;display:grid}.aging-legend span{color:var(--text-soft);grid-template-columns:auto 1fr;gap:3px 6px;font-size:7.8px;display:grid}.aging-legend i{border-radius:50%;width:7px;height:7px}.aging-legend b{color:var(--text);grid-column:2;font-size:8.5px}.calendar-panel{overflow:hidden}.calendar-actions{gap:4px;display:flex}.calendar-actions button{border:1px solid var(--line);background:#fff;border-radius:5px;place-items:center;min-width:29px;height:29px;padding:0 7px;font-size:8.5px;display:grid}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,1fr);display:grid}.calendar-weekdays{border-bottom:1px solid var(--line);background:var(--surface-soft);height:30px;color:var(--text-soft);text-align:center;text-transform:uppercase;align-items:center;font-size:8px}.calendar-grid button{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;background:#fff;min-height:82px;padding:7px;position:relative}.calendar-grid button:nth-child(7n){border-right:0}.calendar-grid button:hover{background:var(--surface-soft)}.calendar-grid button.muted{color:var(--text-faint);background:#fafbfa}.calendar-grid button>span{margin-bottom:7px;font-size:9px;font-weight:650;display:block}.calendar-grid i,.calendar-grid small,.calendar-grid em{text-overflow:ellipsis;white-space:nowrap;border-radius:4px;margin-top:4px;padding:3px 4px;font-size:7px;font-style:normal;display:block;overflow:hidden}.calendar-grid i{background:var(--blue-tint);color:var(--blue)}.calendar-grid small{background:var(--sage-tint);color:var(--sage-dark)}.calendar-grid em{background:var(--red-tint);color:var(--red)}.future-state{min-height:330px;color:var(--text-soft);text-align:center;align-content:center;place-items:center;gap:10px;padding:30px;display:grid}.future-state h2{color:var(--text);margin:0;font-size:16px}.future-state p{max-width:500px;margin:0;font-size:10px;line-height:1.6}.integration-summary{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:24px;min-height:56px;padding:9px 14px;display:flex}.integration-summary>span{grid-template-columns:auto auto;align-items:center;gap:0 6px;display:grid}.integration-summary>span i{border-radius:50%;grid-row:1/3;width:8px;height:8px}.integration-summary .ok{background:var(--green)}.integration-summary .warning{background:var(--amber)}.integration-summary .error{background:var(--red)}.integration-summary strong{font-size:16px}.integration-summary small{color:var(--text-soft);font-size:8px}.integration-summary>div{color:var(--text-soft);align-items:center;gap:6px;margin-left:auto;font-size:9px;display:flex}.account-cards{display:grid}.account-cards>div{border-bottom:1px solid var(--line);grid-template-rows:auto auto;grid-template-columns:auto 1fr auto;align-items:center;gap:0 10px;min-height:70px;padding:10px 13px;display:grid}.account-cards>div:last-child{border-bottom:0}.bank-logo{color:#fff;background:#161a18;border-radius:9px;grid-row:1/3;place-items:center;width:35px;height:35px;font-size:13px;font-weight:750;display:grid}.bank-logo.muted{color:#6e756f;background:#eceeeb}.account-cards span:nth-child(2){flex-direction:column;gap:4px;display:flex}.account-cards strong,.account-cards b{font-size:10px}.account-cards small{color:var(--text-soft);font-size:8px}.account-cards .status{grid-column:3}.cashflow-bars{align-items:flex-end;gap:7px;height:145px;padding:16px 16px 5px;display:flex}.cashflow-bars span{flex:1;justify-content:center;align-items:flex-end;gap:2px;height:100%;display:flex}.cashflow-bars i,.cashflow-bars em{background:var(--sage);border-radius:3px 3px 0 0;width:40%;max-width:11px;display:block}.cashflow-bars em{background:#d5b269}.cashflow-legend{justify-content:center;padding-bottom:12px}.cashflow-legend span:first-child i{background:var(--sage)}.cashflow-legend span:last-child i{background:#d5b269}.direction{align-items:center;gap:4px;display:inline-flex}.direction.incoming{color:var(--green)}.direction.outgoing{color:var(--red)}.accounts-list{display:grid}.accounts-list>div{border-bottom:1px solid var(--line);grid-template-columns:auto 1.2fr repeat(3,1fr) auto;align-items:center;gap:13px;min-height:72px;padding:10px 14px;display:grid}.accounts-list>div:last-child{border-bottom:0}.accounts-list>div>span:not(.bank-logo){flex-direction:column;gap:4px;min-width:0;display:flex}.accounts-list strong,.accounts-list b{font-size:9.5px}.accounts-list small{color:var(--text-soft);font-size:8px}.reconciliation{grid-template-columns:310px minmax(0,1fr);gap:14px;display:grid}.reconciliation-left{overflow:hidden}.recon-operations{display:grid}.recon-operations>button{border-bottom:1px solid var(--line);text-align:left;background:#fff;grid-template-columns:1fr auto;gap:6px 10px;min-height:86px;padding:11px 12px;display:grid}.recon-operations>button.active{box-shadow:inset 3px 0 var(--sage-dark);background:var(--sage-tint)}.recon-operations>button>span:first-child{flex-direction:column;gap:4px;min-width:0;display:flex}.recon-operations strong,.recon-operations b{text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;overflow:hidden}.recon-operations small{color:var(--text-soft);font-size:8px}.recon-operations .status{grid-column:1/3;width:max-content}.reconciliation-main{padding-bottom:14px;overflow:hidden}.recon-heading{border-bottom:1px solid var(--line);justify-content:space-between;padding:16px;display:flex}.recon-heading>div{flex-direction:column;gap:4px;display:flex}.recon-heading>div:last-child{align-items:flex-end}.recon-heading small,.recon-heading span{color:var(--text-soft);font-size:8px}.recon-heading h2{margin:0;font-size:15px}.recon-heading p{color:var(--text-soft);margin:0;font-size:9px}.recon-heading strong{font-size:19px}.match-score{background:#f0f5f0;border:1px solid #d5e1d6;border-radius:7px;align-items:center;gap:12px;margin:14px;padding:10px;display:flex}.score-circle{background:var(--sage-dark);color:#fff;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:10px;font-weight:750;display:grid}.match-score div{flex-direction:column;gap:3px;display:flex}.match-score strong{font-size:9.5px}.match-score p{color:var(--text-soft);margin:0;font-size:8px;line-height:1.45}.section-label{margin:16px 14px 8px;font-size:9.5px}.match-suggestions{gap:6px;padding:0 14px;display:grid}.match-suggestions button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:7px;grid-template-columns:auto 1fr .8fr .8fr;align-items:center;gap:10px;min-height:55px;padding:8px 10px;display:grid}.match-suggestions button.selected{background:var(--sage-tint);border-color:#b9c9bc}.match-suggestions button>svg{color:var(--sage-dark)}.match-suggestions button span{flex-direction:column;gap:3px;display:flex}.match-suggestions strong,.match-suggestions b{font-size:9px}.match-suggestions small{color:var(--text-soft);font-size:7.5px}.recon-total{border-top:1px solid var(--line);align-items:center;gap:9px;margin:12px 14px 0;padding-top:10px;font-size:9px;display:flex}.recon-total strong{font-size:10px}.recon-total .status{margin-left:auto}.recon-actions{justify-content:flex-end;gap:6px;margin:14px 14px 0;display:flex}.report-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.report-list{display:grid}.report-list button{border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:58px;padding:8px 12px;display:grid}.report-list button:last-child{border-bottom:0}.report-list button:hover{background:var(--surface-soft)}.report-icon{background:var(--sage-tint);width:32px;height:32px;color:var(--sage-dark);border-radius:7px;place-items:center;display:grid}.report-list button>span:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.report-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;overflow:hidden}.report-list small{color:var(--text-soft);font-size:8px}.roles-layout{grid-template-columns:260px minmax(0,1fr);gap:14px;display:grid}.role-list{overflow:hidden}.role-list>button{border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;width:100%;min-height:52px;padding:8px 11px;display:grid}.role-list>button.active{background:var(--sage-tint);color:var(--sage-dark)}.role-list>button>span{flex-direction:column;gap:3px;min-width:0;display:flex}.role-list strong{font-size:9.5px}.role-list small{color:var(--text-soft);font-size:8px}.permission-panel{overflow:hidden}.permission-head,.permission-row{border-bottom:1px solid var(--line);text-align:center;grid-template-columns:minmax(170px,1.5fr) repeat(4,1fr);align-items:center;min-height:42px;padding:0 13px;display:grid}.permission-head{background:var(--surface-soft);color:var(--text-soft);text-transform:uppercase;font-size:7.5px;font-weight:700}.permission-head span:first-child,.permission-row strong{text-align:left}.permission-row strong{font-size:9px}.permission-row input{justify-self:center}.restaurant-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.restaurant-card{padding:14px}.restaurant-card>div:first-child{align-items:center;gap:10px;display:flex}.restaurant-letter{background:var(--sage-tint);width:38px;height:38px;color:var(--sage-dark);border-radius:8px;place-items:center;font-size:14px;font-weight:700;display:grid}.restaurant-card h2{margin:0 0 4px;font-size:13px}.restaurant-card>div:first-child>span:nth-child(2){flex:1}.restaurant-card dl{grid-template-columns:repeat(2,1fr);gap:13px;margin:16px 0 0;display:grid}.restaurant-card dt{color:var(--text-soft);margin-bottom:4px;font-size:8px}.restaurant-card dd{margin:0;font-size:9.5px;font-weight:650}.directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.directory-card{text-align:left;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:70px;padding:12px;display:grid}.directory-card>span:first-child{background:var(--sage-tint);width:34px;height:34px;color:var(--sage-dark);border-radius:7px;place-items:center;display:grid}.directory-card>span:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.directory-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;overflow:hidden}.directory-card small{color:var(--text-soft);font-size:8px}.empty-state{text-align:center;align-content:center;place-items:center;gap:9px;min-height:260px;padding:24px;display:grid}.empty-state>span{background:var(--surface-soft);width:44px;height:44px;color:var(--text-soft);border-radius:10px;place-items:center;display:grid}.empty-state strong{font-size:12px}.empty-state p{max-width:360px;color:var(--text-soft);margin:0;font-size:9px;line-height:1.5}.drawer-overlay,.modal-overlay,.panel-overlay{z-index:60;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#1f24203d;position:fixed;inset:0}.entity-drawer{z-index:70;background:#fafbfa;flex-direction:column;width:min(520px,94vw);animation:.21s cubic-bezier(.2,.8,.2,1) drawer-in;display:flex;position:fixed;inset:0 0 0 auto;box-shadow:-16px 0 40px #252a2726}.drawer-session{width:min(650px,96vw)}@keyframes drawer-in{0%{opacity:0;transform:translate(28px)}}.drawer-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:flex-start;gap:16px;padding:19px 20px 15px;display:flex}.drawer-kicker{color:var(--text-soft);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:700}.drawer-header h2{letter-spacing:-.02em;margin:6px 0 4px;font-size:20px}.drawer-header p{color:var(--text-soft);margin:0;font-size:9px}.drawer-close{background:var(--surface-soft);border-radius:6px;place-items:center;width:32px;height:32px;display:grid}.drawer-status{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;min-height:42px;padding:8px 20px;display:flex}.drawer-status>span:last-child{color:var(--text-soft);font-size:8px}.entity-drawer>.page-tabs{background:#fff;flex:none;gap:19px;padding:0 20px}.drawer-body{flex:1;min-height:0;padding:14px 16px;overflow-y:auto}.drawer-footer{border-top:1px solid var(--line);background:#fff;flex:none;justify-content:flex-end;gap:7px;min-height:60px;padding:11px 16px;display:flex}.drawer-total{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:1.3fr repeat(2,.7fr);margin-bottom:10px;display:grid}.drawer-total>span{border-right:1px solid var(--line);flex-direction:column;justify-content:center;gap:5px;min-width:0;min-height:68px;padding:10px 12px;display:flex}.drawer-total>span:last-child{border-right:0}.drawer-total small{color:var(--text-soft);font-size:8px}.drawer-total strong{letter-spacing:-.02em;font-size:18px}.drawer-total b{font-size:10px}.drawer-section{border:1px solid var(--line);background:#fff;border-radius:8px;margin-bottom:10px;padding:13px}.drawer-section h3{margin:0 0 12px;font-size:10px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 18px;margin:0;display:grid}.detail-grid div{min-width:0}.detail-grid dt{color:var(--text-soft);margin-bottom:4px;font-size:7.5px}.detail-grid dd{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:9.5px;font-weight:650;overflow:hidden}.line-items{display:grid}.line-items>div{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:8px;min-height:45px;display:grid}.line-items>div:first-child{border-top:0}.line-items span{flex-direction:column;gap:3px;min-width:0;display:flex}.line-items strong,.line-items b{font-size:9px}.line-items small{color:var(--text-soft);font-size:8px}.line-items .status{grid-column:1/3;width:max-content;margin:-5px 0 7px}.simple-progress{gap:10px;display:grid}.simple-progress span{grid-template-columns:90px 1fr 80px;align-items:center;gap:8px;font-size:8.5px;display:grid}.simple-progress i{background:#edf0ed;border-radius:5px;height:5px;overflow:hidden}.simple-progress em{border-radius:inherit;background:var(--sage);height:100%;display:block}.simple-progress strong{text-align:right}.benchmark-list{display:grid}.benchmark-list span{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;min-height:42px;display:grid}.benchmark-list span:first-child{border-top:0}.benchmark-list b,.benchmark-list em{font-size:9px;font-style:normal}.benchmark-list small{color:var(--text-soft);grid-column:1/3;margin-top:-8px;font-size:7.5px}.checks{display:grid}.checks>span{border-top:1px solid var(--line);align-items:center;gap:7px;min-height:32px;font-size:8.5px;display:flex}.checks .ok{color:var(--green)}.timeline{display:grid}.timeline>div{grid-template-columns:12px 1fr;gap:7px;min-height:38px;display:grid}.timeline i{background:#fff;border:2px solid #bdc3be;border-radius:50%;width:7px;height:7px;margin-top:4px;position:relative}.timeline i:after{background:var(--line);content:"";width:1px;height:27px;position:absolute;top:7px;left:1px}.timeline>div:last-child i:after{display:none}.timeline i.active{border-color:var(--sage-dark);background:var(--sage-dark)}.timeline span{color:#59605b;font-size:8.5px;line-height:1.4}.form-section{gap:11px;display:grid}.form-section label,.modal-field{color:var(--text-soft);gap:5px;font-size:8px;display:grid}.form-section input,.form-section select,.form-section textarea,.modal-field select{border:1px solid var(--line-strong);width:100%;min-height:35px;color:var(--text);background:#fff;border-radius:6px;padding:7px 8px;font-size:9px}.form-section textarea{resize:vertical;min-height:70px}.access-list{display:grid}.access-list span{border-top:1px solid var(--line);min-height:34px;color:var(--green);align-items:center;gap:7px;font-size:8.5px;display:flex}.access-list span:first-child{border-top:0}.access-list .denied{color:var(--red)}.access-list .warning-access{color:var(--amber)}.error-box{color:var(--red);background:#fdf7f6;border-color:#ead0cc;gap:10px;display:flex}.error-box h3{margin-bottom:5px}.error-box p{margin:0 0 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;line-height:1.5}.error-box small,.section-text{color:var(--text-soft);font-size:8px}.purpose-box{background:var(--surface-soft);color:#505752;border-radius:6px;margin:12px 0 0;padding:9px;font-size:8.5px;line-height:1.5}.match-inline{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;display:grid}.match-inline>span{background:var(--sage-dark);color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-size:9px;font-weight:700;display:grid}.match-inline div{flex-direction:column;gap:3px;display:flex}.match-inline strong{font-size:9px}.match-inline small{color:var(--text-soft);font-size:8px}.match-inline button{color:var(--sage-dark);background:0 0;font-size:8.5px;font-weight:650}.supplier-session-list{display:grid}.supplier-session-list button{border-top:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:1fr auto auto auto;align-items:center;gap:9px;min-height:55px;padding:7px 0;display:grid}.supplier-session-list button:first-child{border-top:0}.supplier-session-list button>span:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.supplier-session-list strong,.supplier-session-list b{font-size:8.5px}.supplier-session-list small{color:var(--text-soft);font-size:7.5px}.full-button{width:100%;margin-top:8px}.modal-overlay{z-index:80;background:#1f242066}.modal{z-index:90;background:#fff;border-radius:10px;width:min(430px,100vw - 28px);padding:22px;animation:.16s ease-out modal-in;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #1e252038}@keyframes modal-in{0%{opacity:0;transform:translate(-50%,-48%)}}.modal-icon{border-radius:9px;place-items:center;width:43px;height:43px;display:grid}.modal-icon.amber{background:var(--amber-tint);color:var(--amber)}.modal-icon.sage{background:var(--sage-tint);color:var(--sage-dark)}.modal h2{margin:14px 0 8px;font-size:17px}.modal>p{color:var(--text-soft);margin:0;font-size:9.5px;line-height:1.55}.modal-field{margin-top:15px}.modal-summary{background:var(--surface-soft);text-align:center;border-radius:7px;grid-template-columns:repeat(3,1fr);margin-top:14px;padding:10px;font-size:9px;display:grid}.modal-summary strong{font-size:10px}.modal-actions{justify-content:flex-end;gap:7px;margin-top:18px;display:flex}.search-overlay{z-index:80}.global-search{z-index:90;background:#fff;border-radius:10px;width:min(640px,100vw - 28px);position:fixed;top:11vh;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 22px 60px #1e252038}.global-search>label{border-bottom:1px solid var(--line);align-items:center;gap:9px;height:58px;padding:0 15px;display:flex}.global-search input{border:0;outline:0;flex:1;min-width:0;font-size:12px}.search-results{max-height:430px;padding:7px;display:grid;overflow-y:auto}.search-group{color:var(--text-faint);letter-spacing:.06em;text-transform:uppercase;padding:6px 9px;font-size:8px;font-weight:700}.search-results button{text-align:left;background:0 0;border-radius:6px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:51px;padding:7px 9px;display:grid}.search-results button:hover{background:var(--sage-tint)}.search-results button>svg{color:var(--sage-dark)}.search-results button>span{flex-direction:column;gap:3px;min-width:0;display:flex}.search-results strong{font-size:9.5px}.search-results small{color:var(--text-soft);font-size:8px}.search-results em{color:var(--text-faint);font-size:8px;font-style:normal}.global-search>footer{border-top:1px solid var(--line);background:var(--surface-soft);height:38px;color:var(--text-soft);align-items:center;gap:15px;padding:0 13px;font-size:8px;display:flex}.panel-overlay{z-index:60;background:#1f242026}.notifications-panel{z-index:70;background:#fff;flex-direction:column;width:min(390px,94vw);animation:.19s ease-out drawer-in;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-15px 0 40px #1f242024}.notifications-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:70px;padding:12px 15px;display:flex}.notifications-panel h2{margin:0;font-size:15px}.notifications-panel header p{color:var(--text-soft);margin:3px 0 0;font-size:8px}.notifications-panel header button{background:var(--surface-soft);border-radius:6px;place-items:center;width:31px;height:31px;display:grid}.notification-items{flex:1;overflow-y:auto}.notification-items button{border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:auto 1fr auto;align-items:flex-start;gap:9px;width:100%;min-height:83px;padding:13px 14px;display:grid}.notification-items button:hover{background:var(--surface-soft)}.notification-dot{border-radius:50%;width:8px;height:8px;margin-top:3px}.notification-dot.red{background:var(--red)}.notification-dot.amber{background:var(--amber)}.notification-dot.blue{background:var(--blue)}.notification-items button>span:nth-child(2){min-width:0}.notification-items strong{font-size:9.5px}.notification-items p{color:var(--text-soft);margin:5px 0;font-size:8.5px}.notification-items small{color:var(--text-faint);font-size:7.5px}.notifications-panel>footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;min-height:52px;padding:8px 13px;display:flex}.notifications-panel>footer button{color:var(--sage-dark);background:0 0;font-size:8px;font-weight:650}.toast{z-index:120;color:#385841;background:#f0f6f1;border:1px solid #d3dfd5;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-width:320px;min-height:48px;padding:9px 11px;font-size:9.5px;animation:.18s ease-out rise;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 30px #252a2724}.toast button{color:#5c7562;background:0 0;border-radius:5px;place-items:center;width:25px;height:25px;display:grid}@media (width<=1280px){.page{padding-left:20px;padding-right:20px}.topbar{padding-left:18px;padding-right:18px}.freshness{font-size:0}.freshness small{font-size:8px}.metrics-grid-five{grid-template-columns:repeat(3,minmax(0,1fr))}.report-groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=960px){.sidebar{transition:transform .18s;transform:translate(-102%)}.sidebar.mobile-open{transform:translate(0);box-shadow:18px 0 40px #1f24202e}.mobile-close{background:var(--surface-soft);border-radius:5px;place-items:center;width:28px;height:28px;margin-left:auto;display:grid}.workspace{margin-left:0}.mobile-menu{border:1px solid var(--line);background:#fff;border-radius:7px;place-items:center;width:36px;height:36px;display:grid}.global-search-trigger{width:190px}.dashboard-grid,.split-grid,.roles-layout,.reconciliation{grid-template-columns:1fr}.metrics-grid-four,.metrics-grid-five{grid-template-columns:repeat(2,minmax(0,1fr))}.bulk-bar{left:20px}.aging-legend{grid-template-columns:repeat(3,1fr)}}@media (width<=680px){.topbar{padding:0 10px}.global-search-trigger{justify-content:center;width:42px;padding:0}.global-search-trigger span,.global-search-trigger kbd,.freshness,.top-select:first-of-type{display:none}.top-select{flex:1}.top-select select{width:100%}.page{padding:18px 10px 70px}.page-header{align-items:center}.page-header h1{font-size:22px}.page-header p{display:none}.page-actions .secondary-button{width:36px;padding:0;font-size:0}.metrics-grid-four,.metrics-grid-five,.issue-cards,.report-groups,.restaurant-settings-grid,.directory-grid{grid-template-columns:1fr}.metric-card{min-height:78px}.toolbar{flex-wrap:wrap}.search-field{width:100%}.toolbar-action{margin-left:0}.page-tabs{gap:16px}.comparison-table,.table-wrap{margin-right:-1px}.issue-cards button{border-right:0;border-bottom:1px solid var(--line)}.calendar-grid button{min-height:62px}.calendar-grid i,.calendar-grid small,.calendar-grid em{display:none}.recon-actions{flex-direction:column}.recon-actions button{width:100%}.aging-legend{grid-template-columns:repeat(2,1fr)}.bulk-bar{left:10px;right:10px}.bulk-total{display:none}.bulk-bar>div button{justify-content:center;width:34px;padding:0;font-size:0}.entity-drawer{width:100vw}.drawer-total{grid-template-columns:1fr 1fr}.drawer-total>span:first-child{border-right:0;border-bottom:1px solid var(--line);grid-column:1/3}.drawer-total>span:nth-child(2){border-right:1px solid var(--line)}.accounts-list>div{grid-template-columns:auto 1fr auto}.accounts-list>div>span:nth-of-type(n+3){display:none}.toast{min-width:0;bottom:10px;left:10px;right:10px}}.purchase-toolbar{align-items:center;gap:14px;margin:14px 0;display:flex}.purchase-toolbar>input{border:1px solid var(--line-strong);background:#fff;border-radius:7px;width:min(440px,100%);height:38px;padding:0 12px}.purchase-toolbar label{color:var(--text-soft);white-space:nowrap;align-items:center;gap:7px;display:flex}.clickable-row{cursor:pointer}.drawer-backdrop{z-index:80;background:#191f1a47;justify-content:flex-end;display:flex;position:fixed;inset:0}.purchase-drawer{background:#fff;width:min(620px,96vw);height:100%;padding:28px;position:relative;overflow-y:auto;box-shadow:-18px 0 50px #191f1a29}.purchase-drawer h2{margin:0 38px 5px 0;font-size:24px}.purchase-drawer>p{color:var(--text-soft);margin:0 0 22px}.purchase-drawer h3{margin:26px 0 10px}.purchase-drawer>label{color:var(--text-soft);gap:7px;margin:14px 0;font-weight:650;display:grid}.purchase-drawer input,.purchase-drawer select,.purchase-drawer textarea{border:1px solid var(--line-strong);background:#fff;border-radius:7px;width:100%;padding:10px 11px}.drawer-close{background:var(--surface-soft);border-radius:7px;width:34px;height:34px;font-size:22px;position:absolute;top:18px;right:18px}.drawer-summary{grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0;display:grid}.drawer-summary>*{border:1px solid var(--line);overflow-wrap:anywhere;border-radius:7px;padding:12px}.drawer-summary b{font-size:18px}.primary-action{background:var(--sage-dark);color:#fff;border-radius:7px;min-height:40px;padding:0 18px;font-weight:700}.drawer-lines{border:1px solid var(--line);border-radius:8px;overflow:hidden}.drawer-lines>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding:11px 12px;display:flex}.drawer-lines>div:last-child{border-bottom:0}.drawer-lines span{gap:3px;min-width:0;display:grid}.drawer-lines small{color:var(--text-soft)}.drawer-lines b{white-space:nowrap}@media (width<=680px){.purchase-toolbar{flex-direction:column;align-items:stretch}.purchase-drawer{width:100vw;padding:20px 14px 84px}.drawer-summary{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1050px) and (width>=681px){.sidebar{width:76px}.workspace{margin-left:76px}.sidebar-brand div,.sidebar-user div{display:none}.sidebar nav a{justify-content:center;font-size:0}.sidebar-user button{display:none}}@media (width<=680px){.sidebar{border-top:1px solid var(--line);border-right:0;width:100%;height:64px;padding:7px 10px;inset:auto 0 0;transform:none}.sidebar-brand,.sidebar-user{display:none}.sidebar nav{grid-template-columns:repeat(3,1fr);gap:6px;margin:0;display:grid}.sidebar nav a{justify-content:center;min-width:0;padding:10px 6px;font-size:11px}.workspace{margin-left:0;padding-bottom:64px}.topbar{flex-wrap:wrap;height:auto;min-height:60px;padding:10px}.topbar select,.date-filter{width:100%}.date-filter{overflow-x:auto}.page-content{padding:18px 10px 24px}}
