@keyframes featurePanelBar{0%{background-position:0 0}to{background-position:200% 0}}:root{--font-sans:"Inter", sans-serif;--letter-spacing-tighter:-.04em;--letter-spacing-tight:-.02em;--letter-spacing-normal:0em;--letter-spacing-wide:.02em;--color-primary:#7b1a2c;--color-primary-container:#9b2a3c;--color-on-primary:#fff;--color-on-primary-container:#ff8994;--color-primary-fixed:#ffdadb;--color-primary-fixed-dim:#ffb2b7;--color-on-primary-fixed:#40000e;--color-on-primary-fixed-variant:#8b2132;--color-secondary:#5f5e62;--color-secondary-container:#e4e1e7;--color-on-secondary:#fff;--color-on-secondary-container:#656468;--color-secondary-fixed:#e4e1e7;--color-secondary-fixed-dim:#c8c5cb;--color-on-secondary-fixed:#1b1b1f;--color-on-secondary-fixed-variant:#47464b;--color-tertiary:#2a2a2a;--color-tertiary-container:#404040;--color-on-tertiary:#fff;--color-on-tertiary-container:#adacab;--color-tertiary-fixed:#e4e2e2;--color-tertiary-fixed-dim:#c8c6c6;--color-on-tertiary-fixed:#1b1c1c;--color-on-tertiary-fixed-variant:#474747;--color-surface:#f9f9f9;--color-surface-bright:#f9f9f9;--color-surface-dim:#dadada;--color-surface-container-lowest:#fff;--color-surface-container-low:#f3f3f3;--color-surface-container:#eee;--color-surface-container-high:#e8e8e8;--color-surface-container-highest:#e2e2e2;--color-surface-variant:#e2e2e2;--color-surface-tint:#a43948;--color-on-surface:#1a1a1e;--color-on-surface-variant:#564243;--color-inverse-surface:#2f3131;--color-inverse-on-surface:#f1f1f1;--color-outline:#897172;--color-outline-variant:#dcc0c1;--color-background:#f9f9f9;--color-on-background:#1a1a1e;--color-error:#ba1a1a;--color-error-container:#ffdad6;--color-on-error:#fff;--color-on-error-container:#93000a;--color-inverse-primary:#ffb2b7;--border-radius-DEFAULT:.125rem;--border-radius-lg:.25rem;--border-radius-xl:.5rem;--border-radius-full:.75rem}body{-webkit-font-smoothing:antialiased;color:var(--color-on-surface);background-color:#f9f9f9;font-family:Inter,sans-serif}.glass-header{-webkit-backdrop-filter:blur(20px)}.architect-grid{background-image:radial-gradient(#dcc0c1 .5px,#0000 .5px);background-size:32px 32px}.maroon-gradient{background:linear-gradient(135deg,#7b1a2c 0%,#9b2a3c 100%)}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.animate-marquee-left{animation:40s linear infinite marquee-left}.animate-marquee-left:hover{animation-play-state:paused}.animate-marquee-right{animation:40s linear infinite marquee-right}.animate-marquee-right:hover{animation-play-state:paused}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:.6s cubic-bezier(.22,1,.36,1) forwards fadeInUp}.animate-fade-in{animation:.5s ease-out forwards fadeIn}.animate-scale-in{animation:.5s cubic-bezier(.22,1,.36,1) forwards scaleIn}@keyframes scan{0%{transform:translateY(0)}to{transform:translateY(1000%)}}@keyframes progress{0%{width:0}to{width:85%}}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}