@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}body{color:#1a1a2e;background-color:#f0f2f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dashboard-sider{z-index:100;border-right:1px solid #ffffff0f;top:0;bottom:0;left:0;overflow:auto;position:fixed!important}.dashboard-sider .sidebar-logo{border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;margin-bottom:8px;padding:20px 24px;display:flex}.dashboard-sider .sidebar-logo .logo-icon{color:#fff;background:linear-gradient(135deg,#2f54eb,#597ef7);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:700;display:flex}.dashboard-sider .sidebar-logo .logo-text{color:#fff;white-space:nowrap;opacity:1;font-size:16px;font-weight:600;transition:opacity .2s}.dashboard-sider.ant-layout-sider-collapsed .logo-text{opacity:0;width:0;overflow:hidden}.sidebar-overlay{display:none}.dashboard-header{z-index:99;background:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 1px 4px #0000000f}.dashboard-header .header-left,.dashboard-header .header-right{align-items:center;gap:16px;display:flex}.dashboard-header .header-right .user-info{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:4px 8px;transition:background-color .2s;display:flex}.dashboard-header .header-right .user-info:hover{background-color:#f5f5f5}.dashboard-header .header-right .user-info .user-name{color:#1a1a2e;font-size:14px;font-weight:500}.dashboard-header .header-right .user-info .user-role{color:#6b7280;font-size:12px}.dashboard-content{min-height:calc(100vh - 64px);padding:24px}.page-header{margin-bottom:24px}.page-header h1{color:#1a1a2e;margin-bottom:4px;font-size:24px;font-weight:700}.page-header p{color:#6b7280;font-size:14px}.page-header-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.kpi-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:24px;transition:all .3s;position:relative;overflow:hidden}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.kpi-card .kpi-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:22px;display:flex}.kpi-card .kpi-trend{border-radius:12px;align-items:center;gap:4px;margin-top:8px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-flex}.kpi-card .kpi-trend.up{color:#52c41a;background:#f6ffed}.kpi-card .kpi-trend.down{color:#ff4d4f;background:#fff1f0}.chart-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:24px}.chart-card .chart-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.chart-card .chart-header h3{color:#1a1a2e;font-size:16px;font-weight:600}.login-page{background:linear-gradient(135deg,#0f1629 0%,#1b2a4a 50%,#2f54eb 100%);justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex;position:relative;overflow:hidden}.login-page:before{content:"";background:radial-gradient(circle,#2f54eb26,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.login-page:after{content:"";background:radial-gradient(circle,#2f54eb1a,#0000 60%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#fffffff2;border-radius:20px;width:100%;max-width:420px;padding:48px 40px;position:relative;box-shadow:0 20px 60px #0000004d}.login-card .login-header{text-align:center;margin-bottom:36px}.login-card .login-header .login-logo{color:#fff;background:linear-gradient(135deg,#2f54eb,#597ef7);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:24px;font-weight:700;display:flex}.login-card .login-header h1{color:#1a1a2e;margin-bottom:6px;font-size:22px;font-weight:700}.login-card .login-header p{color:#6b7280;font-size:14px}.access-denied{background:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.access-denied .denied-card{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:440px;padding:48px;box-shadow:0 4px 24px #0000000f}.access-denied .denied-icon{color:#ff4d4f;margin-bottom:24px;font-size:64px}.access-denied h1{color:#1a1a2e;margin-bottom:8px;font-size:24px;font-weight:700}.access-denied p{color:#6b7280;margin-bottom:24px;font-size:14px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out fadeInUp}.animate-fade-in-delay-1{animation:.5s ease-out .1s both fadeInUp}.animate-fade-in-delay-2{animation:.5s ease-out .2s both fadeInUp}.animate-fade-in-delay-3{animation:.5s ease-out .3s both fadeInUp}.status-pending{color:#faad14}.status-confirmed{color:#2f54eb}.status-shipped{color:#722ed1}.status-delivered{color:#52c41a}.status-cancelled{color:#ff4d4f}@media (width<=992px){.dashboard-content{padding:16px}.kpi-card{padding:18px}.kpi-card .kpi-icon{width:40px;height:40px;margin-bottom:12px;font-size:18px}.chart-card{padding:16px}}@media (width<=768px){.dashboard-sider{transition:transform .3s;transform:translate(-100%)}.dashboard-sider.mobile-open{transform:translate(0)}.sidebar-overlay{z-index:99;opacity:0;background:#00000073;transition:opacity .3s;display:none;position:fixed;inset:0}.sidebar-overlay.visible{opacity:1;display:block}.dashboard-main-layout{margin-left:0!important}.dashboard-header{height:56px;padding:0 12px}.dashboard-header .header-right .user-info .user-name,.dashboard-header .header-right .user-info .user-role{display:none}.dashboard-header .header-right{gap:8px}.dashboard-content{padding:12px}.page-header-row{flex-direction:column;align-items:stretch}.page-header-row .page-header-action{align-self:flex-start}.page-header h1,.page-header .ant-typography h3{font-size:20px}.kpi-card{padding:16px}.kpi-card .kpi-icon{width:36px;height:36px;margin-bottom:10px;font-size:16px}.chart-card{padding:12px}.chart-card .chart-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px}.login-card{border-radius:16px;padding:32px 24px}.login-card .login-header{margin-bottom:24px}.login-card .login-header .login-logo{border-radius:14px;width:48px;height:48px;margin-bottom:12px;font-size:20px}.login-card .login-header h1{font-size:20px}.access-denied .denied-card{padding:32px 20px}.access-denied .denied-icon{font-size:48px}.access-denied h1{font-size:20px}}@media (width<=480px){.dashboard-content{padding:8px}.kpi-card{padding:14px}.chart-card{padding:10px}.login-card{padding:24px 16px}}
