*{margin:0;padding:0;box-sizing:border-box}:root{--bg-color:#0a0a0a;--text-primary:#fff;--text-secondary:#a0a0a0;--accent:#6366f1;--accent-hover:#818cf8;--border:#1f1f1f}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-primary);overflow-x:hidden}@media (min-width:769px){body{cursor:none}}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:none;font-family:inherit}section{min-height:100vh;padding:80px 20px;max-width:1200px;margin:0 auto}h1,h2,h3{font-weight:600;line-height:1.2}h1{font-size:clamp(3rem,8vw,6rem);margin-bottom:1rem}h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:2rem}h3{font-size:clamp(1.5rem,3vw,2rem)}p{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:var(--text-secondary)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){section{padding:60px 15px}h1{font-size:2.5rem}h2{font-size:2rem}}.cursor-dot{width:8px;height:8px;background-color:#fff;border-radius:50%;z-index:9999;transition:transform .1s ease}.cursor-dot,.cursor-outline{position:fixed;pointer-events:none;transform:translate(-50%,-50%)}.cursor-outline{width:40px;height:40px;border:2px solid hsla(0,0%,100%,.5);border-radius:50%;z-index:9998;transition:width .3s ease,height .3s ease,border-color .3s ease}.cursor-outline.hover{width:60px;height:60px;border-color:#6366f1;background-color:rgba(99,102,241,.1)}@media (max-width:768px){.cursor-dot,.cursor-outline{display:none}body{cursor:auto}}