/* Same paper, ink and lime palette as the existing studio. */
.consent-banner{position:fixed;z-index:90;inset:auto 20px 20px;max-width:1120px;margin:auto;padding:24px;background:#f7f8f3;color:#20251d;border:1px solid #aab79c;border-radius:8px;box-shadow:0 12px 60px #0004;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.consent-banner[hidden],.consent-dialog:not([open]){display:none}
.consent-banner h2,.consent-dialog h2{font-size:21px;line-height:1.3;letter-spacing:-.5px;margin:0 0 8px}
.consent-banner p,.consent-dialog p{font-size:14px;line-height:1.65;margin:0}
.consent-banner a,.consent-dialog a{text-decoration:underline;text-underline-offset:3px}
.consent-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:stretch}
.consent-banner .consent-actions{max-width:340px;justify-content:flex-start}
.consent-button{min-height:44px;padding:10px 14px;border:1px solid #536443;border-radius:4px;background:#f7f8f3;color:#20251d;font:600 13px/1.4 var(--body,'DM Sans',sans-serif);text-align:center;flex:1 1 135px}
.consent-button:hover{background:#e7eddc}
.consent-button:focus-visible,.consent-dialog input:focus-visible{outline:3px solid #516f2b;outline-offset:3px}
.consent-manage{flex-basis:100%}
.consent-dialog{position:fixed;inset:0;max-width:580px;width:calc(100% - 32px);max-height:calc(100dvh - 32px);margin:auto;padding:28px;border:1px solid #aab79c;border-radius:8px;background:#f7f8f3;color:#20251d;overflow-y:auto;overscroll-behavior:contain;box-shadow:0 12px 60px #0005}
.consent-dialog::backdrop{background:#090b08aa}
.consent-dialog header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}
.consent-close{background:none;border:1px solid #869477;border-radius:4px;color:#20251d;padding:6px 10px;min-height:44px;min-width:44px;font-size:20px}
.consent-options{margin:22px 0;display:grid;border-bottom:1px solid #cbd3bf}
.consent-option{padding:17px 0;display:grid;grid-template-columns:1fr auto;gap:6px 18px;border-top:1px solid #cbd3bf;cursor:pointer}
.consent-option strong{font-size:15px}
.consent-option span{font-size:13px;line-height:1.65;grid-column:1;color:#4e5c43}
.consent-option input{grid-column:2;grid-row:1/3;width:22px;height:22px;margin:5px;accent-color:#405d25;align-self:center;cursor:pointer}
.consent-option input:disabled{cursor:default}
.consent-dialog .consent-actions{margin-top:18px}
.consent-dialog .consent-save{flex-basis:100%;background:#233018;color:#f7f8f3}
.consent-dialog .consent-save:hover{background:#344629}
.consent-reopen{font:inherit;background:none;color:inherit;padding:0;text-align:left;text-decoration:underline;text-underline-offset:3px}
.consent-status{position:fixed;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.storage-table-wrap{max-width:100%;margin:24px 0;overflow-x:auto}.storage-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px;line-height:1.65}.storage-table caption{text-align:left;font-weight:600;margin-bottom:10px}.storage-table th,.storage-table td{border:1px solid #cbd3bf;padding:12px;vertical-align:top;overflow-wrap:anywhere;word-break:normal}.storage-table thead th{background:#e8eddc;text-align:left}.storage-table tbody th{text-align:left;font-weight:400}.storage-table th span{display:block;margin-top:8px;font-size:12px;color:#4e5c43}.storage-table code{font-size:12px;overflow-wrap:anywhere}.storage-table th:first-child{width:29%}.storage-table th:nth-child(2){width:42%}.configured-contact-links{display:grid;gap:12px}
@media(max-width:700px){.consent-banner{inset:auto 12px 12px;padding:18px;grid-template-columns:1fr;gap:14px;max-height:calc(100dvh - 24px);overflow-y:auto}.consent-banner .consent-actions{max-width:none}.consent-banner h2{font-size:18px}.consent-banner p{font-size:13px}.consent-dialog{padding:20px}.consent-button{flex-basis:120px}.consent-manage{flex-basis:100%}}
