#consent-banner{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--color-bg-alt);color:var(--color-text);padding:1rem;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;z-index:9999;border-top:1px solid var(--color-rule-light);font-size:.9rem}#consent-banner.consent-visible{display:flex}#consent-banner p{margin:0;max-width:600px;line-height:1.4}.consent-buttons{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.consent-buttons button{padding:.5rem 1rem;border:none;cursor:pointer;font-size:.9rem;border-radius:3px}.consent-buttons button:first-child{background:#4a7c59;color:#fff}.consent-buttons button:first-child:hover{background:#5a8c69}.consent-buttons button:last-of-type{background:var(--color-rule-light);color:var(--color-text)}.consent-buttons button:last-of-type:hover{opacity:.8}.consent-buttons a{color:var(--color-accent);text-decoration:none;margin-left:.5rem}.consent-buttons a:hover{text-decoration:underline}@media(max-width:600px){#consent-banner{flex-direction:column;text-align:center;padding:1rem .75rem}.consent-buttons{justify-content:center}}