:root{--cm-accent: #9f131c;--cm-accent-dark: #7d0f16;--cm-text: #222;--cm-muted: #666;--cm-border: #e2e2e2;--cm-bg: #fff;--cm-radius: 6px}#cookieman-modal{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.55);overflow-y:auto;-webkit-overflow-scrolling:touch}#cookieman-modal.is-visible{display:flex}body.cm-noscroll{overflow:hidden}.cm-dialog{width:100%;max-width:720px;margin:auto}.cm-box{display:flex;flex-direction:column;max-height:calc(100vh - 32px);background:var(--cm-bg);color:var(--cm-text);border-radius:var(--cm-radius);box-shadow:0 12px 40px #0000004d;font-size:15px;line-height:1.5}.cm-head{padding:20px 24px 0}.cm-title{font-size:1.35em;font-weight:700}.cm-body{padding:12px 24px 4px;overflow-y:auto}.cm-intro{margin:0 0 14px}.cm-intro a{color:var(--cm-accent);text-decoration:underline}.cm-toggle{display:inline-block;margin-bottom:10px}.cm-settings{display:none;margin-top:8px;border-top:1px solid var(--cm-border)}.cm-settings.cm-open{display:block}.cm-group{border-bottom:1px solid var(--cm-border)}.cm-group__head{position:relative;display:block;width:100%;padding:14px 32px 14px 0;background:none;border:none;font:inherit;font-weight:700;text-align:left;color:var(--cm-text);cursor:pointer}.cm-group__head:after{content:"";position:absolute;right:6px;top:50%;width:8px;height:8px;margin-top:-6px;border-right:2px solid var(--cm-muted);border-bottom:2px solid var(--cm-muted);transform:rotate(45deg);transition:transform .15s ease}.cm-group__head[aria-expanded=true]:after{transform:rotate(-135deg)}.cm-group__body{display:none;padding:0 0 16px}.cm-group__body.cm-open{display:block}.cm-group__desc{margin:8px 0;color:var(--cm-muted);font-size:.95em}.cm-switch{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f6f6f6;border-radius:var(--cm-radius);cursor:pointer}.cm-switch input{width:18px;height:18px;accent-color:var(--cm-accent)}.cm-switch input:disabled{cursor:not-allowed}.cm-switch__label{font-weight:600}.cm-dnt{margin-bottom:10px;padding:8px 12px;background:#fff6e5;border:1px solid #ffe0a3;border-radius:var(--cm-radius);font-size:.9em}.cm-dnt:empty{display:none}.cm-table-wrap{overflow-x:auto}.cm-table{width:100%;margin-top:6px;border-collapse:collapse;font-size:.85em}.cm-table th,.cm-table td{padding:6px 8px;text-align:left;border-bottom:1px solid var(--cm-border);vertical-align:top}.cm-table th{color:var(--cm-muted);font-weight:600;white-space:nowrap}.cm-foot{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;padding:16px 24px;border-top:1px solid var(--cm-border)}.cm-btn{padding:10px 18px;border:1px solid transparent;border-radius:var(--cm-radius);font:inherit;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.cm-btn--primary{background:var(--cm-accent);color:#fff}.cm-btn--primary:hover{background:var(--cm-accent-dark)}.cm-btn--ghost{background:#fff;border-color:var(--cm-border);color:var(--cm-text)}.cm-btn--ghost:hover{background:#f2f2f2}.cm-btn--light{background:#ececec;color:var(--cm-text)}.cm-btn--light:hover{background:#dedede}@media (max-width: 520px){.cm-foot{flex-direction:column-reverse}.cm-btn{width:100%}}
