.cookie-banner{background:var(--ink,#1c1a16);z-index:9999;border-top:3px solid var(--red,#c0392b);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.cookie-banner.visible{transform:translateY(0)}.cookie-banner-text{color:#ffffffbf;flex:320px;font-family:"Source Serif 4",serif;font-size:12px;line-height:1.6}.cookie-banner-text a{color:#ffffff8c;text-decoration:underline}.cookie-banner-text a:hover{color:#fff}.cookie-banner-actions{flex-shrink:0;gap:8px;display:flex}.cookie-btn{letter-spacing:1px;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;padding:8px 16px;font-family:"Source Serif 4",serif;font-size:11px;font-weight:700;transition:background .15s}.cookie-btn-accept{background:var(--red,#c0392b);color:#fff}.cookie-btn-accept:hover{background:#a93226}.cookie-btn-decline{color:#ffffffb3;background:#ffffff1a}.cookie-btn-decline:hover{color:#fff;background:#ffffff2e}@media(max-width:540px){.cookie-banner{gap:10px;padding:12px 14px}.cookie-banner-text{flex:100%;font-size:11px}.cookie-banner-actions{width:100%}.cookie-btn{flex:1;min-height:40px;padding:10px 12px}}
