/* GM Core — Compliance Index. Scoped to .gm-cidx. Grouped card grid of docs. */
.gm-cidx{font-family:var(--sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif)}
.gm-cidx__group{margin-bottom:44px}
.gm-cidx__group:last-child{margin-bottom:0}
.gm-cidx__gh{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.gm-cidx__gic{flex:none;width:44px;height:44px;border-radius:11px;display:grid;place-items:center}
.gm-cidx__gic svg{width:22px;height:22px;color:#fff}
.gm-cidx__gic--regulatory{background:#1F4FBF}
.gm-cidx__gic--risk{background:#0AA9AC}
.gm-cidx__gic--policies{background:#0FA37A}
.gm-cidx__gic--default{background:#17375E}
.gm-cidx__gt h2{font-size:1.4rem!important;font-weight:800!important;color:var(--navy,#0A1B33);letter-spacing:-.02em;line-height:1.15!important;margin:0}
.gm-cidx__gt span{font-size:.85rem!important;color:var(--muted,#63738A)!important}
.gm-cidx__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.gm-cidx__card{display:flex;align-items:flex-start;gap:15px;background:#fff!important;
  border:1px solid #E1E7EE!important;border-radius:22px!important;padding:22px!important;
  box-shadow:0 4px 24px rgba(10,27,51,.07)!important;text-decoration:none!important;color:inherit;
  transition:transform 260ms cubic-bezier(.4,0,.2,1),box-shadow 260ms cubic-bezier(.4,0,.2,1),border-color 260ms cubic-bezier(.4,0,.2,1)!important}
.gm-cidx__card:hover{transform:translateY(-4px)!important;box-shadow:0 18px 48px rgba(10,27,51,.14)!important;border-color:rgba(217,160,43,.4)!important}
.gm-cidx__cic{flex:none;width:44px;height:44px;border-radius:11px;background:var(--grey,#F3F6F9);display:grid;place-items:center;transition:background 260ms cubic-bezier(.4,0,.2,1)}
.gm-cidx__cic svg{width:21px;height:21px;color:var(--navy-3,#17375E);transition:color 260ms cubic-bezier(.4,0,.2,1)}
.gm-cidx__card:hover .gm-cidx__cic{background:rgba(217,160,43,.14)}
.gm-cidx__card:hover .gm-cidx__cic svg{color:var(--gold-dk,#B97512)}
.gm-cidx__cb{flex:1;min-width:0}
.gm-cidx__cb h3{font-size:1rem!important;font-weight:700!important;color:var(--navy,#0A1B33)!important;line-height:1.3!important;margin:0 0 4px!important}
.gm-cidx__cb p{font-size:.82rem!important;color:#63738A!important;line-height:1.45!important;margin:0!important}
.gm-cidx__go{flex:none;align-self:center;color:var(--navy-3,#17375E)}
.gm-cidx__go svg{width:18px;height:18px}
.gm-cidx__empty{color:var(--muted,#63738A);font-size:.95rem;padding:20px 0}
.gm-cidx svg{max-width:100%;max-height:32px}
@media(max-width:960px){.gm-cidx__grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.gm-cidx__grid{grid-template-columns:1fr}}
