:root{
  --green:#064d08;
  --green2:#0a6810;
  --cream:#fbf7ee;
  --cream2:#f4efe4;
  --ink:#101713;
  --muted:#657067;
  --line:rgba(6,77,8,.13);
  --card:#fffefa;
  --shadow:0 26px 70px rgba(12,35,14,.12);
  --soft:0 14px 36px rgba(20,40,22,.08);
  --gold:#d9b84a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 72% 12%,rgba(6,77,8,.07),transparent 28%),linear-gradient(180deg,#fffdf8 0%,var(--cream) 52%,#fffdf8 100%);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}svg{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.auth-page{min-height:100vh;padding:32px;display:grid;place-items:center;position:relative;overflow:hidden}
.auth-page::before{content:"";position:absolute;left:-170px;bottom:70px;width:520px;height:220px;border:1.5px solid rgba(217,184,74,.42);border-radius:50%;transform:rotate(-28deg);pointer-events:none}
.auth-page::after{content:"";position:absolute;left:0;top:295px;width:180px;height:260px;background-image:radial-gradient(rgba(217,184,74,.33) 1.1px,transparent 1.2px);background-size:12px 12px;opacity:.62;pointer-events:none}
.auth-shell{position:relative;z-index:1;width:min(1060px,100%);min-height:calc(100vh - 64px);display:flex;flex-direction:column;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,253,248,.94));border:1px solid rgba(6,77,8,.08);box-shadow:0 30px 86px rgba(12,35,14,.12);overflow:hidden}
.auth-shell::before{content:"";position:absolute;right:-150px;top:38%;width:520px;height:230px;border:1.5px solid rgba(217,184,74,.34);border-radius:50%;transform:rotate(-35deg);pointer-events:none}
.auth-shell::after{content:"✦";position:absolute;right:96px;bottom:36%;color:var(--gold);font-size:28px;filter:drop-shadow(0 6px 16px rgba(217,184,74,.22));pointer-events:none}
.auth-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 38px;border-bottom:1px solid rgba(6,77,8,.08);background:rgba(255,253,248,.76);backdrop-filter:blur(12px)}
.auth-brand img{width:164px;height:auto;display:block}.auth-link{font-size:16px;font-weight:900;color:var(--green);letter-spacing:-.03em}.auth-link:hover{opacity:.75}
.auth-content{width:min(430px,calc(100% - 40px));margin:0 auto;padding:50px 0 28px;text-align:center;position:relative;z-index:2}.auth-eyebrow{display:inline-flex;align-items:center;padding:8px 15px;border-radius:999px;background:#edf6e6;color:var(--green);font-weight:900;font-size:13px;box-shadow:inset 0 0 0 1px rgba(6,77,8,.06);margin:0 0 20px}h1,p{margin:0}h1{font-size:39px;line-height:1.02;letter-spacing:-.065em;color:#082f0b;font-weight:900}.auth-sub{margin-top:14px;color:#56625a;font-size:15px;line-height:1.45;font-weight:650}.google-button,.submit-button{width:100%;min-height:58px;border-radius:13px;font-family:inherit;font-size:17px;font-weight:900;letter-spacing:-.035em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.google-button{margin-top:27px;display:flex;align-items:center;justify-content:center;gap:18px;background:#fff;border:1px solid rgba(6,77,8,.12);box-shadow:0 14px 36px rgba(20,40,22,.08);color:#111}.google-button:hover,.submit-button:hover{transform:translateY(-2px)}.google-mark{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-weight:900;font-size:22px;line-height:1;background:conic-gradient(from -40deg,#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-help{margin-top:9px;font-size:12px;line-height:1.35;color:#6a736b}.auth-divider{display:flex;align-items:center;gap:16px;margin:28px 0 20px;color:#758077;font-size:13px}.auth-divider::before,.auth-divider::after{content:"";height:1px;flex:1;background:rgba(6,77,8,.13)}.auth-form{text-align:left}.auth-form label{display:block;margin:16px 0 8px;color:#101713;font-size:13px;font-weight:900;letter-spacing:-.02em}.field-wrap{height:54px;display:flex;align-items:center;gap:13px;padding:0 16px;border-radius:13px;background:rgba(255,255,255,.88);border:1px solid rgba(6,77,8,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}.field-wrap:focus-within{border-color:rgba(6,77,8,.38);box-shadow:0 0 0 4px rgba(6,77,8,.07),inset 0 1px 0 rgba(255,255,255,.9)}.field-wrap>svg{width:20px;height:20px;flex:0 0 20px;color:#1d2b21}.field-wrap input{width:100%;height:100%;border:0;outline:0;background:transparent;font-family:inherit;color:#111;font-size:15px;font-weight:650}.field-wrap input::placeholder{color:#78827b}.field-action{border:0;background:transparent;color:#25312a;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;padding:0;cursor:pointer}.field-action svg{width:18px;height:18px}.password-hint{margin-top:10px;color:#5f6a63;font-size:12px;line-height:1.35}.submit-button{margin-top:24px;border:0;background:linear-gradient(135deg,#07590b,#023d06);color:#fff;display:flex;align-items:center;justify-content:center;gap:18px;box-shadow:0 18px 34px rgba(6,77,8,.22)}.submit-button svg{width:22px;height:22px}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.signin-copy{text-align:center;margin-top:21px;font-size:15px;font-weight:650}.signin-copy a{color:var(--green);font-weight:900}.auth-message{margin-top:16px;padding:12px 14px;border-radius:13px;font-size:13px;line-height:1.35;text-align:center;font-weight:750}.auth-message[data-type="error"]{background:#fff0ed;color:#a3321e;border:1px solid rgba(163,50,30,.16)}.auth-message[data-type="success"]{background:#edf8ed;color:#07590b;border:1px solid rgba(6,77,8,.12)}.auth-message[data-type="info"]{background:#f6f3e8;color:#485247;border:1px solid rgba(6,77,8,.1)}.auth-trust{margin:auto auto 36px;width:min(680px,calc(100% - 40px));display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;z-index:2}.auth-trust span{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;min-height:94px;padding:12px 22px;border-right:1px solid rgba(6,77,8,.1)}.auth-trust span:last-child{border-right:0}.auth-trust i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.95),transparent 42%),linear-gradient(145deg,#eaf8e8,#d9f0dc);color:#07560a;box-shadow:inset 0 0 0 1px rgba(6,77,8,.07),0 9px 18px rgba(6,77,8,.09);font-style:normal}.auth-trust svg{width:28px;height:28px}.auth-trust b{font-size:13px;line-height:1.15;letter-spacing:-.02em}
@media(max-width:760px){.auth-page{padding:0;display:block}.auth-page::before,.auth-page::after{display:none}.auth-shell{min-height:100vh;border-radius:0;border:0;box-shadow:none;background:linear-gradient(180deg,#fffdf8 0%,#fbf7ee 55%,#fffdf8 100%)}.auth-shell::before,.auth-shell::after{display:none}.auth-header{height:80px;padding:0 24px;border-bottom:0;background:transparent}.auth-brand img{width:142px}.auth-link{font-size:14px}.auth-content{width:calc(100% - 48px);padding:58px 0 22px}.auth-eyebrow{font-size:12px;margin-bottom:18px}h1{font-size:33px}.auth-sub{font-size:14px;margin-top:13px}.google-button{margin-top:26px;min-height:54px;font-size:15px}.auth-divider{margin:26px 0 20px}.auth-form label{font-size:12.5px}.field-wrap{height:50px;border-radius:12px}.field-wrap input{font-size:14px}.submit-button{min-height:54px;font-size:16px}.auth-trust{width:100%;margin:24px 0 0;padding:19px 20px 32px;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(6,77,8,.08);background:rgba(255,255,255,.45)}.auth-trust span{min-height:84px;padding:9px 10px}.auth-trust i{width:43px;height:43px}.auth-trust svg{width:25px;height:25px}.auth-trust b{font-size:12px}}
@media(max-width:380px){.auth-header{padding:0 18px}.auth-content{width:calc(100% - 36px)}h1{font-size:30px}.google-button{gap:12px}.auth-trust{padding-left:12px;padding-right:12px}.auth-trust b{font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important}}
