/* Conta Certa — Build 189
   Login profissional inspirado em layout dividido, sem botões fictícios de lojas de aplicativos. */
.cc-auth-page{--cc-auth-blue:#1687FF;--cc-auth-blue-dark:#0C6FE8;--cc-auth-ink:#111827;--cc-auth-muted:#667085;--cc-auth-line:#E5EAF1;--cc-auth-soft:#F6F8FB;min-height:100dvh;background:#fff;color:var(--cc-auth-ink);font-family:Ubuntu,sans-serif}
.cc-auth-page .cc-auth-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(360px,38%) minmax(0,62%);background:#fff}
.cc-auth-page .cc-auth-showcase{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:48px;min-height:100dvh;padding:clamp(48px,6vw,84px) clamp(38px,5vw,76px) 34px;background:linear-gradient(155deg,#0E76F6 0%,#1687FF 58%,#0D6EE5 100%);color:#fff}
.cc-auth-page .cc-auth-showcase::before{content:"";position:absolute;width:320px;height:320px;border:1px solid rgba(255,255,255,.18);border-radius:50%;left:-190px;top:18%;box-shadow:0 0 0 36px rgba(255,255,255,.035),0 0 0 78px rgba(255,255,255,.025)}
.cc-auth-page .cc-auth-showcase::after{content:"$";position:absolute;right:-30px;bottom:90px;font-size:260px;line-height:1;font-weight:700;color:rgba(255,255,255,.045);pointer-events:none}
.cc-auth-page .cc-auth-showcase-main,.cc-auth-page .cc-auth-pwa-note{position:relative;z-index:1}
.cc-auth-page .cc-auth-showcase-label{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.09);font-size:11px;font-weight:500;letter-spacing:.12em;color:rgba(255,255,255,.95);margin-bottom:26px}
.cc-auth-page .cc-auth-showcase h1{max-width:520px;margin:0 0 24px;color:#fff;font-size:clamp(38px,4.4vw,62px);line-height:1.04;letter-spacing:-.045em;font-weight:400}
.cc-auth-page .cc-auth-showcase h1 strong{font-weight:700;color:#fff}
.cc-auth-page .cc-auth-showcase-main>p{max-width:470px;margin:0;color:rgba(255,255,255,.84);font-size:17px;line-height:1.65}
.cc-auth-page .cc-auth-highlights{display:grid;gap:12px;margin-top:32px;max-width:430px}
.cc-auth-page .cc-auth-highlights span{display:flex;align-items:center;gap:10px;color:#fff;font-size:14px;font-weight:500}
.cc-auth-page .cc-auth-highlights i{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;color:var(--cc-auth-blue);font-style:normal;font-size:12px;font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.cc-auth-page .cc-auth-pwa-note{display:flex;align-items:flex-start;gap:14px;max-width:500px;padding-top:24px;border-top:1px solid rgba(255,255,255,.22)}
.cc-auth-page .cc-auth-pwa-icon{flex:0 0 42px;width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18)}
.cc-auth-page .cc-auth-pwa-icon svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cc-auth-page .cc-auth-pwa-note strong{display:block;margin:1px 0 5px;color:#fff;font-size:13px;font-weight:700}
.cc-auth-page .cc-auth-pwa-note p{margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.55;max-width:410px}
.cc-auth-page .cc-auth-panel{min-height:100dvh;display:grid;place-items:center;padding:clamp(32px,6vw,84px);background:#fff}
.cc-auth-page .cc-auth-card{width:min(100%,540px);margin:auto}
.cc-auth-page .cc-auth-logo{display:inline-flex;align-items:center;margin-bottom:44px;outline:none}
.cc-auth-page .cc-auth-logo img{display:block;width:auto;max-width:230px;max-height:76px;object-fit:contain;object-position:left center}
.cc-auth-page .cc-auth-heading{margin-bottom:30px}
.cc-auth-page .cc-auth-heading h2{margin:0 0 8px;color:var(--cc-auth-ink);font-size:31px;line-height:1.15;letter-spacing:-.025em;font-weight:700}
.cc-auth-page .cc-auth-heading p{margin:0;color:var(--cc-auth-muted);font-size:14px;line-height:1.55}
.cc-auth-page .cc-auth-restricted{display:block;margin-bottom:9px;color:var(--cc-auth-blue);font-size:10px;font-weight:700;letter-spacing:.12em}
.cc-auth-page .cc-auth-form{display:grid;gap:17px}
.cc-auth-page .cc-auth-field{display:grid;gap:7px;margin:0;color:#344054;font-size:12px;font-weight:500}
.cc-auth-page .cc-auth-field>.field,.cc-auth-page .cc-auth-field .cc-password-control>.field{height:58px;border:1px solid transparent!important;border-radius:10px!important;background:var(--cc-auth-soft)!important;padding:0 18px!important;color:var(--cc-auth-ink)!important;font-size:14px!important;font-weight:400!important;box-shadow:none!important;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}
.cc-auth-page .cc-auth-field .cc-password-control>.field{padding-right:56px!important}
.cc-auth-page .cc-auth-field>.field::placeholder,.cc-auth-page .cc-auth-field .cc-password-control>.field::placeholder{color:#98A2B3!important;font-weight:400!important}
.cc-auth-page .cc-auth-field>.field:focus,.cc-auth-page .cc-auth-field .cc-password-control>.field:focus{border-color:rgba(22,135,255,.55)!important;background:#fff!important;box-shadow:0 0 0 3px rgba(22,135,255,.09)!important}
.cc-auth-page .cc-password-toggle{right:7px;color:#667085}
.cc-auth-page .cc-password-toggle:hover,.cc-auth-page .cc-password-toggle:focus-visible{background:rgba(22,135,255,.09);color:var(--cc-auth-blue)}
.cc-auth-page .cc-auth-options{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:-2px}
.cc-auth-page .cc-auth-options>a{color:var(--cc-auth-blue);font-size:12px;font-weight:500;text-decoration:none}
.cc-auth-page .cc-auth-options>a:hover{text-decoration:underline}
.cc-auth-page .cc-auth-remember{display:flex;align-items:center;gap:8px;color:#667085;font-size:12px;font-weight:400;cursor:pointer}
.cc-auth-page .cc-auth-remember input{width:17px;height:17px;margin:0;accent-color:var(--cc-auth-blue)}
.cc-auth-page .cc-auth-submit{min-height:54px;margin-top:5px;border:1px solid var(--cc-auth-blue);border-radius:9px;padding:0 20px;background:var(--cc-auth-blue);color:#fff;font:700 14px Ubuntu,sans-serif;cursor:pointer;box-shadow:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.cc-auth-page .cc-auth-submit:hover{background:var(--cc-auth-blue-dark);border-color:var(--cc-auth-blue-dark)}
.cc-auth-page .cc-auth-submit:active{transform:translateY(1px)}
.cc-auth-page .cc-auth-actions{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px;padding-top:26px;border-top:1px solid var(--cc-auth-line)}
.cc-auth-page .cc-auth-back{display:inline-flex;align-items:center;gap:7px;color:var(--cc-auth-blue);font-size:12px;font-weight:500;text-decoration:none}
.cc-auth-page .cc-auth-back svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.cc-auth-page .cc-auth-signup{color:#667085;font-size:12px;text-align:right}
.cc-auth-page .cc-auth-signup a{color:var(--cc-auth-blue);font-weight:700;text-decoration:none}
.cc-auth-page .cc-auth-signup a:hover,.cc-auth-page .cc-auth-back:hover{text-decoration:underline}
.cc-auth-page .cc-auth-security{margin:24px 0 0;text-align:center;color:#98A2B3;font-size:11px;line-height:1.5}
.cc-auth-page .cc-auth-actions-master{justify-content:flex-start}
.cc-auth-page .alert{border-radius:9px;margin-bottom:18px}
@media(max-width:1050px){.cc-auth-page .cc-auth-shell{grid-template-columns:minmax(320px,42%) minmax(0,58%)}.cc-auth-page .cc-auth-showcase{padding-left:36px;padding-right:36px}.cc-auth-page .cc-auth-panel{padding:48px 38px}.cc-auth-page .cc-auth-showcase h1{font-size:42px}}
@media(max-width:820px){.cc-auth-page .cc-auth-shell{grid-template-columns:1fr}.cc-auth-page .cc-auth-showcase{min-height:auto;padding:34px 28px}.cc-auth-page .cc-auth-showcase-main>p,.cc-auth-page .cc-auth-highlights,.cc-auth-page .cc-auth-pwa-note{display:none}.cc-auth-page .cc-auth-showcase h1{font-size:30px;max-width:650px;margin-bottom:0}.cc-auth-page .cc-auth-showcase-label{margin-bottom:16px}.cc-auth-page .cc-auth-panel{min-height:auto;padding:44px 24px 52px}.cc-auth-page .cc-auth-logo{margin-bottom:34px}}
@media(max-width:600px){.cc-auth-page .cc-auth-showcase{display:none}.cc-auth-page .cc-auth-panel{min-height:100dvh;align-items:center;padding:calc(26px + env(safe-area-inset-top)) 18px calc(28px + env(safe-area-inset-bottom))}.cc-auth-page .cc-auth-card{max-width:440px}.cc-auth-page .cc-auth-logo{display:flex;justify-content:center;margin-bottom:32px}.cc-auth-page .cc-auth-logo img{max-width:200px;max-height:68px}.cc-auth-page .cc-auth-heading{text-align:center;margin-bottom:26px}.cc-auth-page .cc-auth-heading h2{font-size:27px}.cc-auth-page .cc-auth-options{align-items:flex-start;flex-direction:column;gap:11px}.cc-auth-page .cc-auth-actions{align-items:center;flex-direction:column;gap:15px}.cc-auth-page .cc-auth-signup{text-align:center}.cc-auth-page .cc-auth-security{margin-top:20px}}

/* Build 191 hotfix: garante dimensões e overflow mesmo quando o subdomínio usa /app ou /master como document root. */
html,body.cc-auth-page{width:100%;min-height:100%;margin:0;overflow-x:hidden}
body.cc-auth-page .cc-auth-shell{width:100%;max-width:100vw;overflow:hidden}
body.cc-auth-page .cc-auth-showcase,body.cc-auth-page .cc-auth-panel{min-width:0;max-width:100%}
body.cc-auth-page .cc-auth-logo img{width:auto!important;height:auto!important;max-width:230px!important;max-height:76px!important}
@media(max-width:600px){body.cc-auth-page .cc-auth-logo img{max-width:200px!important;max-height:68px!important}}
