:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}input[type=range]{appearance:none;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-track{background:#374151;height:8px;border-radius:4px}input[type=range]::-webkit-slider-thumb{appearance:none;background:#0052FF;height:20px;width:20px;border-radius:50%;cursor:pointer;margin-top:-6px;-webkit-transition:all .2s;transition:all .2s}input[type=range]::-webkit-slider-thumb:hover{background:#0066FF;transform:scale(1.1)}input[type=range]::-moz-range-track{background:#374151;height:8px;border-radius:4px}input[type=range]::-moz-range-thumb{background:#0052FF;height:20px;width:20px;border-radius:50%;cursor:pointer;border:none;-moz-transition:all .2s;transition:all .2s}input[type=range]::-moz-range-thumb:hover{background:#0066FF;transform:scale(1.1)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (min-width:768px){body{padding:0}}footer{max-width:480px}@media (min-width:768px){footer{max-width:640px}}.main-container{max-width:480px}@media (min-width:768px){.main-container{max-width:640px}}.hero-content{padding-right:140px}@media (max-width:480px){.hero-content{padding-right:0;padding-top:60px}}