.login-page-wrapper{display:flex;min-height:100vh;width:100%;background-color:var(--background);overflow:hidden}.login-visual-section{flex:1.2 1;position:relative;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;align-items:center;justify-content:center;overflow:hidden}.visual-background{position:absolute;top:0;left:0;right:0;bottom:0}.visual-circle{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}.circle-1{width:600px;height:600px;background:var(--primary);top:-200px;left:-100px;animation:float-slow 20s infinite alternate}.circle-2{width:400px;height:400px;background:#c084fc;bottom:-100px;right:-50px;animation:float-slow 15s infinite alternate-reverse}.circle-3{width:300px;height:300px;background:#38bdf8;top:20%;right:10%;animation:float-slow 25s infinite alternate}@keyframes float-slow{0%{transform:translate(0)}to{transform:translate(40px,60px)}}.visual-content{position:relative;z-index:10;max-width:500px;padding:40px;color:white}.hero-logo{font-size:5rem;margin-bottom:2rem;filter:drop-shadow(0 0 20px rgba(16,185,129,.4))}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.25rem;color:#94a3b8;line-height:1.6}.login-form-section{flex:1 1;display:flex;align-items:center;justify-content:center;background:var(--surface);border-left:1px solid var(--border);padding:40px}.form-container{width:100%;max-width:400px}.mobile-logo-header{display:none;align-items:center;gap:12px;margin-bottom:40px}.mobile-logo{font-size:2rem}.mobile-brand{font-size:1.25rem;font-weight:700}.form-header{margin-bottom:40px}.form-title{font-size:2rem;font-weight:700;margin-bottom:8px;color:var(--text)}.form-subtitle{color:var(--text-muted);font-size:1.1rem}.google-auth-btn{width:100%;height:56px;display:flex;align-items:center;justify-content:center;gap:16px;background:white;color:#1e293b;border:1px solid #e2e8f0;border-radius:var(--radius-md);font-size:1.1rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:0 1px 2px rgba(0,0,0,.05)}.google-auth-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 6px rgba(0,0,0,.05)}.google-auth-btn:active:not(:disabled){transform:translateY(0)}.google-auth-btn:disabled{opacity:.7;cursor:not-allowed}.google-icon-box{display:flex;align-items:center;justify-content:center}.auth-error-msg{margin-top:24px;padding:16px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#ef4444;border-radius:var(--radius-sm);font-size:.95rem;text-align:center}.form-footer{margin-top:40px;text-align:center}.security-note{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.85rem;color:var(--text-muted)}@media (max-width:1024px){.hero-title{font-size:3rem}}@media (max-width:768px){.login-visual-section{display:none}.login-form-section{background:var(--background);border-left:none;padding:24px}.mobile-logo-header{display:flex}}