.cookie-consent{position:fixed;inset:auto 0 0 0;z-index:9999;padding:16px;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .25s ease,transform .25s ease,visibility .25s}.cookie-consent.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.cookie-consent__panel{pointer-events:auto;max-width:1100px;margin:0 auto;background:#fff;border:1px solid var(--color-border, #e5e5e5);border-radius:12px;box-shadow:0 12px 40px #0f172a26;padding:24px 28px}.cookie-consent__title{font-size:20px;font-weight:600;margin-bottom:10px;color:#051036}.cookie-consent__text{font-size:15px;line-height:1.55;color:#697488;margin-bottom:18px}.cookie-consent__text a{color:#3554d1;text-decoration:underline}.cookie-consent__actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:10px}.cookie-consent__actions .cookie-consent__btn{flex:1 1 0;min-width:0}.cookie-consent__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(5,16,54,.55);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s}.cookie-consent__modal.is-open{opacity:1;visibility:visible}.cookie-consent__dialog{width:100%;max-width:640px;max-height:90vh;overflow:auto;background:#fff;border-radius:12px;padding:28px;box-shadow:0 20px 50px #0f172a33}.cookie-consent__category{border:1px solid var(--color-border, #e5e5e5);border-radius:8px;padding:16px;margin-bottom:12px}.cookie-consent__category-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cookie-consent__category-title{font-size:16px;font-weight:600;color:#051036;margin-bottom:4px}.cookie-consent__category-desc{font-size:14px;line-height:1.45;color:#697488}.cookie-consent__toggle{position:relative;width:48px;height:26px;flex-shrink:0}.cookie-consent__toggle input{opacity:0;width:0;height:0;position:absolute}.cookie-consent__toggle span{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#d1d5db;border-radius:26px;transition:background .2s}.cookie-consent__toggle span:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s}.cookie-consent__toggle input:checked+span{background:#3554d1}.cookie-consent__toggle input:checked+span:before{transform:translate(22px)}.cookie-consent__toggle input:disabled+span{opacity:.65;cursor:not-allowed}.cookie-consent__badge{font-size:12px;font-weight:500;color:#3554d1;white-space:nowrap}.cookie-consent__modal-actions{display:flex;flex-wrap:nowrap;align-items:stretch;gap:10px;margin-top:20px}.cookie-consent__btn{flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 14px;border-radius:9999px;border:1px solid rgba(255,255,255,.72);background:rgba(255,255,255,.58);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);box-shadow:0 1px #ffffffe6 inset,0 -1px #ffffff40 inset,0 4px 16px #05103614;color:var(--color-dark-1, #051036);font-size:14px;font-weight:500;line-height:1.25;text-align:center;white-space:normal;cursor:pointer;outline:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease,color .2s ease}.cookie-consent__btn:hover{transform:translateY(-1px)}.cookie-consent__btn--save{color:#fff;border-color:#ffffff47;background:linear-gradient(180deg,rgba(53,84,209,.96) 0%,rgba(41,66,176,.98) 100%);box-shadow:0 1px #ffffff59 inset,0 4px 16px #3554d147}.cookie-consent__btn--save:hover{color:#fff;background:linear-gradient(180deg,rgba(41,66,176,1) 0%,rgba(33,54,150,1) 100%);border-color:#fff6;box-shadow:0 1px #fff6 inset,0 6px 20px #3554d15c}.cookie-consent__btn--accept{color:#fff;border-color:#ffffff47;background:linear-gradient(180deg,rgba(0,148,18,.95) 0%,rgba(0,128,9,.98) 100%);box-shadow:0 1px #ffffff59 inset,0 4px 16px #00800947}.cookie-consent__btn--accept:hover{color:#fff;background:linear-gradient(180deg,rgba(0,128,9,1) 0%,rgba(0,106,7,1) 100%);border-color:#fff6;box-shadow:0 1px #fff6 inset,0 6px 20px #0080095c}.cookie-consent__btn--reject{color:#051036c7;border-color:#05103624;background:rgba(255,255,255,.58);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);box-shadow:0 1px #ffffffe6 inset,0 4px 16px #05103614}.cookie-consent__btn--reject:hover{color:var(--color-dark-1, #051036);background:rgba(255,255,255,.88);border-color:#05103638;box-shadow:0 1px #fffffff2 inset,0 6px 20px #0510361f}.cookie-consent__btn--customize{color:#fff;border-color:#ffffff47;background:linear-gradient(180deg,rgba(53,84,209,.96) 0%,rgba(41,66,176,.98) 100%);box-shadow:0 1px #ffffff59 inset,0 4px 16px #3554d147}.cookie-consent__btn--customize:hover{color:#fff;background:linear-gradient(180deg,rgba(41,66,176,1) 0%,rgba(33,54,150,1) 100%);border-color:#fff6;box-shadow:0 1px #fff6 inset,0 6px 20px #3554d15c}.cookie-consent__btn--save:focus-visible{box-shadow:0 0 0 3px #3554d138,0 1px #ffffff59 inset,0 4px 16px #3554d147}.cookie-consent__btn--accept:focus-visible{box-shadow:0 0 0 3px #00800938,0 1px #ffffff59 inset,0 4px 16px #00800947}.cookie-consent__btn--reject:focus-visible{box-shadow:0 0 0 3px #0510361f,0 1px #ffffffe6 inset,0 4px 16px #05103614}.cookie-consent__btn--customize:focus-visible{box-shadow:0 0 0 3px #3554d138,0 1px #ffffff59 inset,0 4px 16px #3554d147}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.cookie-consent__btn--reject{background:rgba(255,255,255,.94)}}@media (max-width: 767px){.cookie-consent__panel{padding:18px}.cookie-consent__actions{flex-direction:column}.cookie-consent__actions .cookie-consent__btn{width:100%}.cookie-consent__modal-actions{gap:8px}.cookie-consent__btn{min-height:44px;padding:8px 10px;font-size:12px}}
