:root{--bg:#f6f7fb;--surface:#fff;--surface-soft:#f9fafb;--text:#4b5563;--text-heading:#111827;--text-muted:#6b7280;--border:#e5e7eb;--accent:#7c3aed;--accent-hover:#6d28d9;--danger:#dc2626;--success:#16a34a;--shadow:0 10px 25px #0f172a14;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--font-main:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}body{font-family:var(--font-main);background:var(--bg);color:var(--text);margin:0;line-height:1.5}#root{min-height:100vh}a{color:var(--accent);font-weight:500;text-decoration:none}a:hover{color:var(--accent-hover)}button,input,select{font:inherit}button{border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;border:none;padding:10px 14px;font-weight:600}button:hover{background:var(--accent-hover)}input,select{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;max-width:320px;color:var(--text-heading);background:#fff;padding:10px 12px}input:focus,select:focus{border-color:var(--accent);outline:2px solid #7c3aed40}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--text-heading)}main{width:min(1280px,100%);margin:0 auto;padding:36px 24px}@media (width<=1024px){main{padding:28px 20px}}@media (width<=640px){main{padding:20px 14px}}.page-header{margin-bottom:28px}.page-header p{color:var(--text-muted)}.header{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:18px 32px;display:flex;position:sticky;top:0}.header-brand{color:var(--text-heading);align-items:center;gap:10px;font-weight:800;display:flex}.header-logo{object-fit:cover;border-radius:10px;width:200px}.header-nav{align-items:center;gap:12px;display:flex}.header-nav a{border-radius:var(--radius-sm);color:var(--text-muted);padding:8px 12px;font-size:15px}.header-nav a:hover{background:var(--surface-soft);color:var(--accent)}@media (width<=640px){.header{flex-direction:column;align-items:center;padding:16px 20px}.header-nav{flex-wrap:wrap;justify-content:center;width:100%}}.stat-card__icon{background:#7c3aed1f;border-radius:16px;flex-shrink:0;place-items:center;width:54px;height:54px;font-size:24px;display:grid}.stat-card__trend{color:var(--success);margin:8px 0 0;font-size:13px;font-weight:600}.stat-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;align-items:center;gap:18px;padding:20px;display:flex}.stat-card__icon{object-fit:contain;background:#7c3aed1f;border-radius:16px;flex-shrink:0;width:52px;height:52px;padding:12px}.stat-card__content{min-width:0}.stat-card__title{color:var(--text-muted);margin:0 0 4px;font-size:14px;font-weight:600}.stat-card__value{color:var(--text-heading);font-size:28px;font-weight:800;line-height:1.1;display:block}.stat-card__icon{filter:invert(39%)sepia(96%)saturate(2466%)hue-rotate(250deg)brightness(94%)contrast(94%)}@media (width<=640px){.stat-card{gap:12px;padding:14px}.stat-card__icon{border-radius:14px;width:42px;height:42px;padding:10px}.stat-card{border-radius:16px;gap:12px;padding:14px}.stat-card__icon{border-radius:12px;width:42px;height:42px;font-size:20px}.stat-card__title{font-size:12px}.stat-card__value{font-size:22px}.stat-card__trend{font-size:11px}.stat-card{justify-content:center;gap:10px;min-width:0;padding:14px 10px}.stat-card__content{text-align:left;min-width:0}.stat-card__title{font-size:11px;line-height:1.2}.stat-card__value{overflow-wrap:anywhere;font-size:20px;line-height:1.1}.stat-card__icon{flex-shrink:0;width:38px;height:38px;padding:9px}}.dashboard-page{flex-direction:column;gap:28px;display:flex}.page-header{border-radius:var(--radius-lg);background:linear-gradient(135deg, #7c3aed1f, #ffffffe6), var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);padding:32px}.page-header h1{margin-bottom:8px;font-size:clamp(32px,4vw,52px)}.page-header p{max-width:620px;color:var(--text-muted);margin:0;font-size:17px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.dashboard-columns{grid-template-columns:1.1fr 1fr;gap:18px;display:grid}.dashboard-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:24px}.section-header{margin-bottom:18px}.section-header h2{margin:0;font-size:20px}.recent-customers-grid,.recent-orders-grid{gap:12px;display:grid}.recent-customer-card,.recent-order-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:16px;transition:transform .2s,box-shadow .2s}.recent-customer-card:hover,.recent-order-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.recent-customer-name,.recent-order-title{color:var(--text-heading);margin:0 0 4px;font-weight:700}.recent-customer-email,.recent-order-customer,.recent-order-total{color:var(--text-muted);margin:0;font-size:14px}.recent-order-total{color:var(--accent);margin-top:6px;font-weight:700}.recent-customer-card{align-items:center;gap:12px;display:flex}.recent-customer-avatar{object-fit:cover;background:var(--surface);border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:44px;height:44px}.recent-customer-content{min-width:0}.recent-customer-name{margin:0 0 4px}.recent-customer-email{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.recent-order-top{align-items:center;gap:10px;margin-bottom:6px;display:flex}.recent-order-icon{flex-shrink:0;width:28px;height:28px}.recent-order-title{color:var(--text-heading);margin:0;font-weight:700}.recent-order-bottom{justify-content:space-between;align-items:center;gap:12px;display:flex}.recent-order-customer{color:var(--text-muted);margin:0;font-size:14px}.recent-order-total{color:var(--accent);white-space:nowrap;margin:0;font-size:16px;font-weight:800}@media (width<=900px){.dashboard-columns{grid-template-columns:1fr}.page-header{padding:24px}}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-columns{grid-template-columns:1fr}}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.page-header{padding:22px}.page-header h1{font-size:34px}.dashboard-section{padding:18px}.recent-customer-card,.recent-order-card{padding:14px}}@media (width<=640px){.dashboard-page{align-items:center;gap:18px}.page-header,.stats-grid,.dashboard-columns{width:100%}.page-header{text-align:center;border-radius:20px;padding:22px 18px}.page-header h1{font-size:30px;line-height:1.1}.page-header p{margin-inline:auto;font-size:14px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-section{border-radius:18px;padding:16px}.section-header{text-align:center}.recent-customer-card,.recent-order-card{border-radius:14px;min-width:0;padding:14px}.recent-customer-content{text-align:left;min-width:0}.recent-customer-name,.recent-order-title,.recent-order-customer,.recent-order-total{overflow-wrap:anywhere;word-break:break-word}.recent-customer-email{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.recent-order-bottom{align-items:flex-start;gap:8px}.recent-order-customer{flex:1;min-width:0}.recent-order-total{white-space:nowrap;flex-shrink:0;font-size:14px}}.customer-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;flex-direction:column;gap:14px;padding:20px;display:flex}.customer-card__top{justify-content:space-between;align-items:center;display:flex}.customer-card__avatar{width:48px;height:48px;color:var(--accent);background:#7c3aed1f;border-radius:16px;place-items:center;font-weight:800;display:grid}.customer-card__menu{color:var(--text-muted);font-weight:800}.customer-card__name{margin:0;font-size:18px}.customer-card__email{color:var(--accent);margin:-8px 0 4px;font-size:14px}.customer-card__info{color:var(--text-muted);gap:10px;font-size:14px;display:grid}.customer-card__info p{margin:0}.customer-card__actions{background:#7c3aed14;border-radius:12px;gap:10px;margin-top:auto;padding:10px;display:flex}.customer-card__actions a{text-align:center;flex:1;font-size:13px;font-weight:700}.customer-card__info p{align-items:center;gap:10px;display:flex}.customer-card__icon{filter:invert(39%)sepia(96%)saturate(2466%)hue-rotate(250deg)brightness(94%)contrast(94%);flex-shrink:0;width:18px;height:18px}.customer-card__link{text-align:center;border-radius:12px;flex:1;padding:10px 12px;font-size:13px;font-weight:700}.customer-card__link--detail{color:var(--accent);background:#7c3aed1a}.customer-card__link--orders{background:var(--accent);color:#fff}.customer-card__link--detail:hover{background:#7c3aed29}.customer-card__link--orders:hover{background:var(--accent-hover);color:#fff}@media (width<=640px){.customer-card{border-radius:16px;gap:12px;padding:16px}.customer-card__avatar{border-radius:14px;width:42px;height:42px;font-size:14px}.customer-card__name{font-size:25px}.customer-card__email,.customer-card__info{font-size:16px}.customer-card__icon{width:16px;height:16px}.customer-card__actions{flex-direction:column;gap:8px;padding:8px}.customer-card__link{width:100%;padding:11px 12px}}.customers-page{flex-direction:column;gap:22px;display:flex}.customers-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);align-items:center;gap:12px;padding:18px;display:flex}.customers-toolbar input{flex:1;max-width:none}.customers-toolbar select{max-width:180px}.customers-count{color:var(--text-muted);font-weight:600}.customers-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.empty-message{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-lg);color:var(--text-muted);text-align:center;padding:24px}@media (width<=700px){.customers-toolbar{flex-direction:column;align-items:stretch}.customers-toolbar select,.customers-toolbar button{width:100%;max-width:none}.customers-grid{grid-template-columns:1fr}}.order-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;flex-direction:column;gap:18px;padding:20px;display:flex}.order-card__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.order-card__label{color:var(--text-muted);margin:0 0 4px;font-size:13px;font-weight:600}.order-card__header h2{margin:0;font-size:20px}.order-card__id{color:var(--accent);background:#7c3aed1a;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800}.order-card__summary{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.order-card__summary p{background:var(--surface-soft);color:var(--text-muted);border-radius:14px;margin:0;padding:12px;font-size:13px}.order-card__summary strong{color:var(--text-heading);margin-top:4px;font-size:15px;display:block}.order-card__products{gap:12px;display:grid}.order-product{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.order-product img{object-fit:cover;background:#fff;border-radius:12px;width:52px;height:52px}.order-product__content{min-width:0}.order-product h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:14px;overflow:hidden}.order-product p{color:var(--text-muted);margin:0;font-size:13px}.order-product strong{color:var(--accent);white-space:nowrap}@media (width<=640px){.order-card{border-radius:18px;padding:16px}.order-card__summary{grid-template-columns:1fr}.order-product{grid-template-columns:44px 1fr}.order-product img{width:44px;height:44px}.order-product strong{grid-column:2}}.orders-page{flex-direction:column;gap:22px;display:flex}.orders-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.orders-toolbar input{flex:1;max-width:none}.orders-count{color:var(--text-muted);white-space:nowrap;margin:0;font-weight:700}.orders-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;display:grid}.page-state{border-radius:var(--radius-lg);text-align:center;padding:18px 20px;font-weight:700}.page-state--loading{color:var(--accent);background:#7c3aed1a;border:1px solid #7c3aed40}.page-state--error{color:var(--danger);background:#dc26261a;border:1px solid #dc262640}.empty-message{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-lg);color:var(--text-muted);text-align:center;padding:24px;font-weight:700}@media (width<=700px){.orders-toolbar{flex-direction:column;align-items:stretch}.orders-count{text-align:center}.orders-grid{grid-template-columns:1fr}}.customer-detail-page{flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:calc(100vh - 120px);display:flex}.back-button{align-self:center}.customer-detail-card{background:var(--surface);border:1px solid var(--border);width:min(540px,100%);box-shadow:var(--shadow);text-align:center;border-radius:24px;padding:32px}.customer-detail-avatar{object-fit:cover;border:1px solid var(--border);background:#7c3aed1a;border-radius:28px;width:112px;height:112px;margin:0 auto 18px}.customer-detail-card h2{margin-bottom:24px;font-size:28px}.customer-detail-info{text-align:left;gap:12px;display:grid}.customer-detail-info p{background:var(--surface-soft);color:var(--text-muted);border-radius:14px;align-items:center;gap:12px;padding:12px 14px;display:flex}.customer-detail-info img{filter:invert(39%)sepia(96%)saturate(2466%)hue-rotate(250deg)brightness(94%)contrast(94%);flex-shrink:0;width:20px;height:20px}@media (width<=640px){.customer-detail-page{justify-content:flex-start}.customer-detail-card{border-radius:20px;padding:22px}.customer-detail-avatar{border-radius:22px;width:92px;height:92px}.customer-detail-card h2{font-size:24px}}
