@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap");:root{--bmw-primary:#1c69d4;--bmw-primary-active:#0653b6;--bmw-primary-disabled:#d6d6d6;--bmw-ink:#262626;--bmw-body:#3c3c3c;--bmw-body-strong:#1a1a1a;--bmw-muted:#6b6b6b;--bmw-muted-soft:#9a9a9a;--bmw-on-primary:#ffffff;--bmw-on-dark:#ffffff;--bmw-on-dark-soft:#bbbbbb;--bmw-canvas:#ffffff;--bmw-surface-soft:#f7f7f7;--bmw-surface-card:#fafafa;--bmw-surface-strong:#ebebeb;--bmw-surface-dark:#1a2129;--bmw-surface-dark-elev:#262e38;--bmw-hairline:#e6e6e6;--bmw-hairline-strong:#cccccc;--bmw-success:#22c55e;--bmw-warning:#f59e0b;--bmw-error:#dc2626;--bmw-font:"BMW Type Next Latin","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bmw-canvas);color:var(--bmw-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,button,html{font-family:var(--bmw-font)}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,p{margin:0;color:inherit}::selection{background:var(--bmw-primary);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--bmw-hairline-strong)}::-webkit-scrollbar-track{background:transparent}input::placeholder,textarea::placeholder{color:var(--bmw-muted-soft)}@keyframes psPulse{0%,to{opacity:.35}50%{opacity:1}}.ps-pulse{animation:psPulse 1s ease-in-out infinite}@keyframes psPulseBox{0%,to{opacity:1}50%{opacity:.62}}.ps-pulsebox{animation:psPulseBox 1.6s ease-in-out infinite}@keyframes psRise{0%{transform:translateY(10px)}to{transform:none}}.ps-rise{animation:psRise .34s ease-out both}@keyframes psShimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.ps-shimmer{background:linear-gradient(90deg,var(--bmw-surface-soft) 25%,var(--bmw-surface-strong) 50%,var(--bmw-surface-soft) 75%);background-size:800px 100%;animation:psShimmer 1.3s linear infinite}