[hidden]{display:none!important}
.auth-screen{min-height:calc(100vh - 100px);display:grid;place-items:center}
.auth-card{width:min(100%,440px);padding:34px;border:1px solid #d0c5b4;border-radius:22px;background:#fffdf8;box-shadow:0 18px 55px #064c3920}
.auth-card h1{font-size:64px}
.auth-form{display:grid;gap:13px;margin-top:26px}
.google-signin-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:24px;padding:12px 16px;border:1px solid #cfdad3;border-radius:10px;background:#fff;color:#17251f;font:inherit;font-weight:750;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.google-signin-button:hover{border-color:#7ca18f;box-shadow:0 5px 16px #064c3914;transform:translateY(-1px)}
.google-signin-button:focus-visible{outline:3px solid #72cf2d55;outline-offset:2px}
.google-signin-button:disabled{cursor:wait;opacity:.65;transform:none}
.google-signin-button svg{width:20px;height:20px;flex:0 0 20px}
.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0 -8px;color:#7c877f;font-size:11px;font-weight:700}
.auth-divider::before,.auth-divider::after{content:"";height:1px;flex:1;background:#dbe3de}
.auth-form label{font-size:10px;font-weight:800}
.auth-form input{display:block;margin-top:5px}
.auth-form button{padding:13px;border:0;border-radius:10px;background:#04543c;color:#fff;font:inherit;font-weight:750;cursor:pointer}
.text-button{padding:0;border:0;background:transparent;color:#07875f;font:inherit;font-size:11px;font-weight:750;cursor:pointer}
.account-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:9px 13px;border:1px solid #d0c5b4;border-radius:11px;background:#fffdf8;color:#766e62;font-size:10px}
.account-bar button{border:0;background:transparent;color:#07875f;font:inherit;font-weight:800;cursor:pointer}
@media(max-width:620px){.auth-screen{min-height:100vh}.auth-card{border:0;border-radius:0;box-shadow:none}.auth-card h1{font-size:56px}}
