/* GreenTouch — banner + modal cookies. Accesibil, responsive, min 44px butoane. */
.gt-ck-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:99990;background:#faf7f0;border:1px solid rgba(29,32,25,.14);box-shadow:0 10px 40px rgba(0,0,0,.18);border-radius:16px;max-width:820px;margin:0 auto}
.gt-ck-banner-in{padding:18px 20px;display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.gt-ck-text{margin:0;flex:1 1 320px;font:400 13.5px/1.55 system-ui,sans-serif;color:#2a2e25}
.gt-ck-text a{color:#1c3527;text-decoration:underline}
.gt-ck-actions{display:flex;gap:10px;flex-wrap:wrap}
.gt-ck-btn{min-height:44px;padding:10px 18px;border-radius:999px;font:600 13.5px system-ui,sans-serif;cursor:pointer;border:1.5px solid #1c3527;background:#fff;color:#1c3527}
.gt-ck-btn.gt-ck-accept{background:#1c3527;color:#f3ede1;border-color:#1c3527}
.gt-ck-btn:focus-visible{outline:2px solid #1c3527;outline-offset:2px}
@media(max-width:640px){.gt-ck-banner{left:8px;right:8px;bottom:8px}.gt-ck-actions{width:100%}.gt-ck-actions .gt-ck-btn{flex:1}}

.gt-ck-modal[hidden]{display:none}
.gt-ck-modal{position:fixed;inset:0;z-index:99991;display:flex;align-items:center;justify-content:center;padding:16px}
.gt-ck-modal-scrim{position:absolute;inset:0;background:rgba(20,24,18,.5)}
.gt-ck-modal-panel{position:relative;background:#faf7f0;border-radius:18px;max-width:520px;width:100%;max-height:88vh;overflow-y:auto;padding:26px 24px;box-shadow:0 20px 60px rgba(0,0,0,.28)}
.gt-ck-modal-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:999px;border:0;background:rgba(0,0,0,.06);font-size:22px;cursor:pointer;color:#1d2019}
.gt-ck-modal-panel h2{font:800 21px/1.2 Georgia,serif;color:#1d2019;margin:0 0 16px}
.gt-ck-cat{padding:14px 0;border-bottom:1px solid rgba(29,32,25,.1)}
.gt-ck-cat-hd{display:flex;align-items:center;justify-content:space-between;gap:12px}
.gt-ck-cat-name{font:700 15px system-ui,sans-serif;color:#1d2019}
.gt-ck-cat-locked{font:600 12px system-ui;color:#1a7f37;background:#edf7ed;border-radius:999px;padding:3px 10px}
.gt-ck-cat-desc{margin:6px 0 0;font:400 13px/1.5 system-ui;color:#5b5f54}
.gt-ck-switch{position:relative;display:inline-block;width:46px;height:26px;flex:none}
.gt-ck-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}
.gt-ck-slider{position:absolute;inset:0;background:#c9ccc2;border-radius:999px;transition:background .15s}
.gt-ck-slider::before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .15s}
.gt-ck-switch input:checked+.gt-ck-slider{background:#1c3527}
.gt-ck-switch input:checked+.gt-ck-slider::before{transform:translateX(20px)}
.gt-ck-switch input:focus-visible+.gt-ck-slider{outline:2px solid #1c3527;outline-offset:2px}
.gt-ck-modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.gt-ck-modal-actions .gt-ck-btn{flex:1;min-width:120px}
.gt-ck-modal-actions .gt-ck-save{background:#1c3527;color:#f3ede1;border-color:#1c3527}

.gt-ck-table{width:100%;border-collapse:collapse;font-size:13.5px;margin:14px 0}
.gt-ck-table th,.gt-ck-table td{border:1px solid rgba(29,32,25,.14);padding:8px 10px;text-align:left;vertical-align:top}
.gt-ck-table th{background:rgba(29,32,25,.04);font-weight:700}
.gt-ck-table code{font-size:12.5px}
@media(max-width:640px){.gt-ck-table{display:block;overflow-x:auto;white-space:nowrap}}
