@import "https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap";:root{--color-bg:#030303;--color-text:#fff;--color-text-muted:#888;--color-accent:#00f0ff;--color-accent-alt:#a855f7;--color-border:#222;--color-card-bg:#0a0a0a;--color-hover:#161616;--font-main:"Google Sans", sans-serif;--section-padding:6rem 2rem}::selection{color:#fff;background-color:#00f0ff4d}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}ul{list-style:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit;transition:all .2s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes drawBorder{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.delay-1{opacity:0;animation-delay:.2s}.delay-2{opacity:0;animation-delay:.4s}.delay-3{opacity:0;animation-delay:.6s}.container{width:100%;max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:800;font-family:var(--font-main);letter-spacing:-.02em;margin-bottom:3rem;display:inline-block;position:relative}.section-title:after{content:"";background-color:var(--color-accent);width:60px;height:2px;transition:width .3s,box-shadow .3s;position:absolute;bottom:-10px;left:0;box-shadow:0 0 8px #00f0ff80}.section-title:hover:after{width:100%;box-shadow:0 0 15px #00f0ffcc,0 0 30px #00f0ff99,0 0 45px #00f0ff66}@keyframes hueShift{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}.text-gradient{background:linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-alt) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hover-gradient{transition:all .3s}.hover-gradient:hover{background:linear-gradient(135deg,#00f0ff 0%,#f05 33%,#a855f7 66%,#00f0ff 100%) 0 0/200%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 15px #00f0ffcc);-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}@keyframes shimmer{to{background-position:200%}}.cursor-orb{pointer-events:none;z-index:12;width:72px;height:72px;position:fixed;bottom:clamp(1rem,2vw,1.75rem);right:clamp(1rem,2vw,1.75rem)}.cursor-cat__shadow{filter:blur(6px);background:#00000059;border-radius:50%;height:10px;position:absolute;bottom:4px;left:10px;right:10px}.cursor-cat__ears{z-index:1;justify-content:space-between;display:flex;position:absolute;inset:1px 7px auto}.cursor-cat__ear{background:linear-gradient(#ffb458 0%,#f08c26 100%);border:1px solid #994e118c;width:19px;height:22px;position:relative;overflow:hidden}.cursor-cat__ear--left{border-radius:70% 30% 18% 18%;transform:rotate(-14deg)}.cursor-cat__ear--right{border-radius:30% 70% 18% 18%;transform:rotate(14deg)}.cursor-cat__ear-inner{border-radius:inherit;background:linear-gradient(#ffd2b0 0%,#ffb78f 100%);position:absolute;inset:5px 4px 3px}.cursor-cat__head{background:linear-gradient(#ffbd66 0%,#f59a2d 70%,#de7f16 100%);border:1px solid #9a4e0e99;border-radius:50%;place-items:center;width:100%;height:100%;display:grid;position:relative;box-shadow:inset 0 -5px 10px #783d0c2e,0 8px 18px #0000002e}.cursor-cat__face{justify-content:space-between;display:flex;position:absolute;top:20px;left:14px;right:14px}.cursor-cat__eye{background:#fff;border:1px solid #1111111f;border-radius:50%;place-items:center;width:17px;height:17px;display:grid;position:relative;box-shadow:inset 0 -2px 4px #00000014}.cursor-cat__pupil{background:#111;border-radius:50%;width:7px;height:7px;transition:transform .14s ease-out}.cursor-cat__nose{background:#ffb4a1;border-radius:50% 50% 65% 65%;width:8px;height:6px;position:absolute;top:39px;left:50%;transform:translate(-50%)}.cursor-cat__mouth{width:14px;height:8px;position:absolute;top:45px;left:50%;transform:translate(-50%)}.cursor-cat__mouth:before,.cursor-cat__mouth:after{content:"";border-bottom:1.5px solid #7c5329;width:7px;height:8px;position:absolute;top:0}.cursor-cat__mouth:before{border-right:1.5px solid #7c5329;border-radius:0 0 10px;left:0}.cursor-cat__mouth:after{border-left:1.5px solid #7c5329;border-radius:0 0 0 10px;right:0}.cursor-cat__whiskers{background:#7e5329e6;width:18px;height:1px;position:absolute;top:42px}.cursor-cat__whiskers:before,.cursor-cat__whiskers:after{content:"";background:#7e5329e6;width:18px;height:1px;position:absolute;left:0}.cursor-cat__whiskers:before{top:-5px}.cursor-cat__whiskers:after{top:5px}.cursor-cat__whiskers--left{left:3px;transform:rotate(8deg)}.cursor-cat__whiskers--right{right:3px;transform:rotate(-8deg)}.cursor-cat__head:before{content:"";opacity:.55;pointer-events:none;background:linear-gradient(#ffd692d9,#ffd69200),repeating-linear-gradient(90deg,#b05c1300 0 7px,#b05c136b 7px 10px);border-radius:50%;position:absolute;inset:10px 22px 12px}@media (width<=1279px){.cursor-orb{width:66px;height:66px}}@media (width<=1023px),(pointer:coarse){.cursor-orb{display:none}}
