*{margin:0;padding:0;box-sizing:border-box}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:#000;color:#fff;font-family:Arial,sans-serif;padding:0;position:relative}.line{width:100%;height:2px;background:#fff;animation:expand .8s ease-out}@keyframes expand{0%{width:0}to{width:100%}}.content{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;padding:4rem 2rem;animation:appear .6s ease-out .3s both}@keyframes appear{0%{opacity:0}to{opacity:1}}.main-text{font-size:clamp(3rem,12vw,12rem);font-weight:900;letter-spacing:-.02em;text-transform:uppercase;line-height:.9;color:#fff}.divider{width:120px;height:1px;background:#fff}.subtext{font-size:clamp(.875rem,2vw,1.125rem);font-weight:400;letter-spacing:.3em;text-transform:lowercase;opacity:.7}@media (max-width: 768px){.content{gap:1.5rem;padding:2rem 1rem}.divider{width:80px}}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
