.fx-cookie-dialog{box-sizing:border-box;width:min(94vw,620px);max-height:88dvh;overflow:auto;border:1px solid var(--accent,#198b69);border-radius:20px;padding:24px;background:var(--surface,#edf7f4);color:var(--text,#173b42);font:16px/1.5 system-ui,sans-serif;box-shadow:0 20px 80px #0005}
.fx-cookie-dialog::backdrop{background:#071c2480;backdrop-filter:blur(3px)}
.fx-cookie-dialog h2{margin:0 0 12px;font-size:1.4rem}.fx-cookie-dialog a{color:inherit;text-decoration:underline}
.fx-cookie-dialog label{display:flex;gap:10px;align-items:center;font-weight:600}.fx-cookie-dialog input{width:20px;height:20px;flex-shrink:0}
.fx-cookie-actions{display:flex;flex-wrap:wrap;gap:10px}.fx-cookie-actions button{flex:1 1 150px;min-height:44px;padding:10px;border:1px solid currentColor;border-radius:12px;background:transparent;color:inherit;font:inherit;cursor:pointer}.fx-cookie-actions button:focus-visible{outline:3px solid #159977;outline-offset:2px}
