*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;color:#f5f1e6;min-height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;background-image:radial-gradient(circle at 20% 30%,rgba(212,175,55,.45),transparent 55%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.18),transparent 55%),radial-gradient(circle at 50% 50%,rgba(184,134,11,.35),transparent 60%),linear-gradient(135deg,#000000,#1a1206 50%,#000000);background-size:200% 200%,200% 200%,200% 200%,400% 400%;background-repeat:no-repeat;animation:drift 18s ease-in-out infinite alternate}.container{min-height:100vh;justify-content:center;padding:2rem;text-align:center}.card,.container{display:flex;flex-direction:column;align-items:center}.card{gap:1rem;max-width:640px;animation:fadeIn 1s ease-out}.logo{width:min(92vw,960px);height:auto;margin-bottom:.5rem;filter:brightness(0) invert(1)}.title{font-size:clamp(2.5rem,9vw,5.5rem);font-weight:700;margin:0;letter-spacing:-.03em;background:linear-gradient(120deg,#fff8e1,#d4af37 50%,#fff8e1);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shimmer 6s linear infinite}.subtitle{font-size:clamp(1rem,2.2vw,1.25rem);color:#d8d2c2;margin:0;line-height:1.6;letter-spacing:.02em}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes drift{0%{background-position:0 0,100% 100%,50% 50%,0 50%}50%{background-position:100% 50%,0 50%,80% 20%,100% 50%}to{background-position:50% 100%,50% 0,20% 80%,0 50%}}@keyframes shimmer{0%{background-position:0}to{background-position:200%}}