.vpsrv-consent-open { overflow: hidden; }
.vpsrv-consent-layer { position: fixed; z-index: 2147483000; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding: 24px; background: rgba(7, 12, 24, .56); backdrop-filter: blur(4px); }
.vpsrv-consent { width: min(760px, 100%); color: #e9eefb; background: #111827; border: 1px solid rgba(148, 163, 184, .26); border-radius: 18px; padding: 24px; box-shadow: 0 24px 70px rgba(0, 0, 0, .42); font: 400 15px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.vpsrv-consent-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vpsrv-consent h2 { margin: 0; color: #fff; font-size: 22px; line-height: 1.25; }
.vpsrv-consent-copy { margin: 10px 0 18px; color: #cbd5e1; }
.vpsrv-consent-preferences { margin: 0 0 18px; border: 1px solid rgba(148, 163, 184, .24); border-radius: 12px; overflow: hidden; }
.vpsrv-consent-option { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; padding: 14px 16px; color: #e9eefb; cursor: pointer; }
.vpsrv-consent-option + .vpsrv-consent-option { border-top: 1px solid rgba(148, 163, 184, .18); }
.vpsrv-consent-option span { display: grid; gap: 2px; }
.vpsrv-consent-option strong { color: #fff; font-size: 14px; }
.vpsrv-consent-option small { color: #aebbd0; font-size: 12px; }
.vpsrv-consent-option input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: #4f8cff; }
.vpsrv-consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.vpsrv-consent-button, .vpsrv-consent-close, .vpsrv-cookie-settings { border: 0; font: inherit; cursor: pointer; }
.vpsrv-consent-button { min-height: 42px; padding: 10px 16px; border-radius: 10px; font-weight: 700; }
.vpsrv-consent-button.primary { color: #07111f; background: #74a7ff; }
.vpsrv-consent-button.secondary { color: #e9eefb; background: #263449; }
.vpsrv-consent-button:hover { filter: brightness(1.08); }
.vpsrv-consent-close { color: #b9c5d8; background: transparent; }
.vpsrv-cookie-settings { display: inline; margin: 0; padding: 0; color: inherit; text-decoration: underline; background: transparent; }
.vpsrv-consent :focus-visible, .vpsrv-cookie-settings:focus-visible { outline: 3px solid #9dc0ff; outline-offset: 3px; }
@media (max-width: 640px) { .vpsrv-consent-layer { padding: 10px; } .vpsrv-consent { padding: 18px; border-radius: 14px; } .vpsrv-consent-actions { display: grid; grid-template-columns: 1fr; } .vpsrv-consent-button { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .vpsrv-consent-layer { backdrop-filter: none; } }
