/* Shared typography for the bundled privacy page. */
.analytics-settings { margin: 24px; padding: 16px; color: #253044; font: 14px/1.6 system-ui, sans-serif; }
.analytics-gear { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 36px; padding: 0; border: 0; border-radius: 8px; background: transparent; color: #67635c; font: 26px/1 system-ui, sans-serif; cursor: pointer; box-shadow: none; }
.analytics-gear:hover { background: #eeeae2; color: #1c1b19; }
.analytics-dialog { box-sizing: border-box; width: min(370px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 28px 22px 22px; overflow: auto; border: 1px solid #e1dcd3; border-radius: 16px; background: #fffdf9; color: #202b33; box-shadow: 0 12px 40px #25221c26; text-align: center; font: 14px/1.5 system-ui, sans-serif; }
.analytics-dialog::backdrop { background: rgb(35 34 30 / 24%); }
.analytics-dialog h2 { margin: 4px 0 16px; font-size: 20px; line-height: 1.25; letter-spacing: -.3px; }
.analytics-dialog .analytics-question { margin: 0 0 12px; font-size: 16px; }
.analytics-dialog .analytics-detail { margin: 0 0 14px; color: #6a6b68; font-size: 13px; }
.analytics-dialog a { color: #39454b; text-underline-offset: 3px; font-size: 13px; }
.analytics-actions { display: flex; gap: 10px; margin-top: 22px; }
.analytics-actions button { flex: 1; min-width: 0; min-height: 42px; padding: 9px 8px; border: 1px solid #d3cec5; border-radius: 8px; background: #faf8f4; color: #202b33; font: inherit; cursor: pointer; }
.analytics-actions .analytics-allow { background: #cee7df; border-color: #a8cfc1; }
.analytics-dialog .analytics-close { position: absolute; inset-block-start: 5px; inset-inline-end: 7px; display: grid; place-items: center; width: 28px; height: 28px; padding: 0; border: 0; border-radius: 6px; background: transparent; color: #747772; font: 22px/1 system-ui, sans-serif; cursor: pointer; }
.analytics-dialog button:disabled { opacity: .6; cursor: wait; }
.analytics-dialog button:focus-visible, .analytics-gear:focus-visible { outline: 2px solid #227c70; outline-offset: 2px; }
.analytics-current { margin: 0 0 12px; color: #526b62; font-size: 12px; }
.analytics-error { margin: 12px 0 0; color: #a32929; }
.analytics-current:empty, .analytics-error:empty { display: none; }
