
            .er-cookie-consent,
            .er-cookie-panel {
                font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
                color:#172434;
                box-sizing:border-box;
            }
            .er-cookie-consent *,
            .er-cookie-panel * {
                box-sizing:border-box;
            }
            .er-cookie-consent {
                position:fixed;
                left:18px;
                right:18px;
                bottom:18px;
                z-index:999999;
                display:none;
                max-width:1040px;
                margin:0 auto;
                padding:16px;
                border:1px solid rgba(184,155,94,.32);
                border-radius:18px;
                background:rgba(255,255,255,.98);
                box-shadow:0 22px 70px rgba(15,23,42,.22);
                backdrop-filter:blur(14px);
            }
            .er-cookie-consent.is-visible {
                display:block;
            }
            .er-cookie-consent__inner {
                display:grid;
                grid-template-columns:minmax(0,1fr) auto;
                gap:16px;
                align-items:center;
            }
            .er-cookie-consent__kicker {
                display:inline-flex;
                align-items:center;
                gap:8px;
                margin:0 0 6px;
                color:#8b6a20;
                font-size:11px;
                font-weight:900;
                letter-spacing:.08em;
                text-transform:uppercase;
            }
            .er-cookie-consent__dot {
                width:9px;
                height:9px;
                border-radius:999px;
                background:linear-gradient(135deg,#315f86,#d7b762);
                box-shadow:0 0 0 5px rgba(215,183,98,.16);
            }
            .er-cookie-consent h2 {
                margin:0 0 5px!important;
                color:#172434!important;
                font-size:20px!important;
                line-height:1.18!important;
                font-weight:900!important;
                letter-spacing:0!important;
            }
            .er-cookie-consent p {
                margin:0!important;
                max-width:760px;
                color:#5b6677;
                font-size:14px;
                line-height:1.52;
            }
            .er-cookie-consent a,
            .er-cookie-consent a:visited {
                color:#315f86;
                font-weight:800;
                text-decoration:none;
            }
            .er-cookie-consent a:hover {
                text-decoration:underline;
            }
            .er-cookie-consent__actions {
                display:grid;
                grid-template-columns:repeat(3,auto);
                gap:8px;
                align-items:center;
            }
            .er-cookie-btn {
                display:inline-flex;
                align-items:center;
                justify-content:center;
                min-height:42px;
                padding:10px 14px;
                border:1px solid rgba(49,95,134,.24);
                border-radius:12px;
                background:#fff;
                color:#172434;
                font-size:13px;
                font-weight:900;
                line-height:1;
                cursor:pointer;
                text-decoration:none;
                box-shadow:0 8px 18px rgba(15,23,42,.05);
            }
            .er-cookie-btn:hover {
                transform:translateY(-1px);
                box-shadow:0 12px 26px rgba(15,23,42,.10);
            }
            .er-cookie-btn--accept {
                border-color:#172434;
                background:linear-gradient(135deg,#172434,#315f86);
                color:#fff;
            }
            .er-cookie-btn--reject {
                border-color:rgba(154,36,53,.42);
                color:#8f1f2f;
            }
            .er-cookie-manage {
                position:fixed;
                right:18px;
                bottom:18px;
                z-index:999998;
                display:none;
                min-height:36px;
                padding:8px 11px;
                border:1px solid rgba(49,95,134,.22);
                border-radius:999px;
                background:#fff;
                color:#315f86;
                font-size:12px;
                font-weight:900;
                box-shadow:0 12px 32px rgba(15,23,42,.16);
                cursor:pointer;
            }
            .er-cookie-manage.is-visible {
                display:inline-flex;
                align-items:center;
                gap:6px;
            }
            .er-cookie-panel {
                position:fixed;
                inset:0;
                z-index:1000000;
                display:none;
                align-items:center;
                justify-content:center;
                padding:18px;
                background:rgba(15,23,42,.52);
                backdrop-filter:blur(6px);
            }
            .er-cookie-panel.is-visible {
                display:flex;
            }
            .er-cookie-panel__box {
                width:min(620px,100%);
                max-height:calc(100vh - 36px);
                overflow:auto;
                border:1px solid rgba(184,155,94,.32);
                border-radius:22px;
                background:#fff;
                box-shadow:0 28px 90px rgba(0,0,0,.28);
            }
            .er-cookie-panel__head {
                padding:22px 22px 14px;
                border-bottom:1px solid #edf0f4;
            }
            .er-cookie-panel__head h2 {
                margin:0 0 8px!important;
                color:#172434!important;
                font-size:24px!important;
                line-height:1.15!important;
                font-weight:950!important;
            }
            .er-cookie-panel__head p {
                margin:0!important;
                color:#5b6677;
                font-size:14px;
                line-height:1.55;
            }
            .er-cookie-panel__body {
                display:grid;
                gap:10px;
                padding:16px 22px;
            }
            .er-cookie-choice {
                display:grid;
                grid-template-columns:minmax(0,1fr) auto;
                gap:14px;
                align-items:center;
                padding:14px;
                border:1px solid #e6eaf0;
                border-radius:14px;
                background:linear-gradient(180deg,#fff,#fbfcfe);
            }
            .er-cookie-choice strong {
                display:block;
                margin-bottom:4px;
                color:#172434;
                font-size:15px;
                font-weight:900;
            }
            .er-cookie-choice span {
                display:block;
                color:#687386;
                font-size:13px;
                line-height:1.45;
            }
            .er-cookie-choice input {
                position:absolute;
                opacity:0;
                pointer-events:none;
            }
            .er-cookie-toggle {
                position:relative;
                width:52px;
                height:30px;
                border-radius:999px;
                background:#d8dee8;
                cursor:pointer;
                transition:background .18s ease;
            }
            .er-cookie-toggle::after {
                content:"";
                position:absolute;
                top:4px;
                left:4px;
                width:22px;
                height:22px;
                border-radius:999px;
                background:#fff;
                box-shadow:0 3px 9px rgba(15,23,42,.22);
                transition:transform .18s ease;
            }
            .er-cookie-choice input:checked + .er-cookie-toggle {
                background:#315f86;
            }
            .er-cookie-choice input:checked + .er-cookie-toggle::after {
                transform:translateX(22px);
            }
            .er-cookie-choice input:disabled + .er-cookie-toggle {
                background:#d7b762;
                cursor:not-allowed;
            }
            .er-cookie-panel__foot {
                display:flex;
                flex-wrap:wrap;
                justify-content:flex-end;
                gap:9px;
                padding:14px 22px 22px;
                border-top:1px solid #edf0f4;
            }
            @media (max-width:720px) {
                .er-cookie-consent {
                    left:10px;
                    right:10px;
                    bottom:10px;
                    padding:14px;
                    border-radius:16px;
                }
                .er-cookie-consent__inner {
                    grid-template-columns:1fr;
                    gap:13px;
                }
                .er-cookie-consent__actions {
                    grid-template-columns:1fr;
                }
                .er-cookie-btn {
                    width:100%;
                    min-height:43px;
                }
                .er-cookie-manage {
                    right:12px;
                    bottom:12px;
                }
                .er-cookie-panel {
                    padding:12px;
                }
                .er-cookie-panel__head,
                .er-cookie-panel__body,
                .er-cookie-panel__foot {
                    padding-left:16px;
                    padding-right:16px;
                }
                .er-cookie-panel__foot {
                    display:grid;
                    grid-template-columns:1fr;
                }
            }
        