:root{--background:#0a021b;--sec-col:#00fff7;--thr-col:#ff5edc}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}html,body{background-color:var(--background);color:#00fff7;height:100vh;min-height:100vh;font-family:Courier New,monospace;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--sec-col);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--thr-col);border-radius:6px}body:before{content:"";pointer-events:none;opacity:.15;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}.container{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;height:auto;min-height:100vh;padding:20px;display:flex}#ascii-logo{white-space:pre;text-align:left;background:linear-gradient(90deg, var(--sec-col), var(--thr-col));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:24px;font-family:monospace;font-size:clamp(5px,2.5vw,12px);line-height:1.1;animation:2s ease-out forwards fadein;display:block}.terminal{white-space:pre-wrap;word-break:break-all;box-sizing:border-box;width:100%;max-width:700px;padding:20px;font-size:.95rem}.blink{animation:1s step-start infinite blink}a{color:var(--thr-col);text-decoration:none}a:hover{text-decoration:underline}#glitch-overlay{pointer-events:none;z-index:999;width:100%;height:100%;position:fixed;top:0;left:0}.glitch-line{background:var(--thr-col);opacity:.7;width:100%;height:2px;animation:.2s ease-out glitchAnim;position:absolute;transform:scaleX(1.2)}.fisheye{box-sizing:border-box;filter:saturate(1.2)contrast(1.1);clip-path:ellipse(100% 90%);max-width:100%;transform:perspective(600px)scale(1.02)rotateX(2deg)rotateY(2deg)}.desaturated{filter:grayscale();transition:filter .8s}@keyframes fisheyePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes glitchAnim{0%{opacity:.7;transform:translate(0)}to{opacity:0;transform:translate(20px)}}@keyframes blink{50%{opacity:0}}@keyframes fadein{to{opacity:1}}@media screen and (width<=768px){.container{padding:12px}#ascii-logo{font-size:6px;line-height:1}.terminal{width:320px;max-width:320px;padding:0;font-size:.75rem}}
