@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--primary: #4F46E5;--primary-dark: #4338CA;--secondary: #7C3AED;--accent: #3B82F6;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--success: #10b981;--warning: #f59e0b;--error: #ef4444;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:var(--gray-50);color:var(--gray-900)}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}::selection{background:#4f46e533;color:var(--gray-900)}*:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.home-container{min-height:100vh;background-color:#f8fafc;font-family:Outfit,sans-serif;position:relative;color:#1e293b;overflow-x:hidden}.home-container.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:#fff}.home-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:#f8fafc}.grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-size:50px 50px;background-image:linear-gradient(to right,rgba(99,102,241,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(99,102,241,.05) 1px,transparent 1px);-webkit-mask-image:radial-gradient(circle at center,black 40%,transparent 100%);mask-image:radial-gradient(circle at center,black 40%,transparent 100%)}.ambient-glow{position:absolute;top:-20%;left:-10%;width:60%;height:60%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);filter:blur(80px);animation:pulse 10s ease-in-out infinite alternate}@keyframes pulse{0%{opacity:.5;transform:scale(1)}to{opacity:.8;transform:scale(1.1)}}.home-header{position:relative;z-index:50;padding:1.5rem 0}.header-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{height:40px;width:auto;object-fit:contain}.header-right{display:flex;align-items:center;gap:1.5rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:100px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 20px #00000008}.user-profile{display:flex;align-items:center;gap:.75rem}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;box-shadow:0 2px 8px #4f46e540}.user-email{font-size:.875rem;color:#475569;font-weight:500}.logout-btn{background:#f1f5f9;border:none;color:#64748b;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.logout-btn:hover{background:#fee2e2;color:#ef4444;transform:rotate(90deg)}.home-main{position:relative;z-index:1;padding:4rem 2rem;max-width:1400px;margin:0 auto}.section-header{margin-bottom:3rem}.section-header h1{font-size:2.5rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.03em;background:linear-gradient(to right,#0f172a,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-header p{font-size:1.125rem;color:#64748b;font-weight:400}.workspaces-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.workspace-card{background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);border-radius:24px;padding:2rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #00000003,0 2px 4px -1px #00000003;display:flex;flex-direction:column}.workspace-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#3b82f61a,#4f46e50d);opacity:0;transition:opacity .4s ease}.workspace-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -5px #3b82f626;border-color:#3b82f64d}.workspace-card:hover:before{opacity:1}.card-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column}.card-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.icon-box{width:56px;height:56px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000d;color:#3b82f6;transition:transform .3s ease}.workspace-card:hover .icon-box{transform:scale(1.1) rotate(-5deg);color:#4f46e5}.workspace-icon{width:28px;height:28px}.arrow-icon{color:#cbd5e1;opacity:0;transform:translate(-10px);transition:all .3s ease}.workspace-card:hover .arrow-icon{opacity:1;transform:translate(0);color:#3b82f6}.card-info h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;letter-spacing:-.02em}.workspace-desc{font-size:.95rem;color:#64748b;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.spinner-large{width:48px;height:48px;border:3px solid rgba(59,130,246,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.header-content{padding:0 1.5rem}.header-logo{height:32px}.user-email{display:none}.section-header h1{font-size:2.25rem}.workspaces-grid{grid-template-columns:1fr}}.login-container{min-height:100vh;width:100%;background:linear-gradient(135deg,#f8fafc,#eef2ff);font-family:Inter,sans-serif;overflow:hidden}.login-split{display:flex;min-height:100vh;position:relative;overflow:hidden;padding-inline:6%}.login-brand-section{flex:1;position:relative;display:flex;flex-direction:column;justify-content:center;z-index:10}.brand-content{position:relative;z-index:10;max-width:75%}.logo-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.brand-icon{height:64px;width:auto;object-fit:contain}.brand-name{height:3.5rem;width:auto;object-fit:contain}.brand-phrase{font-size:2.5rem;font-weight:700;line-height:1.1;color:#1e293b;margin-bottom:1.5rem}.brand-subphrase{font-size:1.25rem;color:#64748b}.brand-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.abstract-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6}.shape-1{width:600px;height:600px;background:#3b82f626;top:-100px;right:20%}.shape-2{width:500px;height:500px;background:#6366f126;bottom:-100px;left:-100px}.login-form-section{flex:1;display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:20}.login-card{width:100%;max-width:480px;background:#fff;border-radius:24px;box-shadow:0 20px 40px #00000014;padding:3rem}.card-header{margin-bottom:2rem}.card-header.centered{text-align:center;display:flex;flex-direction:column;align-items:center}.card-icon{width:64px;height:64px;object-fit:contain;margin-bottom:1.5rem;filter:drop-shadow(0 4px 6px rgba(59,130,246,.2))}.card-header h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.01em}.card-header p{color:#64748b;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#334155}.input-wrapper{position:relative;display:flex;align-items:center}.form-group input{width:100%;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#1e293b;background:#f8fafc;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder{color:#94a3b8}.password-wrapper input{padding-right:3rem}.toggle-password{position:absolute;right:.75rem;background:none;border:none;color:#94a3b8;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.toggle-password:hover{color:#475569}.form-actions{display:flex;justify-content:flex-end}.forgot-password-btn{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;transition:color .2s}.forgot-password-btn:hover{color:#2563eb;text-decoration:underline}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.submit-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #2563eb33}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #2563eb4d}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer{margin-top:3rem;text-align:center}.login-footer p{color:#94a3b8;font-size:.75rem}@media(max-width:1024px){.brand-phrase{font-size:2.5rem}.login-brand-section{padding:3rem}}@media(max-width:768px){.login-split{flex-direction:column}.login-brand-section{flex:0 0 auto;padding:3rem 2rem;min-height:300px}.brand-phrase{font-size:2rem}.brand-subphrase{display:none}.login-form-section{flex:1;padding:2rem;box-shadow:none}.login-card{max-width:100%}.shape-1,.shape-2{width:300px;height:300px}}
