/* MapsReviews V2.0.1 — public/auth color isolation.
   Loaded after legacy dashboard CSS so dashboard :root variables cannot make public nav text unreadable. */
body > .wrap{max-width:1180px;margin:0 auto;padding:20px;color:#10233f!important}
body > .wrap > .nav{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin:0 0 28px!important}
body > .wrap > .nav .brand{margin-right:auto!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important;font-size:23px!important;font-weight:900!important;text-decoration:none!important}
body > .wrap > .nav .brand span{color:#0b78f6!important;-webkit-text-fill-color:#0b78f6!important}
body > .wrap > .nav > a:not(.brand){
  background:#fff!important;color:#174a7e!important;-webkit-text-fill-color:#174a7e!important;
  border:1px solid #cbd9e8!important;border-radius:10px!important;padding:9px 13px!important;
  min-height:40px!important;text-decoration:none!important;font-weight:750!important
}
body > .wrap > .nav > a:not(.brand):hover{background:#eef6ff!important;color:#075db8!important;border-color:#8ab9ea!important}
body > .wrap .auth{max-width:560px!important;margin:48px auto!important;background:#fff!important;color:#10233f!important}
body > .wrap .auth h1,body > .wrap .auth label{color:#10233f!important;-webkit-text-fill-color:#10233f!important}
body > .wrap .auth input{background:#fff!important;color:#10233f!important;-webkit-text-fill-color:#10233f!important}
body > .wrap .auth .btn,body > .wrap .auth button{background:#0b78f6!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
@media(max-width:720px){
  body > .wrap{padding:14px!important}
  body > .wrap > .nav{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important}
  body > .wrap > .nav .brand{grid-column:1/-1;margin:0 0 4px!important}
  body > .wrap > .nav > a:not(.brand){min-width:0!important;padding:9px 10px!important;font-size:12px!important;white-space:nowrap!important}
  body > .wrap .auth{margin:24px auto!important;padding:20px!important}
  body > .wrap .auth h1{font-size:32px!important;line-height:1.1!important}
}
@media(max-width:420px){
  body > .wrap > .nav{grid-template-columns:1fr 1fr!important}
  body > .wrap > .nav .brand{grid-column:1/-1}
  body > .wrap > .nav > a:not(.brand){width:100%!important}
}

.google-auth-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;padding:12px 14px;margin:14px 0;border:1px solid #cbd9e8;border-radius:10px;background:#fff!important;color:#17324d!important;text-decoration:none;font-weight:800}
.google-auth-btn:hover{background:#f7faff!important;border-color:#9dbbdd!important}
.google-g{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;font-weight:900;color:#4285f4!important;background:#fff}
.auth-or{display:flex;align-items:center;gap:12px;color:#6c7d90;margin:14px 0}.auth-or:before,.auth-or:after{content:"";height:1px;background:#dce5ee;flex:1}
