.customer-shell{background:var(--color-background);flex-direction:column;min-height:100dvh;display:flex}.customer-skip-link{z-index:40;top:var(--space-3);left:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);background:var(--color-foreground);color:var(--color-background);font-weight:750;text-decoration:none;transition:translate .12s;position:fixed;translate:0 -200%}.customer-skip-link:focus{translate:0}.customer-header{z-index:20;border-bottom:1px solid color-mix(in srgb,var(--color-border) 78%,transparent);background:color-mix(in srgb,var(--color-background) 92%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0}.customer-header-inner{justify-content:space-between;align-items:center;gap:var(--space-6);min-height:4.5rem;display:flex}.customer-brand{width:fit-content;color:var(--color-foreground);line-height:1;text-decoration:none;display:inline-grid}.customer-brand-name{font-family:var(--font-display);letter-spacing:-.04em;font-size:1.1rem}.customer-brand-tagline{color:var(--color-primary);letter-spacing:.18em;margin-top:.3rem;font-size:.58rem;font-weight:850}.customer-primary-links{align-items:center;gap:var(--space-2);display:none}.customer-navigation-link{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-pill);min-height:2.75rem;color:var(--color-muted-foreground);font-size:var(--text-small);font-weight:750;text-decoration:none;display:flex;position:relative}.customer-navigation-link:hover{color:var(--color-foreground);background:var(--color-surface-muted)}.customer-navigation-link[data-active]{color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 10%,var(--color-surface))}.customer-navigation-link[data-active]:after{content:"";background:currentColor;border-radius:50%;width:.3rem;height:.3rem;position:absolute;bottom:.25rem}.customer-navigation-icon{place-items:center;display:grid}.customer-main{outline:none;flex:1;scroll-margin-top:5rem}.customer-mobile-navigation{z-index:20;border-top:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 94%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding-bottom:env(safe-area-inset-bottom);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #201f1c14}.customer-mobile-navigation-inner{grid-template-columns:repeat(4,1fr);min-height:4rem;display:grid}.customer-mobile-navigation .customer-navigation-link{border-radius:0;flex-direction:column;gap:.12rem;min-width:0;min-height:4rem;font-size:.68rem}.customer-mobile-navigation .customer-navigation-link[data-active]{background:0 0}.customer-mobile-navigation .customer-navigation-link[data-active]:after{border-radius:var(--radius-pill);width:1.5rem;height:.18rem;top:.28rem;bottom:auto}.customer-footer{padding:var(--space-12) 0 calc(5.25rem + env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:var(--color-surface);margin-top:auto}.customer-footer-grid{gap:var(--space-8);display:grid}.customer-footer-identity{gap:var(--space-4);display:grid}.customer-footer-identity p{max-width:24rem;color:var(--color-muted-foreground);margin:0}.customer-footer-heading{margin:0 0 var(--space-3);font-size:var(--text-caption);letter-spacing:.1em;text-transform:uppercase;font-weight:850}.customer-footer-links{gap:var(--space-3) var(--space-5);flex-wrap:wrap;display:flex}.customer-footer-links a{color:var(--color-muted-foreground);font-weight:650;text-decoration:none}.customer-footer-links a:hover{color:var(--color-primary)}.customer-social-handle{color:var(--color-primary);margin:0;font-weight:800}.customer-footer-bottom{justify-content:space-between;gap:var(--space-2);margin-top:var(--space-10);padding-top:var(--space-5);border-top:1px solid var(--color-border);color:var(--color-muted-foreground);flex-wrap:wrap;display:flex}.customer-placeholder{align-content:center;gap:var(--space-5);min-height:clamp(28rem,65dvh,46rem);display:grid}.customer-placeholder-copy{max-width:42rem;color:var(--color-muted-foreground);margin:0;font-size:clamp(1rem,2vw,1.2rem)}.customer-placeholder-actions{gap:var(--space-3);flex-wrap:wrap;display:flex}@media (min-width:48rem){.customer-header-inner{min-height:5rem}.customer-footer-grid{grid-template-columns:minmax(0,2fr) 1fr 1fr}.customer-placeholder{min-height:60dvh}}@media (min-width:64rem){.customer-primary-links{display:flex}.customer-primary-links .customer-navigation-link{padding-inline:var(--space-4)}.customer-primary-links .customer-navigation-icon,.customer-mobile-navigation{display:none}.customer-footer{padding-bottom:var(--space-10)}}@media (prefers-reduced-motion:reduce){.customer-skip-link{transition:none}}
