.kz-rgpd-page{
  background:#f5f7f6;
  color:#1e3d36;
  min-height:100vh;
  padding:32px 16px 56px;
}
.kz-rgpd-shell{
  width:min(1420px,100%);
  margin:0 auto;
}
.kz-rgpd-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
  background:linear-gradient(135deg,#1e3d36,#3ea49d);
  color:#fff;
  border-radius:28px;
  padding:34px;
  margin-bottom:22px;
  box-shadow:0 18px 45px rgba(30,61,54,.16);
}
.kz-rgpd-eyebrow{
  margin:0 0 8px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.78rem;
  opacity:.85;
}
.kz-rgpd-hero h1{
  margin:0 0 10px;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.05;
}
.kz-rgpd-hero p{
  margin:0;
  max-width:760px;
  opacity:.94;
}
.kz-rgpd-hero__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.kz-rgpd-grid{
  display:grid;
  gap:16px;
}
.kz-rgpd-grid--kpi{
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-bottom:20px;
}
.kz-rgpd-kpi,
.kz-rgpd-card{
  background:#fff;
  border:1px solid rgba(30,61,54,.08);
  border-radius:24px;
  box-shadow:0 14px 35px rgba(30,61,54,.08);
}
.kz-rgpd-kpi{
  padding:20px;
}
.kz-rgpd-kpi__label,
.kz-rgpd-kpi__hint{
  display:block;
  color:#64746f;
  font-size:.9rem;
}
.kz-rgpd-kpi__value{
  display:block;
  font-size:2rem;
  margin:6px 0 2px;
  color:#1e3d36;
}
.kz-rgpd-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:20px;
  align-items:start;
}
.kz-rgpd-card{
  padding:22px;
  margin-bottom:18px;
}
.kz-rgpd-card__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.kz-rgpd-card h2{
  margin:0 0 8px;
  font-size:1.25rem;
}
.kz-rgpd-card p{
  margin:0 0 12px;
}
.kz-rgpd-muted{
  color:#687c76;
  font-size:.92rem;
  line-height:1.45;
}
.kz-rgpd-notice{
  padding:14px 16px;
  border-radius:16px;
  margin-bottom:14px;
  border:1px solid transparent;
  background:#fff;
}
.kz-rgpd-notice--success{border-color:#7bc6a4;background:#edf8f2;color:#185b3b;}
.kz-rgpd-notice--danger{border-color:#e79a9a;background:#fff0f0;color:#8d2222;}
.kz-rgpd-notice--warning{border-color:#ead18a;background:#fff8df;color:#6b5200;}
.kz-rgpd-notice--info{border-color:#9ecbd3;background:#eef9fb;color:#245d67;}
.kz-rgpd-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  border-radius:14px;
  background:#3ea49d;
  color:#fff;
  padding:11px 15px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
}
.kz-rgpd-button:hover{filter:brightness(.95);color:#fff;}
.kz-rgpd-button--secondary{
  background:#eef6f5;
  color:#1e3d36;
}
.kz-rgpd-button--danger{
  background:#b84242;
  color:#fff;
}
.kz-rgpd-filters{
  display:grid;
  grid-template-columns:1fr 240px auto;
  gap:12px;
  align-items:end;
  margin:14px 0 18px;
}
.kz-rgpd-filters label,
.kz-rgpd-settings label,
.kz-rgpd-mini-form label{
  display:grid;
  gap:6px;
  color:#38564f;
  font-weight:700;
  font-size:.92rem;
}
.kz-rgpd-filters input,
.kz-rgpd-filters select,
.kz-rgpd-settings input,
.kz-rgpd-mini-form input,
.kz-rgpd-mini-form textarea{
  width:100%;
  border:1px solid rgba(30,61,54,.18);
  border-radius:14px;
  padding:11px 12px;
  background:#fff;
  color:#1e3d36;
}
.kz-rgpd-table-wrap{
  overflow-x:auto;
}
.kz-rgpd-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:1080px;
}
.kz-rgpd-table th,
.kz-rgpd-table td{
  text-align:left;
  vertical-align:top;
  padding:15px 14px;
  border-bottom:1px solid rgba(30,61,54,.09);
}
.kz-rgpd-table th{
  color:#687c76;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  background:#f7faf9;
}
.kz-rgpd-table tr.is-due td{
  background:#fff8f8;
}
.kz-rgpd-table small{
  color:#687c76;
}
.kz-rgpd-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 9px;
  border-radius:999px;
  font-size:.78rem;
  font-weight:800;
  margin:0 5px 5px 0;
  background:#eef6f5;
  color:#1e3d36;
  border:1px solid rgba(30,61,54,.08);
}
.kz-rgpd-badge--success{background:#e7f7ee;color:#16653d;}
.kz-rgpd-badge--danger{background:#ffecec;color:#9b2727;}
.kz-rgpd-badge--warning{background:#fff6db;color:#725800;}
.kz-rgpd-badge--info{background:#eef6f5;color:#1e3d36;}
.kz-rgpd-actions summary{
  cursor:pointer;
  font-weight:800;
  color:#3ea49d;
}
.kz-rgpd-mini-form{
  display:grid;
  gap:10px;
  padding:12px;
  border:1px solid rgba(30,61,54,.08);
  border-radius:16px;
  margin-top:10px;
  background:#fafdfc;
}
.kz-rgpd-mini-form--danger{
  background:#fff8f8;
  border-color:#f0c1c1;
}
.kz-rgpd-check{
  display:flex!important;
  grid-template-columns:auto 1fr;
  flex-direction:row;
  align-items:flex-start;
  gap:9px!important;
  font-weight:600!important;
}
.kz-rgpd-check input{
  width:auto!important;
  margin-top:3px;
}
.kz-rgpd-settings{
  display:grid;
  gap:12px;
}
.kz-rgpd-settings label{
  grid-template-columns:1fr 95px auto;
  align-items:center;
}
.kz-rgpd-settings .kz-rgpd-check{
  grid-template-columns:auto 1fr;
}
.kz-rgpd-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.kz-rgpd-list li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 0;
  border-bottom:1px solid rgba(30,61,54,.08);
}
.kz-rgpd-list--small li{
  display:grid;
  justify-content:stretch;
  gap:3px;
}
@media (max-width:1100px){
  .kz-rgpd-grid--kpi{grid-template-columns:repeat(2,minmax(0,1fr));}
  .kz-rgpd-layout{grid-template-columns:1fr;}
}
@media (max-width:720px){
  .kz-rgpd-page{padding:18px 10px 36px;}
  .kz-rgpd-hero{display:block;padding:24px;border-radius:22px;}
  .kz-rgpd-hero__actions{margin-top:16px;}
  .kz-rgpd-grid--kpi{grid-template-columns:1fr;}
  .kz-rgpd-filters{grid-template-columns:1fr;}
  .kz-rgpd-card{padding:16px;border-radius:20px;}
}
