@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;800&family=Poppins:wght@700&family=Inter:wght@400&display=swap";:root{--brand: #004851;--brand-hover: #00363D;--surface: #F3F5F7;--surface-card: #F9FAFB;--surface-white: #ffffff;--border: #E0E6EB;--border-subtle: #F0F4F6;--divider: #C9D1D0;--text-1: #1E282F;--text-2: #465D6D;--text-3: #8F9FA1;--text-4: #5A778C;--green: #3A9263;--green-bg: #C0D8CB;--green-text: #184E31;--yellow: #F5CD3D;--yellow-bg: #FFF3CD;--yellow-text: #7A5200;--red: #E62600;--red-bg: #FADBDB;--red-text: #650A00;--red-mid: #B22F2F;--seg-bg: #F3F5F7;--seg-bg-alt: #ECF0F3;--r-sm: 4px;--r-md: 6px;--r-lg: 8px;--r-pill: 20px;--text-xs: 11px;--text-sm: 12px;--text-base: 14px;--text-md: 16px;--text-lg: 20px;--text-xl: 28px;--text-2xl: 36px;--text-3xl: 48px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button{all:unset;cursor:pointer;display:inline-flex;align-items:center;font-family:Nunito,sans-serif}a{text-decoration:none}svg{display:inline-block;vertical-align:middle;flex-shrink:0}body{font-family:Nunito,sans-serif;background:var(--surface);min-width:1512px;color:var(--text-1)}.label-xs{font-size:var(--text-xs);font-weight:400;color:var(--text-3)}.label-sm{font-size:var(--text-sm);font-weight:400;color:var(--text-2)}.label-base{font-size:var(--text-base);font-weight:400;color:var(--text-2)}.label-md{font-size:var(--text-md);font-weight:400;color:var(--text-1)}.heading-xs{font-size:var(--text-xs);font-weight:800;color:var(--text-1);text-transform:uppercase;letter-spacing:.4px}.heading-sm{font-size:var(--text-sm);font-weight:800;color:var(--text-1)}.heading-base{font-size:var(--text-base);font-weight:800;color:var(--text-1)}.heading-md{font-size:var(--text-md);font-weight:800;color:var(--text-1);text-transform:uppercase;letter-spacing:.3px}.heading-md.no-caps{text-transform:none;letter-spacing:0}.heading-lg{font-size:var(--text-lg);font-weight:800;color:var(--text-1)}.poppins{font-family:Poppins,sans-serif;font-weight:700}.inter{font-family:Inter,sans-serif}.page-wrap{max-width:1512px;margin:0 auto}.main{max-width:1512px;margin:0 auto;padding:24px 105px 80px}.row{display:flex;gap:16px;margin-bottom:24px}.col-left{width:898px;display:flex;flex-direction:column;gap:16px}.col-right{width:351px;display:flex;flex-direction:column;gap:16px}.card{background:var(--surface-card);border-radius:var(--r-lg);padding:24px 22px}.card-white{background:var(--surface-white);border-radius:var(--r-lg);padding:24px 22px}.panel{flex:1;background:var(--surface-card);border-radius:var(--r-lg);padding:16px}.panel-body{background:var(--surface-white);border-radius:var(--r-md);padding:24px}.navbar{width:100%;height:48px;background:var(--brand);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.nav-left{display:flex;align-items:center;height:48px}.nav-logo{width:118px;height:48px;display:flex;align-items:center;padding-left:10px}.nav-logo-box{width:98px;height:26px;background:var(--surface-white);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center}.nav-logo-box span{font-family:Poppins,sans-serif;font-weight:700;font-size:var(--text-xs);color:var(--brand)}.nav-btn{height:48px;padding:0 20px;font-size:var(--text-md);font-weight:400;color:#fff;white-space:nowrap}.nav-btn.active{font-weight:700;border-bottom:2px solid #fff}.nav-right{display:flex;align-items:center;height:40px;padding-right:10px}.nav-company{height:40px;padding:0 20px;font-size:var(--text-md);font-weight:800;color:#fff;display:flex;align-items:center;justify-content:center}.nav-icon-btn{width:62px;height:40px;display:flex;align-items:center;justify-content:center;position:relative}.nav-badge{position:absolute;top:5px;right:10px;width:16px;height:16px;border-radius:50%;background:var(--red-mid);font-size:var(--text-xs);font-weight:800;color:#fff;display:flex;align-items:center;justify-content:center}.nav-avatar{width:68px;height:40px;display:flex;align-items:center;justify-content:center}.avatar-circle{width:24px;height:24px;border-radius:50%;background:#8ab4be;display:flex;align-items:center;justify-content:center;font-size:var(--text-xs);font-weight:700;color:var(--brand)}.header-section{max-width:1512px;margin:0 auto;padding:48px 144px 0;display:flex;align-items:flex-start;justify-content:space-between}.header-date{font-size:var(--text-lg);font-weight:400;color:var(--text-1);line-height:28px}.header-name{font-family:Poppins,sans-serif;font-weight:700;font-size:var(--text-2xl);color:var(--text-1)}.header-sub{font-size:var(--text-md);color:var(--text-1);margin-top:2px}.header-sub a{color:var(--brand);font-weight:700}.header-alert{font-size:var(--text-lg);font-weight:800;color:var(--text-1);margin-top:4px}.header-actions{display:flex;align-items:center;gap:16px;margin-top:4px;flex-shrink:0}.btn-outline{height:40px;border:1.5px solid var(--brand);border-radius:var(--r-md);background:var(--surface-white);gap:8px;padding:0 16px;font-size:var(--text-md);font-weight:700;color:var(--brand)}.btn-teal{height:40px;border-radius:var(--r-md);background:var(--brand);color:#fff;font-size:var(--text-base);font-weight:700;padding:0 16px;gap:6px;margin-top:14px}.btn-view{height:40px;border:1.5px solid var(--brand);border-radius:var(--r-md);background:var(--surface-white);font-size:var(--text-base);font-weight:700;color:var(--brand);padding:0 16px;gap:6px;margin-top:28px}.btn-ghost{height:28px;padding:0;gap:4px;font-size:var(--text-base);font-weight:700;color:var(--brand);background:transparent}.btn-ghost:hover{opacity:.75}.btn-filter{height:32px;padding:0 12px;border:1px solid #C1CED7;border-radius:var(--r-md);font-size:var(--text-base);color:var(--text-1);gap:6px;position:relative}.btn-filter-dot{position:absolute;top:-4px;right:-4px;width:10px;height:10px;border-radius:50%;background:var(--red)}.util-btn{height:32px;padding:0 10px;background:var(--surface-card);border-radius:var(--r-md);font-size:var(--text-base);color:var(--text-1);gap:6px}.search-box{width:141px;height:38px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-white);gap:8px;padding:0 10px;display:flex;align-items:center}.search-box span{font-size:var(--text-md);color:var(--text-3)}.seg{display:flex;background:#ecf0f3;border-radius:9999px;border:1px solid #c1ced7;overflow:hidden}.seg.alt{background:#ecf0f3}.seg-btn{height:32px;padding:0 14px;font-size:var(--text-base);color:var(--text-2);border-radius:9999px;background:transparent}.seg-btn.tall{height:40px}.seg-btn.on{background:var(--surface-white);color:var(--text-1);border:1px solid #465d6d}.panel-hdr{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.section-label{font-size:var(--text-md);font-weight:800;color:var(--text-1);text-transform:uppercase;letter-spacing:.3px}.section-sublabel{font-size:var(--text-base);color:var(--text-2);margin-top:4px}.metric-hero{display:flex;align-items:flex-end;gap:12px;margin-bottom:4px}.metric-num{font-family:Poppins,sans-serif;font-weight:700;font-size:var(--text-2xl);color:#001f27}.metric-unit{font-size:var(--text-sm);color:var(--text-2);padding-bottom:6px}.metric-trend{font-size:var(--text-sm);font-weight:700;margin-bottom:8px}.metric-trend.up{color:var(--green)}.metric-trend.down{color:var(--red)}.kpi-row{display:flex;gap:1px;background:var(--border);border-radius:var(--r-md);overflow:hidden;margin:12px 0 8px}.kpi-card{flex:1;background:var(--surface-white);padding:10px 16px;display:flex;flex-direction:column;gap:4px}.kpi-num{font-family:Poppins,sans-serif;font-weight:700;font-size:var(--text-xl);color:var(--text-1)}.kpi-label{font-size:var(--text-sm);color:var(--text-2)}.kpi-trend{font-size:var(--text-sm);font-weight:700}.kpi-trend.up{color:var(--green)}.kpi-trend.down{color:var(--red)}.kpi-bar{display:flex;background:var(--surface-white);border-radius:var(--r-md);border:1px solid var(--border);overflow:hidden}.kpi-bar-item{flex:1;padding:8px 12px}.kpi-bar-item+.kpi-bar-item{border-left:1px solid #C1CED7}.kpi-bar-name{font-size:var(--text-sm);font-weight:800;color:var(--text-2)}.kpi-bar-val{display:flex;align-items:center;gap:8px;margin-top:4px;flex-wrap:wrap}.kpi-bar-val span{font-size:var(--text-base);font-weight:800;color:var(--text-1)}.pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--r-pill);font-size:var(--text-xs);font-weight:800;white-space:nowrap}.pill-green{background:var(--green-bg);color:var(--green-text)}.pill-yellow{background:var(--yellow-bg);color:var(--yellow-text)}.pill-red{background:var(--red-bg);color:var(--red-text)}.pill-neutral{background:var(--border);color:var(--text-2)}.stat-pill{border-radius:var(--r-lg);padding:8px 14px;display:flex;flex-direction:column;align-items:center;min-width:72px}.stat-pill-val{font-family:Poppins,sans-serif;font-weight:700;font-size:var(--text-lg);line-height:1}.stat-pill-lbl{font-size:var(--text-xs);font-weight:700;margin-top:2px}.list-row{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--border-subtle);cursor:pointer}.list-row:last-child{border-bottom:none}.list-info{flex:1}.list-name{font-size:var(--text-base);font-weight:700;color:var(--text-1)}.list-sub{font-size:var(--text-xs);color:var(--text-2);margin-top:1px}.av{border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}.av-lg{width:40px;height:40px;font-size:var(--text-base);border-radius:var(--r-md)}.av-md{width:32px;height:32px;font-size:var(--text-sm)}.av-sm{width:28px;height:28px;font-size:var(--text-xs)}.av-xs{width:26px;height:26px;font-size:10px}.store-list{display:flex;flex-direction:column}.store-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--divider)}.store-row:last-child{border-bottom:none}.store-info{flex:1}.store-name{font-size:var(--text-base);font-weight:700;color:var(--text-1)}.store-sub{font-size:var(--text-sm);color:var(--text-2)}.store-link{font-size:var(--text-sm);color:var(--brand);display:flex;align-items:center;gap:2px}.shift-bar{display:flex;flex-direction:column;gap:8px;margin:12px 0}.shift-row{display:flex;align-items:center;gap:12px;height:32px}.shift-label{width:80px;font-size:var(--text-base);color:var(--text-4);text-align:right;flex-shrink:0}.shift-track{flex:1;height:32px;background:#e6ebef;border-radius:var(--r-sm);overflow:hidden}.shift-fill{height:100%;border-radius:var(--r-sm);display:flex;align-items:center;padding-left:8px;font-size:var(--text-sm)}.shift-fill.g{background:var(--green);color:#fff}.shift-fill.y{background:var(--yellow);color:#001f27}.shift-fill.r{background:var(--red);color:#fff}.shift-stores{width:64px;font-size:var(--text-sm);color:var(--text-4);text-align:right;flex-shrink:0}.chart-area{height:160px;margin-bottom:16px;border-radius:var(--r-sm);overflow:hidden}.toast{background:var(--red-bg);border-radius:var(--r-md);padding:14px 16px;display:flex;gap:12px;align-items:flex-start;margin:12px 0}.toast-text{font-size:var(--text-sm);color:var(--red-text);flex:1}.acc-item{background:var(--surface-white);border-bottom:1px solid #E8EDEF;display:flex;align-items:center;gap:10px;padding:12px 8px;cursor:pointer}.req-item{background:var(--surface-white);display:flex;align-items:center;gap:12px;padding:14px 8px;border-bottom:1px solid #E8EDEF;cursor:pointer}.req-icon{width:40px;height:40px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.weather-temp{font-family:Poppins,sans-serif;font-weight:700;font-size:var(--text-3xl);color:var(--text-2)}.weather-loc{display:flex;align-items:center;gap:4px;font-size:var(--text-sm);color:var(--text-4);margin-top:4px}.donut-legend{display:flex;flex-wrap:wrap;gap:8px 24px;justify-content:center;margin-top:8px}.legend-item{display:flex;align-items:center;gap:6px;font-size:var(--text-sm);font-family:Inter,sans-serif;color:var(--text-1)}.legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.bc-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--divider)}.bc-item:last-child{border-bottom:none}.bc-name{font-size:var(--text-md);font-weight:700;color:var(--text-1)}.bc-sub{font-size:var(--text-sm);color:var(--text-4)}.bc-act{font-size:var(--text-sm);color:var(--text-1);display:flex;align-items:center;gap:4px}.util-btns{display:flex;gap:8px;margin:12px 0}.footer{text-align:center;padding:40px 0;font-size:var(--text-md);color:var(--text-2)}.col-hdr{display:flex;align-items:center;padding:6px 14px;background:var(--surface-card);border-bottom:1px solid var(--border-subtle)}.col-hdr span{font-size:var(--text-xs);font-weight:800;color:var(--text-3);text-transform:uppercase}button{transition:background .12s ease,color .12s ease,border-color .12s ease,box-shadow .12s ease}.nav-btn:hover:not(.active){background:#ffffff1f}.btn-outline:hover{background:var(--brand);color:#fff}.btn-teal:hover{background:var(--brand-hover);box-shadow:0 2px 6px #00485140}.btn-view:hover{background:var(--brand);color:#fff}.util-btn:hover{background:var(--border)}.btn-filter:hover{background:var(--surface-card)}.seg-btn:not(.on):hover{background:#0000000f;border-radius:9999px}.seg-btn.on{box-shadow:0 1px 2px #00000014}.store-row{transition:background .1s}.store-row:hover{background:var(--surface-card);border-radius:var(--r-md)}.acc-item{transition:background .1s}.acc-item:not([style*="background: #FFFDF5"]):hover{background:var(--surface-card)!important}.req-item{transition:background .1s}.req-item:hover{background:var(--surface-card)}.bc-item{transition:background .1s;cursor:pointer}.bc-item:hover{background:var(--surface-card);border-radius:var(--r-md)}[style*="cursor: pointer"]:hover{background:var(--surface-card)}.search-input{width:100%;background:transparent;border:none;outline:none;font-size:var(--text-md);font-family:Nunito,sans-serif;color:var(--text-1);caret-color:var(--brand)}.search-input::placeholder{color:var(--text-3)}.search-box{transition:border-color .15s,box-shadow .15s;cursor:text}.search-box:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #0048511a}.messenger-panel{position:fixed;top:48px;right:0;width:400px;height:calc(100vh - 48px);background:var(--surface-white);box-shadow:-4px 0 24px #0000001f;z-index:90;display:flex;flex-direction:column;transform:translate(100%);transition:transform .22s ease}.messenger-panel.open{transform:translate(0)}.messenger-hdr{height:56px;background:var(--surface-white);border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;padding:0 16px;flex-shrink:0}.messenger-hdr-btn{width:32px;height:32px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;color:var(--text-2);transition:background .15s}.messenger-hdr-btn:hover{background:var(--border-subtle)}.messenger-body{flex:1;overflow-y:auto;padding:14px 14px 24px;display:flex;flex-direction:column;gap:16px}.ava-card{background:#8ab8b3;border-radius:var(--r-lg);padding:14px;display:flex;gap:12px;align-items:flex-start;cursor:pointer;transition:filter .15s}.ava-card:hover{filter:brightness(.96)}.ava-avatar{width:40px;height:40px;border-radius:50%;background:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ava-content{flex:1;min-width:0}.ava-name{font-size:var(--text-base);font-weight:800;color:var(--brand);margin-bottom:4px}.ava-preview{font-size:var(--text-sm);color:var(--brand);opacity:.85;line-height:1.45}.ava-badge{width:22px;height:22px;border-radius:50%;background:var(--brand);color:#fff;font-size:var(--text-xs);font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.msg-section-label{font-size:var(--text-xs);font-weight:800;color:var(--text-2);letter-spacing:.6px;text-transform:uppercase;margin-bottom:8px}.msg-conv-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border-subtle);cursor:pointer}.msg-conv-row:hover .msg-conv-name{color:var(--brand)}.msg-conv-avatar{width:40px;height:40px;border-radius:50%;background:var(--border);flex-shrink:0}.msg-conv-info{flex:1;min-width:0}.msg-conv-name{font-size:var(--text-base);font-weight:700;color:var(--text-1);transition:color .1s}.msg-conv-preview{font-size:var(--text-sm);color:var(--text-3);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msg-conv-more{color:var(--text-3);font-size:18px;line-height:1;padding:4px;border-radius:var(--r-sm);transition:background .1s}.msg-conv-more:hover{background:var(--border-subtle);color:var(--text-2)}.nav-icon-btn.msg-active{background:#ffffff2e;border-radius:var(--r-sm)}.msg-conv-meta{display:flex;justify-content:space-between;align-items:baseline;gap:6px}.msg-conv-time{font-size:var(--text-xs);color:var(--text-3);font-weight:400;white-space:nowrap;flex-shrink:0}.msg-chat-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.msg-chat-messages{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:4px}.msg-date-sep{text-align:center;font-size:var(--text-xs);color:var(--text-3);margin:8px 0 14px;font-weight:600}.msg-bubble-wrap{display:flex;margin-bottom:2px}.msg-bubble-wrap.me{justify-content:flex-end}.msg-bubble-wrap.them{justify-content:flex-start}.msg-bubble{max-width:76%;padding:9px 14px 6px;border-radius:18px;font-size:var(--text-base);line-height:1.45}.msg-bubble.me{background:#2d6e78;color:#fff;border-bottom-right-radius:4px}.msg-bubble.them{background:var(--surface-card);color:var(--text-1);border-bottom-left-radius:4px}.msg-meta{font-size:10px;margin-top:3px;display:flex;align-items:center;justify-content:flex-end;gap:3px}.msg-bubble.me .msg-meta{color:#ffffffa6}.msg-bubble.them .msg-meta{color:var(--text-3)}.msg-input-bar{border-top:1px solid var(--border-subtle);padding:10px 14px;display:flex;align-items:center;gap:8px;background:var(--surface-white);flex-shrink:0}.msg-input{flex:1;border:1.5px solid var(--border);border-radius:9999px;padding:8px 14px;font-size:var(--text-base);font-family:Nunito,sans-serif;outline:none;background:var(--surface-card);color:var(--text-1);transition:border-color .15s}.msg-input:focus{border-color:var(--brand)}.msg-send-btn{width:36px;height:36px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.msg-send-btn:hover{background:var(--brand-hover)}.msg-send-btn:disabled{opacity:.4;cursor:default}.analytics-modules-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.analytics-module-card{background:var(--surface-white);border:1px solid var(--border-subtle);border-radius:16px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:pointer;transition:box-shadow .18s,transform .18s}.analytics-module-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-3px)}.widget-tabs{display:flex;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 32px;overflow-x:auto}.widget-tab{height:48px;padding:0 20px;font-size:14px;font-weight:600;color:#6b7280;border-bottom:2px solid transparent;white-space:nowrap;flex-shrink:0}.widget-tab:hover:not(.active){color:#374151}.widget-tab.active{color:#004851;font-weight:700;border-bottom-color:#004851}.widget-content{padding:28px 32px 40px}.widget-filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.widget-filter-btn{height:40px;padding:0 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:14px;color:#374151;gap:8px;transition:border-color .15s}.widget-filter-btn:hover{border-color:#9ca3af}.widget-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.widget-kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 20px 18px}.widget-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px}.widget-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
