@import "https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;700&family=Inter:wght@300;400&display=swap";:root{--bg-color:#000;--text-primary:#f8f8f8;--text-secondary:#a0a0a0;--accent-color:#38b2ac}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);height:100vh;font-family:Inter,sans-serif;overflow:hidden}.container{text-align:center;background:radial-gradient(circle,#1a1a1a 0%,#000 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.hero{flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:800px;display:flex}.logo-container{margin-bottom:2rem;animation:1.5s ease-out fadeIn}.logo{filter:drop-shadow(0 0 20px #38b2ac33);width:100%;max-width:300px;height:auto}.content{animation:1s ease-out slideUp}.title{letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem;font-family:Crimson Pro,serif;font-size:3rem;font-weight:700}.subtitle{letter-spacing:.3em;color:var(--text-secondary);text-transform:uppercase;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:300}.divider{background-color:var(--accent-color);width:50px;height:2px;margin:0 auto 1.5rem}.message{color:var(--text-secondary);letter-spacing:.05em;font-size:1rem;font-weight:300}.footer{color:#333;letter-spacing:.1em;text-transform:uppercase;padding:2rem;font-size:.75rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.title{font-size:2rem}.subtitle{font-size:1rem}.logo{max-width:200px}}
