:root{--navy-950: #121f49;--navy-900: #1a2f66;--navy-850: #21356f;--navy-700: #2d4b8e;--blue-100: #eef2ff;--ink-900: #111827;--ink-700: #364152;--ink-500: #6b7280;--panel: #ffffff;--line: #e7eaf3;--orange-500: #f05b22;--orange-300: #fdc39d;--green-500: #11a16b;--lavender-500: #8f63f2;--bg: #f4f6fb;font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif;color:var(--ink-900);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% 12%,#fff,#f3f5fb 48%,#e9edf8)}#root,.app-root{min-height:100vh}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(140deg,#13224e,#1b2f65 58%,#182852),radial-gradient(circle at 15% 18%,#2d4684 0%,transparent 42%)}.login-card{width:min(100%,380px);background:#fff;border-radius:38px;padding:34px 26px 20px;box-shadow:0 28px 64px #060d2757;animation:rise-in .36s ease-out both}.login-header{text-align:center;margin-bottom:28px}.login-header h1{margin:0;font-size:clamp(1.7rem,2vw,2rem);color:var(--navy-950);letter-spacing:.02em}.login-header p{margin:8px 0 0;color:var(--ink-500);font-size:1.03rem}.login-form{display:grid;gap:10px}.login-form label{font-size:.88rem;color:var(--navy-950);font-weight:700}.login-form input{width:100%;height:46px;border:2px solid #cfd5e4;border-radius:999px;padding:0 14px;font-size:1rem;color:var(--ink-900);transition:border-color .14s ease,box-shadow .14s ease}.login-form input:focus-visible{outline:none;border-color:#8ca2dc;box-shadow:0 0 0 4px #3c5fa929}.password-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.text-link{border:0;background:transparent;color:#db6a27;font-weight:700;cursor:pointer;font-size:.87rem}.primary-button{height:48px;border:0;border-radius:999px;margin-top:10px;background:linear-gradient(180deg,#f5672d 0%,var(--orange-500) 100%);color:#fff;font-size:1.14rem;font-weight:800;cursor:pointer;transition:transform .13s ease,box-shadow .13s ease,filter .13s ease}.primary-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #f05b2242;filter:saturate(1.06)}.primary-button:disabled{cursor:wait;opacity:.8}.legal{margin:18px 0 0;text-align:center;color:#9aa3b7;font-size:.82rem}.dashboard-layout{min-height:100vh;display:grid;grid-template-columns:220px 1fr;background:linear-gradient(120deg,#f8fafe,#f4f7fd 40%,#edf2fb)}.dashboard-sidebar{background:linear-gradient(180deg,#16244d,#182957);color:#e7ecfd;padding:14px 12px}.sidebar-mobile-toggle,.sidebar-overlay{display:none}.brand-box{margin-bottom:14px;padding:12px 14px;border-radius:12px;background:#ffffff0a}.brand-box h2{margin:0;font-size:1.35rem;color:#fff}.nav-list{list-style:none;margin:0;padding:8px 0 0;display:grid;gap:6px}.nav-item{width:100%;border:0;background:transparent;color:#d8def4;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;font-size:.95rem;text-align:left;cursor:pointer;text-decoration:none;transition:background-color .12s ease,color .12s ease}.nav-item span:nth-child(2){flex:1}.nav-item:hover{background:#ffffff14;color:#fff}.nav-item.active{background:#243c7a;color:#fff}.nav-dot{width:7px;height:7px;border-radius:999px;background:#7b8ebf}.nav-item.active .nav-dot{background:#ff915d}.nav-tag{font-size:.68rem;border-radius:999px;padding:2px 7px;border:1px solid rgba(255,255,255,.24);background:#ffffff14;color:#d9e0f4;letter-spacing:.02em}.nav-count-badge{font-size:.7rem;border-radius:999px;min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;background:#ff6a34;color:#fff;font-weight:800;line-height:1}.dashboard-main{padding:18px}.dashboard-topbar{display:flex;gap:14px;align-items:center;justify-content:space-between;margin-bottom:18px}.dashboard-topbar h1{margin:0;color:var(--navy-950);font-size:clamp(1.5rem,2vw,2rem)}.subtitle-path{margin:4px 0 0;color:#6f7a93;font-size:.84rem}.topbar-right{display:flex;align-items:center;gap:10px}.search{width:min(40vw,320px);min-width:200px;height:40px;border-radius:999px;border:1px solid var(--line);padding:0 14px;background:#fff}.search:focus-visible{outline:none;border-color:#91a6dc;box-shadow:0 0 0 4px #4764aa1f}.logout-button{height:40px;border:1px solid #b72424;border-radius:12px;padding:0 14px;background:linear-gradient(180deg,#ef4444,#dc2626);color:#fff;font-weight:700;cursor:pointer}.logout-button:hover{filter:saturate(1.06);box-shadow:0 8px 18px #b91c1c3d}.message{margin:0 0 14px;padding:10px 12px;border-radius:10px;background:#edf2ff;color:#2e3a5f;font-size:.92rem}.message.error{background:#fff0ea;color:#8e3914}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.stat-card{background:linear-gradient(145deg,#1b3170,#203c86);border:1px solid #2e4b97;border-radius:22px;padding:12px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 24px #14224733}.stat-content p{margin:0;color:#edf2ff;font-size:.85rem}.stat-content strong{display:block;margin-top:4px;color:#fff;font-size:1.85rem;line-height:1}.stat-icon{width:36px;height:36px;border-radius:50%;background:#eff3ff;border:1px solid #dde4fa;position:relative;flex-shrink:0}.stat-icon:before,.stat-icon:after{content:"";position:absolute}.stat-icon.users:before{top:9px;right:10px;bottom:16px;left:10px;border-radius:99px;border:2px solid #2f4e95}.stat-icon.users:after{top:16px;right:8px;bottom:8px;left:8px;border-radius:99px;border:2px solid #2f4e95}.stat-icon.vendors{background:#fff4ed;border-color:#ffd7c0}.stat-icon.vendors:before{left:8px;right:8px;bottom:8px;height:10px;border:2px solid #d45b1f;border-top:0}.stat-icon.vendors:after{left:11px;right:11px;top:8px;height:7px;border:2px solid #d45b1f}.stat-icon.transactions{background:#ebfbf3;border-color:#c6f0dd}.stat-icon.transactions:before{left:8px;right:8px;top:10px;bottom:10px;border-radius:6px;border:2px solid #1f8f64}.stat-icon.revenue{background:#f4efff;border-color:#e0d2ff}.stat-icon.revenue:before{left:9px;right:9px;bottom:10px;height:2px;background:#7b4ce4}.stat-icon.revenue:after{left:10px;top:11px;width:16px;height:10px;border-top:2px solid #7b4ce4;border-right:2px solid #7b4ce4;transform:skew(-30deg) rotate(-8deg)}.charts-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:12px}.panel{background:#fff;border:1px solid var(--line);border-radius:26px;padding:14px;box-shadow:0 8px 20px #101c400d}.panel h3{margin:0 0 10px;font-size:1.3rem;color:#1d2a52}.line-chart{position:relative;height:240px;border-radius:16px;background:linear-gradient(180deg,#fff6f2,#fff);overflow:hidden}.line-fill{position:absolute;inset:auto 0 0;height:78%;background:#fde4d8;clip-path:polygon(0% 88%,12% 84%,22% 70%,30% 73%,40% 56%,50% 58%,61% 44%,71% 36%,80% 42%,90% 26%,100% 22%,100% 100%,0% 100%)}.line-path{position:absolute;inset:auto 0 0;height:78%;border-top:11px solid var(--orange-500);border-radius:12px;clip-path:polygon(0% 88%,12% 84%,22% 70%,30% 73%,40% 56%,50% 58%,61% 44%,71% 36%,80% 42%,90% 26%,100% 22%,100% 28%,90% 32%,80% 48%,71% 42%,61% 50%,50% 64%,40% 62%,30% 79%,22% 76%,12% 90%,0% 94%)}.bar-chart{height:208px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:10px;padding:0 4px}.bar-chart span{display:block;background:#253a72;border-radius:18px 18px 6px 6px}.bar-days{margin-top:8px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.bar-days small{text-align:center;color:#66708a}.bottom-grid{margin-top:12px;display:grid;grid-template-columns:minmax(0,280px)}.section-placeholder{margin-top:12px}.placeholder-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.status-badge{border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:700;border:1px solid #d4dbee;background:#f4f7ff;color:#39508f}.coming-soon-note{margin:14px 0 0;color:#4f5e82}.password-form{margin-top:14px;display:grid;gap:10px;max-width:420px}.password-form input{width:100%;height:44px;border-radius:12px;border:1px solid #cfd7ea;padding:0 12px;font-size:.95rem}.password-form input:focus-visible{outline:none;border-color:#89a3de;box-shadow:0 0 0 4px #4b68b01f}.password-form .primary-button{height:44px;margin-top:2px;font-size:.98rem}.donut-panel{min-height:260px}.donut{width:178px;aspect-ratio:1;margin:18px auto 0;border-radius:50%;background:conic-gradient(#f05b22 0,#f05b22 35%,#223970 35%,#223970 62%,#27a46f 62%,#27a46f 76%,#1e2f61 76%,#1e2f61);position:relative}.donut:after{content:"";position:absolute;top:38%;right:38%;bottom:38%;left:38%;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #e6ebf7}.customers-panel{margin-top:8px;padding:16px}.customers-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.customers-filters.compact{justify-content:flex-start}.customers-filters label{display:inline-flex;align-items:center;gap:8px;color:#46547a;font-weight:700;font-size:.86rem}.customers-filters select{height:34px;border-radius:999px;border:1px solid #ccd5ea;padding:0 10px;font-size:.85rem;color:#22345f;background:#fff}.export-button{border:0;border-radius:999px;padding:8px 14px;background:var(--orange-500);color:#fff;font-weight:700;cursor:pointer}.customers-table-wrap{overflow-x:auto}.customers-table{width:100%;border-collapse:collapse;min-width:860px}.customers-table th{text-align:left;font-size:.75rem;letter-spacing:.04em;color:#6f7a94;text-transform:uppercase;padding:10px 8px;border-bottom:2px solid #e5eaf6}.customers-table td{padding:12px 8px;border-bottom:1px solid #edf1fa;font-size:.92rem;color:#24335d}.customers-table td:first-child{font-weight:700;color:#1f2f59}.status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:2px 10px;font-size:.68rem;font-weight:800;letter-spacing:.03em}.status-pill.active{background:#e8fbef;color:#0b965f}.status-pill.blocked{background:#feeceb;color:#ca2f2f}.status-pill.pending{background:#fff7db;color:#b18206}.row-action{border:1px solid #d8deef;background:#fff;color:#1f335f;border-radius:8px;padding:4px 10px;font-size:.8rem;font-weight:700;cursor:pointer}.category-actions-cell{display:flex;gap:8px;justify-content:flex-end}.row-action.row-action-danger{border-color:#f3c5c5;color:#b91c1c}.customer-details-layout{margin-top:8px;display:grid;grid-template-columns:280px 1fr;gap:14px}.customer-profile-card{background:#fff;border:1px solid #e7ecf7;border-radius:28px;padding:18px;box-shadow:0 10px 24px #121f4914}.avatar-circle{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:linear-gradient(180deg,#22407d,#1b2f62);color:#fff;font-size:1.35rem;font-weight:800}.customer-profile-card h2{margin:0;text-align:center;color:#1f2f58;font-size:1.85rem}.customer-profile-card .status-pill{margin:8px auto 0}.profile-meta{margin-top:14px;display:grid;gap:8px}.profile-meta p{margin:0;color:#24335d;font-weight:700;display:grid;gap:2px}.profile-meta p span{color:#7b869f;font-size:.84rem;font-weight:600}.danger-toggle{width:100%;border:0;margin-top:14px;border-radius:999px;height:42px;color:#fff;font-weight:800;cursor:pointer}.danger-toggle.block{background:linear-gradient(180deg,#ef3b35,#d72a2a)}.danger-toggle.activate{background:linear-gradient(180deg,#1eb273,#109664)}.back-to-list{width:100%;border:1px solid #ccd6eb;margin-top:10px;border-radius:999px;height:40px;background:#fff;color:#1e3260;font-weight:700;cursor:pointer}.customer-details-panel{min-height:540px}.details-tabs{display:flex;gap:18px;border-bottom:1px solid #e5e9f4;margin-bottom:14px}.details-tabs button{border:0;background:transparent;color:#92a0bc;font-weight:800;font-size:1.05rem;padding:6px 0 10px;border-bottom:3px solid transparent;cursor:pointer}.details-tabs button.active{color:var(--orange-500);border-bottom-color:var(--orange-500)}.order-history-list{display:grid;gap:10px}.order-history-item{border:1px solid #ebeff9;border-radius:16px;padding:10px 12px;display:flex;justify-content:space-between;gap:10px}.order-history-item strong{color:#1f315a}.order-history-item p{margin:3px 0 0;color:#72809d}.order-summary-right{display:grid;justify-items:end;gap:4px}.activity-list{display:grid;gap:8px}.activity-item{display:grid;grid-template-columns:12px 1fr auto;gap:10px;align-items:start;padding:8px 0}.activity-dot{width:10px;height:10px;border-radius:50%;margin-top:7px;background:linear-gradient(180deg,#f69363,#f05b22)}.activity-content strong{color:#1f2f58}.activity-content p{margin:2px 0 0;color:#7b88a2}.activity-item time{color:#9da8bf;font-size:.82rem}.vendor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.vendor-card{border:1px solid #ebeff9;border-radius:16px;padding:12px;background:#fff;display:grid;gap:6px}.vendor-card strong{color:#1f2f58}.vendor-card p,.vendor-card span{margin:0;color:#6f7d99}.vendor-grid.metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card span{font-size:.86rem;color:#7f8aa4}.metric-card strong{font-size:1.45rem}.overlay-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#212f5ab8;display:grid;place-items:center;z-index:20;padding:16px}.action-modal-card{width:min(100%,430px);background:#fff;border-radius:30px;padding:20px;box-shadow:0 18px 44px #14234d47;display:grid;gap:10px}.action-modal-card h3{margin:0;color:#1c2c57;text-align:center}.action-modal-card p{margin:0;color:#677594;text-align:center}.action-modal-card label{display:grid;gap:6px;font-size:.84rem;color:#304371;font-weight:700}.action-modal-card input,.action-modal-card textarea{width:100%;border:1px solid #cfd8ec;border-radius:16px;padding:10px 12px;font-size:.92rem;color:#223560;resize:vertical}.action-modal-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 1120px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.charts-grid,.customer-details-layout{grid-template-columns:1fr}.line-chart,.bar-chart{height:210px}.vendor-grid.metrics{grid-template-columns:1fr}}@media (max-width: 920px){.dashboard-layout{grid-template-columns:1fr}.dashboard-main{padding-top:62px}.topbar-title-group{padding-left:84px}.sidebar-mobile-toggle{display:inline-flex;position:fixed;top:10px;left:10px;z-index:40;border:0;border-radius:999px;background:#1d3062;color:#fff;padding:8px 14px;font-weight:700;box-shadow:0 8px 20px #101d3f59}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#121e3e73;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:24}.sidebar-overlay.show{opacity:1;pointer-events:auto}.dashboard-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(78vw,290px);z-index:30;transform:translate(-102%);transition:transform .2s ease;overflow-y:auto;box-shadow:10px 0 34px #0f1a3861}.dashboard-sidebar.open{transform:translate(0)}.nav-list{grid-template-columns:1fr;gap:6px;padding-bottom:10px}.topbar-right{flex-wrap:wrap;justify-content:center}.search{width:min(100%,280px);min-width:0;margin:0 auto}}@media (max-width: 680px){.login-card{width:min(100%,420px);border-radius:26px;padding:28px 18px 16px}.dashboard-main{padding:12px}.dashboard-topbar{flex-direction:column;align-items:stretch}.topbar-title-group{padding-left:84px}.topbar-right{justify-content:stretch}.search,.logout-button{width:100%}.category-actions-cell{justify-content:flex-start}.stats-grid,.bottom-grid{grid-template-columns:1fr}.customers-filters{flex-wrap:wrap}.export-button{width:100%}.donut{width:156px}.action-modal-row{grid-template-columns:1fr}}@keyframes rise-in{0%{transform:translateY(16px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}
