/* Identidade da tela de login alinhada ao aplicativo Flutter. */
.login-brand > .brand { gap: 18px; font-size: 29px; letter-spacing: -.8px; }
.login-brand > .brand .brand-logo { width: 84px !important; height: 84px !important; border-radius: 21px !important; }
.login-brand > .brand span:last-child { color: #182b55; font-weight: 800; }
.login-brand > .brand strong { font-weight: 950; }
.google-app-button { width: 100%; height: 48px; margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1.5px solid #e0e0e0; border-radius: 12px; background: #fff; color: #212121; font-size: 14px; font-weight: 600; cursor: pointer; transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease; }
.google-app-button:hover { border-color: #c8c8c8; background: #fafafa; box-shadow: 0 4px 13px rgba(24,43,85,.08); }
.google-app-button:focus-visible { outline: 3px solid rgba(41,69,132,.18); outline-offset: 2px; }
.google-g { position: relative; width: 20px; height: 20px; flex: 0 0 auto; border-radius: 50%; background: conic-gradient(from -45deg,#4285f4 0 25%,#34a853 25% 43%,#fbbc05 43% 68%,#ea4335 68% 82%,#4285f4 82% 100%); }
.google-g::before { position: absolute; inset: 4px; content: ''; border-radius: 50%; background: #fff; }
.google-g::after { position: absolute; top: 8px; right: 0; width: 10px; height: 4px; content: ''; border-radius: 0 2px 2px 0; background: #4285f4; }
@media(max-width:650px){.login-brand>.brand{gap:14px;font-size:24px}.login-brand>.brand .brand-logo{width:70px!important;height:70px!important}}
