.vcc-banner[hidden], .vcc-floating-button[hidden] { display: none !important; }
.vcc-banner { position: fixed; z-index: 999998; left: 0; right: 0; color: var(--vcc-text); font-family: inherit; }
.vcc-position-bottom { bottom: 0; padding: 12px; padding-bottom: 58px; }
.vcc-position-center { inset: 0; background: rgba(0,0,0,.48); display: flex; align-items: center; justify-content: center; padding: 20px; overflow-y: auto; }
.vcc-panel { width: min(960px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; margin: 0 auto; background: var(--vcc-bg); border-radius: 18px; box-shadow: 0 20px 60px rgba(0,0,0,.25); padding: 22px; border: 1px solid rgba(0,0,0,.08); }
.vcc-position-bottom .vcc-panel { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.vcc-main h2 { font-size: 22px; margin: 0 0 8px; color: var(--vcc-text); }
.vcc-main p { margin: 0 0 8px; line-height: 1.5; }
.vcc-main a { color: var(--vcc-accent); text-decoration: underline; }
.vcc-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; align-items: center; }
.vcc-btn { border: 1px solid var(--vcc-accent); border-radius: 999px; padding: 11px 16px; cursor: pointer; font-weight: 700; background: transparent; color: var(--vcc-accent); }
.vcc-btn-primary { background: var(--vcc-accent); color: #fff; }
.vcc-preferences { grid-column: 1 / -1; display: grid; gap: 10px; margin-top: 8px; }
.vcc-category { display: flex; gap: 12px; align-items: flex-start; padding: 12px; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; background: rgba(0,0,0,.025); }
.vcc-category input { margin-top: 4px; }
.vcc-category strong { display: block; margin-bottom: 3px; }
.vcc-category small { display: block; line-height: 1.45; opacity: .82; }
.vcc-floating-button { position: fixed; z-index: 999997; left: 16px; bottom: 64px; border: 0; border-radius: 999px; padding: 10px 14px; background: var(--vcc-accent); color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.2); cursor: pointer; font-weight: 700; }
.vcc-policy-table-wrap { overflow-x: auto; margin: 12px 0 24px; }
.vcc-policy, .vcc-privacy-policy { margin-top: 0; }
.vcc-policy > :first-child, .vcc-privacy-policy > :first-child { margin-top: 0; }
body.visible-dartshop .vd-regular-page-wrap:has(.vcc-policy),
body.visible-dartshop .vd-regular-page-wrap:has(.vcc-privacy-policy) { padding-top: clamp(14px, 1.5vw, 24px) !important; }
.vcc-policy-table { width: 100%; border-collapse: collapse; }
.vcc-policy-table th, .vcc-policy-table td { border: 1px solid rgba(0,0,0,.15); padding: 10px; text-align: left; vertical-align: top; }
.vcc-policy-table th { background: rgba(0,0,0,.05); }
@media (max-width: 760px) { .vcc-position-center { align-items: flex-start; justify-content: center; padding: max(12px, env(safe-area-inset-top)) 12px max(76px, env(safe-area-inset-bottom)); } .vcc-position-bottom { padding: 10px; padding-bottom: 72px; } .vcc-panel { max-height: calc(100dvh - 88px); padding: 16px; border-radius: 14px; } .vcc-position-bottom .vcc-panel { display: block; } .vcc-main h2 { font-size: 19px; } .vcc-main p { font-size: 14px; line-height: 1.42; } .vcc-preferences { gap: 8px; } .vcc-category { padding: 10px; gap: 9px; } .vcc-actions { margin-top: 14px; justify-content: stretch; gap: 8px; } .vcc-btn { flex: 1 1 100%; padding: 10px 12px; } .vcc-floating-button { left: 12px; bottom: 58px; width: 48px; height: 48px; padding: 0; overflow: hidden; text-indent: -999px; white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; } .vcc-floating-button::before { content: "⚙"; text-indent: 0; font-size: 22px; line-height: 1; } }
