@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e2e8f0;background-color:#111;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;justify-content:center}.app-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;height:100vh;padding:2rem;box-sizing:border-box;text-align:center}.main-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.logo-container{display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#2e2cb3 0% 50%,#242424 50%,#000);padding:2rem;border-radius:1rem;margin-bottom:2rem;box-shadow:0 10px 15px -3px #00000080;transition:transform .3s ease}.logo-container:hover{transform:scale(1.05)}.logo{height:150px;width:auto;filter:drop-shadow(0 0 10px rgba(0,0,0,.5))}.title{font-size:3rem;font-weight:700;margin:0;letter-spacing:-.025em;background:linear-gradient(to right,#e2e8f0,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{font-size:1.25rem;font-weight:300;color:#94a3b8;margin:0}.footer{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-bottom:2rem}.social-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.social-icon{color:#94a3b8;font-size:1.75rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:.75rem;border-radius:50%;background-color:#1e293b80;border:1px solid rgba(148,163,184,.1)}.social-icon:hover{color:#ff1801;transform:translateY(-4px);background-color:#ff18011a;border-color:#ff18014d;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.copyright{font-size:.875rem;color:#64748b;margin:0}@media(max-width:640px){.title{font-size:2.25rem}.social-links{gap:1rem}}
