:root{--foreground-rgb:255,255,255;--background-start-rgb:10,10,10;--background-end-rgb:0,0,0;--accent-color:#60a5fa;--secondary-color:#cbd5e1;--card-bg:rgba(255,255,255,0.08);--card-border:rgba(255,255,255,0.15);--vhs-red:rgba(255,0,0,0.3);--vhs-blue:rgba(0,0,255,0.3)}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;color:rgb(var(--foreground-rgb));background:rgb(var(--background-start-rgb));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}.vhsBackground{z-index:0}.vhsBackground,.vhsForeground{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;overflow:hidden;background:transparent}.vhsForeground{z-index:9999;animation:crtFlicker 4s infinite}.vhsForeground:after,.vhsForeground:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;mix-blend-mode:screen;animation:chromaticPulse 8s ease-in-out infinite alternate}.vhsForeground:before{background:linear-gradient(90deg,var(--vhs-red) 0,transparent 10%,transparent 90%,var(--vhs-red) 100%);filter:blur(8px)}.vhsForeground:after{background:linear-gradient(0deg,var(--vhs-blue) 0,transparent 10%,transparent 90%,var(--vhs-blue) 100%);filter:blur(8px);animation-delay:-4s}.noise{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.04;filter:contrast(120%) brightness(100%);animation:noiseAnimation 1s steps(4) infinite;z-index:1}.scanlines{top:0;height:100%;background:linear-gradient(rgba(18,16,16,0) 50%,rgba(0,0,0,.1) 0);background-size:100% 4px;z-index:2;pointer-events:none}.scanlines,.scanlines:after{position:absolute;left:0;width:100%}.scanlines:after{content:"";top:-100px;height:100px;background:rgba(255,255,255,.03);box-shadow:0 0 20px rgba(255,255,255,.05);animation:rolling 8s linear infinite}.vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,transparent 30%,rgba(0,0,0,.7) 100%);z-index:3}@keyframes crtFlicker{0%{opacity:.98}25%{opacity:1}50%{opacity:.99}75%{opacity:1}to{opacity:.98}}@keyframes noiseAnimation{0%{transform:translate(0)}25%{transform:translate(-1%,1%)}50%{transform:translate(1%,-1%)}75%{transform:translate(-1%,-1%)}to{transform:translate(0)}}@keyframes chromaticPulse{0%{transform:translate(-4px,-2px) scale(1);opacity:.4}50%{transform:translate(4px,2px) scale(1.02);opacity:.6}to{transform:translate(-2px,4px) scale(1.01);opacity:.5}}@keyframes rolling{0%{transform:translateY(-10vh)}to{transform:translateY(110vh)}}a{color:inherit;text-decoration:none}*{box-sizing:border-box}