.tpvy-privacy-root{--tpvy-privacy-bg:#fff;--tpvy-privacy-text:#171717;--tpvy-privacy-accent:#174cff;--tpvy-privacy-radius:18px;--tpvy-privacy-font-size:15px;font-family:inherit;color:var(--tpvy-privacy-text)}
.tpvy-privacy-root *{box-sizing:border-box}
.tpvy-privacy-backdrop{position:fixed;inset:0;background:rgba(12,18,35,.46);backdrop-filter:blur(4px);z-index:999997}
.tpvy-privacy-banner{position:fixed;z-index:999998;background:var(--tpvy-privacy-bg);color:var(--tpvy-privacy-text);border:1px solid rgba(20,30,55,.15);box-shadow:0 24px 70px rgba(13,24,50,.2);font-size:var(--tpvy-privacy-font-size)}
.tpvy-privacy-position-bottom .tpvy-privacy-banner{left:24px;right:24px;bottom:24px;max-width:1480px;margin:auto;border-radius:var(--tpvy-privacy-radius);padding:24px 26px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}
.tpvy-privacy-position-top .tpvy-privacy-banner{left:24px;right:24px;top:24px;max-width:1480px;margin:auto;border-radius:var(--tpvy-privacy-radius);padding:24px 26px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}
.tpvy-privacy-width-compact.tpvy-privacy-position-bottom .tpvy-privacy-banner,.tpvy-privacy-width-compact.tpvy-privacy-position-top .tpvy-privacy-banner{max-width:980px}
.tpvy-privacy-position-center .tpvy-privacy-banner{left:50%;top:50%;width:min(760px,calc(100vw - 32px));transform:translate(-50%,-50%);border-radius:var(--tpvy-privacy-radius);padding:30px}
.tpvy-privacy-banner-copy h2,.tpvy-privacy-preferences h2{margin:3px 0 8px;font-size:clamp(24px,2vw,32px);line-height:1.1;color:inherit}
.tpvy-privacy-banner-copy p{margin:0;max-width:900px;font-size:inherit;line-height:1.58;color:inherit;opacity:.82}
.tpvy-privacy-eyebrow{display:block;font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--tpvy-privacy-accent)}
.tpvy-privacy-policy-link{display:inline-block;margin-top:9px;font-size:13px;font-weight:700;color:var(--tpvy-privacy-accent);text-decoration:none}
.tpvy-privacy-policy-link:hover{text-decoration:underline}
.tpvy-privacy-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.tpvy-privacy-action,.tpvy-privacy-primary,.tpvy-privacy-secondary{min-height:46px;padding:0 22px;border-radius:10px;border:2px solid var(--tpvy-privacy-accent);font:inherit;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}
.tpvy-privacy-action:hover,.tpvy-privacy-primary:hover,.tpvy-privacy-secondary:hover{transform:translateY(-1px)}
.tpvy-privacy-action:focus-visible,.tpvy-privacy-primary:focus-visible,.tpvy-privacy-secondary:focus-visible,.tpvy-privacy-close:focus-visible,.tpvy-privacy-reopen:focus-visible,.tpvy-privacy-switch input:focus-visible+i{outline:3px solid color-mix(in srgb,var(--tpvy-privacy-accent) 32%,transparent);outline-offset:2px}
.tpvy-privacy-action.is-accept,.tpvy-privacy-action.is-reject,.tpvy-privacy-primary.is-accept,.tpvy-privacy-primary.is-reject{background:var(--tpvy-privacy-accent);color:#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--tpvy-privacy-accent) 18%,transparent)}
.tpvy-privacy-action.is-configure,.tpvy-privacy-secondary{background:transparent;color:var(--tpvy-privacy-text)}
.tpvy-privacy-position-center .tpvy-privacy-actions{margin-top:22px;justify-content:stretch}.tpvy-privacy-position-center .tpvy-privacy-action{flex:1}
.tpvy-privacy-preferences{position:fixed;z-index:999999;left:50%;top:50%;width:min(760px,calc(100vw - 32px));max-height:min(800px,calc(100vh - 40px));overflow:auto;transform:translate(-50%,-50%);background:var(--tpvy-privacy-bg);color:var(--tpvy-privacy-text);border:1px solid rgba(20,30,55,.13);border-radius:var(--tpvy-privacy-radius);padding:28px;box-shadow:0 28px 90px rgba(13,24,50,.3)}
.tpvy-privacy-preferences>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid rgba(20,30,55,.12)}
.tpvy-privacy-preferences>header p{margin:7px 0 0;font-size:13px;line-height:1.5;opacity:.7}
.tpvy-privacy-close{width:44px;height:44px;flex:0 0 44px;border:1px solid rgba(20,30,55,.15);border-radius:12px;background:transparent;color:inherit;font-size:30px;line-height:1;cursor:pointer}
.tpvy-privacy-category{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px 0;border-bottom:1px solid rgba(20,30,55,.1);cursor:pointer}.tpvy-privacy-category>div{min-width:0}.tpvy-privacy-category strong{font-size:16px}.tpvy-privacy-category p{margin:5px 0 0;font-size:13px;line-height:1.45;opacity:.68}.tpvy-privacy-category.is-locked>span{font-size:12px;font-weight:800;color:var(--tpvy-privacy-accent)}
.tpvy-privacy-switch{position:relative;display:block;flex:0 0 52px;width:52px;height:30px}.tpvy-privacy-switch input{position:absolute;opacity:0}.tpvy-privacy-switch i{position:absolute;inset:0;border-radius:999px;background:#d8dde8;transition:.2s}.tpvy-privacy-switch i:after{content:"";position:absolute;width:24px;height:24px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:.2s}.tpvy-privacy-switch input:checked+i{background:var(--tpvy-privacy-accent)}.tpvy-privacy-switch input:checked+i:after{transform:translateX(22px)}
.tpvy-privacy-preferences>footer{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;padding-top:22px}.tpvy-privacy-preferences>footer .is-accept{justify-self:stretch}.tpvy-privacy-preferences>footer .is-reject{justify-self:stretch}.tpvy-privacy-preferences>footer .tpvy-privacy-secondary{min-width:170px}
.tpvy-privacy-reopen{position:fixed;z-index:999990;bottom:18px;display:flex;align-items:center;gap:7px;min-height:42px;padding:0 13px;border:1px solid rgba(20,30,55,.16);border-radius:999px;background:#fff;color:#171717;box-shadow:0 10px 30px rgba(13,24,50,.15);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.tpvy-privacy-reopen-left .tpvy-privacy-reopen{left:18px}.tpvy-privacy-reopen-right .tpvy-privacy-reopen{right:18px}.tpvy-privacy-reopen .dashicons{font-size:17px;width:17px;height:17px}
.tpvy-privacy-live{position:fixed!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.tpvy-privacy-noscript{position:fixed;z-index:999996;left:18px;right:18px;bottom:18px;padding:12px 14px;border:1px solid #cfd5df;background:#fff;color:#171717;border-radius:10px;font-size:13px}
.tpvy-privacy-inline-settings{border:1px solid currentColor;border-radius:8px;padding:10px 14px;background:transparent;color:inherit;font:inherit;font-weight:700;cursor:pointer}
html.tpvy-privacy-modal-open{overflow:hidden}
.tpvy-cookie-policy-table{display:grid;border:1px solid #e0e4ec;border-radius:14px;overflow:hidden}.tpvy-cookie-policy-table>div{display:grid;grid-template-columns:1.3fr .6fr .7fr;gap:16px;padding:13px 16px;border-bottom:1px solid #e7eaf0}.tpvy-cookie-policy-table>div:last-child{border-bottom:0}.tpvy-cookie-policy-table .is-head{font-size:12px;font-weight:800;background:#f6f8fc}.tpvy-cookie-policy-table small{display:block;margin-top:3px;opacity:.65}
@media(max-width:860px){.tpvy-privacy-position-bottom .tpvy-privacy-banner,.tpvy-privacy-position-top .tpvy-privacy-banner{left:12px;right:12px;bottom:auto;grid-template-columns:1fr;padding:20px}.tpvy-privacy-position-bottom .tpvy-privacy-banner{bottom:12px}.tpvy-privacy-position-top .tpvy-privacy-banner{top:12px}.tpvy-privacy-actions{justify-content:stretch}.tpvy-privacy-action{flex:1;min-width:120px}.tpvy-privacy-preferences{padding:22px}.tpvy-cookie-policy-table>div{grid-template-columns:1fr}.tpvy-cookie-policy-table .is-head{display:none}}
@media(max-width:620px){.tpvy-privacy-actions{display:grid;grid-template-columns:1fr 1fr}.tpvy-privacy-action.is-configure{grid-column:1/-1;grid-row:2}.tpvy-privacy-preferences>footer{grid-template-columns:1fr}.tpvy-privacy-preferences>footer .tpvy-privacy-secondary{min-width:0}.tpvy-privacy-primary,.tpvy-privacy-secondary{width:100%}.tpvy-privacy-reopen span:last-child{display:none}.tpvy-privacy-banner-copy h2,.tpvy-privacy-preferences h2{font-size:24px}}
@media(prefers-reduced-motion:reduce){.tpvy-privacy-root *{scroll-behavior:auto!important;transition:none!important}}


/* v1.18.62.3 · Script Blocker & Placeholders */
.tpvy-privacy-blocked-embed{position:relative;display:flex;width:100%;min-height:240px;align-items:center;justify-content:center;overflow:hidden;border:1px solid color-mix(in srgb,var(--tpvy-placeholder-text,#171717) 14%,transparent);border-radius:18px;background:var(--tpvy-placeholder-bg,#f4f5f7);color:var(--tpvy-placeholder-text,#171717);font-family:inherit;isolation:isolate}
.tpvy-privacy-blocked-embed:before{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 20% 25%,color-mix(in srgb,var(--tpvy-placeholder-accent,#174cff) 13%,transparent),transparent 30%),radial-gradient(circle at 78% 72%,rgba(0,0,0,.05),transparent 34%);pointer-events:none}
.tpvy-privacy-blocked-embed.is-silent{min-height:1px;aspect-ratio:auto!important;border:0;background:transparent}
.tpvy-privacy-placeholder-inner{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;width:min(900px,calc(100% - 48px));padding:24px}
.tpvy-privacy-placeholder-icon{display:flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.08);font-size:22px}
.tpvy-privacy-placeholder-copy small{display:block;margin-bottom:5px;color:var(--tpvy-placeholder-accent,#174cff);font-size:10px;font-weight:850;letter-spacing:.14em}.tpvy-privacy-placeholder-copy strong{display:block;font-size:clamp(18px,2vw,26px);line-height:1.15}.tpvy-privacy-placeholder-copy p{margin:7px 0 0;max-width:620px;color:color-mix(in srgb,var(--tpvy-placeholder-text,#171717) 70%,transparent);font-size:13px;line-height:1.55}
.tpvy-privacy-placeholder-actions{display:flex;flex-direction:column;gap:8px;min-width:170px}.tpvy-privacy-placeholder-actions button{min-height:42px;padding:0 16px;border-radius:10px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.tpvy-privacy-placeholder-accept{border:1px solid var(--tpvy-placeholder-accent,#174cff);background:var(--tpvy-placeholder-accent,#174cff);color:#fff}.tpvy-privacy-placeholder-settings{border:1px solid color-mix(in srgb,var(--tpvy-placeholder-text,#171717) 18%,transparent);background:rgba(255,255,255,.7);color:var(--tpvy-placeholder-text,#171717)}
.tpvy-privacy-placeholder-actions button:focus-visible{outline:3px solid color-mix(in srgb,var(--tpvy-placeholder-accent,#174cff) 28%,transparent);outline-offset:2px}
@media(max-width:720px){.tpvy-privacy-blocked-embed{min-height:290px;aspect-ratio:auto!important}.tpvy-privacy-placeholder-inner{grid-template-columns:1fr;width:100%;padding:24px;text-align:center}.tpvy-privacy-placeholder-icon{margin:auto}.tpvy-privacy-placeholder-actions{width:100%;min-width:0}.tpvy-privacy-placeholder-actions button{width:100%}}


/* v1.18.62.4 · Cookie Policy Generator 2.0 */
.tpvy-cookie-policy-v2{max-width:1180px;margin:0 auto;padding:56px 24px 80px;color:#171717}.tpvy-cookie-policy-v2 *{box-sizing:border-box}.tpvy-cookie-policy-v2>section{padding:34px 0;border-bottom:1px solid #e7e7e7}.tpvy-cookie-policy-v2 h2,.tpvy-cookie-policy-display-title{letter-spacing:-.03em}.tpvy-cookie-policy-v2 h2{margin:0 0 14px;font-size:clamp(24px,3vw,34px)}.tpvy-cookie-policy-v2 p{max-width:900px;color:#62666f;line-height:1.7}.tpvy-cookie-policy-hero{padding:42px;border-radius:26px;background:#111;color:#fff}.tpvy-cookie-policy-hero>span{font-size:11px;font-weight:850;letter-spacing:.14em}.tpvy-cookie-policy-display-title{max-width:900px;margin:10px 0 16px!important;color:#fff!important;font-size:clamp(38px,6vw,66px)!important;font-weight:750;line-height:1.02!important}.tpvy-cookie-policy-hero p{margin:0;color:#cfd1d6;font-size:17px}.tpvy-cookie-policy-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.tpvy-cookie-policy-meta span{padding:10px 12px;border:1px solid #333;border-radius:11px;background:#191919;color:#e8e8e8;font-size:12px}.tpvy-cookie-policy-meta strong{margin-right:6px;color:#fff}.tpvy-cookie-policy-identity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:850px;margin:18px 0 0}.tpvy-cookie-policy-identity>div{padding:14px 16px;border:1px solid #e1e3e7;border-radius:12px;background:#fafafa}.tpvy-cookie-policy-identity dt{font-size:11px;font-weight:800;color:#737987;text-transform:uppercase}.tpvy-cookie-policy-identity dd{margin:5px 0 0;font-weight:700}.tpvy-cookie-policy-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tpvy-cookie-policy-categories article{padding:18px;border:1px solid #e2e4e8;border-radius:14px;background:#fafbfc}.tpvy-cookie-policy-categories b{display:block;font-size:15px}.tpvy-cookie-policy-categories p{margin:7px 0 0;font-size:13px;line-height:1.55}.tpvy-cookie-policy-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.tpvy-cookie-policy-section-head h2{margin-bottom:4px}.tpvy-cookie-policy-section-head p{margin:0}.tpvy-cookie-policy-section-head>span{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#f0f2f5;font-size:12px;font-weight:800}.tpvy-cookie-policy-table{margin-top:20px;border:1px solid #e0e3e7;border-radius:15px;overflow:hidden}.tpvy-cookie-policy-table>div{display:grid;gap:12px;align-items:center;padding:13px 15px;border-bottom:1px solid #e8eaed}.tpvy-cookie-policy-table>div:last-child{border-bottom:0}.tpvy-cookie-policy-table .is-head{background:#f5f6f8;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.tpvy-cookie-policy-cookie-table>div{grid-template-columns:1.1fr .8fr 1.8fr .65fr .85fr}.tpvy-cookie-policy-service-table>div{grid-template-columns:1fr 1.7fr .65fr 1.2fr}.tpvy-cookie-policy-table strong,.tpvy-cookie-policy-table small{display:block}.tpvy-cookie-policy-table small{margin-top:3px;color:#777f8d;overflow-wrap:anywhere}.tpvy-cookie-policy-table .is-category{display:inline-flex;padding:5px 8px;border-radius:999px;background:#f1f2f5;font-size:11px;font-style:normal;font-weight:800}.tpvy-cookie-policy-table .is-analytics{background:#edf1ff;color:#2947b8}.tpvy-cookie-policy-table .is-marketing{background:#fff0e8;color:#9b471c}.tpvy-cookie-policy-table .is-preferences{background:#eef8f5;color:#24765d}.tpvy-cookie-policy-review{margin-top:18px;padding:16px 18px;border:1px solid #efd69c;border-radius:13px;background:#fff8e7}.tpvy-cookie-policy-review strong{display:block;color:#6d5014}.tpvy-cookie-policy-review p{margin:5px 0 0;color:#765d2a}.tpvy-cookie-policy-empty{padding:18px;border:1px dashed #d5d9e0;border-radius:13px;background:#fafbfc}.tpvy-cookie-policy-extra{max-width:900px;line-height:1.7}.tpvy-cookie-policy-footer{margin-top:34px;padding:18px 20px;border-radius:13px;background:#f5f6f8}.tpvy-cookie-policy-footer p{margin:0;font-size:12px}.tpvy-cookie-policy-v2 .tpvy-privacy-inline-settings{min-height:46px;padding:0 18px;border:1px solid #111;border-radius:10px;background:#111;color:#fff;font-weight:800;cursor:pointer}
@media(max-width:900px){.tpvy-cookie-policy-v2{padding:34px 14px 60px}.tpvy-cookie-policy-hero{padding:28px 20px}.tpvy-cookie-policy-identity,.tpvy-cookie-policy-categories{grid-template-columns:1fr}.tpvy-cookie-policy-section-head{display:block}.tpvy-cookie-policy-section-head>span{display:inline-flex;margin-top:10px}.tpvy-cookie-policy-table .is-head{display:none}.tpvy-cookie-policy-table>div,.tpvy-cookie-policy-cookie-table>div,.tpvy-cookie-policy-service-table>div{grid-template-columns:1fr}.tpvy-cookie-policy-table>div>span{padding-top:2px}.tpvy-cookie-policy-table>div>span:empty{display:none}}

/* v1.18.62.6 · Banner visibility hardening.
 * Author styles can otherwise override the browser's native [hidden] rule.
 * This is also why the permanent Cookies button could remain visible while
 * the first-layer banner was open. */
.tpvy-privacy-root [hidden]{display:none!important}
