.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:1000;background:#fff;border:1px solid var(--line,#ddd);box-shadow:0 20px 60px #0003;border-radius:18px;padding:20px;display:none;align-items:center;gap:20px}.cookie-banner.show{display:flex}.cookie-banner p{margin:0;flex:1;font-size:.9rem}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie-actions button,.cookie-modal button{padding:10px 15px;border-radius:999px;border:1px solid var(--green,#596445);background:#fff;color:var(--green,#596445);font-weight:700;cursor:pointer}.cookie-actions .accept,.cookie-modal .accept{background:var(--green,#596445);color:#fff}.cookie-modal-backdrop{position:fixed;inset:0;z-index:1100;background:#0008;display:none;place-items:center;padding:20px}.cookie-modal-backdrop.show{display:grid}.cookie-modal{width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 25px 80px #0005;padding:26px}.cookie-modal-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.cookie-modal-head h2{margin:0;color:var(--green-dark,#3f4933);font-family:Georgia,serif}.cookie-modal-close{border:0!important;background:transparent!important;font-size:1.5rem!important;padding:4px 8px!important}.cookie-option{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 0;border-top:1px solid #eee}.cookie-option:first-of-type{margin-top:18px}.cookie-option p{margin:4px 0 0;color:#666;font-size:.9rem}.cookie-switch{width:46px;height:26px;accent-color:var(--green,#596445)}.cookie-modal-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-top:20px}.cookie-settings-link{cursor:pointer;text-decoration:underline;background:none;border:0;color:inherit;padding:0;font:inherit}@media(max-width:620px){.cookie-banner{align-items:flex-start;flex-direction:column}.cookie-modal-actions{justify-content:stretch}.cookie-modal-actions button{flex:1}}
