.auth-shell{background:rgb(var(--background-primary));justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem 1rem;display:flex;position:relative;overflow:hidden}.auth-backdrop{pointer-events:none;z-index:0;position:absolute;inset:0}.auth-backdrop-blob{filter:blur(80px);opacity:.25;border-radius:50%;position:absolute}.auth-backdrop-blob-a{background:radial-gradient(circle,#dc262680,#0000 70%);width:480px;height:480px;top:-120px;left:-120px}.auth-backdrop-blob-b{background:radial-gradient(circle,#b91c1c66,#0000 70%);width:360px;height:360px;bottom:-80px;right:-80px}.auth-card{z-index:1;background:rgb(var(--background-secondary));border:1px solid rgb(var(--border-primary));border-radius:12px;width:100%;max-width:420px;padding:2rem;position:relative;box-shadow:0 0 0 1px #dc262614,0 20px 60px #0009,0 0 40px #dc26260f}@media (max-width:480px){.auth-card{border-radius:10px;padding:1.5rem 1.25rem}}.auth-brand{align-items:center;gap:.5rem;margin-bottom:1.75rem;text-decoration:none;display:flex}.auth-brand-mark{background:rgb(var(--accent-primary));color:#fff;letter-spacing:-.02em;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;font-weight:800;display:inline-flex}.auth-brand-text{letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--text-primary));font-size:.9375rem;font-weight:700}.auth-brand-text-accent{color:rgb(var(--accent-primary))}.auth-card-header{margin-bottom:1.5rem}.auth-card-title{color:rgb(var(--text-primary));margin:0 0 .375rem;font-size:1.375rem;font-weight:700;line-height:1.3}.auth-card-subtitle{color:rgb(var(--text-muted));margin:0;font-size:.875rem;line-height:1.5}.auth-card-body{flex-direction:column;gap:1rem;display:flex}.auth-card-footer{border-top:1px solid rgb(var(--border-primary));text-align:center;margin-top:1.25rem;padding-top:1.25rem}.auth-oauth-btn{background:rgb(var(--background-tertiary));width:100%;color:rgb(var(--text-primary));border:1px solid rgb(var(--border-secondary));cursor:pointer;text-align:center;border-radius:8px;justify-content:center;align-items:center;gap:.625rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s,border-color .15s;display:flex}.auth-oauth-btn:hover:not(:disabled){background:rgb(var(--background-primary));border-color:rgb(var(--accent-primary))}.auth-oauth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:rgb(var(--text-muted));align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:rgb(var(--border-primary));flex:1;height:1px}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field{flex-direction:column;gap:.375rem;display:flex}.auth-field-label{color:rgb(var(--text-secondary));justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:500;display:flex}.auth-input{background:rgb(var(--background-primary));width:100%;color:rgb(var(--text-primary));border:1px solid rgb(var(--border-primary));box-sizing:border-box;border-radius:8px;outline:none;padding:.5625rem .75rem;font-size:.875rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.auth-input::placeholder{color:rgb(var(--text-muted))}.auth-input:focus{border-color:rgb(var(--accent-primary));box-shadow:0 0 0 3px #dc262626}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-with-icon{padding-right:2.5rem}.auth-input-icon-btn{color:rgb(var(--text-muted));cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;line-height:0;transition:color .15s;display:flex;position:absolute;right:.625rem}.auth-input-icon-btn:hover{color:rgb(var(--text-primary))}.auth-error{color:#f87171;background:#dc26261a;border:1px solid #dc262640;border-radius:6px;margin:0;padding:.5rem .75rem;font-size:.8125rem;line-height:1.5}.auth-info{color:#4ade80;background:#4ade8014;border:1px solid #4ade8033;border-radius:6px;margin:0;padding:.5rem .75rem;font-size:.8125rem;line-height:1.5}.auth-submit-btn{background:rgb(var(--accent-primary));color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-top:.25rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .15s,box-shadow .15s,transform .15s;display:flex;box-shadow:0 4px 16px #dc26264d}.auth-submit-btn:hover:not(:disabled){background:rgb(var(--accent-primary-hover));transform:translateY(-1px);box-shadow:0 6px 20px #dc262666}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer-text{color:rgb(var(--text-muted));margin:0;font-size:.875rem}.auth-footer-link{color:rgb(var(--accent-primary));font-weight:500;text-decoration:none;transition:color .15s}.auth-footer-link:hover{color:rgb(var(--accent-secondary));text-decoration:underline}.auth-forgot-link{color:rgb(var(--text-muted));margin-left:auto;font-size:.75rem;font-weight:400;text-decoration:none;transition:color .15s}.auth-forgot-link:hover{color:rgb(var(--accent-primary))}.auth-loading{background:rgb(var(--background-primary));justify-content:center;align-items:center;min-height:100dvh;display:flex}@keyframes dash-spin{to{transform:rotate(360deg)}}.dash-loading-spinner{border:2px solid rgb(var(--border-secondary));border-top-color:rgb(var(--accent-primary));border-radius:50%;width:2rem;height:2rem;animation:.7s linear infinite dash-spin}
