*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#0a0a0a;color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.auth-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.auth-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(135deg,#0a0a0a,#1a1a2e)}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s infinite ease-in-out}.orb-1{width:400px;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);top:-10%;left:-10%;animation-delay:0s}.orb-2{width:500px;height:500px;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:-15%;right:-15%;animation-delay:7s}.orb-3{width:350px;height:350px;background:linear-gradient(135deg,#4facfe,#00f2fe);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.auth-content{position:relative;z-index:1;width:100%;max-width:440px}.auth-form-container{width:100%}.auth-form-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:40px;box-shadow:0 8px 32px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.auth-form-card:hover{transform:translateY(-4px);box-shadow:0 12px 48px #0006}.auth-header{text-align:center;margin-bottom:32px}.auth-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;margin-bottom:16px;color:#fff}.auth-title{font-size:28px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.5px}.auth-subtitle{font-size:15px;color:#fff9;margin:0}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#ffffffe6;margin-left:4px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;color:#fff6;pointer-events:none;transition:color .2s ease}.input-wrapper:focus-within .input-icon{color:#667eea}.form-input{width:100%;padding:14px 16px 14px 48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:15px;transition:all .2s ease;outline:none}.form-input::placeholder{color:#ffffff4d}.form-input:focus{background:#ffffff14;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input:disabled{opacity:.5;cursor:not-allowed}.password-hint{display:flex;align-items:center;gap:6px;font-size:13px;margin-top:4px;margin-left:4px;transition:color .2s ease}.password-hint.error{color:#f5576c}.password-hint.success{color:#4ade80}.auth-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f5576c1a;border:1px solid rgba(245,87,108,.3);border-radius:12px;color:#f5576c;font-size:14px}.auth-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-switch{margin-top:24px;text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.auth-switch p{font-size:14px;color:#fff9;margin:0}.auth-switch-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;transition:color .2s ease;padding:0;font-size:14px}.auth-switch-button:hover:not(:disabled){color:#764ba2;text-decoration:underline}.auth-switch-button:disabled{opacity:.5;cursor:not-allowed}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@media(max-width:480px){.auth-form-card{padding:32px 24px}.auth-title{font-size:24px}.auth-icon{width:56px;height:56px}}
