*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:#080808;font-family:Syne,sans-serif;overflow-x:hidden}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.035;pointer-events:none;z-index:1000}#root{min-height:100vh}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;position:relative}.glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(244,140,6,.12) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;will-change:transform}.content{position:relative;z-index:10;text-align:center;display:flex;flex-direction:column;align-items:center}.logo{font-size:clamp(2.5rem,10vw,5.5rem);font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1;margin-bottom:1rem}.logo span{background:linear-gradient(135deg,#f48c06,#e85d04);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:clamp(.875rem,2vw,1rem);color:#555;letter-spacing:.1em;font-weight:500;margin-bottom:2rem}.footer{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);color:#2a2a2a;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.auth-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:320px}.oauth-buttons{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:1.5rem}.oauth-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;transition:transform .15s,background .15s}.oauth-button.google{background:#fff;color:#333}.oauth-button.apple{background:#000;color:#fff;border-color:#333}.oauth-button:hover{transform:translateY(-2px)}.oauth-button.google:hover{background:#f5f5f5}.oauth-button.apple:hover{background:#1a1a1a}.divider{display:flex;align-items:center;width:100%;margin-bottom:1.5rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.divider span{padding:0 1rem;color:#444;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em}.auth-form{display:flex;flex-direction:column;gap:.875rem;width:100%}.auth-input{padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-family:inherit;font-size:.9375rem;outline:none;transition:border-color .15s,background .15s}.auth-input::placeholder{color:#555}.auth-input:focus{border-color:#f48c06;background:#ffffff14}.auth-button{padding:.875rem 1.5rem;background:linear-gradient(135deg,#f48c06,#e85d04);border:none;border-radius:8px;color:#000;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;transition:transform .15s,opacity .15s}.auth-button:hover{transform:translateY(-2px)}.auth-button:active{transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button.sign-out{margin-top:2rem;background:#ffffff1a;color:#888}.auth-button.sign-out:hover{background:#ffffff26;color:#fff}.auth-toggle{background:none;border:none;color:#555;font-family:inherit;font-size:.8125rem;cursor:pointer;transition:color .15s;margin-top:.5rem}.auth-toggle:hover{color:#f48c06}.auth-error{color:#ff6b6b;font-size:.8125rem;text-align:center}@media(max-width:480px){.glow{width:350px;height:350px}}
