@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=Syne:wght@400;500;600;700;800&display=swap");.login-page *{box-sizing:border-box;margin:0;padding:0}.login-page{min-height:100vh;min-height:100dvh;display:flex;font-family:Figtree,sans-serif;color:#e2e8f0;overflow:hidden;background:#161929}.brand-panel{display:none;width:45%;background:#161929;flex-direction:column;justify-content:center;padding:96px;position:relative;z-index:2}@media (min-width:1024px){.brand-panel{display:flex}}.brand-panel h2{font-size:56px;line-height:1.1;font-weight:700;color:#ffffff;margin-bottom:24px}.brand-panel p{font-size:18px;color:#94a3b8;line-height:1.7;margin-bottom:40px;max-width:420px}.brand-panel .divider{width:48px;height:2px;background:#475569}.image-panel{flex:1;display:flex;align-items:center;justify-content:center;position:relative;background:#161929;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom))}@media (min-width:1024px){.image-panel{background-image:url(https://images.unsplash.com/photo-1552152370-fb05b25ff17d?auto=format&fit=crop&q=80);background-size:cover;background-position:50%}}@media (max-width:1023px){.image-panel{min-height:100vh;min-height:100dvh;background:#161929}}.login-card{background:rgba(28,31,36,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:48px;width:100%;max-width:480px;box-shadow:0 25px 60px rgba(0,0,0,.4)}@media (max-width:640px){.login-card{padding:32px 24px}}.login-card form{display:flex;flex-direction:column;gap:24px}.field-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff;margin-bottom:8px}.field-input{width:100%;padding:12px 16px;border-radius:8px;background:#171a1f;border:1px solid #334155;color:#f1f5f9;font-size:14px;font-family:inherit;outline:none;transition:border-color .2s}.field-input::placeholder{color:#64748b}.field-input:focus{border-color:#cbd5e1}.password-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.forgot-link{font-size:12px;color:#ffffff;text-decoration:none;transition:opacity .2s}.forgot-link:hover{opacity:.7}.password-wrap{position:relative}.lock-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#475569;pointer-events:none}.submit-btn{width:100%;padding:14px;border:none;border-radius:8px;background:#6467ED;color:#ffffff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 16px rgba(0,0,0,.2)}.submit-btn:hover{background:#5254d8}.submit-btn:active{transform:scale(.98)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.separator{display:flex;align-items:center;gap:16px;padding:8px 0}.separator .line{flex:1;height:1px;background:rgba(255,255,255,.2)}.separator span{font-size:11px;text-transform:uppercase;font-weight:500;color:#ffffff;white-space:nowrap}.google-btn{width:100%;padding:12px;border-radius:8px;background:#ffffff;border:1px solid rgba(255,255,255,.1);color:#1f2937;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:background .2s}.google-btn:hover{background:#f1f5f9}.error-box{padding:12px;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#f87171;font-size:13px}.footer-text{text-align:center;font-size:14px;color:#ffffff;margin-top:32px}.footer-text a{color:#6467ED;font-weight:700;text-decoration:none;margin-left:4px;transition:color .2s}.footer-text a:hover{color:#5254d8}@keyframes spin{to{transform:rotate(1turn)}}