#particles-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.bg-base{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 120% 80% at 50% 20%,rgba(20,35,60,.5) 0%,transparent 50%),radial-gradient(ellipse 100% 100% at 50% 100%,rgba(15,25,45,.4) 0%,transparent 45%),radial-gradient(ellipse 80% 50% at 80% 50%,rgba(30,50,80,.15) 0%,transparent 40%),linear-gradient(180deg,#070b12,#0a0f18,#080c14 70%,#050810)}.bg-vignette{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;box-shadow:inset 0 0 25vmin #0009}.code-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;opacity:.07;overflow:hidden}.code-line{position:absolute;white-space:nowrap;font-size:12px;line-height:1.6;animation:drift-line 35s linear infinite;text-shadow:0 0 20px var(--glow)}.code-line:nth-child(odd){animation-direction:reverse;animation-duration:42s}.code-line:nth-child(3n){animation-duration:38s;animation-delay:-8s}.code-line .keyword{color:#ff7b72}.code-line .string{color:#7ee787}.code-line .func{color:#d2a8ff}.code-line .num{color:#79c0ff}.code-line .comment{color:#8b949e}@keyframes drift-line{0%{transform:translate(-100%)}to{transform:translate(100vw)}}.typing-ghost{position:fixed;z-index:2;opacity:.45;font-size:15px;line-height:1.7;color:#b4d2fff2}.typing-ghost--top-left{top:6%;left:4%;max-width:42%}.typing-ghost--top-right{top:6%;right:4%;left:auto;max-width:42%;text-align:right}.typing-ghost--top-center{top:14%;left:50%;transform:translate(-50%);max-width:52%;text-align:center}.typing-ghost--bottom-left{bottom:16%;left:4%;max-width:42%}.typing-ghost--bottom-right{bottom:16%;right:4%;left:auto;max-width:42%;text-align:right}.typing-ghost--bottom-center{bottom:26%;left:50%;transform:translate(-50%);max-width:52%;text-align:center}.typing-ghost .cursor{display:inline-block;width:10px;height:1.2em;background:var(--accent);vertical-align:text-bottom;animation:blink 1s step-end infinite;box-shadow:0 0 10px var(--glow)}@keyframes blink{50%{opacity:0}}.main-content{position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:700;letter-spacing:.2em;margin-bottom:.75rem;background:linear-gradient(160deg,#8be8f5,#58a6ff 35%,#7ee787 90%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 35px rgba(88,166,255,.2)) drop-shadow(0 2px 6px rgba(0,0,0,.4))}.hero-sub{font-size:clamp(.85rem,2.2vw,1.1rem);font-weight:400;letter-spacing:.35em;text-transform:uppercase;margin-bottom:2.5rem;color:#88b4dcd9;position:relative;display:inline-block;padding:0 .5rem}.hero-sub:before,.hero-sub:after{content:"";position:absolute;top:50%;width:2em;height:1px;background:linear-gradient(90deg,transparent,rgba(88,166,255,.5))}.hero-sub:before{right:100%;margin-right:1rem;background:linear-gradient(90deg,transparent,rgba(88,166,255,.5))}.hero-sub:after{left:100%;margin-left:1rem;background:linear-gradient(270deg,transparent,rgba(88,166,255,.5))}.hero-date{font-size:clamp(.75rem,1.8vw,.95rem);letter-spacing:.2em;color:#88b4dcb3;margin-top:.5rem;font-weight:400}.stats{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap;justify-content:center}.stat{padding:.75rem 1.5rem;border:1px solid rgba(88,166,255,.3);border-radius:8px;background:#0d1117b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.95rem;color:var(--accent);box-shadow:0 0 20px #58a6ff1a}.stat span{color:var(--accent2);font-weight:600}.footer-links{position:fixed;bottom:1.5rem;left:0;right:0;text-align:center;z-index:10;font-size:.8rem;letter-spacing:.15em;color:#88b4dc99}.footer-links a{color:inherit;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#88b4dcf2}.footer-links .sep{margin:0 .75rem;opacity:.5}@media (max-width: 768px){.main-content{padding:1rem 1rem 5rem}.hero-title{font-size:clamp(1.5rem,7vw,2.5rem);letter-spacing:.1em}.hero-sub{font-size:.75rem;letter-spacing:.2em;margin-bottom:1.5rem}.hero-sub:before,.hero-sub:after{width:1em}.hero-date{font-size:.7rem;letter-spacing:.1em}.stats{gap:.75rem;margin-top:1.25rem}.stat{padding:.5rem 1rem;font-size:.8rem}.typing-ghost{font-size:10px;opacity:.3}.typing-ghost--top-left,.typing-ghost--top-right,.typing-ghost--bottom-left,.typing-ghost--bottom-right{max-width:35%}.typing-ghost--top-center,.typing-ghost--bottom-center{max-width:90%}.code-line{font-size:10px}.footer-links{bottom:max(1rem,env(safe-area-inset-bottom));font-size:.7rem;letter-spacing:.1em}}@media (max-width: 480px){.hero-title{font-size:1.35rem}.stats{flex-direction:column;gap:.5rem}.typing-ghost--top-center,.typing-ghost--bottom-center{display:none}}:root{--bg: #060810;--surface: #0d1117;--accent: #58a6ff;--accent2: #7ee787;--accent3: #ff7b72;--muted: #8b949e;--glow: rgba(88, 166, 255, .35)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden;font-family:JetBrains Mono,Fira Code,Consolas,monospace;color:#c9d1d9}#root{height:100%}
