:root{--db-consent-ink:#18234f;--db-consent-text:#25324a;--db-consent-muted:#667085;--db-consent-line:#d9deea;--db-consent-bg:#ffffff;--db-consent-soft:#f6f8fc;}
.db-consent-banner,.db-consent-modal,.db-consent-reopen{font-family:inherit;box-sizing:border-box;}
.db-consent-banner *,.db-consent-modal *{box-sizing:border-box;}
.db-consent-banner{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:2147483605;width:min(1180px,calc(100% - 32px));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:20px 22px;background:rgba(255,255,255,.985);border:1px solid rgba(24,35,79,.16);border-radius:18px;box-shadow:0 24px 70px rgba(15,23,42,.24);color:var(--db-consent-text);}
.db-consent-banner-close,.db-consent-close{appearance:none;border:0;background:transparent;color:#667085;cursor:pointer;font:700 20px/1 Arial,sans-serif;}
.db-consent-banner-close{position:absolute;top:10px;right:12px;width:34px;height:34px;border-radius:50%;}
.db-consent-banner-close:hover,.db-consent-close:hover{background:#eef1f6;color:var(--db-consent-ink);}
.db-consent-copy{padding-right:26px;}
.db-consent-eyebrow{display:block;margin:0 0 5px;color:#7b8497;font-size:10px;font-weight:800;letter-spacing:.12em;}
.db-consent-copy h2,.db-consent-modal-head h2{margin:0;color:var(--db-consent-ink);font-size:20px;line-height:1.2;font-weight:800;letter-spacing:-.02em;}
.db-consent-copy p,.db-consent-modal-head p{margin:7px 0 8px;color:var(--db-consent-muted);font-size:13px;line-height:1.55;}
.db-consent-policy{color:var(--db-consent-ink);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px;}
.db-consent-actions,.db-consent-modal-actions{display:flex;align-items:center;gap:9px;}
.db-consent-actions{padding-right:22px;white-space:nowrap;}
.db-consent-btn{appearance:none;min-height:42px;padding:0 16px;border:1px solid var(--db-consent-line);border-radius:10px;font:700 12px/1 inherit;letter-spacing:.01em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease;}
.db-consent-btn:hover{transform:translateY(-1px);}
.db-consent-btn:focus,.db-consent-close:focus,.db-consent-banner-close:focus,.db-consent-reopen:focus{outline:3px solid rgba(24,35,79,.18);outline-offset:2px;}
.db-consent-btn-primary{background:var(--db-consent-ink);border-color:var(--db-consent-ink);color:#fff;box-shadow:0 5px 14px rgba(24,35,79,.16);}
.db-consent-btn-neutral{background:#eef1f7;border-color:#cfd5e2;color:var(--db-consent-ink);}
.db-consent-btn-secondary{background:#fff;border-color:#aeb7ca;color:var(--db-consent-ink);}
.db-consent-modal-layer{position:fixed;inset:0;z-index:2147483610;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(12,18,38,.46);backdrop-filter:blur(3px);}
.db-consent-modal{width:min(720px,100%);max-height:min(760px,calc(100vh - 36px));overflow:auto;background:#fff;border:1px solid rgba(24,35,79,.14);border-radius:20px;box-shadow:0 30px 90px rgba(10,18,40,.32);}
.db-consent-modal-head{display:flex;justify-content:space-between;gap:20px;padding:24px 24px 16px;border-bottom:1px solid #e8ebf2;}
.db-consent-close{flex:0 0 36px;width:36px;height:36px;border-radius:50%;}
.db-consent-modal-body{padding:8px 24px;}
.db-consent-category{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #edf0f5;cursor:pointer;}
.db-consent-category-copy{display:flex;flex-direction:column;gap:4px;min-width:0;}
.db-consent-category-copy strong{color:#1c2745;font-size:14px;}
.db-consent-category-copy span{color:#6b7280;font-size:12px;line-height:1.45;}
.db-consent-switch-wrap{position:relative;flex:0 0 46px;width:46px;height:26px;}
.db-consent-switch-input{position:absolute;opacity:0;width:1px;height:1px;}
.db-consent-switch{position:absolute;inset:0;background:#c8cfdb;border-radius:999px;transition:.18s ease;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);}
.db-consent-switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.22);transition:.18s ease;}
.db-consent-switch-input:checked + .db-consent-switch{background:var(--db-consent-ink);}
.db-consent-switch-input:checked + .db-consent-switch:after{transform:translateX(20px);}
.db-consent-switch-input:focus + .db-consent-switch{outline:3px solid rgba(24,35,79,.16);outline-offset:2px;}
.db-consent-switch-input:disabled + .db-consent-switch{opacity:.78;}
.db-consent-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px 22px;background:#fafbfc;border-radius:0 0 20px 20px;}
.db-consent-reopen{position:fixed;left:14px;bottom:14px;z-index:2147483550;min-height:34px;padding:0 12px;border:1px solid #d1d7e3;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 5px 18px rgba(15,23,42,.12);color:#283557;font-size:11px;font-weight:700;cursor:pointer;}
body.db-consent-modal-open{overflow:hidden!important;}
@media(max-width:860px){.db-consent-banner{grid-template-columns:1fr;gap:15px;padding:18px}.db-consent-actions{padding-right:0;display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;}.db-consent-btn{padding:0 10px}.db-consent-modal-foot{align-items:flex-start;flex-direction:column}.db-consent-modal-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.db-consent-modal-actions .db-consent-btn{width:100%;}}
@media(max-width:575.98px){.db-consent-banner{bottom:calc(var(--db-mobile-bottomnav-height,68px) + env(safe-area-inset-bottom,0px) + 8px);width:calc(100% - 16px);padding:15px;border-radius:15px;gap:12px}.db-consent-copy{padding-right:20px}.db-consent-copy h2,.db-consent-modal-head h2{font-size:17px}.db-consent-copy p,.db-consent-modal-head p{font-size:11.5px}.db-consent-actions{grid-template-columns:1fr 1fr;gap:7px}.db-consent-actions .db-consent-btn-primary{grid-column:1 / -1;grid-row:1}.db-consent-btn{min-height:40px;font-size:11px}.db-consent-modal-layer{padding:8px;align-items:flex-end}.db-consent-modal{max-height:88vh;border-radius:18px 18px 0 0}.db-consent-modal-head{padding:19px 17px 14px}.db-consent-modal-body{padding:6px 17px}.db-consent-category{padding:14px 0;gap:12px}.db-consent-modal-foot{padding:15px 17px 18px}.db-consent-reopen{bottom:calc(var(--db-mobile-bottomnav-height,68px) + env(safe-area-inset-bottom,0px) + 8px);left:8px;}}
@media(prefers-reduced-motion:reduce){.db-consent-btn,.db-consent-switch,.db-consent-switch:after{transition:none!important;}}