.stars{position:fixed;top:0;left:0;width:100%;height:120%;transform:rotate(-45deg);z-index:0;pointer-events:none}.star{--star-tail-length: 6em;--star-tail-height: 2px;--star-width: calc(var(--star-tail-length) / 6);--fall-duration: 9s;--tail-fade-duration: var(--fall-duration);position:absolute;top:var(--top-offset);left:0;width:var(--star-tail-length);height:var(--star-tail-height);color:var(--meteor-color);background:linear-gradient(45deg,currentColor,transparent);border-radius:50%;filter:drop-shadow(0 0 6px var(--meteor-glow));transform:translate3d(104em,0,0);animation:fall var(--fall-duration) var(--fall-delay) linear infinite,tail-fade var(--tail-fade-duration) var(--fall-delay) ease-out infinite}.star:before,.star:after{position:absolute;content:"";top:0;left:calc(var(--star-width) / -2);width:var(--star-width);height:100%;background:linear-gradient(45deg,transparent,currentColor,transparent);border-radius:inherit;animation:blink 2s linear infinite}.star:before{transform:rotate(45deg)}.star:after{transform:rotate(-45deg)}@keyframes fall{to{transform:translate3d(-30em,0,0)}}@keyframes tail-fade{0%,50%{width:var(--star-tail-length);opacity:1}70%,80%{width:0;opacity:.4}to{width:0;opacity:0}}@keyframes blink{50%{opacity:.6}}@media screen and (max-width: 750px){.star{animation:fall var(--fall-duration) var(--fall-delay) linear infinite}}@media (prefers-reduced-motion: reduce){.star{animation:none}}.header{position:fixed;top:0;left:0;right:0;z-index:20;background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.header__container{max-width:1280px;margin-inline:auto;padding-inline:clamp(1rem,4vw,1.5rem);padding-block:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;text-decoration:none;background:linear-gradient(90deg,var(--gradient-1),var(--gradient-2),var(--gradient-3),var(--gradient-4),var(--gradient-5));background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient 8s ease infinite;transition:opacity .2s ease}.header__logo:hover{opacity:.9}.header__logo:focus-visible{outline:2px solid var(--link);outline-offset:2px;border-radius:4px}.header__nav-wrapper{display:flex;align-items:center;gap:1rem;position:relative}.header__backdrop{position:fixed;top:64px;left:0;width:66.666%;bottom:0;background:var(--muted);z-index:19;pointer-events:auto}.header__nav{display:flex;gap:clamp(.5rem,2vw,1.5rem);list-style:none;margin:0;padding:0}.header__nav-item{margin:0}.header__nav-link{font-size:clamp(.875rem,1.5vw,1rem);text-decoration:none;color:var(--muted-foreground);transition:color .2s ease;padding:.5rem;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px}.header__nav-link:hover{color:var(--link)}.header__nav-link:focus-visible{outline:2px solid var(--link);outline-offset:2px}.header__nav-link--active{color:var(--link)}.header__menu-toggle{display:none;background:transparent;border:2px solid var(--glass-border);border-radius:4px;color:var(--text);padding:.5rem;min-width:44px;min-height:44px;cursor:pointer;transition:background-color .2s ease}.header__menu-toggle:hover{background:var(--glass-bg)}.header__menu-toggle:focus-visible{outline:2px solid var(--link);outline-offset:2px}.header__menu-toggle-icon{display:block;width:24px;height:24px;position:relative}.header__menu-toggle-icon span{display:block;position:absolute;height:2px;width:100%;background:currentColor;border-radius:2px;transition:all .3s ease}.header__menu-toggle-icon span:nth-child(1){top:6px}.header__menu-toggle-icon span:nth-child(2){top:12px}.header__menu-toggle-icon span:nth-child(3){top:18px}.header__menu-toggle[aria-expanded=true] .header__menu-toggle-icon span:nth-child(1){top:12px;transform:rotate(45deg)}.header__menu-toggle[aria-expanded=true] .header__menu-toggle-icon span:nth-child(2){opacity:0}.header__menu-toggle[aria-expanded=true] .header__menu-toggle-icon span:nth-child(3){top:12px;transform:rotate(-45deg)}@media (max-width: 767px){.header__menu-toggle{display:block}.header__nav{position:fixed;top:0;left:0;width:66.666%;height:100vh;background:var(--muted);border-right:1px solid color-mix(in srgb,var(--muted-foreground) 25%,transparent);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:1rem;padding-top:calc(64px + 1rem);gap:.5rem;transform:translate(-100%);transition:transform .3s ease;z-index:21;pointer-events:none;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.header__nav::-webkit-scrollbar{width:0;height:0;background:transparent}.header__nav[aria-hidden=false]{transform:translate(0);pointer-events:auto}.header__nav-link{width:100%;justify-content:flex-start;padding:.75rem}}@media (prefers-reduced-motion: reduce){.header__logo,.header__nav-link,.header__menu-toggle-icon span,.header__nav{animation:none;transition:none}}.skip-to-content{position:absolute;top:-100px;left:0;background:var(--link);color:var(--bg);padding:.75rem 1rem;text-decoration:none;z-index:100;border-radius:0 0 4px;font-weight:600}.skip-to-content:focus{top:0}.hill{fill:var(--hill-1)}.hill-2{fill:var(--hill-2)}.hill-3{fill:var(--hill-3)}.hill-edge{stroke:var(--hill-edge, rgba(255,255,255,.15));stroke-width:2;vector-effect:non-scaling-stroke}.hill-stroke{fill:none;stroke:var(--hill-edge, rgba(255,255,255,.25));stroke-width:3;vector-effect:non-scaling-stroke;stroke-linejoin:round}.figure line,.figure circle,.figure path{stroke:var(--figure);fill:none;stroke-width:3;stroke-linecap:round}.figure{animation:idle 6s ease-in-out infinite;animation-delay:var(--d, 0s);transform-origin:center}.game-svg .figure{animation:none}@keyframes idle{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.02)}}@media (prefers-reduced-motion: reduce){.figure{animation:none}}:root[data-theme=stars]{--hill-1: #0b1b2b;--hill-2: #0a1420;--hill-3: #07101a;--figure: #9ecbe0;--hill-edge: rgba(158, 203, 224, .35);--grass: #74b8d3}:root[data-theme=meteors]{--hill-1: #e8ddd6;--hill-2: #e2d6ce;--hill-3: #daccc3;--figure: #e87a4a;--hill-edge: rgba(232, 122, 74, .35);--grass: #cc7a52}.tuft-blade{stroke:var(--grass);stroke-width:2;vector-effect:non-scaling-stroke;stroke-linecap:round}@keyframes grassGrow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.plant-grass{transform-origin:bottom center;animation:grassGrow .8s ease-out both}@keyframes plantFadeOut{0%{opacity:1}to{opacity:0}}.plant-fade{animation:plantFadeOut 1s linear forwards}.wind-curl,.wind-line{fill:none;stroke:#fff;stroke-opacity:.25;stroke-width:2}.wind-curl{animation:curl 3.5s linear infinite}@keyframes curl{0%{opacity:0}10%{opacity:.25}70%{opacity:.25}to{opacity:0}}.lantern{animation:lantern-flicker 2.2s ease-in-out infinite}.lantern:nth-child(odd){animation-duration:2.8s}@keyframes lantern-flicker{0%,to{opacity:.8}40%{opacity:.5}70%{opacity:1}}.wind-gust-path{fill:none;stroke:#fff;stroke-opacity:.28;stroke-width:2px;stroke-linecap:round;animation:wind-line 3s linear infinite}.wind-gust-circle{stroke:#fff;fill:transparent;stroke-width:2px;stroke-opacity:.08;width:50px;height:50px;border-radius:50%;animation:wind-circle 3.1s ease-out infinite both}.wind-gust-move{animation:gust-move 9s linear infinite}@keyframes wind-line{0%{stroke-dasharray:100 1200;stroke-dashoffset:1300}to{stroke-dasharray:100 1200;stroke-dashoffset:10}}@keyframes wind-circle{0%,50%{opacity:.12;transform:scale(0)}70%,to{opacity:0;transform:scale(1)}}@keyframes gust-move{0%{transform:translate(1400px)}to{transform:translate(-200px)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:var(--gray-400)}input::placeholder,textarea::placeholder{opacity:1;color:var(--gray-400)}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html{overflow-x:hidden;scroll-behavior:smooth;overscroll-behavior-y:none}body{margin:0;padding:0;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:var(--bg);min-height:100vh;color:var(--text);overflow-x:hidden;overscroll-behavior-y:none}#root{min-height:100vh;position:relative;overflow-x:hidden;overscroll-behavior-y:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.left-2{left:.5rem}.left-24{left:6rem}.left-3{left:.75rem}.right-3{right:.75rem}.top-2{top:.5rem}.top-24{top:6rem}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.h-14{height:3.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[28rem\]{height:28rem}.h-full{height:100%}.min-h-\[3rem\]{min-height:3rem}.min-h-\[calc\(100vh-6rem\)\]{min-height:calc(100vh - 6rem)}.min-h-screen{min-height:100vh}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[100vw\]{width:100vw}.w-\[180px\]{width:180px}.w-\[280px\]{width:280px}.w-\[28rem\]{width:28rem}.w-\[90\%\]{width:90%}.w-\[92\%\]{width:92%}.w-full{width:100%}.min-w-\[280px\]{min-width:280px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-hidden{overflow-x:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-\[color\:var\(--glass-border\)\]{border-color:var(--glass-border)}.border-\[color\:var\(--link\)\]{border-color:var(--link)}.border-\[color\:var\(--meteor-color\)\]{border-color:var(--meteor-color)}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.bg-\[color\:var\(--glass-bg\)\]{background-color:var(--glass-bg)}.bg-black\/30{background-color:#0000004d}.bg-black\/50{background-color:#00000080}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pl-4{padding-left:1rem}.pt-24{padding-top:6rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.italic{font-style:italic}.text-\[color\:var\(--link\)\]{color:var(--link)}.text-\[color\:var\(--muted-foreground\)\]{color:var(--muted-foreground)}.text-\[color\:var\(--text\)\]{color:var(--text)}.text-gray-300{color:var(--gray-300)}.text-gray-400{color:var(--gray-400)}.text-gray-500{color:var(--gray-500)}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.gradient-text{background:linear-gradient(90deg,var(--gradient-1),var(--gradient-2),var(--gradient-3),var(--gradient-4),var(--gradient-5));background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient 8s ease infinite}.glass-card{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.glass-card-hover{transition:all .3s ease}.glass-card-hover:hover{background:color-mix(in srgb,var(--glass-bg) 85%,black);border-color:color-mix(in srgb,var(--glass-border) 60%,transparent);box-shadow:0 0 8px color-mix(in srgb,var(--glass-border) 80%,transparent);transform:translateY(-4px) perspective(1000px) rotateX(2deg);animation:glitch .3s ease-in-out}.scroll-reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.scroll-reveal.visible{opacity:1;transform:translateY(0)}@keyframes glitch{0%,to{transform:translateY(-4px) perspective(1000px) rotateX(2deg) translate(0)}20%{transform:translateY(-4px) perspective(1000px) rotateX(2deg) translate(-2px,2px)}40%{transform:translateY(-4px) perspective(1000px) rotateX(2deg) translate(-2px,-2px)}60%{transform:translateY(-4px) perspective(1000px) rotateX(2deg) translate(2px,2px)}80%{transform:translateY(-4px) perspective(1000px) rotateX(2deg) translate(2px,-2px)}}@media (prefers-reduced-motion: reduce){.gradient-text,.glass-card-hover,.scroll-reveal{animation:none;transition:none}}.\[k\:string\]{k:string}.\[key\:string\]{key:string}.hover\:text-\[color\:var\(--accent\)\]:hover{color:var(--accent)}.hover\:text-\[color\:var\(--text\)\]:hover{color:var(--text)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-\[color\:var\(--link\)\]:focus-visible{--tw-ring-color: var(--link)}@media (min-width: 640px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:text-left{text-align:left}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}:root{--bg: #f7f5f2;--text: #0b0b0f;--muted: #eceae7;--muted-foreground: #41434a;--link: #ea580c;--accent: #ef4444;--meteor-color: #e25822;--meteor-glow: rgba(226, 88, 34, .6);--card-bg: rgba(255, 255, 255, .75);--card-border: rgba(6, 182, 212, .25);--glass-bg: rgba(255, 255, 255, .5);--glass-border: rgba(234, 88, 12, .3);--glass-shadow: 0 0 5px rgba(234, 88, 12, .3);--gradient-1: #f59e0b;--gradient-2: #f97316;--gradient-3: #fb923c;--gradient-4: #ef4444;--gradient-5: #f43f5e;--gray-300: #6b7280;--gray-400: #4b5563;--gray-500: #374151}:root[data-theme=stars]{--bg: radial-gradient(ellipse at bottom, #0d1d31 0%, #0c0d13 100%);--text: #e7f6ff;--muted: #0f1729;--muted-foreground: #c9d5e1;--link: #22d3ee;--accent: #60a5fa;--meteor-color: #22d3ee;--meteor-glow: rgba(34, 211, 238, .6);--card-bg: rgba(0, 0, 0, .35);--card-border: rgba(34, 211, 238, .3);--glass-bg: rgba(0, 0, 0, .2);--glass-border: rgba(34, 211, 238, .3);--glass-shadow: 0 0 5px rgba(34, 211, 238, .3);--gradient-1: #22d3ee;--gradient-2: #06b6d4;--gradient-3: #3b82f6;--gradient-4: #6366f1;--gradient-5: #8b5cf6;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280}
