:root{
  --ttcc-forest:#0d4b3a;
  --ttcc-green:#2e7d5a;
  --ttcc-mint:#a8c79d;
  --ttcc-sage:#e7f0e7;
  --ttcc-cream:#f7f4eb;
  --ttcc-sand:#eee5d3;
  --ttcc-charcoal:#1f2937;
  --ttcc-white:#fff;
  --ttcc-line:rgba(13,75,58,.16);
  --ttcc-shadow:0 24px 64px rgba(13,75,58,.22);
}
.toothtabs-cc-banner[hidden],.toothtabs-cc-modal[hidden]{display:none!important}
.toothtabs-cc-open{overflow:hidden}
.toothtabs-cc-banner{position:fixed;z-index:999999;left:0;right:0;bottom:0;display:flex;justify-content:center;padding:18px 18px 22px;pointer-events:none}
.toothtabs-cc-card{position:relative;isolation:isolate;width:min(820px,100%);padding:30px 30px 27px;overflow:hidden;border:1px solid rgba(13,75,58,.20);border-radius:18px;background-color:var(--ttcc-cream);background-image:radial-gradient(rgba(13,75,58,.055) .7px,transparent .7px),linear-gradient(135deg,#fbf8f0 0%,var(--ttcc-cream) 58%,#edf4eb 100%);background-size:9px 9px,auto;box-shadow:var(--ttcc-shadow);color:var(--ttcc-charcoal);pointer-events:auto}
.toothtabs-cc-card:before{content:"";position:absolute;inset:0;border-radius:18px;box-shadow:inset 5px 0 0 var(--ttcc-forest);pointer-events:none}
.toothtabs-cc-speckle{position:absolute;right:-54px;top:-66px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(168,199,157,.30),rgba(168,199,157,.06) 62%,transparent 64%);z-index:-1}
.toothtabs-cc-brandmark{position:absolute;display:flex;align-items:center;justify-content:center;pointer-events:none}
.toothtabs-cc-brandmark-hero{z-index:0;right:16px;top:18px;width:300px;height:300px;transform:rotate(10deg);transform-origin:center center;opacity:.82;filter:drop-shadow(0 16px 24px rgba(13,75,58,.13))}
.toothtabs-cc-brandmark img{display:block;width:100%;height:100%;object-fit:contain}
.toothtabs-cc-card>.toothtabs-cc-kicker,.toothtabs-cc-card>h2,.toothtabs-cc-card>p,.toothtabs-cc-card>.toothtabs-cc-actions,.toothtabs-cc-card>.toothtabs-cc-manage-link{position:relative;z-index:2}
.toothtabs-cc-modal-brand{display:flex;align-items:center;min-height:42px;margin:0 48px 10px 0}
.toothtabs-cc-modal-brand img{display:block;width:46px;height:46px;object-fit:contain;transform:rotate(8deg)}
.toothtabs-cc-kicker{margin:0 0 8px!important;color:var(--ttcc-green)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.13em!important;line-height:1.2!important;text-transform:uppercase!important}
.toothtabs-cc-card h2,.toothtabs-cc-panel h2{margin:0 0 12px!important;color:var(--ttcc-forest)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(1.55rem,3vw,2.05rem)!important;font-weight:700!important;letter-spacing:-.02em!important;line-height:1.12!important}
.toothtabs-cc-card>p:not(.toothtabs-cc-kicker):not(.toothtabs-cc-links),.toothtabs-cc-panel p{margin:0 0 15px!important;color:#30483f!important;font-size:14.5px!important;line-height:1.58!important}
.toothtabs-cc-links{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 0!important;color:var(--ttcc-green)!important;font-size:13px!important;line-height:1.4!important}
.toothtabs-cc-links a{color:var(--ttcc-forest)!important;font-weight:750!important;text-decoration:underline!important;text-decoration-thickness:1.5px!important;text-underline-offset:3px!important}
.toothtabs-cc-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:20px}
.toothtabs-cc-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:2px solid var(--ttcc-forest);border-radius:6px;background:transparent;color:var(--ttcc-forest);font:inherit;font-size:12px;font-weight:800;letter-spacing:.035em;line-height:1.15;text-align:center;text-transform:uppercase;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}
.toothtabs-cc-primary{background:var(--ttcc-forest);color:#fff}
.toothtabs-cc-primary:hover,.toothtabs-cc-primary:focus-visible{border-color:var(--ttcc-green);background:var(--ttcc-green);color:#fff}
.toothtabs-cc-secondary{background:rgba(255,255,255,.70);color:var(--ttcc-forest)}
.toothtabs-cc-secondary:hover,.toothtabs-cc-secondary:focus-visible{background:#fff;color:var(--ttcc-forest)}
.toothtabs-cc-button:focus-visible,.toothtabs-cc-manage-link:focus-visible,.toothtabs-cc-close:focus-visible,.toothtabs-cc-settings-button:focus-visible{outline:3px solid rgba(46,125,90,.30);outline-offset:3px}
.toothtabs-cc-manage-link{appearance:none;margin:13px 0 0;padding:0;border:0;background:transparent;color:var(--ttcc-forest);font:inherit;font-size:13px;font-weight:750;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.toothtabs-cc-modal{position:fixed;inset:0;z-index:1000000;display:grid;place-items:center;padding:20px}
.toothtabs-cc-backdrop{position:absolute;inset:0;background:rgba(13,35,28,.64);backdrop-filter:blur(2px)}
.toothtabs-cc-panel{position:relative;z-index:1;width:min(680px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:30px;border:1px solid var(--ttcc-line);border-radius:18px;background:linear-gradient(145deg,#fff,var(--ttcc-cream));box-shadow:0 28px 80px rgba(0,0,0,.28);color:var(--ttcc-charcoal)}
.toothtabs-cc-modal-brand{display:flex;align-items:center;min-height:32px;margin:0 48px 10px 0}
.toothtabs-cc-close{appearance:none;position:absolute;top:13px;right:15px;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--ttcc-forest);font-size:28px;line-height:1;cursor:pointer}
.toothtabs-cc-close:hover{background:var(--ttcc-sage)}
.toothtabs-cc-modal-intro{margin-right:42px!important}
.toothtabs-cc-category{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 0;border-top:1px solid var(--ttcc-line)}
.toothtabs-cc-category h3{margin:0 0 5px!important;color:var(--ttcc-forest)!important;font-family:inherit!important;font-size:1.05rem!important;font-weight:800!important;line-height:1.3!important}
.toothtabs-cc-category p{margin:0!important;color:#52635d!important;font-size:14px!important}
.toothtabs-cc-always-on{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:var(--ttcc-sage);color:var(--ttcc-forest);font-size:.78rem;font-weight:800}
.toothtabs-cc-switch{position:relative;flex:0 0 auto;width:54px;height:30px}
.toothtabs-cc-switch input{position:absolute;opacity:0;pointer-events:none}
.toothtabs-cc-switch span[aria-hidden=true]{position:absolute;inset:0;border-radius:999px;background:#96a39a;cursor:pointer;transition:background .2s ease}
.toothtabs-cc-switch span[aria-hidden=true]::after{content:"";position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.14);transition:transform .2s ease}
.toothtabs-cc-switch input:checked+span{background:var(--ttcc-green)}
.toothtabs-cc-switch input:checked+span::after{transform:translateX(24px)}
.toothtabs-cc-switch input:focus-visible+span{outline:3px solid rgba(46,125,90,.30);outline-offset:3px}
.toothtabs-cc-no-ads{margin:4px 0 0!important;padding:14px 16px;border-radius:10px;background:var(--ttcc-sage);color:#30483f!important;box-shadow:inset 0 0 0 1px var(--ttcc-line)}
.toothtabs-cc-panel .toothtabs-cc-primary{color:#fff}
.toothtabs-cc-settings-button{appearance:none;position:fixed;left:14px;bottom:14px;z-index:99990;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:7px 12px 7px 7px;border:1px solid rgba(13,75,58,.20);border-radius:999px;background:rgba(247,244,235,.97);box-shadow:0 6px 18px rgba(13,75,58,.16);color:var(--ttcc-forest);font:inherit;font-size:12px;font-weight:780;line-height:1;cursor:pointer}
.toothtabs-cc-settings-button img{display:block;width:24px;height:24px;object-fit:contain}
.toothtabs-cc-settings-button:hover,.toothtabs-cc-settings-button:focus-visible{border-color:var(--ttcc-green);background:#fff}
.toothtabs-cc-text-link{appearance:none;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
@media(max-width:760px){
  .toothtabs-cc-card{padding:24px 24px 23px}
  .toothtabs-cc-brandmark-hero{right:12px;top:24px;width:240px;height:240px;opacity:.66}
  .toothtabs-cc-speckle{right:-28px;top:-40px;width:145px;height:145px}
  .toothtabs-cc-actions{display:grid;grid-template-columns:1fr}
  .toothtabs-cc-main-actions>.toothtabs-cc-button{width:100%}
  .toothtabs-cc-panel{padding:26px 20px}
  .toothtabs-cc-category{align-items:flex-start}
  .toothtabs-cc-modal-intro{margin-right:34px!important}
}
@media(max-width:520px){
  .toothtabs-cc-banner{padding:10px 10px 12px}
  .toothtabs-cc-card{padding:22px 20px;border-radius:16px}
  .toothtabs-cc-card:before{border-radius:16px}
  .toothtabs-cc-brandmark-hero{right:6px;top:28px;width:185px;height:185px;opacity:.54}
  .toothtabs-cc-card h2{padding-right:42px}
  .toothtabs-cc-card>p:not(.toothtabs-cc-kicker):not(.toothtabs-cc-links){font-size:14px!important}
  .toothtabs-cc-settings-button{left:10px;bottom:10px}
  .toothtabs-cc-category{gap:14px}
  .toothtabs-cc-always-on{font-size:.72rem}
}
@media(prefers-reduced-motion:reduce){.toothtabs-cc-switch span,.toothtabs-cc-switch span::after,.toothtabs-cc-button{transition:none}}
