.login-page-background{min-height:100vh;padding:7.25rem 1rem 2.5rem;background:radial-gradient(circle at top left,rgba(106,130,251,.14),transparent 32%),radial-gradient(circle at bottom right,rgba(244,114,182,.1),transparent 28%),var(--pina-bg,#f5f6ff);display:flex;align-items:center;justify-content:center;transition:background .3s ease,color .3s ease}.login-form{width:100%;max-width:460px;background:rgba(255,255,255,.94);border:1px solid rgba(79,91,213,.12);border-radius:28px;box-shadow:0 22px 50px rgba(79,91,213,.14);backdrop-filter:blur(16px);padding:2rem}.login-title{margin:0 0 .45rem;color:var(--pina-text,#16142f);font-size:clamp(1.9rem,4vw,2.2rem);line-height:1.15;font-weight:800;text-align:center}.login-description{margin:0 0 1.6rem;color:var(--pina-text-soft,#6e6a86);text-align:center;font-size:.98rem}.login-form input{width:100%;padding:.95rem 1rem;border-radius:14px;border:1.5px solid rgba(79,91,213,.14);background:#fbfbff;color:var(--pina-text,#16142f);font-size:.96rem;font-family:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;margin-bottom:.95rem}.login-form input::-moz-placeholder{color:#98a0b3}.login-form input::placeholder{color:#98a0b3}.login-form input:focus{border-color:var(--pina-primary,#4f5bd5);box-shadow:0 0 0 4px rgba(79,91,213,.12);background:#ffffff}.login-form button[type=submit]{width:100%;margin-top:.2rem;padding:.95rem 1.2rem;border:none;border-radius:14px;background:linear-gradient(135deg,#4f5bd5,#6a82fb);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 14px 28px rgba(79,91,213,.24);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.login-form button[type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 32px rgba(79,91,213,.28)}.login-form button[type=submit]:disabled{opacity:.72;cursor:not-allowed}.divider{display:flex;align-items:center;justify-content:center;gap:.85rem;margin:1.3rem 0 1.15rem;color:var(--pina-text-muted,#a09ec0);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.divider:after,.divider:before{content:"";flex:1;height:1px;background:rgba(79,91,213,.14)}.google-login{width:100%;display:flex;justify-content:center}.google-login iframe,.google-login>div{max-width:100%}.forgot-password{margin-top:1rem;text-align:center}.forgot-password a{color:#5666eb;font-weight:600;font-size:.95rem;transition:color .18s ease,opacity .18s ease}.forgot-password a:hover{color:#3f4fdb}body[data-theme=dark] .login-page-background{background:radial-gradient(circle at top left,rgba(106,130,251,.16),transparent 30%),radial-gradient(circle at bottom right,rgba(103,232,249,.1),transparent 24%),linear-gradient(180deg,#0f1022,#0d0c1e)}body[data-theme=dark] .login-form{background:rgba(24,22,46,.92);border-color:rgba(255,255,255,.08);box-shadow:0 24px 56px rgba(0,0,0,.36)}body[data-theme=dark] .login-title{color:#f5f3ff}body[data-theme=dark] .login-description{color:rgba(255,255,255,.65)}body[data-theme=dark] .login-form input{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:#ffffff}body[data-theme=dark] .login-form input::-moz-placeholder{color:rgba(255,255,255,.34)}body[data-theme=dark] .login-form input::placeholder{color:rgba(255,255,255,.34)}body[data-theme=dark] .login-form input:focus{background:rgba(255,255,255,.07);border-color:#7c8cff;box-shadow:0 0 0 4px rgba(106,130,251,.18)}body[data-theme=dark] .divider{color:rgba(255,255,255,.38)}body[data-theme=dark] .divider:after,body[data-theme=dark] .divider:before{background:rgba(255,255,255,.1)}body[data-theme=dark] .forgot-password a{color:#aeb8ff}body[data-theme=dark] .forgot-password a:hover{color:#cbd2ff}@media (max-width:640px){.login-page-background{padding:6.5rem .9rem 2rem;align-items:flex-start}.login-form{max-width:100%;border-radius:22px;padding:1.5rem}.login-title{font-size:1.7rem}}