:root{--ripl-bg:#06080f;--ripl-blue:#3b82f6;--ripl-blue-light:#60a5fa;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#06080f;background-color:var(--ripl-bg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;margin:0;text-rendering:optimizeLegibility}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::selection{background:#3b82f659;color:#fff}::-webkit-scrollbar{height:11px;width:11px}::-webkit-scrollbar-track{background:#06080f}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1e3a5f,#2563eb);border:2px solid #06080f;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#2563eb,#60a5fa)}*{scrollbar-color:#2563eb #06080f;scrollbar-width:thin}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body,html{box-sizing:border-box;max-width:100%}.App,body,html{overflow-x:hidden}.App{max-width:100vw}.ripl-marquee{animation:ripl-marquee-scroll 24s linear infinite;display:flex;white-space:nowrap;width:-webkit-max-content;width:max-content;will-change:transform}@keyframes ripl-marquee-scroll{to{transform:translateX(-50%)}}.ripl-spotlight{isolation:isolate;position:relative}.ripl-spotlight:after{background:radial-gradient(320px circle at 50% 50%,#60a5fa2e,#0000 60%);background:radial-gradient(320px circle at var(--spot-x,50%) var(--spot-y,50%),#60a5fa2e,#0000 60%);border-radius:inherit;content:"";inset:0;opacity:0;opacity:var(--spot-opacity,0);pointer-events:none;position:absolute;transition:opacity .35s ease;z-index:1}
/*# sourceMappingURL=main.3d5647be.css.map*/