/* Componente isolado: cores e Montserrat herdadas do tema Renditech. */
.rt-cookie { position: fixed; inset: 0; margin: auto; box-sizing: border-box; width: min(680px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; border: 1px solid #e3e7ec; border-radius: 24px; background: #fff; color: #022859; box-shadow: 0 28px 90px #02285933; font-family: inherit; overflow: auto; overscroll-behavior: contain; }
.rt-cookie:not([open]) { display: none; }
.rt-cookie::backdrop { background: #02285999; backdrop-filter: blur(4px); }
.rt-cookie *, .rt-cookie *::before, .rt-cookie *::after { box-sizing: border-box; }
.rt-cookie__card { padding: 28px 36px 24px; border-top: 4px solid #2edff2; }
.rt-cookie__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.rt-cookie__logo { display: block; width: 165px; height: auto; }
.rt-cookie__close { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; padding: 0; border: 1px solid #e3e7ec; border-radius: 50%; background: #f6f8fa; color: #022859; font: 30px/1 Arial, sans-serif; cursor: pointer; }
.rt-cookie__eyebrow { margin: 0 0 12px; text-align: center; color: #022873; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.rt-cookie__title { margin: 0 0 18px; text-align: center; color: #022859; font-size: clamp(23px, 3.5vw, 30px); font-weight: 700; line-height: 1.25; letter-spacing: -.035em; }
.rt-cookie__description { margin: 0; color: #596273; font-size: 14px; line-height: 1.85; }
.rt-cookie__actions { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 10px; margin-top: 26px; }
.rt-cookie__button { min-height: 48px; padding: 12px 14px; border: 1px solid #e3e7ec; border-radius: 12px; background: #f6f8fa; color: #022859; font-family: inherit; font-size: 13px; font-weight: 600; line-height: 1.45; cursor: pointer; transition: background .18s, box-shadow .18s; }
.rt-cookie__button--primary { background: #022859; border-color: #022859; color: #fff; }
.rt-cookie__button--secondary { background: #fff; border-color: #022859; }
.rt-cookie__button:hover, .rt-cookie__close:hover { background: #e3e7ec; }
.rt-cookie__button--primary:hover { background: #022873; }
.rt-cookie :focus-visible, .rt-cookie-reopen:focus-visible { outline: 3px solid #022873; outline-offset: 4px; }
.rt-cookie__title:focus { outline: none; }
.rt-cookie [hidden], .rt-cookie-reopen[hidden] { display: none !important; }
.rt-cookie__preferences { margin-top: 24px; border-top: 1px solid #e3e7ec; }
.rt-cookie__hint { margin: 18px 0 8px; color: #596273; font-size: 12px; line-height: 1.7; }
.rt-cookie__category { display: grid; grid-template-columns: minmax(0, 1fr) 86px; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid #e3e7ec; }
.rt-cookie__category h3 { margin: 0 0 5px; color: #022859; font-size: 14px; line-height: 1.5; }
.rt-cookie__category p { margin: 0; color: #596273; font-size: 12px; line-height: 1.7; }
.rt-cookie__toggle { display: flex; position: relative; min-height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; cursor: pointer; }
.rt-cookie__toggle input { position: absolute; width: 46px; height: 28px; opacity: 0; margin: 0; cursor: pointer; }
.rt-cookie__toggle span { display: block; width: 46px; height: 28px; border-radius: 20px; background: #596273; pointer-events: none; }
.rt-cookie__toggle span::before { content: ''; display: block; width: 20px; height: 20px; margin: 4px; border-radius: 50%; background: #fff; transition: transform .18s; }
.rt-cookie__toggle input:checked + span { background: #022873; }
.rt-cookie__toggle input:checked + span::before { transform: translateX(18px); background: #2edff2; }
.rt-cookie__toggle input:focus-visible + span { outline: 3px solid #022873; outline-offset: 4px; }
.rt-cookie__toggle input:disabled { cursor: default; }
.rt-cookie__toggle small { font-size: 10px; color: #596273; white-space: nowrap; }
.rt-cookie__save { width: 100%; margin-top: 18px; }
.rt-cookie__bottom { margin-top: 22px; text-align: center; font-size: 11px; line-height: 1.7; color: #596273; }
.rt-cookie__bottom a { color: #022873; text-underline-offset: 4px; }
.rt-cookie-reopen { display: block; margin: 12px 0 0; padding: 6px 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.rt-cookie__announcement { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
html.rt-cookie-is-open { overflow: hidden; }
@media (max-width: 540px) { .rt-cookie { width: calc(100% - 24px); max-height: calc(100dvh - 24px); border-radius: 18px; } .rt-cookie__card { padding: 20px; } .rt-cookie__top { margin-bottom: 20px; } .rt-cookie__logo { width: 140px; } .rt-cookie__actions { grid-template-columns: 1fr 1fr; } .rt-cookie__actions > :first-child { grid-column: 1 / -1; } .rt-cookie__description { font-size: 13px; line-height: 1.75; } }
@media (prefers-reduced-motion: reduce) { .rt-cookie *, .rt-cookie *::before { transition: none; } }

