.bs-cc,.bs-cc *{box-sizing:border-box}.bs-cc-banner{position:fixed;inset-inline:16px;bottom:16px;z-index:1040;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 60px rgba(0,0,0,.22);padding:16px 18px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;font-family:system-ui,-apple-system,segoe ui,Roboto,dm sans,Arial,sans-serif;color:#111827;opacity:0;transform:translateY(20px);transition:opacity .25s ease,transform .25s ease}.bs-cc-banner.open{opacity:1;transform:translateY(0)}.bs-cc-banner-text{font-size:13.5px;line-height:1.6;color:#374151}.bs-cc-banner-text strong{color:#0f172a}.bs-cc-banner-text a{color:#003b95;text-decoration:underline;font-weight:600}.bs-cc-banner-text--short{display:none}.bs-cc-banner-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.bs-cc-btn{font-family:inherit;font-size:13px;font-weight:600;padding:9px 14px;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:background .15s,opacity .15s,border-color .15s,color .15s;white-space:nowrap}.bs-cc-btn-primary{background:linear-gradient(135deg,#003b95,#0052cc);color:#fff}.bs-cc-btn-primary:hover{opacity:.92}.bs-cc-btn-ghost{background:#fff;color:#374151;border-color:#d1d5db}.bs-cc-btn-ghost:hover{background:#f3f4f6}.bs-cc-btn-link{background:0 0;color:#003b95;padding:9px 6px;text-decoration:underline}.bs-cc-btn-link:hover{color:#001f4d}.bs-cc-reopen{position:fixed;inset-inline-start:14px;bottom:14px;z-index:1030;background:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:999px;padding:8px 12px;font-family:system-ui,-apple-system,segoe ui,Roboto,dm sans,Arial,sans-serif;font-size:12px;font-weight:600;box-shadow:0 6px 18px rgba(0,0,0,.12);cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .15s,transform .15s}.bs-cc-reopen:hover{background:#f9fafb;transform:translateY(-1px)}.bs-cc-reopen i{color:#003b95}.bs-cc-modal{position:fixed;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:1060;display:flex;align-items:center;justify-content:center;padding:24px;font-family:system-ui,-apple-system,segoe ui,Roboto,dm sans,Arial,sans-serif}.bs-cc-modal.open{opacity:1;visibility:visible}.bs-cc-modal-card{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 80px rgba(0,0,0,.35);transform:translateY(20px)scale(.98);transition:transform .25s cubic-bezier(.2,.8,.2,1);overflow:hidden}.bs-cc-modal.open .bs-cc-modal-card{transform:translateY(0)scale(1)}.bs-cc-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.bs-cc-modal-header h3{font-size:16px;font-weight:700;color:#0f172a;margin:0}.bs-cc-modal-close{background:#fff;border:1px solid #e5e7eb;color:#6b7280;width:32px;height:32px;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.bs-cc-modal-close:hover{background:#f3f4f6;color:#111827}.bs-cc-modal-body{padding:18px 22px 22px;overflow-y:auto;font-size:13.5px;line-height:1.55;color:#374151}.bs-cc-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid #f1f5f9}.bs-cc-row:last-child{border-bottom:0}.bs-cc-row-title{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 4px}.bs-cc-row-desc{font-size:12.5px;color:#6b7280}.bs-cc-required-tag{font-size:10.5px;font-weight:700;color:#15803d;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;padding:2px 8px;margin-left:6px;letter-spacing:.3px;text-transform:uppercase;vertical-align:middle}.bs-cc-switch{position:relative;flex-shrink:0;width:40px;height:22px}.bs-cc-switch input{opacity:0;width:0;height:0}.bs-cc-switch span.slider{position:absolute;inset:0;background:#d1d5db;border-radius:999px;cursor:pointer;transition:background .15s}.bs-cc-switch span.slider::before{content:'';position:absolute;width:18px;height:18px;left:2px;top:2px;background:#fff;border-radius:50%;transition:transform .18s;box-shadow:0 1px 3px rgba(0,0,0,.18)}.bs-cc-switch input:checked+span.slider{background:#003b95}.bs-cc-switch input:checked+span.slider::before{transform:translateX(18px)}.bs-cc-switch input:disabled+span.slider{opacity:.55;cursor:not-allowed}.bs-cc-modal-footer{padding:14px 22px;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.bs-cc-modal-footer-right{display:flex;gap:8px;flex-wrap:wrap}body.bs-cc-no-scroll{overflow:hidden}@media(max-width:600px){.bs-cc-banner{inset-inline:8px;bottom:calc(8px + env(safe-area-inset-bottom,0px));padding:14px;grid-template-columns:1fr;gap:12px}.bs-cc-banner-text{font-size:13px}.bs-cc-banner-actions{justify-content:stretch}.bs-cc-banner-actions .bs-cc-btn{flex:1;text-align:center}.bs-cc-reopen{padding:6px 10px;font-size:11.5px;bottom:calc(14px + env(safe-area-inset-bottom,0px))}.bs-cc-modal{padding:0;align-items:flex-end}.bs-cc-modal-card{max-width:100%;max-height:92vh;border-radius:18px 18px 0 0}}@media(max-width:480px){.bs-cc-banner-text--full{display:none}.bs-cc-banner-text--short{display:block;font-size:12.5px;line-height:1.5}.bs-cc-banner{padding:12px;gap:10px;bottom:calc(72px + 8px + env(safe-area-inset-bottom,0px))}.bs-cc-banner-actions .bs-cc-btn{font-size:12.5px;padding:8px 10px}.bs-cc-reopen{bottom:calc(72px + 10px + env(safe-area-inset-bottom,0px))}}@media(max-width:991.98px){#bsCookieBanner,#bsCookieReopen{display:none!important}}