:root{--bg: #0a0a0a;--surface: #131313;--surface-2: #1c1c1c;--border: #2a2a2a;--text: #f4f4f5;--muted: #a1a1aa;--crimson: #c41e3a;--crimson-2: #e02949;--concrete: #6e6e72}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Satoshi,IBM Plex Sans,system-ui,sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}::selection{background:var(--crimson);color:#fff}.grain:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.18;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>")}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{display:inline-flex;gap:64px;animation:marquee 28s linear infinite;white-space:nowrap}.gallery-item img{transition:transform .7s cubic-bezier(.2,.8,.2,1)}.gallery-item:hover img{transform:scale(1.06)}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.rise{animation:rise .7s cubic-bezier(.2,.8,.2,1) both}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--crimson)}input[type=date]{color-scheme:dark}input[type=date]::-webkit-calendar-picker-indicator{width:18px;height:18px;padding:0;margin-right:4px;cursor:pointer;opacity:1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F4F4F5'><path d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z'/></svg>");background-repeat:no-repeat;background-position:center;background-size:18px 18px;transition:filter .2s ease,transform .2s ease}input[type=date]::-webkit-calendar-picker-indicator:hover{filter:invert(20%) sepia(98%) saturate(4500%) hue-rotate(338deg) brightness(95%) contrast(95%);transform:scale(1.05)}@-moz-document url-prefix(){input[type=date]{color:#f4f4f5}}
