*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#d0c8d8;background:#141220;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#f97a3a33;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f97a3a59}::selection{color:#f0ebe4;background:#f97a3a40}.auth-container{background:#141220;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1c182ad9;border:1px solid #786e8c0f;border-radius:16px;width:100%;max-width:380px;padding:40px 36px;box-shadow:0 16px 64px #0006}.auth-logo{text-align:center;margin-bottom:32px}.auth-logo-icon{border-radius:12px;width:56px;height:56px;margin:0 auto 10px;display:block}.auth-logo h1{color:#f0ebe4;letter-spacing:.5px;margin:0;font-family:Raleway,sans-serif;font-size:20px;font-weight:700}.auth-subtitle{color:#5e5570;letter-spacing:.3px;margin:6px 0 0;font-size:12px;font-weight:500}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-field label{color:#8a8098;text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.auth-field input{color:#e8e0f0;box-sizing:border-box;background:#100e1acc;border:1px solid #786e8c1a;border-radius:8px;outline:none;width:100%;padding:11px 14px;font-family:Raleway,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.auth-field input:focus{border-color:#f97a3a4d;box-shadow:0 0 0 3px #f97a3a0f}.auth-field input::placeholder{color:#4e4660}.auth-error{color:#f97a3ae6;text-align:center;background:#e8453014;border:1px solid #e8453026;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:600}.auth-submit{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#e84530,#f97a3a);border:none;border-radius:10px;margin-top:4px;padding:12px;font-family:Raleway,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.auth-submit:hover:not(:disabled){background:linear-gradient(135deg,#f05540,#ffa04a);transform:translateY(-1px);box-shadow:0 4px 20px #f97a3a4d}.auth-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #f97a3a33}.auth-submit:disabled{opacity:.4;cursor:not-allowed}.app-loading{color:#9990a8;letter-spacing:.3px;background:#141220;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:100vh;font-family:Raleway,sans-serif;font-size:13px;font-weight:500;display:flex}.app-loading-spinner{border:2px solid #f97a3a1f;border-top-color:#f97a3a;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
