:root{
  --auth-green:#0b3d2c;--auth-green-2:#14583c;--auth-green-3:#1d7350;
  --auth-gold:#cfa64b;--auth-gold-2:#e8c873;--auth-cream:#f7f2e7;
  --auth-paper:#fffdfa;--auth-ink:#17261e;--auth-muted:#68736c;
  --auth-line:#e6dece;--auth-danger:#a23f34;--auth-shadow:0 28px 80px rgba(26,55,39,.13)
}
*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--auth-ink)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}
.auth-page{background:radial-gradient(circle at 10% 6%,rgba(207,166,75,.14),transparent 28%),radial-gradient(circle at 94% 92%,rgba(20,88,60,.08),transparent 25%),linear-gradient(145deg,#fbf8f0,#f4efe4);overflow-x:hidden}
.auth-page:before,.auth-page:after{content:"";position:fixed;border:1px solid rgba(207,166,75,.20);border-radius:50%;pointer-events:none;z-index:0}.auth-page:before{width:230px;height:230px;left:-100px;top:-100px;box-shadow:0 0 0 32px rgba(207,166,75,.05),0 0 0 64px rgba(207,166,75,.025)}.auth-page:after{width:270px;height:270px;left:-130px;bottom:-150px;box-shadow:0 0 0 36px rgba(207,166,75,.05),0 0 0 72px rgba(207,166,75,.022)}
.auth-back{position:fixed;right:34px;top:27px;z-index:10;color:var(--auth-green);font-size:12px;font-weight:800;letter-spacing:.01em}.auth-back:hover{text-decoration:underline}
.auth-shell{min-height:100vh;position:relative;z-index:1;display:grid;grid-template-columns:minmax(245px,.88fr) minmax(420px,520px) minmax(220px,.78fr);gap:54px;align-items:center;padding:76px clamp(28px,6vw,92px)}
.auth-story{max-width:330px;justify-self:end}.auth-kicker{display:inline-flex;align-items:center;gap:7px;color:#8a6819;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.auth-kicker:before{content:"";width:30px;height:1px;background:var(--auth-gold)}.auth-story h1{font-family:Fraunces,Georgia,serif;font-size:clamp(40px,4vw,51px);line-height:1.01;letter-spacing:-.045em;color:var(--auth-green);margin:13px 0 0}.auth-rule{width:49px;height:2px;background:var(--auth-gold);margin:20px 0 24px}.auth-story>p{font-size:13px;line-height:1.7;color:var(--auth-muted);margin:0 0 26px}.auth-benefits{display:grid;gap:18px}.auth-benefit{display:grid;grid-template-columns:34px 1fr;gap:13px;align-items:start}.auth-benefit>svg{width:34px;height:34px;padding:8px;border:1px solid #d9cfba;border-radius:10px;background:rgba(255,255,255,.72);color:var(--auth-green)}.auth-benefit b{display:block;font-size:12px;color:var(--auth-green);margin:1px 0 3px}.auth-benefit span{display:block;font-size:10.5px;line-height:1.55;color:var(--auth-muted)}
.auth-card{width:100%;background:rgba(255,255,255,.97);border:1px solid var(--auth-line);border-radius:26px;padding:30px 34px 28px;box-shadow:var(--auth-shadow);backdrop-filter:blur(12px)}.auth-brand{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:10px}.auth-brand img{display:block;width:250px;max-width:100%;height:auto;object-fit:contain;background:transparent}.auth-tagline{font-size:10px;font-weight:800;letter-spacing:.02em;margin-top:1px;color:#2f4036}.auth-title{text-align:center;font:700 24px/1.1 Fraunces,Georgia,serif;color:var(--auth-green);margin:14px 0 6px}.auth-subtitle{text-align:center;color:var(--auth-muted);font-size:11.5px;line-height:1.55;margin:0 auto 19px;max-width:390px}
.auth-form label{display:block;font-size:10.5px;font-weight:800;color:#34463b;margin:12px 0 6px}.auth-form input,.auth-form select{width:100%;min-height:44px;border:1px solid #dcd5c7;border-radius:10px;padding:10px 12px;background:#fff;color:var(--auth-ink);font-size:12.5px;outline:0;transition:.16s}.auth-form input:focus,.auth-form select:focus{border-color:var(--auth-green-2);box-shadow:0 0 0 3px rgba(11,61,44,.08)}.auth-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:13px}.auth-hint{font-size:9.5px;color:#7b857e;line-height:1.5}.auth-preview{margin-top:6px;border:1px dashed #dbc995;background:#fbf4df;color:#6f5619;border-radius:9px;padding:8px 10px;font-size:10.5px;font-weight:800}.auth-error{display:none;background:#fff0ed;border:1px solid #efd0c9;color:var(--auth-danger);border-radius:10px;padding:9px 11px;margin-top:12px;font-size:10.5px;line-height:1.45}.auth-success{display:none;background:#eef7ef;border:1px solid #cde4d0;color:#215f35;border-radius:11px;padding:14px;margin-top:12px;font-size:11px;line-height:1.55;text-align:center}.auth-primary{width:100%;min-height:47px;border:0;border-radius:11px;margin-top:19px;background:linear-gradient(135deg,var(--auth-green),var(--auth-green-2));color:#fff;font-size:12.5px;font-weight:850;cursor:pointer;box-shadow:0 11px 24px rgba(11,61,44,.16)}.auth-primary:hover{filter:brightness(1.03);transform:translateY(-1px)}.auth-primary:disabled{opacity:.58;cursor:not-allowed;transform:none}.auth-footer{text-align:center;font-size:10.5px;color:var(--auth-muted);line-height:1.6;margin:17px 0 0}.auth-footer a{color:var(--auth-green);font-weight:800}.auth-trust{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;padding-top:14px;margin-top:14px;border-top:1px solid #eee7dc;font-size:9px;color:#727c75}.auth-trust b{color:var(--auth-green)}
.auth-growth{position:relative;align-self:stretch;display:flex;align-items:center}.auth-note{font:italic 700 33px/1.05 Fraunces,Georgia,serif;color:var(--auth-green);transform:rotate(-6deg);margin:0 0 82px 10px;max-width:180px}.auth-note:after{content:"";display:block;width:62px;height:2px;background:var(--auth-gold);margin:12px 0 0 32px;transform:rotate(-4deg)}.auth-leaves{position:absolute;right:-56px;bottom:0;width:300px;height:310px}.auth-stem{position:absolute;width:2px;height:195px;background:#739173;right:120px;bottom:20px;transform:rotate(34deg);transform-origin:bottom}.auth-leaf{position:absolute;width:106px;height:46px;border-radius:100% 0 100% 0;background:linear-gradient(90deg,#2d6a47,#88ad7c);transform-origin:left center;opacity:.89;filter:drop-shadow(0 6px 10px rgba(24,75,47,.08))}.auth-leaf:nth-child(2){right:16px;bottom:36px;transform:rotate(-35deg) scale(1.2)}.auth-leaf:nth-child(3){right:68px;bottom:94px;transform:rotate(-15deg)}.auth-leaf:nth-child(4){right:4px;bottom:154px;transform:rotate(18deg) scale(1.08)}.auth-leaf:nth-child(5){right:129px;bottom:54px;transform:rotate(-58deg) scale(.86)}.auth-leaf:nth-child(6){right:108px;bottom:175px;transform:rotate(8deg) scale(.76)}
@media(max-width:1080px){.auth-shell{grid-template-columns:minmax(210px,.82fr) minmax(400px,500px);padding:68px 36px}.auth-growth{display:none}.auth-story h1{font-size:42px}}
@media(max-width:780px){.auth-back{right:18px;top:18px}.auth-shell{display:block;padding:72px 16px 28px}.auth-story,.auth-growth{display:none}.auth-card{max-width:500px;margin:auto;padding:27px 22px 25px;border-radius:20px}.auth-brand img{width:220px}.auth-title{font-size:22px}}
@media(max-width:520px){.auth-grid-2{grid-template-columns:1fr}.auth-card{padding:24px 18px}.auth-form input,.auth-form select{min-height:46px}.auth-page:before{width:170px;height:170px}.auth-title{font-size:21px}}
