.rnco-consent,.rnco-consent-modal{--rnco-consent-ink: #0b1633;--rnco-consent-muted: #59677f;--rnco-consent-line: #dce3ef;--rnco-consent-bg: #ffffff;--rnco-consent-blue: #e8702a;--rnco-consent-blue-dark: #0d1b3d;--rnco-consent-soft: #f5f8fc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cmplz-cookiebanner,#cmplz-cookiebanner-container,.cmplz-cookiebanner-container{display:none!important;visibility:hidden!important}.rnco-consent[hidden],.rnco-consent-modal[hidden]{display:none!important}.rnco-consent{position:fixed;inset:auto 16px 16px 16px;z-index:2147483000;display:flex;justify-content:center;pointer-events:none}.rnco-consent__panel{width:min(1040px,100%);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:end;padding:18px;color:var(--rnco-consent-ink);background:#fffffff5;border:1px solid rgba(220,227,239,.95);border-radius:8px;box-shadow:0 22px 70px #0b16332e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto}.rnco-consent__eyebrow{margin:0 0 7px;color:#f26a21;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rnco-consent h2,.rnco-consent-modal h2{margin:0 0 7px;color:var(--rnco-consent-ink);font-size:22px;line-height:1.12;letter-spacing:0}.rnco-consent p,.rnco-consent-modal p{margin:0;color:var(--rnco-consent-muted);font-size:14px;line-height:1.45}.rnco-consent__links{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.rnco-consent__links a{color:var(--rnco-consent-blue-dark);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.rnco-consent__actions{display:grid;grid-template-columns:repeat(3,minmax(132px,1fr));gap:10px}.rnco-consent__btn{min-height:44px;padding:11px 14px;border:1px solid var(--rnco-consent-line);border-radius:8px;background:#fff;color:var(--rnco-consent-ink);font-size:14px;font-weight:800;line-height:1.15;cursor:pointer;white-space:normal}.rnco-consent__btn--primary{border-color:var(--rnco-consent-blue);background:var(--rnco-consent-blue);color:#fff}.rnco-consent__btn--dark{border-color:var(--rnco-consent-blue-dark);background:var(--rnco-consent-blue-dark)}.rnco-consent__btn--ghost{border-color:#b8c5d8;background:#fff}.rnco-consent__btn:focus-visible,.rnco-consent-manage:focus-visible,.rnco-consent-modal__close:focus-visible,.rnco-consent-switch input:focus-visible+span{outline:3px solid rgba(23,92,255,.3);outline-offset:2px}.rnco-consent-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483001;display:grid;place-items:center;padding:18px}.rnco-consent-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#070d1f80}.rnco-consent-modal__panel{position:relative;width:min(640px,100%);max-height:min(720px,calc(100vh - 36px));overflow:auto;padding:22px;border-radius:8px;border:1px solid var(--rnco-consent-line);background:var(--rnco-consent-bg);box-shadow:0 28px 90px #070d1f47}.rnco-consent-modal__close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:1px solid var(--rnco-consent-line);border-radius:999px;background:#fff;color:var(--rnco-consent-ink);font-size:24px;line-height:1;cursor:pointer}.rnco-consent-choice{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin-top:14px;padding:14px;border:1px solid var(--rnco-consent-line);border-radius:8px;background:var(--rnco-consent-soft)}.rnco-consent-choice strong{display:block;margin-bottom:4px;color:var(--rnco-consent-ink);font-size:15px}.rnco-consent-choice__always{padding:7px 10px;border-radius:999px;background:#e8f8ef;color:#166037;font-size:12px;font-weight:800;white-space:nowrap}.rnco-consent-switch{position:relative;display:inline-flex}.rnco-consent-switch input{position:absolute;opacity:0}.rnco-consent-switch span{width:52px;height:30px;display:block;border-radius:999px;background:#bcc8d8;cursor:pointer;transition:background .2s ease}.rnco-consent-switch span:after{content:"";position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0b163340;transition:transform .2s ease}.rnco-consent-switch input:checked+span{background:var(--rnco-consent-blue)}.rnco-consent-switch input:checked+span:after{transform:translate(22px)}.rnco-consent-modal__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:18px}.rnco-consent-manage{position:fixed;left:16px;bottom:16px;z-index:2147482999;min-height:36px;padding:8px 12px;border:1px solid #cfd8e6;border-radius:999px;background:#fffffff2;color:#0d2b6b;box-shadow:0 12px 36px #0b163329;font-size:12px;font-weight:800;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(max-width:760px){.rnco-consent{inset:auto 10px 10px 10px}.rnco-consent__panel{grid-template-columns:1fr;gap:14px;padding:15px}.rnco-consent h2,.rnco-consent-modal h2{font-size:20px}.rnco-consent__actions{grid-template-columns:1fr}.rnco-consent__btn{width:100%}.rnco-consent-modal{align-items:end;padding:10px}.rnco-consent-modal__panel{max-height:min(680px,calc(100vh - 20px));padding:18px}.rnco-consent-choice{grid-template-columns:1fr;gap:10px}.rnco-consent-modal__actions{display:grid;grid-template-columns:1fr}.rnco-consent-manage{left:10px;bottom:10px}body:has(.rnco-hp-sticky) .rnco-consent{bottom:calc(72px + env(safe-area-inset-bottom,0px))}body:has(.rnco-hp-sticky) .rnco-consent-manage{bottom:calc(72px + env(safe-area-inset-bottom,0px))}}.rnco-consent[dir=rtl],.rnco-consent-modal[dir=rtl],.rnco-consent-manage[dir=rtl]{direction:rtl;text-align:right;font-family:Noto Naskh Arabic,Noto Sans Arabic,Tahoma,Inter,ui-sans-serif,system-ui,sans-serif}.rnco-consent[dir=rtl] .rnco-consent__panel{grid-template-columns:minmax(0,1fr) auto}.rnco-consent[dir=rtl] .rnco-consent__links,.rnco-consent-modal[dir=rtl] .rnco-consent-modal__actions{justify-content:flex-start}.rnco-consent-modal[dir=rtl] .rnco-consent-modal__close{left:14px;right:auto}.rnco-consent-modal[dir=rtl] .rnco-consent-choice{text-align:right}.rnco-consent-modal[dir=rtl] .rnco-consent-switch input:checked+span:after{transform:translate(-22px)}.rnco-consent-manage[dir=rtl]{left:auto;right:16px}@media(max-width:760px){.rnco-consent-manage[dir=rtl]{left:auto;right:10px}}@media(max-width:760px){.rnco-consent-manage{width:42px;min-width:42px;height:42px;min-height:42px;padding:0;font-size:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.rnco-consent-manage:before{content:"\1f36a";font-size:19px;line-height:1}}.rnco-consent-manage{opacity:.62;transition:opacity .18s ease}.rnco-consent-manage:hover,.rnco-consent-manage:focus,.rnco-consent-manage:focus-visible{opacity:1}
