.vcc-banner[hidden], .vcc-floating-button[hidden], .vcc-preferences[hidden], .vcc-btn[hidden] { display: none !important; visibility: hidden; opacity: 0; pointer-events: none; }
.vcc-banner { position: fixed; z-index: 999998; left: 0; right: 0; color: var(--vcc-text); font-family: inherit; visibility: visible; opacity: 1; contain: layout paint; }
.vcc-position-bottom { bottom: 12px; padding: 0 12px; }
.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; min-height: 118px; }
.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; display: inline-flex; align-items: center; justify-content: center; gap: 0; width: 52px; max-width: 52px; height: 52px; overflow: hidden; white-space: nowrap; border: 0; border-radius: 999px; padding: 0; background: var(--vcc-accent); color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.2); cursor: pointer; font-size: 0; font-weight: 700; visibility: visible; opacity: 1; transition: transform .18s ease; }
.vcc-floating-button::before { content: "\2699"; flex: 0 0 24px; font-size: 22px; line-height: 1; text-indent: 0; }
.vcc-floating-button::after { content: attr(aria-label); display: none; }
.vcc-floating-button:hover, .vcc-floating-button:focus-visible { transform: translateY(-1px); }
.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 { left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); padding: 0; } .vcc-panel { width: 100%; max-height: 44dvh; overflow: auto; padding: 10px; border-radius: 14px; } .vcc-position-bottom .vcc-panel { display: grid; grid-template-columns: 1fr; gap: 7px; min-height: 136px; height: 136px; overflow: hidden; } .vcc-main h2 { font-size: 16px; margin: 0 0 3px; } .vcc-main p { display: -webkit-box; margin: 0; font-size: 12px; line-height: 1.25; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .vcc-main a { display: none; } .vcc-preferences { max-height: 24dvh; overflow: auto; gap: 7px; } .vcc-category { padding: 8px; gap: 8px; } .vcc-category small { display: none; } .vcc-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 0; justify-content: stretch; gap: 7px; } .vcc-btn { min-height: 36px; padding: 7px 8px; border-radius: 9px; font-size: 12px; line-height: 1.1; } .vcc-btn[data-vcc-action="customize"] { display: none; } .vcc-floating-button, .vcc-floating-button:hover, .vcc-floating-button:focus-visible { left: 12px; bottom: calc(16px + env(safe-area-inset-bottom)); width: 46px; max-width: 46px; height: 46px; padding: 0; gap: 0; transform: none; } .vcc-floating-button::before { font-size: 21px; } .vcc-floating-button::after { display: none; } }
