.nl-cookie-wrap{position:fixed;left:0;right:0;bottom:0;z-index:99999;padding:0 16px 18px;display:flex;justify-content:center;pointer-events:none}
.nl-cookie-wrap[hidden]{display:none!important}
.nl-cookie-wrap *{box-sizing:border-box}
.nl-cookie-panel{pointer-events:auto;width:100%;max-width:680px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 24px 60px -24px rgba(11,42,94,.45);padding:20px 22px;transform:translateY(20px);opacity:0;transition:transform .35s ease,opacity .35s ease}
.nl-cookie-wrap:not(.nl-show) .nl-cookie-panel{pointer-events:none}
.nl-cookie-wrap.nl-show .nl-cookie-panel{transform:translateY(0);opacity:1}
.nl-cookie-head{display:flex;align-items:center;gap:10px;font-size:.95rem;margin-bottom:10px}
.nl-cookie-head i{color:#f59e0b;font-size:1.2rem}
.nl-cookie-text{font-size:.85rem;color:#475569;line-height:1.55;margin:0 0 2px}
.nl-cookie-link{color:#2563eb;font-weight:600;text-decoration:underline}
.nl-cookie-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.nl-cbtn{border:0;border-radius:10px;padding:10px 16px;font-size:.85rem;font-weight:700;cursor:pointer;transition:opacity .2s;color:#fff}
.nl-cbtn:hover{opacity:.88}
.nl-cbtn.nl-accept{background:#2563eb}
.nl-cbtn.nl-decline{background:#475569}
.nl-cbtn.nl-settings{background:#fff;color:#1e293b;border:1px solid #cbd5e1}
.nl-cookie-detail{margin-top:14px;border-top:1px dashed #cbd5e1;padding-top:12px;pointer-events:auto;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease}
.nl-cookie-detail.nl-open{max-height:400px;opacity:1}
.nl-cookie-row{margin-bottom:10px}
.nl-cookie-opt{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 14px;cursor:pointer}
.nl-cookie-opt strong{display:block;font-size:.85rem;color:#0f172a}
.nl-cookie-opt small{display:block;font-size:.75rem;color:#64748b;margin-top:2px}
.nl-cookie-opt input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb;flex:none}
.nl-cookie-save{text-align:right;margin-top:4px}
@media(max-width:520px){.nl-cookie-panel{padding:16px}}
