#eis-consent {position:fixed;bottom:58px;left:16px;right:16px;max-width:720px;margin:auto;padding:24px;background:#122237;color:#fff;border:1px solid #d9b66f;border-radius:12px;box-shadow:0 8px 36px #0008;z-index:1000;max-height:75vh;overflow:auto;font:16px/1.5 system-ui,sans-serif}
#eis-consent[hidden]{display:none}
#eis-consent h2{font-size:21px;margin:0 0 12px;color:#fff}
#eis-consent p{margin:10px 0;color:#fff}
#eis-consent a{color:#f0d699;text-decoration:underline}
.eis-consent-actions{display:flex;gap:12px;flex-wrap:wrap}
.eis-consent-actions button{flex:1;min-width:200px;padding:12px;background:#e5c689;color:#152035;border:2px solid #e5c689;border-radius:6px;font:600 16px system-ui;cursor:pointer}
#eis-consent-settings{position:fixed;bottom:8px;right:12px;padding:8px 12px;border:1px solid #d9b66f;border-radius:6px;background:#122237;color:#fff;font:14px system-ui;z-index:999;cursor:pointer}
#eis-consent button:focus-visible,#eis-consent-settings:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media(max-width:480px){#eis-consent{padding:16px;left:8px;right:8px;font-size:14px}.eis-consent-actions button{min-width:100%;font-size:15px}}
