*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--black: #0a0a0a;--white: #fafafa;--gray: #999;--light-gray: #e8e8e8;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--white);color:var(--black);min-height:100vh;overflow:hidden}#root{min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 3rem;position:relative;overflow:hidden}.top-bar{display:flex;justify-content:space-between;align-items:center;animation:fadeIn 1s ease-out .2s both}.top-label{font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--gray)}.top-clock{font-size:.7rem;font-weight:400;letter-spacing:.15em;color:var(--gray);font-variant-numeric:tabular-nums}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;animation:fadeUp 1.2s ease-out .4s both}.title{font-size:clamp(4rem,14vw,12rem);font-weight:900;line-height:.95;letter-spacing:-.04em;color:var(--black)}.dot{color:var(--gray);animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.subtitle{margin-top:2rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:var(--gray);letter-spacing:.01em}.bottom-bar{display:flex;align-items:center;gap:1.5rem;animation:fadeIn 1s ease-out .8s both}.bottom-text{font-size:.7rem;font-weight:400;color:var(--gray);letter-spacing:.1em;white-space:nowrap}.bottom-line{flex:1;height:1px;background:var(--light-gray)}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.page{padding:1.5rem}.title{font-size:clamp(3rem,16vw,6rem)}.subtitle{margin-top:1.5rem;font-size:1rem}}
