@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--color-bg: #0f1419;--color-bg-elevated: #1a2332;--color-bg-card: #1e2a3a;--color-border: rgba(255, 255, 255, .08);--color-border-focus: #3b82f6;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-text-placeholder: #64748b;--color-accent: #3b82f6;--color-accent-hover: #60a5fa;--color-success: #22c55e;--color-error: #ef4444;--color-error-bg: rgba(239, 68, 68, .1);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-card: 0 4px 24px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.language-switcher{display:flex;align-items:center;gap:.5rem}.language-switcher__label{font-size:.75rem;font-weight:500;color:var(--color-text-muted)}.language-switcher__btn{padding:.375rem .625rem;font-size:.8125rem;font-weight:600;font-family:inherit;color:var(--color-text-muted);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.language-switcher__btn:hover{color:var(--color-text);border-color:#ffffff26;background:#ffffff08}.language-switcher__btn--active{color:var(--color-accent);border-color:#3b82f666;background:#3b82f61a}.layout{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,130,246,.15),transparent),var(--color-bg)}.layout__header{position:fixed;top:0;left:0;right:0;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;z-index:10}.layout__brand{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text);text-decoration:none;transition:color .2s}.layout__brand:hover{color:var(--color-accent)}.layout__main{flex:1;display:flex;align-items:center;justify-content:center;padding:5rem 1rem 2rem}.layout__footer{padding:1rem 1.5rem;text-align:center;border-top:1px solid var(--color-border)}.layout__copyright{margin:0;font-size:.8125rem;color:var(--color-text-muted)}@media(max-width:480px){.layout__main{padding:4rem 1rem 1.5rem}.layout__footer{padding:1rem}}.reset-password,.forgot-password{width:100%;max-width:420px;padding:0 1rem}.auth-page{width:100%;max-width:420px;padding:2rem}.auth-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-card)}.auth-card--success{text-align:center}.auth-card h1{margin:0 0 1.75rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-field label{font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.auth-field input{padding:.875rem 1rem;font-size:1rem;font-family:inherit;color:var(--color-text);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .2s,box-shadow .2s}.auth-field input::placeholder{color:var(--color-text-placeholder)}.auth-field input:hover{border-color:#ffffff1f}.auth-field input:focus{outline:none;border-color:var(--color-border-focus);box-shadow:0 0 0 3px #3b82f626}.auth-field input:disabled{opacity:.6;cursor:not-allowed}.auth-error{margin:0;padding:.875rem 1rem;font-size:.875rem;color:var(--color-error);background:var(--color-error-bg);border-radius:var(--radius-md)}.auth-success{margin:0;font-size:1rem;color:var(--color-success)}.auth-submit{margin-top:.25rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:var(--color-accent);border:none;border-radius:var(--radius-md);cursor:pointer;transition:background .2s}.auth-submit:hover:not(:disabled){background:var(--color-accent-hover)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-link{display:inline-block;margin-top:1rem;font-size:.875rem;color:var(--color-accent);text-decoration:none;transition:color .2s}.auth-link:hover{color:var(--color-accent-hover)}
