@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";
.copiloto-launcher{z-index:20;color:#26372d;background:var(--lime);border-radius:21px;align-items:center;gap:8px;height:42px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 30px #203c2b2e}.copiloto-launcher:hover{background:#cbe45f}.copiloto-launcher kbd{color:#56703a;border:1px solid #b9d05a;border-radius:4px;padding:2px 5px;font-size:10px}.copiloto-overlay{z-index:30;background:#19271f38;justify-content:flex-end;display:flex;position:fixed;inset:0}.copiloto-panel{background:var(--canvas);border-left:1px solid var(--line);flex-direction:column;width:min(440px,100%);height:100%;display:flex;box-shadow:-18px 0 55px #203c2b29}.copiloto-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.copiloto-title{align-items:center;gap:10px;display:flex}.copiloto-title strong{font:600 15px Space Grotesk,sans-serif;display:block}.copiloto-title small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.copiloto-mark{color:#263d31;background:var(--lime);border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.copiloto-list{flex-direction:column;flex:1;gap:12px;padding:16px 18px;display:flex;overflow-y:auto}.copiloto-section{color:#a2ada6;text-transform:uppercase;letter-spacing:1.2px;margin:6px 0 2px;font-size:10px;font-weight:700}.copiloto-empty{flex-direction:column;gap:8px;display:flex}.copiloto-muted{color:var(--muted);align-items:center;gap:6px;margin:0;font-size:11px;display:inline-flex}.copiloto-suggestion{text-align:left;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:12px;display:flex}.copiloto-suggestion:hover{border-color:#c4d8c9}.copiloto-suggestion span{flex:1}.copiloto-suggestion svg{color:var(--green);flex-shrink:0}.copiloto-suggestion i{background:#c8dfcd;border-radius:50%;flex-shrink:0;width:8px;height:8px}.copiloto-suggestion.media i{background:#edb281}.copiloto-suggestion.alta i{background:var(--orange)}.copiloto-suggestion.critica i{background:var(--red)}.copiloto-examples{flex-wrap:wrap;gap:6px;display:flex}.copiloto-examples button,.copiloto-options button{color:var(--green);text-align:left;background:#fff;border:1px solid #d5e4d7;border-radius:8px;padding:7px 10px;font-size:11px}.copiloto-examples button:hover,.copiloto-options button:hover:not(:disabled){background:var(--soft-green)}.copiloto-options{flex-wrap:wrap;gap:6px;display:flex}.copiloto-options button:disabled{opacity:.5;cursor:default}.copiloto-msg{flex-direction:column;gap:7px;max-width:100%;display:flex}.copiloto-msg.user{align-items:flex-end}.copiloto-msg.user p{color:#fff;background:var(--green);overflow-wrap:anywhere;border-radius:12px 12px 3px;max-width:85%;margin:0;padding:9px 12px;font-size:13px}.copiloto-text{border:1px solid var(--line);white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;border-radius:12px 12px 12px 3px;margin:0;padding:10px 12px;font-size:13px;line-height:1.45}.copiloto-chips{flex-wrap:wrap;gap:5px;display:flex}.copiloto-chip{color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:999px;padding:3px 7px;font-size:10px}.copiloto-chip b{color:var(--ink);font-weight:600}.copiloto-chip.actuar{border-color:#c8dfcd}.copiloto-chip.confirmar{background:var(--soft-orange);border-color:#f1cfae}.copiloto-chip.preguntar{background:var(--soft-red);border-color:#efc1c1}.copiloto-error{color:var(--red);align-items:center;gap:6px;margin:0;font-size:12px;display:inline-flex}.copiloto-ok{color:var(--green);align-items:center;gap:6px;margin:0;font-size:12px;font-weight:600;display:inline-flex}.copiloto-ok a,.copiloto-link{color:var(--green);font-size:11px;font-weight:700;text-decoration:none}.copiloto-link{align-items:center;gap:5px;display:inline-flex}.copiloto-draft{background:#fff;border:1px solid #d5e4d7;border-radius:11px;flex-direction:column;gap:8px;padding:12px;display:flex}.copiloto-draft strong{font-size:13px}.copiloto-warning{color:#b66a35;gap:6px;margin:0;font-size:11px;display:flex}.copiloto-warning svg{flex-shrink:0;margin-top:1px}.copiloto-field{color:var(--muted);flex-direction:column;gap:4px;font-size:11px;display:flex}.copiloto-field input{border:1px solid var(--line);height:34px;color:var(--ink);background:#fff;border-radius:8px;padding:0 10px}.copiloto-check{align-items:center;gap:7px;font-size:12px;display:flex}.copiloto-lines{color:var(--ink);margin:0;padding-left:16px;font-size:12px}.copiloto-draft-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.copiloto-draft-actions .primary-button:disabled{opacity:.55;cursor:default}.copiloto-input{border-top:1px solid var(--line);background:#fff;gap:8px;padding:12px 18px 16px;display:flex}.copiloto-input input{border:1px solid var(--line);border-radius:9px;outline:0;flex:1;min-width:0;height:40px;padding:0 12px;font-size:13px}.copiloto-input input:focus{border-color:#b7d3bf}.copiloto-input .primary-button{justify-content:center;width:42px;padding:0}.copiloto-input .primary-button:disabled{opacity:.55;cursor:default}.copiloto-spin{animation:1s linear infinite copiloto-spin}@keyframes copiloto-spin{to{transform:rotate(360deg)}}@media (max-width:700px){.copiloto-launcher{justify-content:center;width:46px;height:46px;padding:0;bottom:14px;right:14px}.copiloto-launcher span,.copiloto-launcher kbd{display:none}.copiloto-panel{border-left:0;width:100%}.copiloto-list{padding:14px 16px}.copiloto-input{padding:10px 16px 14px}}.copiloto-draft.needs-review{border-color:#efc1c1}.copiloto-checks{background:#f8faf8;border-radius:8px;flex-direction:column;gap:5px;margin:0;padding:8px 9px;list-style:none;display:flex}.copiloto-checks li{color:var(--ink);grid-template-columns:14px 1fr auto;align-items:start;gap:7px;font-size:11px;line-height:1.4;display:grid}.copiloto-checks li svg{margin-top:1px}.copiloto-checks li.ok svg{color:var(--green)}.copiloto-checks li.aviso svg{color:#c98a2e}.copiloto-checks li.revisar,.copiloto-checks li.revisar svg{color:var(--red)}.copiloto-checks small{color:var(--muted);white-space:nowrap;font-size:10px}.copiloto-detail{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.copiloto-detail b{color:var(--ink);font-weight:600}.copiloto-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.copiloto-field select{border:1px solid var(--line);height:34px;color:var(--ink);background:#fff;border-radius:8px;padding:0 8px}.copiloto-ack{color:var(--red);background:var(--soft-red);border-radius:8px;padding:7px 9px;font-weight:600}.copiloto-order{background:#f8faf8;border-radius:8px;flex-direction:column;gap:4px;padding:8px 9px;display:flex}.copiloto-order-supplier{color:var(--ink);margin:0 0 2px;font-size:11px;font-weight:700}.copiloto-order-line{grid-template-columns:1fr 58px;align-items:center;gap:8px;font-size:11px;display:grid}.copiloto-order-line small{color:var(--muted);font-size:10px;display:block}.copiloto-order-line input{text-align:right;border:1px solid var(--line);height:30px;color:var(--ink);background:#fff;border-radius:7px;padding:0 6px}.copiloto-understood p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}.copiloto-understood-label{font-weight:600}.copiloto-understood .dudoso{color:#9a5a17;background:var(--soft-orange);border-radius:4px;padding:0 3px}.copiloto-why{color:var(--muted);cursor:pointer;background:0 0;border:0;margin-left:6px;padding:0;font-size:11px;text-decoration:underline}.copiloto-understood .copiloto-chips{margin-top:5px}.copiloto-table{border:1px solid var(--line);background:#fff;border-radius:10px;overflow-x:auto}.copiloto-table table{border-collapse:collapse;width:100%;font-size:12px}.copiloto-table th{color:var(--muted);text-align:left;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--line);white-space:nowrap;padding:6px 8px;font-size:10px;font-weight:600}.copiloto-table td{vertical-align:top;border-bottom:1px solid #f1f4f2;padding:5px 8px}.copiloto-table tr:last-child td{border-bottom:0}.copiloto-table .num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.copiloto-table tr.flagged td{background:var(--soft-orange)}.copiloto-table tr.flagged td:first-child:before{content:"⚠ "}.copiloto-table-more{color:var(--muted);border-top:1px solid var(--line);margin:0;padding:5px 8px;font-size:11px}.copiloto-understood.compact p{text-align:right}.copiloto-understood.compact .copiloto-why{margin-left:0}.copiloto-actions{flex-wrap:wrap;gap:6px;display:flex}.copiloto-actions button{color:#1f5e46;cursor:pointer;background:#eef6f0;border:1px solid #cfe3d5;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.copiloto-actions button:hover:not(:disabled){background:#dcecde}.copiloto-actions button:disabled{opacity:.5;cursor:default}.copiloto-functions-toggle{width:40px;height:40px;color:var(--green);cursor:pointer;background:#f3f8f4;border:1px solid #d5e4d7;border-radius:9px;flex-shrink:0;place-items:center;transition:background .15s,color .15s;display:grid}.copiloto-functions-toggle:hover,.copiloto-functions-toggle.active{color:#263d31;background:var(--lime);border-color:#b9d05a}.copiloto-functions{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:8px;max-height:min(70vh,560px);margin:0 12px 8px;padding:14px;animation:.16s ease-out copiloto-rise;display:flex;overflow-y:auto;box-shadow:0 16px 40px #203c2b29}@keyframes copiloto-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.copiloto-functions-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.copiloto-functions-head strong{font:600 14px Space Grotesk,sans-serif;display:block}.copiloto-functions-head small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.copiloto-functions-filters{grid-template-columns:1fr 1.2fr;gap:6px;display:grid}.copiloto-functions-filters label{height:34px;color:var(--muted);border:1px solid var(--line);background:#f8faf8;border-radius:9px;align-items:center;gap:6px;padding:0 9px;display:flex}.copiloto-functions-filters label:focus-within{background:#fff;border-color:#b7d3bf}.copiloto-functions-filters label.missing{background:var(--soft-red);border-color:#efc1c1}.copiloto-functions-filters select,.copiloto-functions-filters input{min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:0;font-size:12px}.copiloto-functions-note{color:var(--red);margin:0;font-size:11px}.copiloto-functions-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.copiloto-functions-grid button{text-align:left;min-height:50px;color:var(--ink);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:9px;padding:8px 9px;transition:border-color .15s,background .15s,transform .15s;display:flex}.copiloto-functions-grid button:hover:not(:disabled){background:#fbfdfb;border-color:#c4d8c9;transform:translateY(-1px)}.copiloto-functions-grid button:disabled{opacity:.5;cursor:default}.copiloto-functions-grid b{font-size:12px;font-weight:600;display:block}.copiloto-functions-grid small{color:var(--muted);margin-top:1px;font-size:10.5px;line-height:1.3;display:block}.copiloto-functions-icon{width:30px;height:30px;color:var(--green);background:var(--soft-green);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.copiloto-functions-grid.operations .copiloto-functions-icon{color:#9a5a17;background:var(--soft-orange)}@media (max-width:700px){.copiloto-functions{max-height:62vh;margin:0 10px 8px}.copiloto-functions-filters{grid-template-columns:1fr}}
:root{--ink:#17251f;--muted:#7c8983;--line:#e6ebe7;--canvas:#f7f9f7;--panel:#fff;--green:#2e8064;--lime:#d8f06d;--soft-green:#ebf5ee;--orange:#ed8751;--soft-orange:#fff1e9;--red:#db5b5b;--soft-red:#fcecec;--purple:#8b76c5;--soft-purple:#f2effb}*{box-sizing:border-box}body{background:var(--canvas);color:var(--ink);margin:0;font-family:DM Sans,Avenir Next,sans-serif}button,input,select{font:inherit}button{cursor:pointer;border:0}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--line);background:#fbfcfb;flex-direction:column;flex-shrink:0;width:252px;padding:24px 14px 16px;display:flex}.brand-row{align-items:center;gap:10px;padding:0 10px 28px;display:flex}.brand-mark{color:#263d31;background:var(--lime);border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.brand-name{letter-spacing:-.4px;font:700 21px Space Grotesk,sans-serif}.brand-name span{color:var(--green)}.icon-button{width:36px;height:36px;color:var(--muted);background:0 0;border-radius:9px;place-items:center;display:grid}.icon-button:hover{color:var(--ink);background:#eef2ee}.sidebar-close{margin-left:auto;display:none}.workspace-switcher{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:10px;margin-bottom:27px;padding:10px;display:flex}.venue-avatar,.user-avatar,.top-avatar{flex-shrink:0;place-items:center;font-weight:700;display:grid}.venue-avatar{width:29px;height:29px;color:var(--green);background:#e7f0e9;border-radius:8px;font-size:13px}.workspace-copy{flex-direction:column;flex:1;min-width:0;display:flex}.workspace-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.workspace-copy span{color:var(--muted);margin-top:2px;font-size:11px}.muted-icon{color:#a6b0aa;flex-shrink:0}.nav-heading{color:#a2ada6;text-transform:uppercase;letter-spacing:1.2px;padding:0 12px 8px;font-size:10px;font-weight:700}.secondary-heading{margin-top:28px}.main-nav{flex-direction:column;gap:3px;display:flex}.nav-item{text-align:left;color:#738079;background:0 0;border-radius:9px;align-items:center;gap:12px;height:40px;padding:0 12px;font-size:13px;display:flex}.nav-item:hover{color:var(--ink);background:#f0f4f1}.nav-item.active{color:var(--green);background:#eaf4eb;font-weight:700}.nav-badge{color:#bf623e;text-align:center;background:#fff0e8;border-radius:10px;min-width:21px;margin-left:auto;padding:3px 5px;font-size:10px}.sidebar-bottom{margin-top:auto}.user-card{border-top:1px solid var(--line);align-items:center;gap:9px;margin-top:16px;padding:18px 8px 0;display:flex}.user-avatar,.top-avatar{width:31px;height:31px;color:var(--green);background:#dbe8e0;border-radius:50%;font-size:10px}.main-area{flex:1;min-width:0}.topbar{border-bottom:1px solid var(--line);background:#ffffffb3;justify-content:space-between;align-items:center;height:72px;padding:0 38px;display:flex}.breadcrumb{color:#a0aaa4;align-items:center;gap:8px;font-size:12px;display:flex}.breadcrumb strong{color:var(--ink)}.top-actions{align-items:center;gap:12px;display:flex}.search-trigger{color:#9aa59e;text-align:left;background:#f2f5f2;border-radius:8px;align-items:center;gap:9px;min-width:180px;height:36px;padding:0 10px;font-size:12px;display:flex}.search-trigger kbd{color:#a5aea8;border:1px solid #dce4dd;border-radius:4px;margin-left:auto;padding:2px 4px;font-size:10px}.notification-button{position:relative}.notification-button i{background:var(--orange);border:2px solid var(--canvas);border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:7px}.mobile-menu{display:none}.content{max-width:1420px;margin:auto;padding:42px 44px 56px}.page-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.eyebrow{color:var(--muted);letter-spacing:.2px;margin:0 0 9px;font-size:11px}.page-heading h1{letter-spacing:-.9px;margin:0;font:600 clamp(27px,3vw,35px) Space Grotesk,sans-serif}.page-heading h1 span{color:var(--green);font-size:24px}.subtitle{color:var(--muted);margin:8px 0 0;font-size:13px}.heading-actions{align-items:center;gap:10px;display:flex}.location-select{border:1px solid var(--line);height:38px;color:var(--green);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:0 11px;display:flex}.location-select select{appearance:none;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px;font-weight:600}.primary-button,.secondary-button{border-radius:8px;align-items:center;gap:8px;height:38px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.primary-button{color:#26372d;background:var(--lime)}.primary-button:hover{background:#cbe45f}.secondary-button{color:var(--green);background:#fff;border:1px solid #d5e4d7}.quick-actions{grid-template-columns:repeat(3,1fr);gap:11px;margin-top:32px;display:grid}.quick-actions button{text-align:left;border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:11px;min-height:65px;padding:11px 13px;display:flex}.quick-actions button:hover{border-color:#c4d8c9;transform:translateY(-1px)}.quick-actions button>svg{color:#b5c0b9;margin-left:auto}.quick-icon{border-radius:9px;place-items:center;width:35px;height:35px;display:grid}.quick-icon.lime{color:#789619;background:#eef8ce}.quick-icon.coral{background:var(--soft-orange);color:var(--orange)}.quick-icon.violet{background:var(--soft-purple);color:var(--purple)}.quick-actions b,.quick-actions small{display:block}.quick-actions b{font-size:12px}.quick-actions small{color:var(--muted);margin-top:3px;font-size:10px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:11px;margin-top:28px;display:grid}.metric-card{border:1px solid var(--line);background:var(--panel);border-radius:11px;min-height:158px;padding:18px;position:relative;overflow:hidden}.metric-top{color:var(--muted);justify-content:space-between;font-size:11px;display:flex}.metric-menu{color:#aeb8b1;letter-spacing:2px;font-size:15px;line-height:7px}.metric-value{letter-spacing:-.6px;margin-top:17px;font:600 25px Space Grotesk,sans-serif;display:block}.metric-value em{color:var(--muted);letter-spacing:0;font:500 11px DM Sans,sans-serif}.metric-footer{color:var(--muted);align-items:center;gap:7px;margin-top:10px;font-size:10px;display:flex}.positive,.negative{align-items:center;gap:2px;font-weight:700;display:inline-flex}.positive{color:var(--green)}.negative{color:var(--red)}.featured-card{background:#e9f3e8;border-color:#dcebdd}.featured-card .metric-value{color:#245e4d}.sparkline{opacity:.7;align-items:end;gap:5px;height:29px;padding:0 17px;display:flex;position:absolute;bottom:0;left:0;right:0}.sparkline i{background:#a4ca99;border-radius:3px 3px 0 0;flex:1}.sparkline i:first-child{height:34%}.sparkline i:nth-child(2){height:52%}.sparkline i:nth-child(3){height:42%}.sparkline i:nth-child(4){height:66%}.sparkline i:nth-child(5){height:55%}.sparkline i:nth-child(6){height:75%}.sparkline i:nth-child(7){height:58%}.sparkline i:nth-child(8){height:70%}.sparkline i:nth-child(9){height:63%}.sparkline i:nth-child(10){height:89%}.sparkline i:nth-child(11){height:78%}.sparkline i:nth-child(12){height:100%}.mini-bars{align-items:end;gap:4px;height:31px;margin:15px -1px 0;display:flex}.mini-bars i{background:#e8eee9;border-radius:2px;flex:1}.mini-bars i:first-child,.mini-bars i:nth-child(4),.mini-bars i:nth-child(6),.mini-bars i:nth-child(10){background:#c8dfcd;height:70%}.mini-bars i:nth-child(2),.mini-bars i:nth-child(5),.mini-bars i:nth-child(11){height:50%}.mini-bars i:nth-child(3),.mini-bars i:nth-child(7),.mini-bars i:nth-child(9),.mini-bars i:nth-child(12){background:#afd0b6;height:90%}.mini-bars i:nth-child(8){height:40%}.ring-chart{background:conic-gradient(var(--green) 0 71%, #e5eee7 71% 100%);border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute;bottom:16px;right:17px}.ring-chart:before{content:"";background:#fff;border-radius:50%;width:35px;height:35px;position:absolute}.ring-chart div{z-index:1;text-align:center}.ring-chart strong,.ring-chart small{display:block}.ring-chart strong{font-size:11px}.ring-chart small{color:var(--muted);margin-top:-1px;font-size:6px}.alert-card{background:#fffaf6;border-color:#f5e6d9}.alert-dot{background:var(--orange);border-radius:50%;width:7px;height:7px}.alert-line{align-items:end;gap:5px;height:22px;margin-top:17px;display:flex}.alert-line span{background:#f8d3bd;border-radius:2px;flex:1}.alert-line span:first-child,.alert-line span:nth-child(4),.alert-line span:nth-child(6){height:40%}.alert-line span:nth-child(2),.alert-line span:nth-child(5){height:70%}.alert-line span:nth-child(3),.alert-line span:nth-child(7){background:#edaa81;height:100%}.section-grid{grid-template-columns:minmax(0,1.6fr) minmax(290px,.8fr);gap:12px;margin-top:14px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:11px;overflow:hidden}.panel-header{justify-content:space-between;align-items:flex-start;gap:15px;padding:20px 21px 14px;display:flex}.panel-header h2{letter-spacing:-.2px;margin:0;font:600 15px Space Grotesk,sans-serif}.panel-header p{color:var(--muted);margin:5px 0 0;font-size:11px}.text-button,.activity-link{color:var(--green);white-space:nowrap;background:0 0;align-items:center;gap:5px;font-size:11px;font-weight:700;display:inline-flex}.table-head,.stock-row{grid-template-columns:minmax(180px,1.5fr) .8fr .8fr .8fr;align-items:center;gap:10px;padding:0 21px;display:grid}.table-head{color:#a6afa9;border-top:1px solid #f0f3f0;border-bottom:1px solid #f0f3f0;min-height:30px;font-size:10px}.stock-row{border-bottom:1px solid #f0f3f0;min-height:62px;font-size:11px}.stock-row:last-child{border-bottom:0}.product-name{align-items:center;gap:10px;min-width:0;display:flex}.product-name b,.product-name small{display:block}.product-name b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.product-name small{color:var(--muted);margin-top:3px;font-size:10px}.product-dot{border-radius:3px;flex-shrink:0;width:8px;height:8px}.product-dot.green{background:#a8d0a9}.product-dot.orange{background:#edb281}.product-dot.red{background:#e28282}.stock-row>strong{font-weight:600}.status{border-radius:5px;width:max-content;padding:5px 8px;font-size:9px;font-weight:700}.status.ok{color:var(--green);background:var(--soft-green)}.status.low{color:#b66a35;background:var(--soft-orange)}.status.critical{color:var(--red);background:var(--soft-red)}.activity-list{padding:0 21px}.activity-item{border-bottom:1px solid #f0f3f0;gap:11px;padding:12px 0;display:flex}.activity-icon{border-radius:8px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.activity-icon.blue{color:#5287bb;background:#eaf2f9}.activity-icon.orange{color:#c87a4b;background:var(--soft-orange)}.activity-icon.purple{color:#8770bd;background:var(--soft-purple)}.activity-copy{flex-direction:column;min-width:0;display:flex}.activity-copy b{font-size:11px}.activity-copy small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:10px;overflow:hidden}.activity-copy time{color:#a7b0aa;margin-top:4px;font-size:9px}.activity-link{margin:15px 21px 18px}.order-banner{background:#f4f8e7;border:1px solid #e2ead5;border-radius:11px;align-items:center;gap:13px;margin-top:14px;padding:14px 18px;display:flex}.banner-icon{color:#79981a;background:#e7f2bc;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.order-banner strong{font-size:12px}.order-banner p{color:#75806e;margin:4px 0 0;font-size:11px}.order-banner .secondary-button{background:#fff;margin-left:auto}.search-overlay{z-index:5;background:#19271f47;justify-content:center;align-items:flex-start;padding-top:15vh;display:flex;position:fixed;inset:0}.search-dialog{background:#fff;border-radius:11px;align-items:center;gap:11px;width:min(560px,100% - 32px);padding:15px 16px;display:flex;position:relative;box-shadow:0 18px 55px #203c2b33}.search-dialog svg{color:var(--green)}.search-dialog input{border:0;outline:0;flex:1;font-size:13px}.search-dialog kbd{color:var(--muted);font-size:10px}.search-hint{color:#eaf0eb;font-size:11px;position:absolute;top:55px;left:0}.mobile-backdrop{display:none}.quick-actions a{text-align:left;border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:11px;min-height:65px;padding:11px 13px;text-decoration:none;display:flex}.quick-actions a:hover{border-color:#c4d8c9;transform:translateY(-1px)}.quick-actions a>svg{color:#b5c0b9;margin-left:auto}.quick-actions a b{color:var(--ink);font-size:12px}.quick-actions a small{color:var(--muted);margin-top:3px;font-size:10px}@media (max-width:1050px){.sidebar{width:220px}.content{padding:34px 26px 48px}.topbar{padding:0 26px}.metric-grid{grid-template-columns:repeat(2,1fr)}.section-grid{grid-template-columns:1fr}}@media (max-width:700px){.sidebar{display:none}.topbar{height:62px;padding:0 16px}.mobile-menu{display:grid}.breadcrumb{display:none}.top-actions{margin-left:auto}.search-trigger{justify-content:center;width:36px;min-width:36px;padding:0}.search-trigger span,.search-trigger kbd{display:none}.content{padding:27px 15px 38px}.page-heading{display:block}.page-heading h1{font-size:27px}.heading-actions{margin-top:20px}.location-select{flex:1}.location-select select{width:100%}.primary-button{white-space:nowrap}.quick-actions{grid-template-columns:1fr;margin-top:23px}.quick-actions button{min-height:57px}.metric-grid{gap:8px;margin-top:20px}.metric-card{min-height:145px;padding:14px}.metric-value{margin-top:15px;font-size:20px}.metric-footer{font-size:9px}.section-grid{margin-top:10px}.panel-header{padding:17px 15px 13px}.table-head,.stock-row{grid-template-columns:minmax(135px,1.3fr) .75fr .72fr;padding:0 15px}.table-head span:nth-child(3),.stock-row>span:nth-child(3){display:none}.table-head span:last-child,.stock-row>span:last-child{justify-self:end}.status{padding:5px 6px;font-size:8px}.order-banner{flex-wrap:wrap;align-items:flex-start}.order-banner .secondary-button{margin-left:49px}.sidebar-close{display:grid}}.dashboard-error{color:#9b3322;background:#fcefec;border-radius:8px;margin:18px 0 0;padding:10px 12px;font-size:12px}.activity-link,.order-banner .secondary-button{text-decoration:none}.order-banner .secondary-button{align-items:center;gap:6px;margin-left:auto;display:inline-flex}.user-card .icon-button{margin-left:auto}.search-dialog{position:relative}@media (max-width:700px){.sidebar.open{z-index:40;width:min(280px,86vw);display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto;box-shadow:12px 0 40px #14281e2e}.mobile-backdrop{z-index:39;background:#16281e4d;border:0;display:block;position:fixed;inset:0}.order-banner .secondary-button{margin-left:49px}}
