.customer-dashboard-card{background:var(--glass-bg-card,rgba(15,15,35,.25));backdrop-filter:var(--glass-blur-standard,blur(24px) saturate(180%));-webkit-backdrop-filter:var(--glass-blur-standard,blur(24px) saturate(180%));border:var(--glass-border-standard,1px solid hsla(0,0%,100%,.12));border-radius:var(--glass-radius-md,13px);padding:21px;margin-bottom:13px;width:100%;box-sizing:border-box}.customer-dashboard-card:hover{border-color:rgba(102,126,234,.3)}.dashboard-header{display:flex;align-items:center;gap:13px;margin-bottom:21px}.dashboard-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff}.dashboard-title{font-size:21px;font-weight:600;color:#fff;margin:0;letter-spacing:-.02em}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:13px;gap:13px;margin-bottom:21px}.dashboard-stat{display:flex;align-items:center;gap:13px;padding:13px;background:var(--glass-bg-subtle,hsla(0,0%,100%,.05));border-radius:8px;transition:background .2s ease}.dashboard-stat:hover{background:var(--glass-bg-interactive-hover,hsla(0,0%,100%,.08))}.stat-icon{font-size:21px;flex-shrink:0}.stat-content{display:flex;flex-direction:column;gap:5px}.stat-value{font-size:21px;font-weight:700;color:#fff;line-height:1}.stat-label{font-size:11px;color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:.05em}.dashboard-invoice-banner{display:flex;align-items:center;gap:8px;padding:13px;background:rgba(255,149,0,.15);border:1px solid rgba(255,149,0,.3);border-radius:8px;margin-bottom:21px}.invoice-icon{font-size:16px}.invoice-text{font-size:14px;font-weight:500;color:#ff9500}.dashboard-actions{display:flex;flex-wrap:wrap;gap:8px}.dashboard-action-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 21px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.dashboard-action-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dashboard-action-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.dashboard-action-secondary{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.2)}.dashboard-action-secondary:hover{background:var(--glass-cta-secondary-bg-hover,hsla(0,0%,100%,.15));border-color:hsla(0,0%,100%,.3)}.customer-dashboard-loading{opacity:.7}.dashboard-skeleton-header{height:44px;background:linear-gradient(90deg,var(--glass-bg-subtle,hsla(0,0%,100%,.05)) 25%,hsla(0,0%,100%,.1) 50%,var(--glass-bg-subtle,hsla(0,0%,100%,.05)) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-bottom:21px}.dashboard-skeleton-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:13px;gap:13px}.dashboard-skeleton-stat{height:55px;background:linear-gradient(90deg,var(--glass-bg-subtle,hsla(0,0%,100%,.05)) 25%,hsla(0,0%,100%,.1) 50%,var(--glass-bg-subtle,hsla(0,0%,100%,.05)) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:480px){.customer-dashboard-card{padding:13px}.dashboard-stats-grid{grid-template-columns:1fr}.dashboard-actions{flex-direction:column}.dashboard-action-btn{width:100%}}.customer-dashboard-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:21px;gap:21px;min-height:calc(100vh - 80px)}.customer-dashboard-sidebar{display:flex;flex-direction:column;gap:13px;position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 120px);overflow-y:auto}.customer-dashboard-main{display:flex;flex-direction:column;gap:21px;min-width:0}.customer-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:21px;gap:21px}.customer-cards-grid--2col{grid-template-columns:repeat(2,1fr)}.customer-cards-grid--3col{grid-template-columns:repeat(3,1fr)}.customer-cards-grid--4col{grid-template-columns:repeat(4,1fr)}.customer-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:13px;gap:13px;margin-bottom:21px}.customer-stat-card{background:var(--glass-bg-card,rgba(15,15,35,.25));backdrop-filter:var(--glass-blur-standard,blur(24px) saturate(180%));-webkit-backdrop-filter:var(--glass-blur-standard,blur(24px) saturate(180%));border:var(--glass-border-standard,1px solid hsla(0,0%,100%,.12));border-radius:var(--glass-radius-md,13px);padding:21px;display:flex;flex-direction:column;gap:8px;transition:all .2s ease}.customer-stat-card:hover{border-color:rgba(102,126,234,.3);transform:translateY(-2px)}.customer-stat-card--highlight{background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.1));border-color:rgba(102,126,234,.3)}.customer-stat-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:21px}.customer-stat-icon--blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.customer-stat-icon--green{background:linear-gradient(135deg,#10b981,#059669)}.customer-stat-icon--yellow{background:linear-gradient(135deg,#f59e0b,#d97706)}.customer-stat-icon--purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.customer-stat-value{font-size:28px;font-weight:700;color:#fff;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.customer-stat-label{font-size:12px;color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:.5px}.customer-action-bar{justify-content:space-between;gap:13px;padding:13px 21px;background:var(--glass-bg-subtle,hsla(0,0%,100%,.03));border-radius:8px;margin-bottom:21px}.customer-action-bar,.customer-action-group{display:flex;align-items:center;flex-wrap:wrap}.customer-action-group{gap:8px}.customer-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 21px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;white-space:nowrap}.customer-action-btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.customer-action-btn--primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.customer-action-btn--secondary{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.2)}.customer-action-btn--secondary:hover{background:var(--glass-cta-secondary-bg-hover,hsla(0,0%,100%,.15));border-color:hsla(0,0%,100%,.3)}.customer-action-btn--outline{background:transparent;color:#667eea;border:1px solid rgba(102,126,234,.5)}.customer-action-btn--outline:hover{background:rgba(102,126,234,.1);border-color:#667eea}.customer-action-btn--danger{background:rgba(239,68,68,.15);color:#f87171;border:1px solid rgba(239,68,68,.3)}.customer-action-btn--danger:hover{background:rgba(239,68,68,.25)}@media (max-width:1024px){.customer-dashboard-layout{grid-template-columns:1fr}.customer-dashboard-sidebar{position:relative;top:0;max-height:none;flex-direction:row;flex-wrap:wrap;overflow-x:auto}.customer-cards-grid--2col,.customer-cards-grid--3col,.customer-cards-grid--4col{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.customer-cards-grid--2col,.customer-cards-grid--3col,.customer-cards-grid--4col{grid-template-columns:1fr}.customer-stats-row{grid-template-columns:repeat(2,1fr)}.customer-action-bar{align-items:stretch}.customer-action-bar,.customer-action-group{flex-direction:column}.customer-action-btn{width:100%;justify-content:center}}@media (max-width:480px){.customer-stats-row{grid-template-columns:1fr}.customer-stat-card{padding:13px}.customer-stat-value{font-size:24px}}@media (prefers-color-scheme:dark){.customer-dashboard-card{background:var(--glass-bg-card,rgba(15,15,35,.25));backdrop-filter:var(--glass-blur-standard,blur(24px) saturate(180%));-webkit-backdrop-filter:var(--glass-blur-standard,blur(24px) saturate(180%))}}@media (prefers-reduced-motion:reduce){.customer-action-btn,.customer-dashboard-card,.customer-stat-card{transition:none}}.customer-action-btn:focus-visible{outline:2px solid #667eea;outline-offset:2px}