:root{--bg:#0a0a0f;--fg:#e8e6e3;--accent:#6ee7b7;--accent2:#a78bfa;--muted:#6b7280;--card:#ffffff08}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--fg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex;overflow:hidden}.orb{filter:blur(80px);opacity:.4;pointer-events:none;z-index:0;border-radius:50%;animation:8s ease-in-out infinite float;position:fixed}.orb-1{background:var(--accent);width:400px;height:400px;animation-delay:0s;top:-100px;left:-100px}.orb-2{background:var(--accent2);width:350px;height:350px;animation-delay:-4s;bottom:-100px;right:-100px}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}.container{z-index:1;text-align:center;max-width:600px;padding:2rem;position:relative}.greeting{color:var(--muted);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem;animation:1s fadeIn}.clock{letter-spacing:.05em;margin-bottom:.3rem;font-size:clamp(3rem,10vw,5.5rem);font-weight:200;line-height:1.1;animation:1s .2s both fadeIn}.clock .seconds{color:var(--accent);opacity:.7;font-size:.5em}.date{color:var(--muted);margin-bottom:2.5rem;font-size:1.1rem;animation:1s .4s both fadeIn}.tagline{color:var(--fg);opacity:.8;margin-bottom:.5rem;font-size:1.3rem;font-weight:300;animation:1s .6s both fadeIn}.subtitle{color:var(--muted);font-size:.9rem;animation:1s .8s both fadeIn}.blink{animation:1s step-end infinite blink}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}footer{color:var(--muted);opacity:.5;z-index:1;font-size:.75rem;position:fixed;bottom:1.5rem}
