/* Andreas Gundelach / CODEX */
:root{--hcg-bg:#111720;--hcg-panel:#1a2330;--hcg-text:#f4f7fb;--hcg-muted:#b2bdcc;--hcg-line:#344254;--hcg-accent:#91ddce;--hcg-radius:16px;--hcg-shadow:0 20px 90px #0007}
.hcg-dialog,.hcg-placeholder,.hcg-floating,.hcg-noscript,.hcg-scan-status{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box;color:var(--hcg-text);font-size:15px;line-height:1.5}
.hcg-dialog *,.hcg-placeholder *{box-sizing:border-box}
.hcg-dialog{position:fixed;inset:auto auto 24px 50%;transform:translateX(-50%);margin:0;width:min(760px,calc(100vw - 32px));max-height:calc(100dvh - 48px);overflow:auto;border:1px solid var(--hcg-line);border-radius:var(--hcg-radius);background:var(--hcg-bg);padding:24px 28px;box-shadow:var(--hcg-shadow);z-index:2147483600;text-align:left;color-scheme:dark}
.hcg-dialog:not([open]){display:none!important}.hcg-dialog::backdrop{background:#050a1266}
.hcg-dialog h2{margin:8px 0 12px;color:var(--hcg-text);font-size:clamp(21px,3vw,27px);line-height:1.2;letter-spacing:-.025em;font-weight:650}
.hcg-dialog p{margin:8px 0 16px}.hcg-dialog-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.hcg-overline{font-size:10px;letter-spacing:.14em;color:var(--hcg-accent);font-weight:700}.hcg-dismiss{border:0;background:transparent;color:var(--hcg-muted);font:26px/1 system-ui;cursor:pointer;padding:4px 10px;min-width:36px;min-height:36px}
.hcg-intro{color:var(--hcg-muted);font-size:14px}.hcg-details{border-top:1px solid var(--hcg-line);margin-top:16px;padding-top:12px}.hcg-details summary{color:var(--hcg-text);font-size:14px;font-weight:600;cursor:pointer;padding:4px 0 12px}.hcg-required{display:flex;justify-content:space-between;gap:12px;padding-top:10px}.hcg-required span{color:var(--hcg-accent);font-size:12px}
.hcg-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hcg-choice{display:flex;align-items:flex-start;gap:10px;background:var(--hcg-panel);border:1px solid var(--hcg-line);border-radius:10px;padding:14px;cursor:pointer;margin:0}.hcg-choice input{width:18px;height:18px;min-width:18px;margin:3px 0 0;accent-color:var(--hcg-accent)}.hcg-choice strong{font-size:14px;color:var(--hcg-text);font-weight:600}.hcg-choice small{display:block;font-size:12px;line-height:1.5;color:var(--hcg-muted);margin-top:5px}.hcg-dialog .hcg-small{font-size:12px;color:var(--hcg-muted);margin:10px 0 16px;overflow-wrap:anywhere}
.hcg-dialog-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.hcg-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 14px;border:1px solid #728198;border-radius:8px;background:#222f40;color:#fff;font:600 13px/1.4 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-decoration:none;text-align:center;cursor:pointer;box-shadow:none;white-space:normal}.hcg-button:hover{background:#314159;border-color:var(--hcg-accent);color:#fff}.hcg-button:focus-visible,.hcg-floating:focus-visible,.hcg-dismiss:focus-visible,.hcg-dialog a:focus-visible,.hcg-dialog summary:focus-visible{outline:3px solid var(--hcg-accent);outline-offset:3px}
.hcg-dialog-footer{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:15px;font-size:12px;color:var(--hcg-muted)}.hcg-dialog-footer span{margin-left:auto}.hcg-dialog a{color:var(--hcg-accent);text-decoration:underline;text-underline-offset:3px}.hcg-status:empty{display:none}.hcg-status{font-size:12px;color:var(--hcg-accent)}.hcg-cookie-details{display:grid;grid-template-columns:minmax(110px,1fr) 2fr;gap:9px 12px;margin:16px 0;font-size:12px}.hcg-cookie-details dt{font-weight:600;overflow-wrap:anywhere}.hcg-cookie-details dd{margin:0;color:var(--hcg-muted)}
.hcg-floating{position:fixed;z-index:2147483000;min-height:42px;padding:10px 16px;background:var(--hcg-bg);color:var(--hcg-text);border:1px solid var(--hcg-line);border-radius:10px;box-shadow:0 5px 22px #0003;cursor:pointer;font-weight:600;font-size:12px}.hcg-floating:hover{border-color:var(--hcg-accent)}
.hcg-position-bottom-left{left:max(18px,env(safe-area-inset-left));bottom:max(18px,env(safe-area-inset-bottom))}.hcg-position-bottom-center{left:50%;transform:translateX(-50%);bottom:max(18px,env(safe-area-inset-bottom))}.hcg-position-bottom-right{right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom))}.hcg-position-middle-left{left:12px;top:50%;transform:translateY(-50%)}.hcg-position-middle-right{right:12px;top:50%;transform:translateY(-50%)}.hcg-position-top-left{left:18px;top:18px}.hcg-position-top-center{left:50%;top:18px;transform:translateX(-50%)}.hcg-position-top-right{right:18px;top:18px}.admin-bar .hcg-position-top-left,.admin-bar .hcg-position-top-center,.admin-bar .hcg-position-top-right{top:58px}
.hcg-placeholder{display:block!important;width:100%;max-width:100%;min-height:200px;padding:32px 24px;text-align:center;background:var(--hcg-bg);border:1px solid var(--hcg-line);border-radius:var(--hcg-radius);margin:16px 0}.hcg-placeholder h3{font:600 19px/1.3 system-ui;margin:8px 0;color:var(--hcg-text)}.hcg-placeholder p{font-size:13px;max-width:460px;margin:8px auto 18px;color:var(--hcg-muted)}.hcg-placeholder .hcg-button{margin:4px}.hcg-placeholder-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--hcg-panel);color:var(--hcg-accent);font-size:22px}
[data-hcg-category][hidden]{display:none!important}.hcg-noscript{padding:14px;background:var(--hcg-bg);border:1px solid var(--hcg-line)}.hcg-scan-status{position:fixed;left:50%;bottom:8px;transform:translateX(-50%);z-index:2147482900;padding:10px 16px;border-radius:8px;background:#223e38;color:#e4fff4;max-width:90vw;font-size:12px;pointer-events:none}.hcg-cookie-list{overflow:auto}.hcg-cookie-list th,.hcg-cookie-list td{vertical-align:top;text-align:left;padding:10px;border-bottom:1px solid #72819855}.hcg-open-settings{cursor:pointer}
@media(max-width:560px){.hcg-dialog{bottom:10px;width:calc(100vw - 20px);padding:18px;max-height:calc(100dvh - 20px)}.hcg-dialog-actions{grid-template-columns:1fr;gap:8px}.hcg-dialog-actions .hcg-button{min-height:44px}.hcg-choice-grid{grid-template-columns:1fr}.hcg-dialog-footer{gap:12px}.hcg-dialog-footer span{margin-left:0}.hcg-cookie-details{grid-template-columns:1fr;gap:3px}.hcg-cookie-details dd{margin-bottom:10px}.hcg-floating{font-size:11px;padding:9px 12px}.hcg-placeholder{padding:24px 16px}.hcg-placeholder .hcg-button{display:flex;width:100%;margin:8px 0}.admin-bar .hcg-position-top-left,.admin-bar .hcg-position-top-center,.admin-bar .hcg-position-top-right{top:64px}}
@media(prefers-reduced-motion:reduce){.hcg-dialog,.hcg-floating{scroll-behavior:auto}}
