:root{--bg-main: #f8fafc;--bg-card: #ffffff;--text-dark: #0f172a;--text-muted: #64748b;--text-light: #94a3b8;--border: #e2e8f0;--color-orange: #f97316;--color-orange-light: #fff0e4;--color-blue: #3b82f6;--color-blue-light: #eff6ff;--color-pink: #ec4899;--color-pink-light: #fdf2f8;--color-red: #ef4444;--color-red-light: #fef2f2;--color-green: #10b981;--color-green-light: #d1fae5;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 4px rgba(15, 23, 42, .06);--shadow-md: 0 4px 16px rgba(15, 23, 42, .08);--sidebar-width: 255px;--header-height: 90px}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:var(--bg-main);color:var(--text-dark);min-height:100vh}.app-container{display:flex;min-height:100vh;background-color:var(--bg-main)}.sidebar{width:var(--sidebar-width);background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;overflow-y:auto;z-index:100}.sidebar-logo{display:flex;align-items:center;padding:18px 20px;border-bottom:1px solid var(--border);gap:14px;background:#fff;box-shadow:0 2px 8px #0f172a0a;min-height:70px}.sidebar-logo .logo-icon{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#fff4ed,#ffe8cc);border:1.5px solid #fed7aa;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #f973162e}.sidebar-logo .logo-icon img{width:24px;height:24px;opacity:1}.sidebar-logo .logo-text{display:flex;flex-direction:column;gap:2px}.sidebar-logo h2{font-size:18px;font-weight:800;display:flex;align-items:center;gap:0;letter-spacing:-.5px;color:var(--text-dark);line-height:1;margin:0}.sidebar-logo h2 span{color:var(--text-dark);-webkit-text-fill-color:var(--text-dark)}.sidebar-logo h2:after{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--color-orange);margin-left:3px;margin-bottom:10px;flex-shrink:0}.sidebar-logo .logo-tagline{font-size:10px;font-weight:600;color:var(--text-light);letter-spacing:.6px;text-transform:uppercase}.sidebar-menu{padding:24px 16px;display:flex;flex-direction:column;gap:4px}.menu-category{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;margin-top:16px;margin-bottom:8px;padding:0 12px}.menu-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;color:var(--text-muted);font-size:13px;font-weight:500;cursor:pointer;transition:all .18s;text-decoration:none}.menu-item:hover{background:#f8fafc;color:var(--text-dark);transform:translate(4px)}.menu-item.active{background:linear-gradient(to right,#fff0e4,transparent);color:var(--color-orange);font-weight:600;border-left:3px solid var(--color-orange);border-radius:0 10px 10px 0}.menu-item i{font-size:18px;flex-shrink:0}.menu-item .arrow{margin-left:auto;font-size:16px}.main-content{flex:1;margin-left:var(--sidebar-width);display:flex;flex-direction:column}.top-header{height:70px;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.6);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:90;box-shadow:0 4px 20px #00000005}.header-left,.header-right{display:flex;align-items:center;gap:16px}.toggle-btn{background:var(--color-orange-light);color:var(--color-orange);border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}.search-box{display:flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:0 12px;height:36px;width:300px;min-width:0;flex-shrink:1}.search-box i{color:var(--text-muted);font-size:16px}.search-box input{border:none;background:transparent;padding:0 8px;flex:1;outline:none;font-size:13px}.search-box .shortcut{font-size:11px;color:var(--text-muted);background:#e2e8f0;padding:2px 6px;border-radius:4px;font-weight:600}.store-selector{display:flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.store-selector img{border-radius:4px}.btn{display:flex;align-items:center;gap:6px;padding:8px 18px;border-radius:10px;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.btn:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.btn-orange{background:linear-gradient(135deg,var(--color-orange) 0%,#ea580c 100%);color:#fff}.btn-dark{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff}.header-actions{display:flex;align-items:center;gap:12px}.icon-btn{background:transparent;border:none;font-size:20px;color:var(--text-muted);cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:background .2s}.icon-btn:hover{background:#f1f5f9}.icon-btn img{border-radius:50%}.with-badge .badge{position:absolute;top:2px;right:2px;background:var(--color-red);color:#fff;font-size:9px;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.profile img{border-radius:50%;cursor:pointer;width:36px;height:36px;border:2px solid #e2e8f0;transition:border-color .2s}.profile img:hover{border-color:var(--color-orange)}.profile-wrapper{position:relative}.profile-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:300px;background:#fff;border:1px solid #e8edf2;border-radius:18px;box-shadow:0 20px 60px #0f172a24,0 4px 16px #0f172a0f;z-index:500;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.97);transform-origin:top right;transition:opacity .22s ease,transform .22s ease,visibility .22s}.profile-dropdown.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.pd-user{display:flex;align-items:center;gap:14px;padding:20px 20px 16px}.pd-avatar img{width:56px;height:56px;border-radius:14px;-o-object-fit:cover;object-fit:cover;border:2px solid #f1f5f9}.pd-info{display:flex;flex-direction:column;gap:3px}.pd-name{font-size:17px;font-weight:700;color:var(--text-dark);letter-spacing:-.3px}.pd-role{font-size:11px;font-weight:700;color:var(--text-muted);letter-spacing:.8px;text-transform:uppercase}.pd-status{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#15803d;background:#dcfce7;border:1px solid #bbf7d0;padding:3px 10px;border-radius:20px;margin-top:2px;width:-moz-fit-content;width:fit-content}.pd-dot{width:7px;height:7px;border-radius:50%;background:#16a34a;flex-shrink:0}.pd-divider{height:1px;background:#f1f5f9;margin:0 20px}.pd-item{display:flex;align-items:center;gap:14px;padding:14px 20px;text-decoration:none;transition:background .15s;cursor:pointer}.pd-item:hover{background:#f8fafc}.pd-item-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.icon-purple-soft{background:#f3f0ff;color:#7c3aed}.icon-red-soft{background:#fff0f0;color:var(--color-red)}.pd-item-text{display:flex;flex-direction:column;gap:2px;flex:1}.pd-item-title{font-size:14px;font-weight:700;color:var(--text-dark)}.pd-item-sub{font-size:12px;color:var(--text-muted);font-weight:400}.pd-item-danger .pd-item-title{color:var(--color-red)}.pd-item-danger .pd-item-sub{color:#f87171}.pd-chevron{font-size:18px;color:var(--text-light);flex-shrink:0}.pd-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-top:1px solid #f1f5f9;background:#fafbfc}.pd-version,.pd-brand{font-size:11px;font-weight:600;color:var(--text-light)}.dashboard-wrapper{max-width:1440px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:24px}.welcome-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;flex-wrap:wrap;gap:16px}.welcome-text h2{font-size:24px;font-weight:800;color:var(--text-dark);letter-spacing:-.5px;margin-bottom:6px}.welcome-text p{font-size:14px;color:var(--text-muted)}.date-picker{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(226,232,240,.8);padding:10px 16px;border-radius:10px;font-size:13px;font-weight:600;color:var(--text-dark);cursor:pointer;box-shadow:0 2px 8px #00000005;transition:all .2s}.date-picker:hover{box-shadow:0 4px 12px #0000000f;transform:translateY(-1px);border-color:#e2e8f0}.date-picker i.bx-calendar{font-size:18px;color:var(--color-orange)}.date-picker i.bx-chevron-down{color:var(--text-muted);font-size:16px}h3{font-size:16px;font-weight:700;color:var(--text-dark);letter-spacing:-.3px}h4{font-size:14px;font-weight:600;margin-bottom:4px;color:var(--text-dark);letter-spacing:-.2px}.card{background:var(--bg-card);border-radius:var(--radius-lg);padding:24px;box-shadow:0 4px 20px #0f172a0a;border:1px solid rgba(226,232,240,.8);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0f172a14}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.border-bottom{padding-bottom:16px;border-bottom:1px solid var(--border);margin-bottom:16px}.mt-4{margin-top:24px}.header-title{display:flex;align-items:center;gap:12px}.icon-box{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.icon-orange{background:linear-gradient(135deg,var(--color-orange-light) 0%,#ffedd5 100%);color:var(--color-orange);box-shadow:0 2px 8px #f9731626}.icon-blue{background:linear-gradient(135deg,var(--color-blue-light) 0%,#dbeafe 100%);color:var(--color-blue);box-shadow:0 2px 8px #3b82f626}.icon-pink{background:linear-gradient(135deg,var(--color-pink-light) 0%,#fce7f3 100%);color:var(--color-pink);box-shadow:0 2px 8px #ec489926}.icon-red{background:linear-gradient(135deg,var(--color-red-light) 0%,#fee2e2 100%);color:var(--color-red);box-shadow:0 2px 8px #ef444426}.dropdown-select{padding:6px 28px 6px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;font-weight:500;color:var(--text-muted);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 8px center;background-size:14px;cursor:pointer}.link-view-all{font-size:11px;color:var(--text-muted);text-decoration:none;font-weight:600;background:#f1f5f9;padding:5px 12px;border-radius:20px;transition:background .2s,color .2s}.link-view-all:hover{background:var(--color-orange-light);color:var(--color-orange)}.grid-top{display:grid;grid-template-columns:2fr 1fr;gap:24px}.grid-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.time-filters{display:flex;background:#f8fafc;border-radius:8px;padding:4px;border:1px solid #e2e8f0}.time-filters button{background:transparent;border:none;padding:6px 16px;font-size:12px;font-weight:600;color:var(--text-muted);border-radius:6px;cursor:pointer;transition:all .3s ease}.time-filters button.active{background:linear-gradient(135deg,var(--color-orange) 0%,#ea580c 100%);color:#fff;box-shadow:0 2px 8px #f9731633}.chart-summary{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.summary-item{display:flex;align-items:flex-start;gap:12px;border:1px solid rgba(226,232,240,.8);background:#f8fafc;padding:12px 24px;border-radius:8px;box-shadow:0 2px 4px #00000005}.dot{width:8px;height:8px;border-radius:50%;margin-top:6px}.dot-light{background:var(--color-orange-light)}.dot-orange{background:var(--color-orange)}.summary-text{display:flex;flex-direction:column}.summary-text span{font-size:11px;color:var(--text-muted);margin-bottom:4px}.summary-text strong{font-size:18px;font-weight:700}.mock-stacked-chart{height:300px;display:flex;position:relative;padding-left:40px;margin-top:30px}.y-axis{position:absolute;left:0;top:0;height:calc(100% - 30px);display:flex;flex-direction:column;justify-content:space-between;font-size:11px;color:var(--text-muted);border-right:1px dashed #e2e8f0;padding-right:10px;width:30px;text-align:right}.chart-bars{display:flex;align-items:flex-end;justify-content:space-around;flex:1;height:calc(100% - 30px);position:relative}.chart-bars:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to bottom,#e2e8f0 1px,transparent 1px);background-size:100% 20%;z-index:1}.bar-col{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;z-index:2;width:40px}.bar-wrapper{width:32px;display:flex;flex-direction:column;border-radius:6px 6px 0 0;overflow:hidden;margin-bottom:10px}.bar-segment{width:100%}.bar-segment.light{background-color:var(--color-orange-light)}.bar-segment.dark{background-color:var(--color-orange)}.x-label{font-size:11px;color:var(--text-muted);white-space:nowrap}.stat-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.stat-box{border:1px solid #e2e8f0;border-radius:var(--radius-md);padding:20px 16px;display:flex;flex-direction:column;align-items:center;text-align:center}.stat-box i{font-size:24px;margin-bottom:12px}.stat-box .label{font-size:12px;color:var(--text-muted);margin-bottom:8px}.stat-box .value{font-size:16px;font-weight:700}.customers-overview{display:flex;align-items:center;gap:24px;padding:16px 0 8px}.donut-chart-mock{position:relative;width:110px;height:110px;border-radius:50%;background:conic-gradient(var(--color-orange) 0% 65%,#14b8a6 65% 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #00000014;flex-shrink:0}.donut-chart-mock:before{content:"";position:absolute;width:76px;height:76px;background:#fff;border-radius:50%;z-index:1}.donut-segment{position:absolute;border-radius:50%;width:110px;height:110px;border:13px solid transparent}.orange-segment{border-color:var(--color-orange);clip-path:polygon(0 0,100% 0,100% 100%,0 50%);transform:rotate(-30deg)}.teal-segment{border-color:#14b8a6;clip-path:polygon(0 50%,100% 100%,0 100%);transform:rotate(20deg)}.overview-stats{display:flex;flex-direction:column;gap:10px;flex:1}.stat-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:12px;padding:12px 16px;background:#f8fafc;transition:box-shadow .2s,border-color .2s}.stat-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0f}.stat-val{text-align:left}.stat-val strong{display:block;font-size:24px;font-weight:800;margin-bottom:4px;letter-spacing:-.5px;color:var(--text-dark)}.sub-label{font-size:12px;font-weight:600;display:flex;align-items:center;gap:5px;color:var(--text-muted)}.sub-label:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.red-text{color:var(--text-muted)}.red-text:before{background:var(--color-orange)}.green-text{color:var(--text-muted)}.green-text:before{background:#14b8a6}.badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:4px}.badge-green{background:#dcfce7;color:#15803d}.badge-red{background:#fee2e2;color:#b91c1c}.badge-outline.badge-green{background:transparent;border:1px solid var(--color-green);color:var(--color-green)}.badge-outline.badge-red{background:transparent;border:1px solid var(--color-red);color:var(--color-red)}.list-group{list-style:none;display:flex;flex-direction:column;gap:20px}.list-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-radius:12px;transition:all .3s ease;margin:0 -14px}.list-item:hover{background:#f8fafc;transform:translate(6px);box-shadow:0 2px 8px #00000005}.item-info{display:flex;align-items:center;gap:16px}.img-box{width:48px;height:48px;border-radius:8px;overflow:hidden;background:#f1f5f9}.img-box img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.text span{font-size:12px;color:var(--text-muted)}.bg-orange{background:#fff7ed}.bg-pink{background:#fdf2f8}.bg-dark{background:#1e293b}.bg-blue{background:#eff6ff}.bg-gray{background:#f8fafc}.bg-green{background:#f0fdf4}.bg-red{background:#fef2f2}.stock-status{text-align:right;display:flex;flex-direction:column}.status-label{font-size:11px;color:var(--text-muted);margin-bottom:4px}.status-val.red{font-size:14px;font-weight:700;color:var(--color-red)}.sale-status{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.sale-status .date{font-size:11px;color:var(--text-muted)}.badge-status{font-size:10px;font-weight:600;padding:4px 8px;border-radius:4px;color:#fff}.badge-status.processing{background:#8b5cf6}.badge-status.cancelled{background:#ef4444}.badge-status.onhold{background:#0ea5e9}.badge-status.completed{background:#10b981}.floating-settings{position:fixed;right:0;top:50%;transform:translateY(-50%);background:var(--color-orange);color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;border-radius:8px 0 0 8px;cursor:pointer;box-shadow:-2px 0 10px #0000001a}.stat-cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:20px 22px;border:1px solid #e8edf2;box-shadow:0 2px 8px #0000000a;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;transition:transform .2s,box-shadow .2s;cursor:pointer;height:auto}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0f172a14;border-color:#e2e8f0}.stat-card-left{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.stat-card-label{font-size:12px;font-weight:500;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-card-value{font-size:22px;font-weight:700;color:var(--text-dark);letter-spacing:-.5px;white-space:nowrap}.stat-card-badge{display:inline-flex;align-items:center;gap:2px;font-size:11px;font-weight:600;padding:3px 8px;border-radius:20px;width:-moz-fit-content;width:fit-content}.stat-card-badge.up{background:#dcfce7;color:#16a34a}.stat-card-badge.down{background:#fee2e2;color:#dc2626}.stat-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.stat-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.icon-blue-soft{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;box-shadow:0 4px 12px #2563eb1a}.icon-teal-soft{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);color:#0d9488;box-shadow:0 4px 12px #0d94881a}.icon-pink-soft{background:linear-gradient(135deg,#fdf2f8,#fce7f3);color:#db2777;box-shadow:0 4px 12px #db27771a}.icon-purple-soft{background:linear-gradient(135deg,#faf5ff,#ede9fe);color:#7c3aed;box-shadow:0 4px 12px #7c3aed1a}.sparkline{display:flex;align-items:flex-end;gap:3px;height:36px}.sparkline span{width:5px;border-radius:3px 3px 0 0;transition:height .4s ease}.sparkline-blue span{background:#bfdbfe}.sparkline-blue span:last-child{background:#2563eb}.sparkline-teal span{background:#99f6e4}.sparkline-teal span:last-child{background:#0d9488}.sparkline-pink span{background:#fbcfe8}.sparkline-pink span:last-child{background:#db2777}.sparkline-purple span{background:#ddd6fe}.sparkline-purple span:last-child{background:#7c3aed}.menu-item.active i{color:var(--color-orange)}.sidebar::-webkit-scrollbar{width:0;display:none}.sidebar{-ms-overflow-style:none;scrollbar-width:none}.top-header{box-shadow:0 1px #f1f5f9}.card{transition:box-shadow .2s}.card:hover{box-shadow:0 6px 20px #00000012}.list-item{padding:6px 8px;border-radius:8px;transition:background .15s}.list-item:hover{background:#f8fafc}.badge-status{border-radius:20px;padding:3px 10px}.hamburger-btn{display:none;background:transparent;border:none;font-size:22px;color:var(--text-dark);cursor:pointer;width:36px;height:36px;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.hamburger-btn:hover{background:#f1f5f9}.toggle-btn{display:flex}.sidebar-overlay{display:none;position:fixed;inset:0;background:#0f172a73;z-index:99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar-overlay.active{display:block}@media(max-width:1200px){.grid-top{grid-template-columns:1fr}.grid-bottom,.stat-cards-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.header-btn-hide,.store-selector span{display:none}.search-box{width:200px}}@media(max-width:768px){html,body,.app-container{overflow-x:hidden}.sidebar{transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:200;width:270px;box-shadow:4px 0 24px #0000001f}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;width:100%;overflow-x:hidden}.hamburger-btn{display:flex}.toggle-btn,.store-selector,.header-btn-hide{display:none}.top-header{height:70px;padding:0 16px;gap:12px;position:fixed;top:0;left:0;right:0;width:100%;z-index:150;background:#fffffff7;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #f1f5f9;box-shadow:0 2px 12px #0f172a0f}.header-left{flex:1;min-width:0;gap:10px}.header-right{flex-shrink:0;gap:6px}.search-box{flex:1;width:auto;max-width:200px;min-width:0;height:40px;border-radius:10px;display:none}.search-box .shortcut{display:none}.icon-btn{width:40px;height:40px;font-size:22px;border-radius:10px}.profile img{width:36px;height:36px;border:2px solid #f1f5f9}.header-actions{gap:4px}.welcome-section{flex-direction:row;justify-content:stretch;margin-bottom:0;gap:0}.welcome-text{display:none}.date-picker{width:100%;justify-content:center}.dashboard-wrapper{padding:86px 16px 32px;gap:16px}.stat-cards-row{grid-template-columns:1fr 1fr;gap:12px;align-items:start}.stat-card{padding:18px 14px;border-radius:16px;gap:10px;align-items:flex-start;height:auto;flex-direction:column}.stat-card-left{gap:5px;flex:unset;width:100%}.stat-card-right{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.stat-card-icon{width:40px;height:40px;font-size:20px;border-radius:10px;flex-shrink:0}.stat-card-label{font-size:13px;font-weight:500;white-space:normal;line-height:1.4;color:var(--text-muted)}.stat-card-value{font-size:22px;font-weight:700;letter-spacing:-.5px;white-space:nowrap}.stat-card-badge{font-size:11px;padding:3px 8px;border-radius:20px}.sparkline{flex:1;height:32px;justify-content:flex-end}.grid-top,.grid-bottom{grid-template-columns:1fr;gap:16px;align-items:start}.card{padding:20px;height:auto;border-radius:16px}.card-header{margin-bottom:18px}.stat-boxes{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;align-items:start}.stat-box{padding:16px 10px;border-radius:12px;height:auto}.stat-box i{font-size:28px;margin-bottom:8px}.stat-box .label{font-size:12px;margin-bottom:6px}.stat-box .value{font-size:18px}.sales-purchase-card .card-header{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.time-filters{width:auto;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.time-filters::-webkit-scrollbar{display:none}.time-filters button{padding:5px 10px;font-size:11px;white-space:nowrap}.chart-summary{flex-wrap:nowrap;gap:10px;margin-bottom:14px}.summary-item{padding:10px 14px;flex:1;min-width:120px}.summary-text span{font-size:11px}.summary-text strong{font-size:18px}.mock-stacked-chart{height:200px;overflow-x:hidden;padding-left:34px;margin-top:12px}.chart-bars{min-width:unset;width:100%;justify-content:space-between}.bar-col{width:auto;flex:1;max-width:28px}.bar-wrapper{width:100%;max-width:22px;margin:0 auto 8px}.x-label{font-size:9px}.y-axis{width:28px;font-size:10px}.overall-card .card-header{flex-direction:row;align-items:center;justify-content:space-between}.stat-boxes{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px;align-items:start}.stat-box{padding:14px 8px;border-radius:12px;height:auto}.stat-box i{font-size:22px;margin-bottom:6px}.stat-box .label{font-size:11px;margin-bottom:4px}.stat-box .value{font-size:16px}.customers-overview{flex-direction:row;gap:16px;align-items:flex-start;flex-wrap:nowrap;padding:12px 0 4px}.donut-chart-mock{width:90px;height:90px;flex-shrink:0}.donut-chart-mock:before{width:62px;height:62px}.donut-segment{width:90px;height:90px;border-width:11px}.overview-stats{flex:1;flex-direction:column;gap:8px}.stat-item{padding:10px 12px;border-radius:10px;gap:8px}.stat-val strong{font-size:18px}.sub-label{font-size:11px}.badge.badge-green{font-size:11px;padding:4px 8px}.list-group{gap:0}.list-item{padding:14px 8px;border-radius:10px;border-bottom:1px solid #f1f5f9;transition:background .15s}.list-item:last-child{border-bottom:none}.list-item:active{background:#f8fafc}.img-box{width:48px;height:48px;border-radius:10px;flex-shrink:0}.item-info{gap:12px}h4{font-size:14px;font-weight:600;line-height:1.3}.text span{font-size:12px}.stock-status,.sale-status{gap:4px;flex-shrink:0}.status-label{font-size:12px}.status-val.red{font-size:16px}.badge-status{font-size:11px;padding:4px 10px}.sale-status .date{font-size:12px}h3{font-size:16px}.icon-box{width:32px;height:32px;font-size:18px}.link-view-all{padding:6px 14px;font-size:12px}.dropdown-select{font-size:12px;padding:6px 26px 6px 10px}}@media(max-width:480px){.top-header{height:64px;padding:0 14px}.search-box{max-width:160px;height:38px}.icon-btn{width:38px;height:38px;font-size:20px}.welcome-text{display:block}.welcome-section{flex-direction:row;justify-content:stretch;margin-bottom:0;gap:0}.date-picker{padding:8px 12px;font-size:11px;width:100%;justify-content:center}.dashboard-wrapper,.page-content-wrapper{padding:80px 12px 12px!important;gap:12px}.stat-cards-row{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:14px 12px}.stat-card-value{font-size:20px}.stat-card-label{font-size:12px}.sparkline{height:28px}.stat-boxes{gap:8px;margin-bottom:18px}.stat-box{padding:14px 8px}.stat-box i{font-size:24px}.stat-box .value{font-size:16px}.stat-box .label{font-size:11px}.card{padding:16px}.mock-stacked-chart{height:190px}.time-filters button{padding:5px 10px;font-size:11px}.img-box{width:44px;height:44px}h4{font-size:13px}.text span{font-size:12px}h3{font-size:15px}}@media(max-width:360px){.stat-cards-row{grid-template-columns:1fr 1fr;gap:8px}.stat-card{padding:12px 10px}.stat-card-value{font-size:17px}.stat-card-label{font-size:11px}.stat-boxes{grid-template-columns:repeat(3,1fr);gap:6px}.stat-box{padding:12px 6px}.stat-box .value{font-size:14px}.stat-box .label{font-size:10px}.dashboard-wrapper{padding:10px;gap:10px}.card{padding:14px}h3{font-size:14px}h4{font-size:12px}}
