:root{color-scheme:light;--font-sans:"Space Grotesk","Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--font-display:"Space Grotesk","Inter",system-ui,-apple-system,"Segoe UI",sans-serif;--page-max-width:1200px;--page-padding:clamp(16px,3vw,32px);--section-gap:clamp(48px,8vw,96px);--grid-gap:clamp(16px,2vw,28px);--background:#fbfbfb;--foreground:#01203d;--surface:#fff;--surface-muted:#f8f4ec;--card:#f8f4ec;--card-foreground:#01203d;--popover:#fff;--popover-foreground:#01203d;--border:rgba(1,32,61,.08);--input:rgba(1,32,61,.08);--ring:#11416e;--primary:#11416e;--primary-foreground:#fff;--secondary:#f8f4ec;--secondary-foreground:#11416e;--muted:#d9dce7;--muted-foreground:#3d4c63;--accent:#11416e;--accent-foreground:#fff;--destructive:#ef476f;--destructive-foreground:#fff;--success:#14b57b;--warning:#f09c2f;--danger:#ef476f;--info:#4c9efe;--premium-gold:#f7c948;--premium-gold-strong:#d4a947;--glass:hsla(0,0%,100%,.65);--glass-contrast:rgba(1,32,61,.65);--glass-accent:rgba(247,201,72,.22);--glass-backdrop:linear-gradient(180deg,hsla(0,0%,100%,.35),hsla(0,0%,100%,.05));--gradient-surface:radial-gradient(circle at 20% 20%,hsla(0,0%,100%,.55) 0%,transparent 40%),radial-gradient(circle at 80% 0%,rgba(247,201,72,.22) 0%,transparent 45%),linear-gradient(135deg,#fbfbfb,#f8f4ec 45%,#e7edf7);--gradient-hero:linear-gradient(140deg,#11416e,#0c2d56 35%,#01203d 80%);--radius:1rem;--radius-lg:1.75rem;--radius-pill:999px;--shadow-low:0 6px 18px rgba(1,32,61,.15);--shadow-medium:0 16px 35px rgba(1,32,61,.25);--shadow-high:0 30px 60px rgba(1,32,61,.3);--blur-xs:4px;--blur-sm:12px;--blur-md:22px;--blur-lg:42px;--ring-width:2px;--ring-offset:2px;--ring-color:#11416e;--border-strong:rgba(1,32,61,.16);--muted-strong:#cdd6e3}.dark,[data-theme=dark]{color-scheme:dark;--background:#01203d;--foreground:#f8fafc;--surface:#11416e;--surface-muted:#0c2d56;--card:#0c2d56;--card-foreground:#f8fafc;--popover:#0c2d56;--popover-foreground:#f8fafc;--border:hsla(0,0%,100%,.12);--input:hsla(0,0%,100%,.08);--ring:#f7c948;--primary:#f7c948;--primary-foreground:#01203d;--secondary:#20335b;--secondary-foreground:#f8fafc;--muted:#1f2a40;--muted-foreground:#d9dce7;--accent:#f7c948;--accent-foreground:#01203d;--destructive:#ef476f;--destructive-foreground:#fff;--success:#14b57b;--warning:#f09c2f;--danger:#ef476f;--info:#4c9efe;--premium-gold:#f7c948;--premium-gold-strong:#d4a947;--glass:rgba(5,13,28,.72);--glass-contrast:hsla(0,0%,100%,.25);--glass-accent:rgba(247,201,72,.22);--glass-backdrop:linear-gradient(180deg,rgba(10,13,28,.45),rgba(10,13,28,.15));--gradient-surface:radial-gradient(circle at 20% 20%,rgba(247,201,72,.15) 0%,transparent 45%),radial-gradient(circle at 75% 10%,hsla(0,0%,100%,.08) 0%,transparent 50%),linear-gradient(145deg,#0c2d56,#01203d 65%,#01172f);--gradient-hero:linear-gradient(140deg,#0c2d56,#01203d 50%,#000a1a 90%);--ring-color:#f7c948;--border-strong:hsla(0,0%,100%,.16);--muted-strong:#30415f}[data-brand=realtor]{--primary:#d97706;--primary-foreground:#0f172a;--accent:#f7c948;--accent-foreground:#0f172a;--background:#0a1a32;--foreground:#f8fafc;--card:#0f2444;--card-foreground:#f8fafc;--border:hsla(0,0%,100%,.12);--gradient-hero:linear-gradient(140deg,#0f2444,#0a1a32 60%,#010915)}[data-brand=consumer]{--primary:#11416e;--primary-foreground:#fff;--background:#fbfbfb;--foreground:#01203d}:root{color-scheme:light dark}*,:after,:before{box-sizing:border-box}html{font-family:var(--font-sans);background:var(--gradient-surface);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,html{color:var(--foreground)}body{margin:0;min-height:100vh;background:transparent}a{color:inherit;text-decoration:none}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}.page-shell{margin:0 auto;max-width:var(--page-max-width);padding:var(--page-padding)}.glass-card{border-radius:var(--radius-lg);background:var(--glass-backdrop);box-shadow:var(--shadow-low);border:1px solid var(--border);-webkit-backdrop-filter:blur(var(--blur-sm));backdrop-filter:blur(var(--blur-sm))}.shimmer{position:relative;overflow:hidden;background-color:color-mix(in srgb,var(--card) 80%,transparent 20%)}.shimmer:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.3) 50%,transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}