.vccc {
  --vccc-green: var(--vc-green, #a3ff00);
  --vccc-bg: #0b0c0b;
  --vccc-panel: #111310;
  --vccc-text: #f5f7f2;
  --vccc-muted: #b4b9b0;
  --vccc-line: rgba(255, 255, 255, .14);
  position: relative;
  z-index: 999990;
  font-family: Inter, Arial, sans-serif;
}
.vccc[hidden], .vccc [hidden] { display: none !important; }
.vccc__banner {
  position: fixed;
  right: clamp(14px, 2vw, 26px);
  bottom: clamp(14px, 2vw, 26px);
  display: grid;
  width: min(620px, calc(100vw - 28px));
  padding: clamp(20px, 3vw, 28px);
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 22px;
  align-items: end;
  border: 1px solid var(--vccc-line);
  border-radius: 18px;
  background: radial-gradient(circle at 100% 0, rgba(163,255,0,.09), transparent 35%), var(--vccc-bg);
  color: var(--vccc-text);
  box-shadow: 0 22px 70px rgba(0,0,0,.42);
}
.vccc__eyebrow { margin: 0 0 7px !important; color: var(--vccc-green) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.vccc h2 { margin: 0 0 9px; color: var(--vccc-text); font-size: clamp(22px, 3vw, 30px); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
.vccc h3 { margin: 0 0 5px; color: var(--vccc-text); font-size: 15px; font-weight: 700; }
.vccc p { margin: 0; color: var(--vccc-muted); font-size: 13px; line-height: 1.55; }
.vccc a { color: var(--vccc-text); text-decoration-color: var(--vccc-green); text-underline-offset: 3px; }
.vccc__actions { display: grid; gap: 8px; }
.vccc button { min-height: 44px; padding: 10px 14px; border: 1px solid var(--vccc-green); border-radius: 999px; background: var(--vccc-green); color: #071006; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .16s ease, filter .16s ease, background .16s ease; }
.vccc button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.vccc button:focus-visible, .vccc a:focus-visible, .vccc__category input:focus-visible + .vccc__switch { outline: 3px solid #fff; outline-offset: 3px; }
.vccc__actions button:nth-child(2), .vccc__secondary { border-color: rgba(255,255,255,.42); background: transparent; color: var(--vccc-text); }
.vccc__secondary { min-height: 34px !important; border-color: transparent !important; font-size: 11px !important; text-decoration: underline; text-underline-offset: 3px; }
.vccc__overlay { position: fixed; inset: 0; display: grid; padding: 16px; place-items: center; background: rgba(0,0,0,.72); backdrop-filter: blur(5px); }
.vccc__dialog { position: relative; width: min(650px, 100%); max-height: calc(100svh - 32px); padding: clamp(24px, 4vw, 36px); overflow-y: auto; border: 1px solid var(--vccc-line); border-radius: 20px; background: radial-gradient(circle at 100% 0, rgba(163,255,0,.08), transparent 33%), var(--vccc-panel); color: var(--vccc-text); box-shadow: 0 28px 90px rgba(0,0,0,.55); }
.vccc__close { position: absolute; top: 12px; right: 12px; display: grid; width: 40px; min-height: 40px !important; padding: 0 !important; place-items: center; border: 0 !important; background: transparent !important; color: var(--vccc-text) !important; font-size: 26px !important; font-weight: 300 !important; }
.vccc__category { position: relative; display: grid; min-height: 82px; padding: 15px 0; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--vccc-line); cursor: pointer; }
.vccc__category:first-of-type { margin-top: 18px; border-top: 1px solid var(--vccc-line); cursor: default; }
.vccc__category > span:not(.vccc__switch) { color: var(--vccc-green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vccc__category input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.vccc__switch { position: relative; width: 48px; height: 27px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: #252824; }
.vccc__switch::after { position: absolute; top: 4px; left: 4px; width: 17px; height: 17px; border-radius: 50%; background: #fff; content: ""; transition: transform .16s ease; }
.vccc__category input:checked + .vccc__switch { border-color: var(--vccc-green); background: var(--vccc-green); }
.vccc__category input:checked + .vccc__switch::after { background: #071006; transform: translateX(21px); }
.vccc__dialog-actions { display: grid; margin-top: 20px; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.vccc__dialog-actions button:nth-child(2) { border-color: rgba(255,255,255,.42); background: transparent; color: var(--vccc-text); }
.vccc__launcher { position: fixed; bottom: 14px; left: 14px; min-height: 38px !important; padding: 8px 13px !important; border-color: var(--vccc-line) !important; background: var(--vccc-bg) !important; color: var(--vccc-text) !important; box-shadow: 0 10px 30px rgba(0,0,0,.25); font-size: 11px !important; }
body.vccc-open { overflow: hidden; }
.vccc-policy { max-width: 980px; margin-inline: auto; }
.vccc-policy h1, .vccc-policy h2 { margin-top: 1.8em; }
.vccc-policy__table { overflow-x: auto; }
.vccc-policy table { width: 100%; border-collapse: collapse; }
.vccc-policy th, .vccc-policy td { padding: 12px; border: 1px solid rgba(127,127,127,.3); text-align: left; vertical-align: top; }
.vccc-policy__button { padding: 11px 18px; border: 0; border-radius: 999px; background: var(--vc-green, #a3ff00); color: #071006; font-weight: 800; cursor: pointer; }
@media (max-width: 680px) { .vccc__banner { grid-template-columns: 1fr; gap: 16px; } .vccc__actions { grid-template-columns: 1fr 1fr; } .vccc__secondary { grid-column: 1 / -1; } }
@media (max-width: 480px) { .vccc__banner { max-height: calc(100svh - 28px); overflow-y: auto; border-radius: 14px; } .vccc__actions, .vccc__dialog-actions { grid-template-columns: 1fr; } .vccc__secondary { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { .vccc button, .vccc__switch::after { transition: none; } }
