.customer-app-root{height:100dvh;overflow:hidden;--navy:#0b1f3a;--navy-light:#132d4f;--navy-dark:#061428;--emerald:#10b981;--emerald-dark:#059669;--gold:#d4af37;--gold-light:#f0d78c;--background:#eef2f7;--foreground:#0b1f3a;--surface:#f8fafc;--card:#fff;--card-foreground:#0b1f3a;--muted:#f1f5f9;--muted-foreground:#475569;--border:#e2e8f0;--shell:#dde3ec;--shadow-color:rgba(11,31,58,.25);min-height:100%;background:var(--background);color:var(--foreground)}.customer-app-root.dark{--background:#030712;--foreground:#f1f5f9;--surface:#0b1f3a;--card:#132d4f;--card-foreground:#f1f5f9;--muted:#1a3358;--muted-foreground:#94a3b8;--border:#1e3a5f;--shell:#030712;--shadow-color:rgba(0,0,0,.5)}.customer-app-root .skeleton{background:linear-gradient(90deg,var(--border) 25%,var(--muted) 50%,var(--border) 75%);background-size:200% 100%;animation:ca-shimmer 1.5s infinite}@keyframes ca-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.customer-app-root .safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0)}