/* Fencl Cookie Shield v1.0 */
.fcs-banner{position:fixed;z-index:2147483000;left:12px;right:12px;bottom:12px;max-width:720px;margin:0 auto;background:#0f172a;color:#f8fafc;border:1px solid #334155;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.35);padding:16px 16px 14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.fcs-banner *{box-sizing:border-box}
.fcs-title{font-size:16px;font-weight:800;margin:0 0 6px}
.fcs-text{font-size:13px;line-height:1.45;color:#cbd5e1;margin:0 0 12px}
.fcs-text a{color:#38bdf8;text-decoration:underline}
.fcs-actions{display:flex;flex-wrap:wrap;gap:8px}
.fcs-btn{appearance:none;border:0;border-radius:10px;min-height:42px;padding:10px 14px;font-weight:800;font-size:14px;cursor:pointer}
.fcs-btn-accept{background:#22c55e;color:#052e16}
.fcs-btn-reject{background:#ef4444;color:#fff}
.fcs-btn-manage{background:transparent;color:#e2e8f0;border:1px solid #64748b}
.fcs-panel{display:none;margin-top:12px;padding-top:12px;border-top:1px solid #334155}
.fcs-panel.open{display:block}
.fcs-row{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid #1e293b}
.fcs-row:last-child{border-bottom:0}
.fcs-row strong{display:block;font-size:13px}
.fcs-row span{display:block;font-size:12px;color:#94a3b8}
.fcs-toggle{display:flex;align-items:center;gap:8px;font-size:12px}
.fcs-toggle input{width:18px;height:18px}
.fcs-float{position:fixed;z-index:2147482999;left:12px;bottom:12px;border:0;border-radius:999px;background:#0f172a;color:#fff;border:1px solid #475569;padding:10px 12px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.25)}
@media(max-width:560px){.fcs-banner{left:8px;right:8px;bottom:8px}.fcs-btn{flex:1 1 auto}}
