/* ============================================================
   v3-rolodex — member directory page
   ============================================================ */

/* ---- Hero ---- */
.v3-rx-hero {
  position: relative;
  padding-top: 32px;
  padding-bottom: 56px;
  background: linear-gradient(180deg, #f6f6f3 0%, #efeee9 100%);
  overflow: hidden;
  border-bottom: 1px solid rgba(13,12,16,0.06);
}
.v3-rx-hero::after {
  content: '';
  position: absolute;
  top: -180px; right: -160px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253,89,36,0.04), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}
.v3-rx-hero > * { position: relative; z-index: 1; }

.v3-rx-hero-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px 6px 4px;
  margin-bottom: 40px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  flex-wrap: wrap;
}
.v3-rx-hero-bar .back {
  color: #0d0c10;
  font-weight: 600;
  border-bottom: 1px solid rgba(36,36,36,0.2);
  padding-bottom: 1px;
  text-decoration: none;
  transition: 0.15s;
}
.v3-rx-hero-bar .back:hover { border-bottom-color: #fd5924; }
.v3-rx-hero-bar .sep { color: rgba(36,36,36,0.25); }
.v3-rx-hero-bar .kind { color: #fd5924; font-weight: 600; }
.v3-rx-hero-bar .count {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 10px;
  background: rgba(253,89,36,0.1);
  color: #fd5924;
  font-weight: 700;
  border-radius: 100px;
}
.v3-rx-hero-bar .count .pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fd5924;
  box-shadow: 0 0 0 4px rgba(253,89,36,0.2);
}

.v3-rx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.v3-rx-hero-h1 {
  font-size: clamp(44px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0 0 24px;
  color: #0d0c10;
}
.v3-rx-hero-h1 span {
  background: linear-gradient(135deg, #fd5924 0%, #9441e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.v3-rx-hero-h1 em {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 0.5em;
  line-height: 1.1;
  color: rgba(13,12,16,0.55);
  -webkit-text-fill-color: rgba(13,12,16,0.55);
  margin-top: 16px;
}
.v3-rx-hero-lede {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(13,12,16,0.7);
  max-width: 580px;
  margin: 0;
}
.v3-rx-hero-lede strong { color: #0d0c10; font-weight: 600; }

.v3-rx-hero-aside { display: flex; gap: 16px; flex-wrap: wrap; }
.v3-rx-hero-stat {
  flex: 1;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 12px;
  padding: 20px 22px;
  min-width: 160px;
}
.v3-rx-hero-stat .big {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #0d0c10;
}
.v3-rx-hero-stat .sub {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.5);
  margin-top: 12px;
}
.v3-rx-hero-stat.alt .big {
  background: linear-gradient(135deg, #fd5924, #9441e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- Hero rolodex visual (right of headline) ---- */
.v3-rx-hero-rolodex {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  margin-left: auto;
  width: 100%;
  max-width: 480px;
}
.v3-rx-rolodex {
  position: relative;
  width: 100%;
  aspect-ratio: 480 / 360;
}
.v3-rx-rolodex-base {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 4%;
  height: 26%;
  background: linear-gradient(180deg, #1c1a22 0%, #0d0c10 100%);
  border-radius: 16px;
  box-shadow:
    0 24px 56px rgba(13,12,16,0.22),
    inset 0 1px 0 rgba(255,255,255,0.06);
}
.v3-rx-rolodex-spindle {
  position: absolute;
  top: 22%;
  left: 18%;
  width: 8px;
  height: 48%;
  background: linear-gradient(180deg, #5a5560 0%, #2a2530 100%);
  border-radius: 100px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.18) inset,
    0 0 0 1px rgba(0,0,0,0.4);
}
.v3-rx-rolodex-spindle.right { left: auto; right: 18%; }

.v3-rx-rolodex-stack {
  position: absolute;
  inset: 0 12% 22%;
}
.v3-rx-rolodex-card {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #fffdfa 0%, #f6f3ec 100%);
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 12px;
  padding: 16px 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform-origin: 50% 100%;
  box-shadow:
    0 14px 36px rgba(13,12,16,0.14),
    0 1px 0 rgba(255,255,255,0.7) inset;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.v3-rx-rolodex-card.pos-0 { transform: translateY(0) rotate(0); }
.v3-rx-rolodex-card.pos-1 { transform: translateY(8px) translateX(-6px) rotate(-3deg); }
.v3-rx-rolodex-card.pos-2 { transform: translateY(16px) translateX(8px) rotate(4deg); }
.v3-rx-rolodex-card.pos-3 { transform: translateY(24px) translateX(-12px) rotate(-6deg); opacity: 0.7; }
.v3-rx-rolodex-card.pos-4 { transform: translateY(32px) translateX(14px) rotate(7deg);  opacity: 0.5; }
.v3-rx-rolodex-card.pos-5 { transform: translateY(40px) translateX(-18px) rotate(-9deg); opacity: 0.3; }
.v3-rx-hero-rolodex:hover .v3-rx-rolodex-card.pos-0 { transform: translateY(-2px) rotate(0); }
.v3-rx-hero-rolodex:hover .v3-rx-rolodex-card.pos-1 { transform: translateY(2px) translateX(-10px) rotate(-5deg); }
.v3-rx-hero-rolodex:hover .v3-rx-rolodex-card.pos-2 { transform: translateY(8px) translateX(12px) rotate(6deg); }
.v3-rx-rolodex-card-tabs {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 18px;
}
.v3-rx-rolodex-card-tabs span {
  width: 6px;
  height: 14px;
  border-radius: 2px;
  background: rgba(13,12,16,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
.v3-rx-rolodex-card-body {
  display: flex;
  gap: 14px;
  align-items: center;
}
.v3-rx-rolodex-card-av {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(253,89,36,0.08);
  border: 2px solid rgba(13,12,16,0.06);
}
.v3-rx-rolodex-card-av img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(0.1);
}
.v3-rx-rolodex-card-info { min-width: 0; flex: 1; }
.v3-rx-rolodex-card-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0d0c10;
  line-height: 1.2;
}
.v3-rx-rolodex-card-role {
  font-size: 12px;
  color: rgba(13,12,16,0.6);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v3-rx-rolodex-card-meta {
  margin-top: 6px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.45);
}
.v3-rx-rolodex-card-meta .l { color: rgba(13,12,16,0.4); }
.v3-rx-rolodex-card-meta .n { color: #fd5924; font-weight: 700; margin-left: 4px; }
.v3-rx-rolodex-card-meta .sep { margin: 0 4px; color: rgba(13,12,16,0.25); }
.v3-rx-rolodex-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  margin-top: auto;
  border-top: 1px dashed rgba(13,12,16,0.12);
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
}
.v3-rx-rolodex-card-foot .city { color: #0d0c10; font-weight: 700; }

.v3-rx-hero-caption {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
}
.v3-rx-hero-caption .pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fd5924;
  box-shadow: 0 0 0 4px rgba(253,89,36,0.2);
}
.v3-rx-hero-caption strong { color: #0d0c10; font-weight: 700; }

/* ---- Section ---- */
.v3-rx-section { padding-top: 56px !important; padding-bottom: 96px !important; }

/* ---- Toolbar ---- */
.v3-rx-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 14px;
  padding: 10px;
  position: sticky;
  top: 12px;
  z-index: 5;
  box-shadow: 0 4px 16px rgba(13,12,16,0.04);
}
.v3-rx-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  background: rgba(13,12,16,0.03);
  border-radius: 9px;
  min-width: 0;
}
.v3-rx-search .ic { color: rgba(13,12,16,0.5); font-size: 16px; }
.v3-rx-search input {
  flex: 1;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 14.5px;
  color: #0d0c10;
  padding: 12px 0;
  min-width: 0;
}
.v3-rx-search input:focus { outline: 0; }
.v3-rx-search input::placeholder { color: rgba(13,12,16,0.4); }
.v3-rx-search .clear {
  background: rgba(13,12,16,0.08);
  border: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  color: rgba(13,12,16,0.6);
  cursor: pointer;
  font-size: 14px;
  font-family: inherit;
  line-height: 1;
}
.v3-rx-search .clear:hover { background: rgba(13,12,16,0.16); color: #0d0c10; }

.v3-rx-selects { display: flex; gap: 8px; }
.v3-rx-selects label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: rgba(13,12,16,0.03);
  border-radius: 9px;
  cursor: pointer;
}
.v3-rx-selects label > span {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.5);
  font-weight: 600;
}
.v3-rx-selects select {
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  color: #0d0c10;
  padding: 12px 4px 12px 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%230d0c10' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
}

.v3-rx-view-toggle {
  display: inline-flex;
  background: rgba(13,12,16,0.03);
  border-radius: 9px;
  padding: 4px;
  gap: 2px;
}
.v3-rx-view-toggle button {
  background: transparent;
  border: 0;
  padding: 8px 14px;
  border-radius: 7px;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(13,12,16,0.55);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.15s;
}
.v3-rx-view-toggle button:hover { color: #0d0c10; }
.v3-rx-view-toggle button.active {
  background: #0d0c10;
  color: #f6f6f3;
}
.v3-rx-view-toggle button svg { display: block; }

.v3-rx-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 4px 24px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
}
.v3-rx-meta strong { color: #0d0c10; font-weight: 700; }
.v3-rx-meta em { font-style: italic; color: rgba(13,12,16,0.4); }
.v3-rx-clear-all {
  background: transparent;
  border: 1px solid rgba(13,12,16,0.15);
  color: rgba(13,12,16,0.7);
  padding: 6px 12px;
  border-radius: 100px;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.v3-rx-clear-all:hover { border-color: #fd5924; color: #fd5924; }

/* ---- Grid view ---- */
.v3-rx-grouped { display: flex; flex-direction: column; gap: 40px; }
.v3-rx-group { display: flex; flex-direction: column; gap: 16px; }
.v3-rx-group-letter {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fd5924;
  font-weight: 700;
  padding: 0 4px 8px;
  border-bottom: 1px solid rgba(13,12,16,0.08);
}

.v3-rx-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}

.v3-rx-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.25s ease,
              box-shadow 0.25s ease;
  min-height: 180px;
}
.v3-rx-card:hover {
  transform: translateY(-2px);
  border-color: rgba(253,89,36,0.3);
  box-shadow: 0 12px 32px rgba(13,12,16,0.06);
}
.v3-rx-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.v3-rx-card .av {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(253,89,36,0.1), rgba(148,65,233,0.1));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.v3-rx-card .av img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.1);
  display: block;
}
.v3-rx-card .av .ini {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 16px;
  font-weight: 700;
  color: #fd5924;
  letter-spacing: 0.04em;
}
.v3-rx-card .stage-pill {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(13,12,16,0.55);
  background: rgba(13,12,16,0.05);
  padding: 5px 9px;
  border-radius: 100px;
  white-space: nowrap;
}
.v3-rx-card-body { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.v3-rx-card .name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0d0c10;
  line-height: 1.25;
}
.v3-rx-card .role {
  font-size: 13px;
  color: rgba(13,12,16,0.7);
}
.v3-rx-card .company {
  font-size: 13px;
  font-weight: 600;
  color: #fd5924;
}
.v3-rx-card-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px dashed rgba(13,12,16,0.1);
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
}
.v3-rx-card-foot .dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(13,12,16,0.3);
}

/* ---- List view ---- */
.v3-rx-list {
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 12px;
  overflow: hidden;
}
.v3-rx-list-head,
.v3-rx-list-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) minmax(200px, 1.7fr) minmax(120px, 0.9fr) minmax(120px, 0.9fr) minmax(110px, 0.7fr) 40px;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
}
.v3-rx-list-head {
  background: rgba(13,12,16,0.03);
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
  border-bottom: 1px solid rgba(13,12,16,0.08);
  font-weight: 700;
}
.v3-rx-list-row {
  border-top: 1px solid rgba(13,12,16,0.06);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.v3-rx-list-row:hover { background: rgba(253,89,36,0.04); }
.v3-rx-list-row .who { display: flex; align-items: center; gap: 12px; }
.v3-rx-list-row .av {
  width: 32px; height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(253,89,36,0.1), rgba(148,65,233,0.1));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.v3-rx-list-row .av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v3-rx-list-row .av .ini {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  color: #fd5924;
}
.v3-rx-list-row .name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #0d0c10;
}
.v3-rx-list-row .role { display: flex; flex-direction: column; }
.v3-rx-list-row .role .r {
  font-size: 13px;
  color: rgba(13,12,16,0.75);
}
.v3-rx-list-row .role .c {
  font-size: 12px;
  font-weight: 600;
  color: #fd5924;
}
.v3-rx-list-row .cell {
  font-size: 13px;
  color: rgba(13,12,16,0.75);
}
.v3-rx-list-row .cell .pill {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(13,12,16,0.65);
  background: rgba(13,12,16,0.05);
  padding: 4px 9px;
  border-radius: 100px;
}
.v3-rx-list-row .arr {
  font-size: 16px;
  color: rgba(13,12,16,0.3);
  text-align: right;
  transition: transform 0.15s, color 0.15s;
}
.v3-rx-list-row:hover .arr { color: #fd5924; transform: translateX(2px); }

/* ---- Empty state ---- */
.v3-rx-empty {
  text-align: center;
  padding: 80px 24px;
  background: #fff;
  border: 1px dashed rgba(13,12,16,0.15);
  border-radius: 16px;
}
.v3-rx-empty .ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(253,89,36,0.1);
  color: #fd5924;
  font-size: 24px;
  margin-bottom: 18px;
}
.v3-rx-empty h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}
.v3-rx-empty p {
  color: rgba(13,12,16,0.6);
  margin: 0;
  font-size: 15px;
}

/* ---- Foot: locked teaser ---- */
.v3-rx-foot { margin-top: 40px; }
.v3-rx-locked {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px 28px;
  background: #0d0c10;
  color: #f6f6f3;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.v3-rx-locked::before {
  content: '';
  position: absolute;
  top: -120px; right: -100px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253,89,36,0.25), transparent 65%);
}
.v3-rx-locked > * { position: relative; }
.v3-rx-locked .ic {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(253,89,36,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fd5924;
  flex-shrink: 0;
}
.v3-rx-locked strong {
  font-size: 18px;
  font-weight: 700;
  color: #f6f6f3;
  letter-spacing: -0.01em;
  margin-right: 8px;
}
.v3-rx-locked .muted {
  font-size: 14px;
  color: rgba(246,246,243,0.65);
  line-height: 1.5;
}
.v3-rx-locked .cta {
  background: #fd5924;
  color: #fff;
  padding: 12px 20px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}
.v3-rx-locked .cta:hover { background: #fff; color: #0d0c10; }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .v3-rx-toolbar {
    grid-template-columns: 1fr;
  }
  .v3-rx-selects { flex-wrap: wrap; }
  .v3-rx-selects label { flex: 1; min-width: 140px; }
  .v3-rx-list-head { display: none; }
  .v3-rx-list-row {
    grid-template-columns: 32px 1fr auto;
    gap: 12px;
  }
  .v3-rx-list-row .cell:nth-child(3),
  .v3-rx-list-row .cell:nth-child(4),
  .v3-rx-list-row .cell:nth-child(5) { display: none; }
}
@media (max-width: 720px) {
  .v3-rx-hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .v3-rx-grid { grid-template-columns: 1fr; }
  .v3-rx-locked { grid-template-columns: 1fr; text-align: center; }
  .v3-rx-locked .ic { margin: 0 auto; }
}
