:root{--background:#000;--foreground:#171717;--textColor:#f1f1f1;--primary1:#1e86ff;--primary2:#00c9a7}@media (prefers-color-scheme:dark){:root{--background:#000;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--textColor)}*{box-sizing:border-box;padding:0;margin:0}@media screen and (max-width:480px){#custom-cursor{display:none!important}}#custom-cursor{position:fixed;top:0;left:0;width:25px;height:25px;pointer-events:none;border:2px solid #1e86ff;border-radius:50%;transform:translate(-50%,-50%);transition:transform .1s ease;z-index:9999;box-shadow:0 0 12px rgba(30,134,255,.6)}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}img{max-width:100%;height:auto}main{max-width:100vw}body .swiper-pagination-bullet{background:linear-gradient(to right,var(--primary1) 0,var(--primary2) 100%)}body .swiper-slide a{padding:0 35px}body .swiper-slide img{width:100%;height:100%;border-radius:12px;display:block;position:relative!important;object-fit:cover}body .swiper{padding:0 30px}@media (max-width:520px){body .swiper{padding:0}body .swiper-slide{padding-left:30px}}