@import"https://fonts.googleapis.com/css2?family=Nunito:wght@600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#000;color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center}#root{width:100%}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.title{font-size:clamp(5rem,15vw,12rem);font-weight:800;letter-spacing:-.02em;margin-bottom:3rem;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tags{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.tag{font-size:3rem;font-weight:700;transition:opacity .2s ease}.tag:hover{opacity:.7}
