.auth-container{background:linear-gradient(135deg,#8fb588 0%,#6b9b64 50%,#567d51 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{-webkit-backdrop-filter:blur(20px);background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.3);border-radius:1.5rem;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 16px 48px -12px rgba(0,0,0,.2)}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-title{color:#1f2937;margin:0 0 .5rem;font-size:2rem;font-weight:700}.auth-subtitle{color:#6b7280;margin:0}.auth-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field{flex-direction:column;gap:.375rem;display:flex}.auth-label{color:#374151;font-size:.875rem;font-weight:500}.auth-input-wrapper{align-items:center;display:flex;position:relative}.auth-input-icon{color:#9ca3af;pointer-events:none;position:absolute;left:.75rem}.auth-input{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;width:100%;padding:.875rem .875rem .875rem 2.75rem;font-size:1rem;transition:all .2s}.auth-input:focus{border-color:#6b9b64;outline:none;box-shadow:0 0 0 4px rgba(107,155,100,.15)}.auth-input:disabled{cursor:not-allowed;background:#f9fafb}.auth-input-password{padding-right:2.5rem}.auth-password-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:.75rem}.auth-password-toggle:hover{color:#6b7280}.auth-hint{color:#9ca3af;margin:0;font-size:.75rem}.auth-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8fb588 0%,#6b9b64 50%,#567d51 100%);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.875rem 1rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex;box-shadow:0 2px 8px -2px rgba(107,155,100,.3)}.auth-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,155,100,.4)}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-divider{align-items:center;margin:1.5rem 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.auth-divider span{color:#9ca3af;padding:0 1rem;font-size:.875rem}.oauth-buttons{gap:.75rem;display:flex}.oauth-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.oauth-btn:hover:not(:disabled){background:#f8fafc;border-color:#6b9b64;box-shadow:0 2px 8px -2px rgba(107,155,100,.15)}.oauth-btn:disabled{opacity:.7;cursor:not-allowed}.oauth-btn-google,.oauth-btn-github{color:#374151}.auth-footer{text-align:center;color:#6b7280;margin-top:1.5rem;font-size:.875rem}.auth-link{color:#6b9b64;font-weight:500;text-decoration:none;transition:color .2s}.auth-link:hover{color:#567d51;text-decoration:underline}.auth-success{text-align:center;padding:1rem 0}.auth-success-icon{color:#10b981;margin-bottom:1rem}.auth-success-title{color:#1f2937;margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.auth-success-message{color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.user-menu{position:relative}.user-menu-trigger{cursor:pointer;background:rgba(255,255,255,.9);border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.user-menu-trigger:hover{background:#f8fafc;border-color:#6b9b64}.user-avatar{color:#fff;background:linear-gradient(135deg,#8fb588 0%,#6b9b64 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.user-menu-dropdown{-webkit-backdrop-filter:blur(16px);z-index:50;background:rgba(255,255,255,.95);border:1px solid rgba(255,255,255,.3);border-radius:.75rem;min-width:200px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 8px 24px -8px rgba(0,0,0,.12)}.user-menu-header{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.user-menu-email{color:#374151;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;font-weight:500;overflow:hidden}.user-menu-item{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:background .2s;display:flex}.user-menu-item:hover{background:#f9fafb}.user-menu-item-danger{color:#dc2626}.user-menu-item-danger:hover{background:#fef2f2}
