:root{--p4g-cookie-primary:#1e73be;--p4g-cookie-secondary:#0e2038;--p4g-cookie-accent:#145982;--p4g-cookie-text:#141414;--p4g-cookie-surface:#ffffff;--p4g-cookie-muted:#5f7389;--p4g-cookie-border:#d6e3f3;--p4g-cb-radius:8px;--p4g-cb-shadow:0 4px 24px rgba(0, 0, 0, 0.14);--p4g-cb-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif}.p4g-cookie-banner,.p4g-cookie-modal,.p4g-cb{font-family:var(--p4g-cb-font);box-sizing:border-box}.p4g-cookie-banner *,.p4g-cookie-modal *,.p4g-cb *{box-sizing:border-box}.p4g-cookie-banner.is-hidden{display:none!important}.p4g-cookie-banner{position:fixed;inset:auto 0 0 0;z-index:100000;pointer-events:none}.p4g-cb-banner{pointer-events:auto;background:var(--p4g-cookie-surface);color:var(--p4g-cookie-text);border-top:1px solid var(--p4g-cookie-border);box-shadow:var(--p4g-cb-shadow)}.p4g-cb-banner__inner{max-width:1100px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem 1.5rem}.p4g-cb-banner__main{flex:1 1 420px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem 1.25rem;min-width:0}.p4g-cb-banner__copy{flex:1 1 260px;min-width:0}.p4g-cb-banner__title{margin:0 0 .45rem;font-size:1.125rem;font-weight:700;line-height:1.3;color:var(--p4g-cookie-secondary)}.p4g-cb-banner__text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--p4g-cookie-muted)}.p4g-cb-banner__text p{margin:0 0 .4rem}.p4g-cb-banner__links{margin:.5rem 0 0;font-size:.875rem}.p4g-cb-banner__links a{color:var(--p4g-cookie-primary);text-decoration:underline}.p4g-cb-sep{margin:0 .35rem;color:var(--p4g-cookie-muted)}.p4g-cb-banner__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem;flex:0 0 auto}.p4g-cookie-banner-brand{margin:0;flex:0 0 auto}.p4g-cookie-banner-brand--banner{text-align:left}.p4g-cookie-logo-link{display:inline-block;line-height:0;text-decoration:none}.p4g-cookie-logo-link--dual{display:inline-grid;place-items:center}.p4g-cookie-logo{display:block;width:auto;height:auto;object-fit:contain}.p4g-cookie-banner-brand--banner .p4g-cookie-logo{max-width:min(280px, 40vw);max-height:72px}.p4g-cookie-banner-brand--modal .p4g-cookie-logo{max-width:min(240px, 50vw);max-height:60px}.p4g-cookie-logo-link--dual .p4g-cookie-logo--dark{display:none}html.theme-dark .p4g-cookie-logo-link--dual .p4g-cookie-logo--light,body.theme-dark .p4g-cookie-logo-link--dual .p4g-cookie-logo--light{display:none!important}html.theme-dark .p4g-cookie-logo-link--dual .p4g-cookie-logo--dark,body.theme-dark .p4g-cookie-logo-link--dual .p4g-cookie-logo--dark{display:block!important}.p4g-cb-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.5rem 1.15rem;border-radius:var(--p4g-cb-radius);border:1px solid transparent;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background 0.15s ease,color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;white-space:nowrap}.p4g-cb-btn--allow{background:var(--p4g-cookie-primary);color:#fff;border-color:var(--p4g-cookie-primary);box-shadow:0 2px 8px color-mix(in srgb,var(--p4g-cookie-primary) 35%,transparent)}.p4g-cb-btn--allow:hover{background:var(--p4g-cookie-accent);border-color:var(--p4g-cookie-accent)}.p4g-cb-btn--customize,.p4g-cb-btn--save{background:var(--p4g-cookie-surface);color:var(--p4g-cookie-primary);border-color:var(--p4g-cookie-primary)}.p4g-cb-btn--customize:hover,.p4g-cb-btn--save:hover{background:color-mix(in srgb,var(--p4g-cookie-primary) 8%,var(--p4g-cookie-surface))}.p4g-cb-btn--deny{background:transparent;color:var(--p4g-cookie-muted);border-color:var(--p4g-cookie-border)}.p4g-cb-btn--deny:hover{color:var(--p4g-cookie-text);border-color:color-mix(in srgb,var(--p4g-cookie-muted) 60%,transparent)}.p4g-cookie-modal.is-hidden{display:none!important}.p4g-cookie-modal{position:fixed;inset:0;z-index:100001;display:flex;align-items:center;justify-content:center;padding:1rem}.p4g-cb-dialog__backdrop{position:absolute;inset:0;background:rgba(20,20,20,.55)}.p4g-cb-dialog__panel{position:relative;width:min(520px, 100%);max-height:min(88vh, 640px);display:flex;flex-direction:column;background:var(--p4g-cookie-surface);color:var(--p4g-cookie-text);border-radius:var(--p4g-cb-radius);box-shadow:0 16px 48px rgba(0,0,0,.22);overflow:hidden}.p4g-cb-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem .65rem;border-bottom:1px solid var(--p4g-cookie-border)}.p4g-cb-dialog__brand{display:flex;flex-direction:column;gap:.5rem;min-width:0}.p4g-cb-dialog__title{margin:0;font-size:1.125rem;font-weight:700}.p4g-cb-dialog__close{flex-shrink:0;width:36px;height:36px;border:0;border-radius:var(--p4g-cb-radius);background:transparent;color:var(--p4g-cookie-muted);font-size:1.5rem;line-height:1;cursor:pointer}.p4g-cb-dialog__close:hover{background:color-mix(in srgb,var(--p4g-cookie-primary) 10%,transparent);color:var(--p4g-cookie-text)}.p4g-cb-tabs{display:flex;gap:0;padding:0 1.15rem;border-bottom:1px solid var(--p4g-cookie-border)}.p4g-cb-tabs__btn{margin:0;padding:.75rem 1rem;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--p4g-cookie-muted);font-size:.9rem;font-weight:600;cursor:pointer}.p4g-cb-tabs__btn.is-active{color:var(--p4g-cookie-primary);border-bottom-color:var(--p4g-cookie-primary)}.p4g-cb-dialog__body{flex:1 1 auto;overflow:auto;padding:.85rem 1.15rem 1rem}.p4g-cb-tab-panel{display:none}.p4g-cb-tab-panel.is-active{display:block}.p4g-cb-category{padding:.85rem 0;border-bottom:1px solid var(--p4g-cookie-border)}.p4g-cb-category:last-child{border-bottom:0}.p4g-cb-category__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.p4g-cb-category__info{flex:1 1 auto;min-width:0}.p4g-cb-category__title{display:block;font-size:.95rem;margin-bottom:.25rem}.p4g-cb-category__desc{margin:0;font-size:.8125rem;line-height:1.45;color:var(--p4g-cookie-muted)}.p4g-cb-badge{flex-shrink:0;font-size:.75rem;font-weight:600;color:var(--p4g-cookie-accent);white-space:nowrap}.p4g-cb-badge--outline{display:inline-block;padding:.2rem .55rem;border:1px solid var(--p4g-cookie-border);border-radius:999px;color:var(--p4g-cookie-primary);background:color-mix(in srgb,var(--p4g-cookie-primary) 6%,transparent)}.p4g-cb-switch{position:relative;display:inline-flex;flex-shrink:0;width:48px;height:26px;cursor:pointer}.p4g-cb-switch__input{position:absolute;opacity:0;width:0;height:0}.p4g-cb-switch__track{width:100%;height:100%;border-radius:999px;background:#c5cdd8;transition:background 0.2s ease}.p4g-cb-switch__track::after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform 0.2s ease}.p4g-cb-switch__input:checked+.p4g-cb-switch__track{background:var(--p4g-cookie-primary)}.p4g-cb-switch__input:checked+.p4g-cb-switch__track::after{transform:translateX(22px)}.p4g-cb-switch__input:focus-visible+.p4g-cb-switch__track{outline:2px solid var(--p4g-cookie-primary);outline-offset:2px}.p4g-cb-category.is-locked .p4g-cb-switch{display:none}.p4g-cb-about__lead{margin:0 0 1rem;font-size:.9rem;line-height:1.55;color:var(--p4g-cookie-muted)}.p4g-cb-about__label{margin:0 0 .5rem;font-size:.8125rem;font-weight:600}.p4g-cb-badges{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 1rem;padding:0;list-style:none}.p4g-cb-signals-list{margin:0;padding-left:1.15rem;font-size:.8125rem;color:var(--p4g-cookie-muted);line-height:1.6}.p4g-cb-dialog__footer{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;padding:.85rem 1.15rem 1rem;border-top:1px solid var(--p4g-cookie-border);background:color-mix(in srgb,var(--p4g-cookie-primary) 3%,var(--p4g-cookie-surface))}.p4g-cookie-fab{position:fixed;right:1rem;bottom:1rem;z-index:99990;width:48px;height:48px;border:0;border-radius:999px;background:var(--p4g-cookie-secondary);color:#fff;font-size:1.25rem;cursor:pointer;box-shadow:var(--p4g-cb-shadow)}.p4g-cookie-fab.is-hidden{display:none}.p4g-cookie-preferences-link{background:none;border:0;padding:0;color:var(--p4g-cookie-primary);text-decoration:underline;cursor:pointer;font:inherit}.p4g-consent-youtube-placeholder{width:100%;max-width:100%;margin:1.4rem auto;aspect-ratio:16 / 9;border-radius:12px;background:linear-gradient(145deg,var(--p4g-cookie-secondary),color-mix(in srgb,var(--p4g-cookie-primary) 40%,#000));display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.p4g-consent-youtube-placeholder-inner{max-width:420px;padding:1.25rem}.p4g-consent-youtube-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.p4g-consent-youtube-text{margin:0 0 1rem;font-size:.92rem;line-height:1.5;opacity:.92}.p4g-consent-youtube-btn{min-height:40px;padding:.5rem 1rem;border:0;border-radius:var(--p4g-cb-radius);background:var(--p4g-cookie-primary);color:#fff;font-weight:600;cursor:pointer}html.theme-dark .p4g-cb-banner,body.theme-dark .p4g-cb-banner,html.theme-dark .p4g-cb-dialog__panel,body.theme-dark .p4g-cb-dialog__panel{background:#152238;color:#f7f9fc;border-color:rgba(255,255,255,.14)}html.theme-dark .p4g-cb-banner,body.theme-dark .p4g-cb-banner{border-top-color:rgba(255,255,255,.12)}html.theme-dark .p4g-cb-banner__title,body.theme-dark .p4g-cb-banner__title,html.theme-dark .p4g-cb-dialog__title,body.theme-dark .p4g-cb-dialog__title,html.theme-dark .p4g-cb-category__title,body.theme-dark .p4g-cb-category__title{color:#f7f9fc}html.theme-dark .p4g-cb-banner__text,body.theme-dark .p4g-cb-banner__text,html.theme-dark .p4g-cb-category__desc,body.theme-dark .p4g-cb-category__desc,html.theme-dark .p4g-cb-about__lead,body.theme-dark .p4g-cb-about__lead,html.theme-dark .p4g-cb-signals-list,body.theme-dark .p4g-cb-signals-list{color:rgba(247,249,252,.78)}html.theme-dark .p4g-cb-banner__links a,body.theme-dark .p4g-cb-banner__links a{color:#7ec0ff}html.theme-dark .p4g-cb-btn--allow,body.theme-dark .p4g-cb-btn--allow{background:#4da3ff;color:#0b1528;border-color:#4da3ff}html.theme-dark .p4g-cb-btn--allow:hover,body.theme-dark .p4g-cb-btn--allow:hover{background:#7ec0ff}html.theme-dark .p4g-cb-btn--customize,body.theme-dark .p4g-cb-btn--customize,html.theme-dark .p4g-cb-btn--save,body.theme-dark .p4g-cb-btn--save{background:transparent;color:#f7f9fc;border-color:rgba(255,255,255,.45)}html.theme-dark .p4g-cb-btn--deny,body.theme-dark .p4g-cb-btn--deny{color:#f7f9fc;border-color:rgba(255,255,255,.28)}html.theme-dark .p4g-cb-tabs__btn,body.theme-dark .p4g-cb-tabs__btn{color:rgba(247,249,252,.65)}html.theme-dark .p4g-cb-tabs__btn.is-active,body.theme-dark .p4g-cb-tabs__btn.is-active{color:#7ec0ff;border-bottom-color:#7ec0ff}html.theme-dark .p4g-cb-dialog__close,body.theme-dark .p4g-cb-dialog__close{color:#f7f9fc}html.theme-dark .p4g-cb-switch__track,body.theme-dark .p4g-cb-switch__track{background:rgba(255,255,255,.25)}html.theme-dark .p4g-cb-switch__input:checked+.p4g-cb-switch__track,body.theme-dark .p4g-cb-switch__input:checked+.p4g-cb-switch__track{background:#4da3ff}html.theme-dark .p4g-cb-dialog__footer,body.theme-dark .p4g-cb-dialog__footer{background:rgba(0,0,0,.15)}@media (max-width:720px){.p4g-cb-banner__inner{flex-direction:column;align-items:stretch}.p4g-cb-banner__actions{flex-direction:column;width:100%}.p4g-cb-btn{width:100%}.p4g-cb-dialog__footer{flex-direction:column}.p4g-cb-dialog__footer .p4g-cb-btn{width:100%}}