.login-page { min-height:100vh; background:#f3f7f3; }
.login-page #form1 { min-height:100vh; display:flex; flex-direction:column; }
.login-main { position:relative; flex:1; padding-bottom:88px; overflow:hidden; }
.login-intro { position:relative; min-height:410px; padding:68px 24px 130px; color:#fff; background:linear-gradient(115deg,#164c2b 0%,#267532 55%,#5abc2d 100%); overflow:hidden; }
.login-intro::before,.login-intro::after { position:absolute; content:""; border:1px solid rgba(255,255,255,.12); border-radius:50%; }
.login-intro::before { width:520px; height:520px; right:-110px; top:-230px; }
.login-intro::after { width:310px; height:310px; right:-5px; top:-125px; }
.login-intro-inner { position:relative; z-index:1; width:min(1040px,100%); margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:56px; }
.login-copy { max-width:630px; }
.login-copy .eyebrow { color:#c8f5a7; }
.login-copy h1 { margin:12px 0 18px; color:#fff; font-size:clamp(2.7rem,5vw,4.4rem); line-height:.98; letter-spacing:-.05em; }
.login-copy>p { max-width:610px; margin:0; color:rgba(255,255,255,.9); font-size:1.1rem; line-height:1.65; }
.login-benefits { display:flex; flex-wrap:wrap; gap:12px 24px; margin-top:28px; color:rgba(255,255,255,.92); font-size:.92rem; }
.login-benefits span { display:flex; align-items:center; gap:8px; }
.login-benefits b { display:grid; width:22px; height:22px; place-items:center; border-radius:50%; color:#1c682e; background:#dff7cc; font-size:.75rem; }
.login-visual { width:145px; height:145px; flex:0 0 145px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.28); border-radius:34px; background:rgba(255,255,255,.12); box-shadow:0 20px 50px rgba(8,50,24,.2); transform:rotate(4deg); backdrop-filter:blur(8px); }
.login-visual svg { width:72px; height:72px; fill:none; stroke:#fff; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }
.access-section { position:relative; z-index:2; width:min(560px,calc(100% - 32px)); margin:-94px auto 0; }
.access-card { display:block; padding:clamp(28px,5vw,48px); border:1px solid rgba(29,92,42,.1); border-radius:28px; background:#fff; box-shadow:0 24px 70px rgba(26,69,38,.14); }
.access-heading { margin-bottom:30px; }
.access-heading h2 { margin:7px 0 8px; color:#14271a; font-size:clamp(1.8rem,4vw,2.35rem); letter-spacing:-.035em; }
.access-heading p { margin:0; color:#637269; }
.form-field { margin-top:20px; }
.form-field>label { display:block; margin-bottom:8px; color:#25382b; font-size:.88rem; font-weight:700; }
.input-shell { position:relative; display:flex; align-items:center; }
.input-shell>svg { position:absolute; z-index:1; left:16px; width:21px; height:21px; fill:none; stroke:#718077; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; pointer-events:none; }
.access-input { box-sizing:border-box; width:100%; height:54px; padding:0 48px; border:1px solid #d6e2d5; border-radius:13px; outline:none; color:#17261b; background:#f8fbf6; font:inherit; transition:border-color .2s,box-shadow .2s,background .2s; }
.access-input::placeholder { color:#89958d; }
.access-input:focus { border-color:#39903a; background:#fff; box-shadow:0 0 0 4px rgba(67,153,62,.13); }
.password-shell .access-input { padding-right:52px; }
.password-toggle { position:absolute; right:8px; width:40px; height:40px; display:grid; place-items:center; border:0; border-radius:9px; color:#607066; background:transparent; cursor:pointer; }
.password-toggle:hover,.password-toggle:focus-visible { color:#28782f; background:#eaf5e5; outline:none; }
.password-toggle svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.form-alert { display:block; margin-top:18px; padding:12px 14px; border:1px solid #f1d7ad; border-radius:11px; color:#7d5113; background:#fff8e9; font-size:.88rem; line-height:1.5; }
.primary-action,.recovery-action { box-sizing:border-box; width:100%; min-height:52px; border-radius:13px; font:inherit; font-weight:700; cursor:pointer; transition:transform .2s,box-shadow .2s,background .2s; }
.primary-action { margin-top:26px; border:1px solid #28782f; color:#fff; background:linear-gradient(135deg,#216c2c,#48a933); box-shadow:0 12px 24px rgba(39,120,47,.2); }
.primary-action:hover,.primary-action:focus-visible { background:linear-gradient(135deg,#195b24,#3d982d); box-shadow:0 14px 28px rgba(39,120,47,.28); transform:translateY(-1px); }
.recovery-action { margin-top:12px; border:1px solid #d7e4d5; color:#276d30; background:#fff; }
.recovery-action:hover,.recovery-action:focus-visible { border-color:#bcd5b8; background:#f2f9ee; }
.access-help { margin:20px 0 0; color:#78847c; font-size:.8rem; line-height:1.5; text-align:center; }
.login-footer { position:relative; display:flex; align-items:center; justify-content:center; min-height:76px; padding:16px 140px; }
.login-footer p { margin:0; }
.admin-access { position:absolute; right:28px; border:0; color:#718078; background:transparent; font:inherit; font-size:.75rem; cursor:pointer; }
.admin-access:hover,.admin-access:focus-visible { color:#276d30; text-decoration:underline; }
@media (max-width:760px) {
  .login-intro { min-height:360px; padding:48px 20px 120px; }
  .login-copy h1 { font-size:clamp(2.4rem,13vw,3.4rem); }
  .login-copy>p { font-size:1rem; }
  .login-visual,.login-benefits { display:none; }
  .access-section { margin-top:-78px; }
  .access-card { border-radius:22px; }
  .login-footer { flex-direction:column; gap:8px; padding:18px 20px; }
  .admin-access { position:static; }
}
@media (prefers-reduced-motion:reduce) { .access-input,.primary-action,.recovery-action { transition:none; } }
