main.auth{padding:48px 28px;background:radial-gradient(circle at 20% 0,#fff 0,#edf4ef 45%,#dbe8df 100%)}
.login-screen{width:min(1180px,100%);display:grid;grid-template-columns:minmax(0,1.5fr) 390px;gap:46px;align-items:center}
.company-intro{text-align:center}
.company-intro>h1{font-size:38px;letter-spacing:-.03em;margin:8px 0}
.company-intro>p:not(.eyebrow){max-width:680px;margin:0 auto 28px;color:var(--muted);font-size:15px}
.company-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.company-profile{position:relative;min-width:0;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 28px rgba(25,55,40,.06)}
.company-profile img{width:100%;height:58px;object-fit:contain}
.company-profile strong{margin-top:10px}
.company-profile small{color:var(--muted);font-size:10px;margin-top:3px}
.company-profile.is-active small{color:var(--green);font-weight:800}
.login-screen .login{width:100%}
.login-screen .login .logo.dark{margin-bottom:28px}
.login-screen .login h2{font-size:24px}
.offer-builder{margin-bottom:24px}
.brand-selector{padding:22px;display:grid;grid-template-columns:minmax(260px,.7fr) 1fr;gap:28px;align-items:center}
.brand-selector h2{margin:4px 0;font-size:21px}
.brand-selector p{margin:0;color:#708078}
.brand-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.brand-options .company-profile{cursor:pointer;padding:11px 9px;box-shadow:none;transition:.18s}
.brand-options .company-profile:hover,.brand-options .company-profile.selected{border-color:#2f7654;box-shadow:0 0 0 2px #2f765426}
.brand-options .company-profile img{height:38px}
.brand-options .company-profile strong{font-size:11px;margin-top:5px}
.brand-options .company-profile small{display:none}
.brand-options input{position:absolute;opacity:0;pointer-events:none}
.profile-check{position:absolute;right:7px;top:7px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e3ebe6;color:transparent;font-size:11px}
.company-profile.selected .profile-check{background:#2f7654;color:#fff}
.offer-brand-header{display:flex;flex-wrap:wrap;align-items:center;gap:16px;min-height:62px}
.offer-brand-header img{width:auto;height:54px;max-width:250px;object-fit:contain}
.offer-brand-header img[hidden]{display:none}
@media(max-width:900px){.login-screen{grid-template-columns:1fr}.company-intro>h1{font-size:30px}.company-profiles{max-width:700px;margin:auto}}
@media(max-width:850px){.brand-selector{grid-template-columns:1fr}.brand-options{grid-template-columns:1fr}}
@media(max-width:720px){main.auth{padding:28px 16px}.company-profiles{grid-template-columns:1fr}.company-profile{padding:12px}.company-profile img{height:45px}}
