.rustend-analytics-consent[hidden], .rustend-analytics-settings[hidden] { display: none !important; }
.rustend-analytics-consent { position: fixed; z-index: 10000; right: 16px; bottom: 16px; width: min(440px, calc(100vw - 32px)); padding: 20px; box-sizing: border-box; color: #18251f; background: #fff; border: 1px solid #cbd4cd; border-radius: 16px; box-shadow: 0 8px 32px #15271b26; font: 14px/1.5 system-ui, sans-serif; }
.rustend-analytics-consent p { margin: 0 0 12px; font: inherit; }
.rustend-analytics-consent a { color: #245b39; text-decoration: underline; }
.rustend-analytics-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.rustend-analytics-actions button, .rustend-analytics-settings { border: 1px solid #809687; border-radius: 8px; padding: 10px 12px; color: #18251f; background: #fff; font: 13px/1.4 system-ui, sans-serif; cursor: pointer; }
.rustend-analytics-actions button:first-child { background: #245b39; border-color: #245b39; color: #fff; }
.rustend-analytics-settings { position: fixed; z-index: 999; right: 12px; bottom: 12px; padding: 6px 9px; font-size: 11px; }
.rustend-analytics-actions button:focus-visible, .rustend-analytics-settings:focus-visible { outline: 3px solid #79b991; outline-offset: 3px; }
