/* NORTH Cookie Consent */
:root{
  --north-primary:#B97E36;
  --north-bg:#ffffff;
  --north-text:#111827;
}
.north-cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:2000;padding:0 1rem 1rem}
.north-cookie-card{margin:0 auto; width:min(1024px,92vw);background:var(--north-bg);border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.15);padding:16px 18px}
.north-cookie-head{display:flex;gap:.75rem;align-items:center;margin-bottom:.5rem}
.north-cookie-badge{width:8px;height:28px;border-radius:4px;background:linear-gradient(90deg,#B97E36 0%,#0B83C5 20%,#2963AF 40%,#BE5E32 60%,#C05BA3 80%,#7E3393 100%)}
.north-cookie-title{font-weight:800;font-size:1.05rem;margin:0;color:var(--north-text)}
.north-cookie-text{color:#374151;font-size:.95rem;margin:0 0 .75rem 0}
.north-cookie-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.north-btn{appearance:none;border:none;border-radius:8px;padding:.6rem 1rem;font-weight:700;cursor:pointer}
.north-btn-primary{background:var(--north-primary);color:#fff}
.north-btn-outline{background:#fff;color:var(--north-primary);border:2px solid var(--north-primary)}
.north-btn-ghost{background:transparent;color:#374151}

/* Modal */
#north-consent-modal{position:fixed;inset:0;z-index:2100;display:none}
#north-consent-modal.open{display:block}
.north-consent-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}
.north-consent-dialog{position:relative;margin:10vh auto 0;width:min(720px,92vw);background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.25);overflow:hidden}
.north-consent-header{padding:16px 18px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}
.north-consent-title{margin:0;font-weight:800;font-size:1.1rem}
.north-consent-body{padding:16px 18px;display:grid;gap:12px}
.north-consent-row{display:flex;align-items:flex-start;gap:10px}
.north-consent-row label{font-weight:700}
.north-consent-row .desc{color:#374151;font-size:.92rem}
.north-consent-footer{padding:14px 18px;border-top:1px solid #eee;display:flex;gap:.5rem;justify-content:flex-end}

/* Manage link (optional) */
.cookie-manage-link{margin:8px auto 12px;width:min(1024px,92vw);text-align:right}
.cookie-manage-link a{color:#fff;text-decoration:underline}
