.user-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;transition:background-color .2s}.user-profile:hover{background-color:#0000000d}.user-profile-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#e0e0e0}.user-profile-avatar img{width:100%;height:100%;object-fit:cover}.user-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#4a86e8;color:#fff;font-weight:500;font-size:.9rem}.user-profile-info{flex-grow:1;min-width:0}.user-name{font-size:.9rem;font-weight:500;margin:0;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.8rem;margin:0;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-button{background:none;border:none;color:#4a86e8;font-size:.8rem;font-weight:500;padding:.5rem;cursor:pointer;border-radius:4px;transition:background-color .2s}.logout-button:hover{background-color:#4a86e81a}@media (max-width: 576px){.user-profile{padding:.25rem}.user-profile-avatar{width:32px;height:32px}.user-name,.user-email{max-width:120px}}.auth-form-container{max-width:480px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a}.auth-form-container h2{text-align:center;margin-bottom:1.5rem;color:#2a2a2a;font-size:1.75rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;font-size:.9rem;color:#555}.form-group input{padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#4a86e8;box-shadow:0 0 0 2px #4a86e833}.form-group small{font-size:.8rem;color:#777;margin-top:.25rem}.auth-button{margin-top:1rem;padding:.75rem 1rem;background-color:#4a86e8;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.auth-button:hover{background-color:#3b78e7}.auth-button:disabled{background-color:#a4c1f0;cursor:not-allowed}.auth-error{background-color:#ffebee;color:#d32f2f;padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.auth-separator{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#777}.auth-separator:before,.auth-separator:after{content:"";flex:1;border-bottom:1px solid #ddd}.auth-separator span{padding:0 .75rem;font-size:.9rem}.oauth-buttons{display:flex;flex-direction:column;gap:.75rem}.oauth-button{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s}.oauth-button svg{margin-right:.75rem;flex-shrink:0}.oauth-button:hover{background-color:#f5f5f5}.oauth-button:disabled{opacity:.7;cursor:not-allowed}.oauth-button.google{color:#4285f4}.oauth-button.github{color:#24292e}.oauth-button.linkedin{color:#0077b5}.oauth-button.microsoft{color:#00a4ef}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#555}.auth-footer a{color:#4a86e8;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}@media (max-width: 576px){.auth-form-container{padding:1.5rem;margin:0 1rem}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa 0%,#e4eff9 100%);padding:2rem 1rem}.auth-container{width:100%;max-width:900px;display:flex;flex-direction:column;gap:2rem}.auth-brand{text-align:center;margin-bottom:1rem}.auth-brand h1{font-size:2.5rem;font-weight:700;color:#2a2a2a;margin-bottom:.5rem}.auth-brand .tagline{font-size:1.1rem;color:#555}.auth-callback-loading,.auth-callback-error{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:2rem;text-align:center;max-width:480px;width:100%}.auth-callback-loading h2,.auth-callback-error h2{margin-bottom:1rem;color:#2a2a2a}.auth-callback-loading p,.auth-callback-error p{margin-bottom:1.5rem;color:#555}.auth-callback-error button{padding:.75rem 1.5rem;background-color:#4a86e8;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.auth-callback-error button:hover{background-color:#3b78e7}.loading-spinner{display:inline-block;width:50px;height:50px;border:3px solid rgba(74,134,232,.3);border-radius:50%;border-top-color:#4a86e8;animation:spin 1s ease-in-out infinite;margin:1rem auto}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 768px){.auth-container{flex-direction:row;align-items:center}.auth-brand{flex:1;text-align:left;padding-right:2rem}.auth-form-container{flex:1}}
