.pttl-consent[hidden],.pttl-consent-modal[hidden],.pttl-consent-reopen[hidden]{display:none!important}
.pttl-consent{position:fixed;z-index:100000;left:50%;bottom:18px;transform:translateX(-50%);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;width:min(920px,calc(100% - 28px));padding:18px 20px;background:rgba(16,18,22,.98);border:1px solid rgba(255,255,255,.14);border-radius:18px;color:#e8eaed;box-shadow:0 24px 70px rgba(0,0,0,.55);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.pttl-consent__mark{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(122,162,201,.35);border-radius:14px;background:rgba(122,162,201,.11);color:#9fc2e4}
.pttl-consent__eyebrow{margin:0 0 4px!important;color:#9fc2e4!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.15em!important;text-transform:uppercase}
.pttl-consent h2,.pttl-consent-modal h2{margin:0;color:#fff;font-size:18px;line-height:1.25;font-weight:800;letter-spacing:-.01em}
.pttl-consent__content>p:last-child{margin:5px 0 0;color:#b9bec8;font-size:13px;line-height:1.55}
.pttl-consent a,.pttl-consent-modal a{color:#b8d6f3;text-decoration:underline;text-underline-offset:3px}
.pttl-consent__actions{display:grid;grid-template-columns:auto auto;gap:8px;min-width:230px}
.pttl-consent__button{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:10px;font:inherit;font-size:13px;font-weight:800;line-height:1;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease}
.pttl-consent__button:hover{transform:translateY(-1px)}
.pttl-consent__button--primary{border:1px solid #9fc2e4;background:#9fc2e4;color:#081018}
.pttl-consent__button--primary:hover{background:#c0dcf5;border-color:#c0dcf5}
.pttl-consent__button--secondary{border:1px solid rgba(255,255,255,.2);background:#20232a;color:#fff}
.pttl-consent__button--secondary:hover{border-color:rgba(255,255,255,.38);background:#292d35}
.pttl-consent__settings{grid-column:1/-1;appearance:none;border:0;background:transparent;color:#aeb5c0;font:inherit;font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.pttl-consent button:focus-visible,.pttl-consent-modal button:focus-visible,.pttl-consent-reopen:focus-visible{outline:3px solid rgba(159,194,228,.55);outline-offset:3px}
.pttl-consent-modal{position:fixed;z-index:100010;inset:0;display:grid;place-items:center;padding:20px;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.pttl-consent-modal__backdrop{position:absolute;inset:0;background:rgba(2,4,7,.76);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.pttl-consent-modal__dialog{position:relative;width:min(580px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:28px;background:#111318;border:1px solid rgba(255,255,255,.14);border-radius:20px;color:#e8eaed;box-shadow:0 30px 90px rgba(0,0,0,.65)}
.pttl-consent-modal__close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#1d2026;color:#d8dce2;font-size:24px;line-height:1;cursor:pointer}
.pttl-consent-modal__intro{margin:8px 42px 22px 0;color:#aeb5c0;font-size:14px;line-height:1.55}
.pttl-consent-option{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:12px;padding:17px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#171a20}
.pttl-consent-option h3{margin:0 0 4px;color:#fff;font-size:15px;line-height:1.3}
.pttl-consent-option p{margin:0;color:#aeb5c0;font-size:12px;line-height:1.5}
.pttl-consent-option__required{flex:0 0 auto;color:#9fc2e4;font-size:11px;font-weight:800;white-space:nowrap}
.pttl-consent-option--toggle{position:relative;cursor:pointer;padding-right:76px}
.pttl-consent-option--toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.pttl-consent-switch{position:absolute;right:17px;top:50%;width:44px;height:24px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#2a2e36;transition:background .18s ease,border-color .18s ease}
.pttl-consent-switch::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#d8dce2;box-shadow:0 2px 6px rgba(0,0,0,.35);transition:transform .18s ease,background .18s ease}
.pttl-consent-option--toggle input:checked+.pttl-consent-switch{border-color:#9fc2e4;background:#6f9fc8}
.pttl-consent-option--toggle input:checked+.pttl-consent-switch::after{transform:translateX(20px);background:#fff}
.pttl-consent-option--toggle input:focus-visible+.pttl-consent-switch{outline:3px solid rgba(159,194,228,.55);outline-offset:3px}
.pttl-consent-modal__actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px}
.pttl-consent-modal__actions a{font-size:12px}
.pttl-consent-reopen{position:fixed;z-index:99990;right:12px;bottom:12px;display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(17,19,24,.94);color:#cbd1da;font:700 11px/1 system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;box-shadow:0 8px 28px rgba(0,0,0,.35);cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .15s ease,color .15s ease,transform .15s ease}
.pttl-consent-reopen:hover{transform:translateY(-1px);background:#20242b;color:#fff}
.pttl-consent-modal-open{overflow:hidden}
@media(max-width:760px){.pttl-consent{bottom:10px;grid-template-columns:auto minmax(0,1fr);gap:12px;width:calc(100% - 20px);padding:16px}.pttl-consent__mark{width:42px;height:42px}.pttl-consent__actions{grid-column:1/-1;grid-template-columns:1fr 1fr;width:100%;min-width:0}.pttl-consent__button{min-height:44px}.pttl-consent-modal{padding:10px}.pttl-consent-modal__dialog{max-height:calc(100vh - 20px);padding:23px 18px}.pttl-consent-modal__actions{align-items:stretch;flex-direction:column}.pttl-consent-modal__actions .pttl-consent__button{width:100%}.pttl-consent-option{align-items:flex-start;flex-direction:column}.pttl-consent-option--toggle{padding-right:76px}.pttl-consent-option__required{white-space:normal}}
@media(max-width:420px){.pttl-consent__mark{display:none}.pttl-consent{grid-template-columns:1fr}.pttl-consent__actions{grid-column:1}.pttl-consent h2{font-size:17px}.pttl-consent-option{padding:14px}.pttl-consent-option--toggle{padding-right:70px}}
@media(prefers-reduced-motion:reduce){.pttl-consent *,.pttl-consent-modal *,.pttl-consent-reopen{transition:none!important}}
