.rs-cookie-consent{position:fixed;right:0;left:0;z-index:100050;padding:0.75rem;}.rs-cookie-consent--bottom{bottom:0;}.rs-cookie-consent--top{top:0;}.rs-cookie-consent__inner{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;justify-content:space-between;padding:1rem 1.25rem;border:1px solid color-mix(in srgb,var(--rs-consent-fg,#ffffff) 15%,transparent);border-radius:0.5rem;background:var(--rs-consent-bg,#111111);color:var(--rs-consent-fg,#ffffff);box-shadow:0 0.5rem 1.5rem rgba(0,0,0,0.18);}.rs-cookie-consent__title{margin:0 0 0.35rem;font-weight:700;}.rs-cookie-consent__text{margin:0;max-width:52rem;}.rs-cookie-consent__text p:last-child{margin-bottom:0;}.rs-cookie-consent__policy-link{margin:0.5rem 0 0;}.rs-cookie-consent__link{text-decoration:underline;}.rs-cookie-consent a:not(.rs-btn):not(.has-text-color){color:var(--rs-consent-fg,#ffffff);}.rs-cookie-consent__actions{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:center;}.rs-cookie-consent__preferences{display:grid;gap:0.75rem;width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid color-mix(in srgb,var(--rs-consent-fg,#ffffff) 12%,transparent);}.rs-cookie-consent__category{display:grid;grid-template-columns:auto 1fr;gap:0.15rem 0.5rem;align-items:start;cursor:pointer;}.rs-cookie-consent__category input{margin-top:0.2rem;}.rs-cookie-consent__category-label{font-weight:600;}.rs-cookie-consent__category-desc{grid-column:2;font-size:0.9em;opacity:0.9;}.rs-cookie-consent__manage{position:fixed;right:1rem;bottom:1rem;z-index:100040;padding:0.45rem 0.75rem;border:1px solid color-mix(in srgb,var(--rs-consent-fg,#ffffff) 20%,transparent);border-radius:999px;background:var(--rs-consent-bg,#111111);color:var(--rs-consent-fg,#ffffff);font-size:0.85rem;box-shadow:0 0.25rem 0.75rem rgba(0,0,0,0.12);cursor:pointer;}.rs-cookie-consent__manage--inline{position:static;box-shadow:none;}.rs-cookie-consent__manage:hover,.rs-cookie-consent__manage:focus-visible{text-decoration:underline;}.rs-compliance-embed-placeholder{padding:1.25rem;border:1px dashed color-mix(in srgb,var(--rs-content-text) 25%,transparent);border-radius:0.5rem;background:color-mix(in srgb,var(--rs-content-bg) 92%,var(--rs-content-text));color:var(--rs-content-text);font-size:0.95rem;}@media (max-width:640px){.rs-cookie-consent__inner{flex-direction:column;}.rs-cookie-consent__actions{width:100%;}.rs-cookie-consent__actions .rs-btn{flex:1 1 auto;}}