.gc-login-root{width:100%;min-height:100vh;margin-top:calc(-1 * var(--navbar-height,0px));background-color:#d4e8d0;justify-content:flex-end;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.gc-bg-image{z-index:0;background-image:url(/new-bg-login.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.gc-grain-canvas{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.gc-glass-card{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.gc-mounted .gc-glass-card{opacity:1;transition-delay:.15s;transform:translateY(0)}.gc-glass-card{z-index:2;-webkit-backdrop-filter:blur(30px)saturate(2)brightness(1.08);background:#e8f5e960;border:1.5px solid #ffffffa6;border-radius:22px;flex-direction:column;gap:1.1rem;width:clamp(320px,28vw,400px);margin-right:clamp(3rem,7vw,8rem);padding:2rem 2rem 1.7rem;display:flex;position:relative;box-shadow:inset 0 2px #fffffff2,inset 0 -1px #ffffff59,inset 1px 0 #ffffff8c,inset -1px 0 #ffffff8c,0 16px 64px #0a1e0a38,0 4px 18px #0a1e0a1f,0 0 0 1px #388e3c33,0 0 40px #558b2f1a}.gc-glass-card:after{content:"";pointer-events:none;z-index:0;border:1.2px dashed #388e3c73;border-radius:15px;position:absolute;inset:8px}.gc-glass-card>*{z-index:1;position:relative}.gc-logo-block{justify-content:center;display:flex}.gc-logo-img{object-fit:contain;filter:drop-shadow(0 2px 8px #1e501e2e);width:130px;height:auto;display:block}.gc-logo-text-fallback{flex-direction:column;align-items:center;gap:.25rem}.gc-logo-text-name{color:#1b5e20;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:500;line-height:1}.gc-logo-text-rule{align-items:center;gap:.5rem;display:flex}.gc-logo-text-rule span:not(.gc-logo-text-cycle){background:#a5d6a7;flex:1;max-width:50px;height:1px}.gc-logo-text-cycle{letter-spacing:.3em;text-transform:uppercase;color:#4caf50;font-family:Jost,sans-serif;font-size:.58rem;font-weight:400}.gc-card-header{flex-direction:column;gap:0;display:flex}.gc-eyebrow-row{align-items:center;gap:.55rem;margin-bottom:.75rem;display:flex}.gc-eyebrow-dot{background:#388e3c;border-radius:50%;flex-shrink:0;width:9px;height:9px;box-shadow:0 0 6px #388e3c80}.gc-eyebrow-text{letter-spacing:.22em;text-transform:uppercase;color:#3a4a3a;font-family:Jost,sans-serif;font-size:.65rem;font-weight:500}.gc-headline{flex-direction:column;gap:0;margin-bottom:.6rem;line-height:1;display:flex}.gc-headline-line1{color:#1b5e20;letter-spacing:-.02em;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.6rem,5vw,3.4rem);font-weight:500;line-height:1.05;display:block}.gc-headline-line2{letter-spacing:-.02em;color:#2e7d32;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.6rem,5vw,3.4rem);font-weight:400;line-height:1.05;display:block}.gc-headline-line2 em{font-style:italic;font-weight:400}.gc-subheading{color:#5a6a5a;letter-spacing:.01em;margin-top:.15rem;font-family:Jost,sans-serif;font-size:.85rem;font-weight:300}.gc-form{flex-direction:column;gap:1rem;display:flex}.gc-field{flex-direction:column;gap:.4rem;display:flex}.gc-field-label{letter-spacing:.18em;text-transform:uppercase;color:#3a4a3a;font-family:Jost,sans-serif;font-size:.62rem;font-weight:500;transition:color .2s}.gc-field:focus-within .gc-field-label{color:#2e7d32}.gc-field-wrap{align-items:center;display:flex;position:relative}.gc-field-icon{color:#7a9a7a;pointer-events:none;justify-content:center;align-items:center;width:17px;height:17px;transition:color .2s;display:flex;position:absolute;left:1rem}.gc-field:focus-within .gc-field-icon{color:#2e7d32}.gc-input{color:#1a2a1a;background:#e8f5e9b8;border:1.5px solid #a5d6a7c7;border-radius:10px;width:100%;height:50px;padding:0 3rem 0 2.6rem;font-family:Jost,sans-serif;font-size:.93rem;font-weight:400;transition:border-color .22s,background-color .22s,box-shadow .22s}.gc-input::placeholder{color:#88a888;font-weight:300}.gc-input:focus{background:#f0f9f0e6;border-color:#388e3c;outline:none;box-shadow:0 0 0 3px #388e3c1f}.gc-field--filled .gc-input{background:#f0f9f0db}.gc-toggle-pw{color:#7a9a7a;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:color .15s;display:flex;position:absolute;right:1rem}.gc-toggle-pw:hover{color:#2e7d32}.gc-toggle-pw svg{width:17px;height:17px}.gc-forgot-row{justify-content:flex-end;margin-top:-.3rem;display:flex}.gc-forgot-link{color:#558b2f;cursor:pointer;background:0 0;border:none;padding:0;font-family:Jost,sans-serif;font-size:.78rem;font-weight:400;transition:color .15s}.gc-forgot-link:hover{color:#7cb342;text-underline-offset:2px;text-decoration:underline}.gc-error{color:#b71c1c;background:#b71c1c12;border:1px solid #b71c1c33;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem .85rem;font-family:Jost,sans-serif;font-size:.8rem;animation:.38s both gc-shake;display:flex}.gc-error svg{flex-shrink:0;width:15px;height:15px}@keyframes gc-shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.gc-submit-btn{color:#f1f8f1;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:#2e7d32;border:1.5px solid #2e7d32;border-radius:9999px;justify-content:center;align-items:center;gap:.65rem;width:100%;height:52px;margin-top:.25rem;font-family:Jost,sans-serif;font-size:.76rem;font-weight:500;transition:background-color .22s,border-color .22s,box-shadow .22s,transform .15s;display:flex;position:relative;overflow:hidden}.gc-submit-btn:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 55%);position:absolute;inset:0}.gc-submit-btn:hover:not(:disabled){background:#1b5e20;border-color:#1b5e20;transform:translateY(-1px);box-shadow:0 6px 28px #2e7d3261}.gc-submit-btn:active:not(:disabled){transform:translateY(0)}.gc-submit-btn:disabled{cursor:not-allowed;opacity:.75}.gc-submit-text{z-index:1;position:relative}.gc-submit-arrow{width:17px;height:17px;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.gc-submit-btn:hover:not(:disabled) .gc-submit-arrow{transform:translate(4px)}.gc-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite gc-spin}@keyframes gc-spin{to{transform:rotate(360deg)}}.gc-copyright{color:#6a806a;text-align:center;letter-spacing:.02em;font-family:Jost,sans-serif;font-size:.66rem;font-weight:300}.gc-success-state{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;animation:.5s both gc-fade-up;display:flex}@keyframes gc-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.gc-success-icon{width:60px;height:60px}.gc-success-icon svg{width:100%;height:100%;animation:.45s cubic-bezier(.34,1.56,.64,1) both gc-pop}@keyframes gc-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.gc-success-title{color:#1b5e20;letter-spacing:-.02em;font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;font-weight:500}.gc-success-sub{color:#5a6a5a;font-family:Jost,sans-serif;font-size:.875rem}.gc-success-bar{background:#c8e6c9;border-radius:9999px;width:180px;height:3px;margin-top:.5rem;overflow:hidden}.gc-success-bar-fill{background:linear-gradient(90deg,#2e7d32 0%,#8bc34a 100%);border-radius:9999px;height:100%;animation:1.6s forwards gc-bar-fill}@keyframes gc-bar-fill{0%{width:0%}to{width:100%}}@media (max-width:900px){.gc-login-root{justify-content:center;align-items:center;min-height:100svh;margin-top:0;padding:2rem 1.5rem}.gc-glass-card{width:100%;max-width:420px;margin-right:0}}@media (max-width:480px){.gc-glass-card{border-radius:18px;padding:1.8rem 1.4rem 1.5rem}.gc-headline-line1,.gc-headline-line2{font-size:2.4rem}.gc-logo-img{width:110px}}
