@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&family=JetBrains+Mono:wght@300;400&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #000000;--text-primary: #ffffff;--text-secondary: #a0a0a0;--text-warning: #ff4757;--text-highlight: #f1f2f6;--accent-glow: rgba(255, 255, 255, .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.02) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.01) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,255,255,.005) 0%,transparent 50%);pointer-events:none;z-index:1}.screen{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,5vw,3rem);position:relative;z-index:2;animation:screenFade 1.2s cubic-bezier(.25,.46,.45,.94)}.content{text-align:center;max-width:700px;width:100%;position:relative}.content:before{content:"";position:absolute;top:-50px;left:-50px;right:-50px;bottom:-50px;background:radial-gradient(circle at center,var(--accent-glow) 0%,transparent 70%);opacity:0;animation:contentGlow 2s ease-in-out 1s forwards;pointer-events:none;z-index:-1}.main-text{font-size:clamp(2rem,5vw,3.2rem);font-weight:200;margin-bottom:clamp(2rem,4vw,3rem);line-height:1.2;color:var(--text-primary);letter-spacing:-.02em;animation:textReveal 1s cubic-bezier(.25,.46,.45,.94) .3s both}.sub-text{font-size:clamp(1.1rem,3.5vw,1.5rem);font-weight:300;margin-bottom:clamp(1.2rem,3vw,1.8rem);color:var(--text-secondary);line-height:1.5;letter-spacing:-.01em;animation:textReveal 1s cubic-bezier(.25,.46,.45,.94) .5s both}.sub-text:last-of-type{margin-bottom:clamp(2.5rem,5vw,4rem)}.final-text{font-size:clamp(1.3rem,4vw,2rem);font-weight:300;margin-bottom:clamp(1.2rem,3vw,2rem);color:var(--text-highlight);line-height:1.3;letter-spacing:-.015em;animation:textReveal 1s cubic-bezier(.25,.46,.45,.94) .7s both}.final-text:last-child{margin-bottom:0;margin-top:clamp(2rem,4vw,3rem);font-weight:400;animation-delay:.9s}.warning{color:var(--text-warning);font-weight:400;text-shadow:0 0 20px rgba(255,71,87,.3)}.link-button{background:none;border:none;color:var(--text-primary);font-size:clamp(1.1rem,3.5vw,1.3rem);font-weight:300;text-decoration:none;cursor:pointer;font-family:inherit;transition:all .4s cubic-bezier(.25,.46,.45,.94);padding:clamp(.8rem,2vw,1.2rem) 0;position:relative;letter-spacing:.02em;border-bottom:1px solid rgba(255,255,255,.2);display:inline-block;animation:textReveal 1s cubic-bezier(.25,.46,.45,.94) .8s both}.link-button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--text-primary);transition:width .4s cubic-bezier(.25,.46,.45,.94)}.link-button:hover{opacity:.8;transform:translateY(-1px);text-shadow:0 0 15px rgba(255,255,255,.3)}.link-button:hover:after{width:100%}.link-button:focus{outline:none;opacity:.8}.link-button:active{transform:translateY(0)}.data-highlight{font-family:JetBrains Mono,monospace;font-weight:400;color:var(--text-highlight);background:#ffffff0d;padding:.2em .5em;border-radius:4px;font-size:.95em;letter-spacing:.02em;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 10px #ffffff0d}@keyframes screenFade{0%{opacity:0;transform:scale(.98);filter:blur(2px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes textReveal{0%{opacity:0;transform:translateY(20px);filter:blur(1px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes contentGlow{0%{opacity:0}to{opacity:.3}}@media (max-width: 768px){.screen{padding:clamp(1rem,4vw,2rem)}.content:before{top:-30px;left:-30px;right:-30px;bottom:-30px}.main-text{margin-bottom:clamp(1.5rem,4vw,2.5rem);line-height:1.15}.sub-text{margin-bottom:clamp(1rem,3vw,1.5rem);line-height:1.4}.sub-text:last-of-type{margin-bottom:clamp(2rem,4vw,3rem)}.final-text:last-child{margin-top:clamp(1.5rem,4vw,2.5rem)}.link-button{padding:clamp(.7rem,2vw,1rem) 0}}@media (max-width: 480px){.screen{padding:1rem}.main-text{font-size:1.8rem;margin-bottom:1.5rem;line-height:1.1}.sub-text{font-size:1.1rem;margin-bottom:1rem;line-height:1.35}.sub-text:last-of-type{margin-bottom:2rem}.final-text{font-size:1.3rem;margin-bottom:1rem}.final-text:last-child{margin-top:1.5rem}.link-button{font-size:1.1rem;padding:.8rem 0}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.main-text,.sub-text,.final-text{text-rendering:optimizeLegibility}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
