.ods-card-stage{
  display:flex;
  justify-content:center;
  padding:34px 0 46px;
}

.ods-ccard{
  position:relative;
  overflow:hidden;
  width:min(360px, 100%);
  aspect-ratio:63 / 88;
  border-radius:26px;
  padding:18px;
  border:9px solid #f2c94c;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.72), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(34,197,94,.36), transparent 35%),
    linear-gradient(155deg, #e0f2fe, #86efac 48%, #0f766e);
  box-shadow:
    0 34px 86px rgba(2,6,23,.28),
    0 0 0 3px rgba(255,255,255,.72),
    inset 0 0 0 2px rgba(255,255,255,.35);
}

.ods-ccard:before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:18px;
  border:2px solid rgba(255,255,255,.55);
  pointer-events:none;
  z-index:2;
}

.ods-ccard:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg, transparent 36%, rgba(255,255,255,.32) 49%, transparent 62%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 2px, transparent 2px 9px);
  mix-blend-mode:soft-light;
  opacity:.7;
  pointer-events:none;
  z-index:1;
}

.ods-ccard:hover:after{
  animation:odsCardShine 1.25s ease forwards;
}

@keyframes odsCardShine{
  from{ transform:translateX(-16%); }
  to{ transform:translateX(16%); }
}

.ods-ccard > *{
  position:relative;
  z-index:3;
}

.ods-ccard__top{
  display:grid;
  grid-template-columns:1fr 90px;
  gap:12px;
}

.ods-ccard__rarity{
  display:inline-flex;
  padding:5px 11px;
  border-radius:999px;
  background:rgba(15,23,42,.86);
  color:white;
  font-size:10px;
  font-weight:1000;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.ods-ccard__type{
  margin-top:8px;
  font-size:10px;
  font-weight:1000;
  color:rgba(15,23,42,.65);
  text-transform:uppercase;
}

.ods-ccard__power{
  text-align:right;
  color:#064e3b;
}

.ods-ccard__power strong{
  display:block;
  font-size:40px;
  line-height:.95;
  font-weight:1000;
}

.ods-ccard__power span{
  display:block;
  margin-top:4px;
  font-size:9px;
  font-weight:1000;
  text-transform:uppercase;
}

.ods-ccard__symbol{
  width:150px;
  height:150px;
  margin:22px auto 14px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle at 34% 18%, #fff, rgba(255,255,255,.78), rgba(34,197,94,.30));
  border:6px solid rgba(255,255,255,.86);
  box-shadow:0 18px 42px rgba(2,6,23,.24);
}

.ods-ccard__symbol span{
  font-size:82px;
  filter:drop-shadow(0 0 16px rgba(255,255,255,.9));
}

.ods-ccard__name{
  margin:0;
  text-align:center;
  font-size:22px;
  line-height:1.08;
  font-weight:1000;
  letter-spacing:-.045em;
  color:#0f172a;
}

.ods-ccard__desc{
  margin:8px auto 0;
  max-width:31ch;
  text-align:center;
  font-size:11.5px;
  line-height:1.35;
  font-weight:850;
  color:rgba(15,23,42,.64);
}

.ods-ccard__move{
  margin-top:13px;
  min-height:72px;
  border-radius:16px;
  padding:11px 12px;
  display:grid;
  grid-template-columns:1fr 54px;
  gap:10px;
  align-items:center;
  background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.62));
  border:1px solid rgba(15,23,42,.12);
}

.ods-ccard__move strong{
  display:block;
  font-size:14px;
  font-weight:1000;
  color:#0f172a;
}

.ods-ccard__move span{
  display:block;
  margin-top:4px;
  font-size:11px;
  line-height:1.3;
  font-weight:800;
  color:rgba(15,23,42,.62);
}

.ods-ccard__move b{
  text-align:right;
  font-size:34px;
  font-weight:1000;
  color:#047857;
}

.ods-ccard__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:12px;
}

.ods-ccard__stats div{
  border-radius:13px;
  padding:10px 6px;
  text-align:center;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(15,23,42,.10);
}

.ods-ccard__stats span{
  display:block;
  font-size:9px;
  font-weight:1000;
  text-transform:uppercase;
  color:rgba(15,23,42,.48);
}

.ods-ccard__stats strong{
  display:block;
  margin-top:4px;
  font-size:14px;
  font-weight:1000;
  color:#0f172a;
}

.ods-ccard__footer{
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(15,23,42,.18);
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:10px;
  font-weight:850;
  color:rgba(15,23,42,.68);
}

.ods-ccard--target{
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.76), transparent 32%),
    radial-gradient(circle at 84% 14%, rgba(59,130,246,.34), transparent 36%),
    linear-gradient(155deg, #eef2ff, #93c5fd 48%, #1e3a8a);
}

.ods-target-card-stage{
  display:flex;
  justify-content:center;
  padding:18px 0 26px;
}

.ods-ccard__target-code{
  margin-top:7px;
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(15,23,42,.10);
  font-size:11px;
  font-weight:1000;
  color:rgba(15,23,42,.74);
}

.ods-ccard{
  padding-bottom:26px;
}

.ods-ccard__symbol--img{
  width:168px;
  height:168px;
  padding:0;
  overflow:hidden;
  background:#fff;
}



.ods-ccard__stats{
  margin-top:18px;
}

.ods-ccard__footer{
  margin-top:18px;
}

.ods-ccard__symbol--img{
  width:190px;
  height:190px;
  padding:8px;
  overflow:hidden;
  background:#fff;
  border-radius:28px;
}

.ods-ccard__symbol--img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.03);
}

.ods-ccard{
  padding-bottom:34px;
}

.ods-ccard__stats{
  margin-top:22px;
  margin-bottom:10px;
}

.ods-ccard__footer{
  margin-top:18px;
}

.ods-live-deck{
  padding:28px 0 42px;
}

.ods-live-deck__head{
  margin-bottom:18px;
}

.ods-live-deck__grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap:22px !important;
  align-items:stretch;
}



.ods-album-card{
  position:relative;
  overflow:hidden;
  width:100%;
  max-width:360px;
  min-height:620px;
  border-radius:28px;
  padding:18px;
  border:9px solid #f2c94c;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.78), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.25), transparent 35%),
    linear-gradient(145deg, color-mix(in srgb, var(--ods-color) 20%, white), var(--ods-color));
  box-shadow:0 28px 72px rgba(2,6,23,.26), inset 0 0 0 2px rgba(255,255,255,.38);
}

.ods-album-card:before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:20px;
  border:2px solid rgba(255,255,255,.48);
  pointer-events:none;
  z-index:2;
}

.ods-album-card__foil{
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg, transparent 32%, rgba(255,255,255,.28) 48%, transparent 64%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 2px, transparent 2px 9px);
  mix-blend-mode:soft-light;
  opacity:.8;
  z-index:1;
}

.ods-album-card > *{
  position:relative;
  z-index:3;
}

.ods-album-card__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}

.ods-album-card__top span{
  border-radius:999px;
  padding:6px 12px;
  background:rgba(15,23,42,.86);
  color:#fff;
  font-size:10px;
  font-weight:1000;
  text-transform:uppercase;
}

.ods-album-card__top strong{
  font-size:44px;
  line-height:.9;
  font-weight:1000;
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.28);
}

.ods-album-card__type{
  margin-top:8px;
  font-size:11px;
  font-weight:1000;
  color:rgba(15,23,42,.62);
  text-transform:uppercase;
}

.ods-album-card__image{
  width:190px;
  height:190px;
  margin:24px auto 18px;
  border-radius:28px;
  padding:8px;
  background:#fff;
  box-shadow:0 18px 42px rgba(2,6,23,.26);
}

.ods-album-card__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.ods-album-card h3{
  margin:0 auto;
  max-width:280px;
  min-height:52px;
  text-align:center;
  font-size:22px;
  line-height:1.05;
  font-weight:1000;
  color:#fff;
  text-shadow:0 3px 16px rgba(0,0,0,.34);
}

.ods-album-card p{
  margin:10px auto 0;
  max-width:30ch;
  text-align:center;
  font-size:12px;
  line-height:1.35;
  font-weight:850;
  color:rgba(255,255,255,.92);
}

.ods-album-card__main{
  margin-top:18px;
  border-radius:18px;
  padding:14px;
  display:grid;
  grid-template-columns:1fr 72px;
  gap:12px;
  align-items:center;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.60);
}

.ods-album-card__main strong{
  display:block;
  font-size:14px;
  font-weight:1000;
  color:#0f172a;
}

.ods-album-card__main span{
  display:block;
  margin-top:4px;
  font-size:11px;
  line-height:1.25;
  font-weight:850;
  color:rgba(15,23,42,.58);
}

.ods-album-card__main b{
  text-align:right;
  font-size:36px;
  font-weight:1000;
  color:var(--ods-color);
}

.ods-album-card__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:14px;
}

.ods-album-card__stats div{
  border-radius:15px;
  padding:11px 6px;
  text-align:center;
  background:rgba(255,255,255,.86);
}

.ods-album-card__stats span{
  display:block;
  font-size:9px;
  font-weight:1000;
  color:rgba(15,23,42,.48);
}

.ods-album-card__stats b{
  display:block;
  margin-top:4px;
  font-size:16px;
  font-weight:1000;
  color:#0f172a;
}

.ods-album-card__footer{
  margin-top:14px;
  padding-top:11px;
  border-top:1px solid rgba(255,255,255,.55);
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:10px;
  font-weight:900;
  color:rgba(255,255,255,.92);
}

.ods-live-deck__grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(320px, 1fr));
  gap:28px;
  justify-items:center;
}

.ods-live-deck__grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fill, minmax(320px, 1fr)) !important;
  gap:28px !important;
  justify-items:center !important;
  align-items:stretch !important;
}

.ods-album-card{
  box-sizing:border-box !important;
  display:block !important;
  position:relative !important;
  overflow:hidden !important;
  width:100% !important;
  max-width:360px !important;
  min-height:620px !important;
}

.ods-album-card__image img{
  max-width:100% !important;
  max-height:100% !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
}

.ods-album-card.ods-intel-count-1{
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.78), transparent 32%),
    linear-gradient(145deg, color-mix(in srgb, var(--intel-1) 22%, white), var(--ods-color));
}

.ods-album-card.ods-intel-count-2{
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.78), transparent 32%),
    linear-gradient(145deg, var(--intel-1), var(--ods-color), var(--intel-2));
}

.ods-album-card.ods-intel-count-3,
.ods-album-card.ods-intel-count-4{
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.78), transparent 32%),
    linear-gradient(145deg, var(--intel-1), var(--ods-color), var(--intel-2), var(--intel-3));
}

.ods-album-card__image{
  width:190px;
  height:190px;
  margin:24px auto 18px;
  border-radius:0;
  padding:8px;
  background:#fff;
  box-shadow:0 18px 42px rgba(2,6,23,.26);
}

.ods-album-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  display:block;
}

.ods-album-card__intels{
  margin-top:10px;
  display:flex;
  gap:8px;
  align-items:center;
}

.ods-album-card__intel{
  width:34px;
  height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--intel-color);
  border:2px solid rgba(255,255,255,.78);
  box-shadow:0 8px 18px rgba(2,6,23,.22);
}

.ods-album-card__intel img{
  width:22px;
  height:22px;
  object-fit:contain;
  display:block;
}

.ods-album-card{
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.ods-album-card:hover{
  transform:translateY(-10px) scale(1.018);
  box-shadow:
    0 36px 90px rgba(2,6,23,.34),
    0 0 38px color-mix(in srgb, var(--ods-color) 42%, transparent),
    inset 0 0 0 2px rgba(255,255,255,.48);
  filter:saturate(1.08);
}

.ods-album-card:after{
  content:"";
  position:absolute;
  inset:-40%;
  background:linear-gradient(
    115deg,
    transparent 36%,
    rgba(255,255,255,.34) 48%,
    transparent 60%
  );
  transform:translateX(-35%) rotate(8deg);
  opacity:.55;
  pointer-events:none;
  z-index:2;
}

.ods-album-card:hover:after{
  animation:odsAlbumShine 1.1s ease forwards;
}

@keyframes odsAlbumShine{
  to{
    transform:translateX(35%) rotate(8deg);
  }
}

.ods-album-card__badges{
  margin:12px 0 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}

.ods-album-card__ods-badge,
.ods-album-card__intel{
  width:38px;
  height:38px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid rgba(255,255,255,.85);
  box-shadow:0 8px 18px rgba(2,6,23,.24);
}

.ods-album-card__ods-badge{
  background:var(--ods-color);
  color:#fff;
  font-size:16px;
  font-weight:1000;
}

.ods-album-card__intel{
  background:var(--intel-color);
}

.ods-album-card__intel img{
  width:24px;
  height:24px;
  object-fit:contain;
  display:block;
}

.ods-album-card__image{
  border-radius:0 !important;
  background:#fff;
  padding:8px;
}

.ods-album-card__image img{
  border-radius:0 !important;
  object-fit:cover !important;
}

.ods-album-card__featured{
  margin-top:14px;
  padding:12px;
  border-radius:16px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
}

.ods-album-card__featured-image{
  width:100%;
  height:120px;
  overflow:hidden;
  border-radius:12px;
  margin-bottom:10px;
}

.ods-album-card__featured-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ods-album-card__featured-label{
  display:block;
  font-size:9px;
  font-weight:1000;
  letter-spacing:.08em;
  color:rgba(255,255,255,.72);
  margin-bottom:6px;
}

.ods-album-card__featured strong{
  display:block;
  font-size:15px;
  line-height:1.1;
  color:#fff;
  font-weight:1000;
}

.ods-album-card__featured p{
  margin-top:8px;
  font-size:11px;
  line-height:1.4;
  color:rgba(255,255,255,.88);
}

.ods-album-card__intel{
  width:34px !important;
  height:34px !important;
  border-radius:999px !important;
  overflow:hidden !important;
  background:#fff !important;
  border:2px solid rgba(255,255,255,.86) !important;
}

.ods-album-card__intel img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  transform:scale(1.18) !important;
}

.ods-album-card__sdg-logo{
  width:34px !important;
  height:34px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#fff !important;
  border:2px solid rgba(255,255,255,.86) !important;
  box-shadow:0 8px 18px rgba(2,6,23,.24) !important;
}

.ods-album-card__sdg-logo img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  transform:scale(1.12) !important;
}

/* =====================================================
   ODS PUBLIC CARDS — PALETA OFICIAL + INTELIGÊNCIAS
   mantém estrutura ods-ccard e abandona album-card na home
===================================================== */

.ods-ccard--public{
  --ods-a: color-mix(in srgb, var(--ods-color) 18%, #ffffff);
  --ods-b: color-mix(in srgb, var(--ods-color) 58%, #ffffff);
  --ods-c: color-mix(in srgb, var(--ods-color) 82%, #020617);

  min-height:720px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.82), transparent 32%),
    radial-gradient(circle at 84% 10%, color-mix(in srgb, var(--ods-color) 34%, transparent), transparent 36%),
    radial-gradient(circle at 50% 106%, rgba(15,23,42,.42), transparent 44%),
    linear-gradient(155deg, var(--ods-a), var(--ods-b) 48%, var(--ods-c));
}

.ods-ccard--public .ods-ccard__rarity{
  background:linear-gradient(180deg, rgba(15,23,42,.92), rgba(15,23,42,.74));
  color:#fff;
}

.ods-ccard--public .ods-ccard__type{
  color:rgba(15,23,42,.68);
}

.ods-ccard--public .ods-ccard__power{
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.30);
}

.ods-ccard--public .ods-ccard__power span{
  color:rgba(255,255,255,.86);
}

.ods-ccard__symbol--img{
  width:100%;
  height:220px;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:4px solid rgba(255,255,255,.88);

  box-shadow:
    0 22px 48px rgba(2,6,23,.28),
    0 0 34px color-mix(in srgb, var(--ods-color) 36%, transparent);

  margin:18px 0 16px;
}

.ods-ccard--public .ods-ccard__name{
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.36);
}

.ods-ccard--public .ods-ccard__desc{
  color:rgba(255,255,255,.90);
  text-shadow:0 2px 10px rgba(0,0,0,.20);
}

.ods-ccard--public .ods-ccard__move,
.ods-ccard--public .ods-ccard__stats div{
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.66));
  backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.52);
}

.ods-ccard--public .ods-ccard__move b{
  color:var(--ods-color);
}

.ods-ccard__stats--dim{
  grid-template-columns:repeat(3, 1fr);
}

.ods-ccard--public .ods-ccard__footer{
  color:rgba(255,255,255,.92);
  border-top:1px solid rgba(255,255,255,.52);
}

/* estados da carta */
.ods-state-inicial{
  filter:saturate(.92);
}

.ods-state-ativada{
  box-shadow:
    0 34px 86px rgba(2,6,23,.28),
    0 0 0 3px rgba(255,255,255,.72),
    0 0 36px color-mix(in srgb, var(--ods-color) 36%, transparent),
    inset 0 0 0 2px rgba(255,255,255,.35);
}

.ods-state-estruturada{
  box-shadow:
    0 38px 96px rgba(2,6,23,.34),
    0 0 0 3px rgba(255,255,255,.78),
    0 0 48px color-mix(in srgb, var(--ods-color) 48%, transparent),
    0 0 34px rgba(242,201,76,.30),
    inset 0 0 0 2px rgba(255,255,255,.38);
}

.ods-state-avançada,
.ods-state-avancada,
.ods-state-lendária,
.ods-state-lendaria{
  box-shadow:
    0 42px 110px rgba(2,6,23,.42),
    0 0 0 3px rgba(255,255,255,.84),
    0 0 62px rgba(242,201,76,.46),
    0 0 58px color-mix(in srgb, var(--ods-color) 52%, transparent),
    inset 0 0 0 2px rgba(255,255,255,.44);
}

.cr-card-rail .ods-card-stage{
  padding:0;
}

.cr-card-rail .ods-ccard{
  width:360px;
  max-width:360px;
}

@media(max-width:760px){
  .cr-card-rail .ods-ccard{
    width:320px;
    max-width:320px;
  }

  .ods-ccard--public{
    min-height:700px;
  }
}

.ods-ccard__stats--dim{
  grid-template-columns:repeat(4, 1fr);
}

.ods-ccard__stats--dim div{
  min-height:68px;
}


.ods-ccard__meta{
  margin-top:10px;
  text-align:center;

  font-size:10px;
  font-weight:1000;
  letter-spacing:.05em;
  text-transform:uppercase;

  color:rgba(255,255,255,.88);

  text-shadow:0 2px 10px rgba(0,0,0,.25);
}

.ods-ccard__badges{
  margin-top:14px;
  display:flex;
  justify-content:center;
  gap:8px;
}

.ods-ccard__intel{
  width:36px;
  height:36px;
  border-radius:999px;

  overflow:hidden;

  border:2px solid rgba(255,255,255,.88);

  background:#fff;

  box-shadow:
    0 8px 18px rgba(2,6,23,.24);
}

.ods-ccard__intel img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ods-ccard--public{
  min-height:820px;
  aspect-ratio:auto;
}

.ods-ccard__symbol--img{
  height:190px;
}

.ods-ccard--public .ods-ccard__name{
  font-size:19px;
  line-height:1.05;
  min-height:62px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.ods-ccard__meta{
  min-height:30px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.ods-ccard__desc{
  min-height:42px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.ods-ccard__stats--dim{
  grid-template-columns:repeat(4, 1fr) !important;
  gap:7px;
}

.ods-ccard__stats--dim div{
  min-height:58px;
  padding:7px 4px;
}

.ods-ccard__stats--dim span{
  font-size:7.5px;
}

.ods-ccard__stats--dim strong{
  font-size:12px;
}

.ods-ccard--public{
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.82), transparent 32%),
    radial-gradient(circle at 84% 10%, color-mix(in srgb, var(--intel-1, var(--ods-color)) 38%, transparent), transparent 36%),
    radial-gradient(circle at 12% 78%, color-mix(in srgb, var(--intel-2, var(--ods-color)) 32%, transparent), transparent 34%),
    radial-gradient(circle at 88% 96%, color-mix(in srgb, var(--intel-3, var(--ods-color)) 36%, transparent), transparent 38%),
    linear-gradient(
      155deg,
      color-mix(in srgb, var(--ods-color) 18%, #ffffff),
      color-mix(in srgb, var(--intel-1, var(--ods-color)) 48%, #ffffff) 42%,
      color-mix(in srgb, var(--ods-color) 80%, #020617)
    ) !important;
}

.cr-card-rail .ods-ccard{
  width:360px !important;
  max-width:360px !important;
  min-width:360px !important;
}

.ods-ccard--public{
  display:block !important;
  min-height:820px !important;
  aspect-ratio:auto !important;
  overflow:hidden !important;
}

.ods-ccard__symbol--img{
  width:100% !important;
  height:190px !important;
  margin:16px 0 14px !important;
}

.ods-ccard__symbol--img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

.ods-ccard__stats--dim{
  grid-template-columns:repeat(4, 1fr) !important;
}

.cr-card-rail .ods-ccard{
  width:360px !important;
  max-width:360px !important;
  min-width:360px !important;
}

.ods-ccard--public{
  display:block !important;
  min-height:820px !important;
  aspect-ratio:auto !important;
  overflow:hidden !important;
}

.ods-ccard--public{
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.82), transparent 32%),
    radial-gradient(circle at 84% 10%, color-mix(in srgb, var(--intel-1, var(--ods-color)) 38%, transparent), transparent 36%),
    radial-gradient(circle at 12% 78%, color-mix(in srgb, var(--intel-2, var(--ods-color)) 32%, transparent), transparent 34%),
    radial-gradient(circle at 88% 96%, color-mix(in srgb, var(--intel-3, var(--ods-color)) 36%, transparent), transparent 38%),
    linear-gradient(
      155deg,
      color-mix(in srgb, var(--ods-color) 18%, #ffffff),
      color-mix(in srgb, var(--intel-1, var(--ods-color)) 48%, #ffffff) 42%,
      color-mix(in srgb, var(--ods-color) 80%, #020617)
    ) !important;
}

.ods-ccard__symbol--img{
  width:100% !important;
  height:190px !important;
  margin:16px 0 10px !important;
  border-radius:22px !important;
}

.ods-ccard__symbol--img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

.ods-ccard__badges{
  margin:0 0 10px !important;
  display:flex !important;
  justify-content:center !important;
  gap:8px !important;
}

.ods-ccard__stats--dim{
  grid-template-columns:repeat(4, 1fr) !important;
  gap:7px !important;
}

.ods-ccard__stats--dim div{
  min-height:58px !important;
  padding:7px 4px !important;
}
.ods-ccard--public{
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.82), transparent 32%),
    radial-gradient(circle at 85% 8%, color-mix(in srgb, var(--intel-1, var(--ods-color)) 50%, transparent), transparent 38%),
    radial-gradient(circle at 12% 82%, color-mix(in srgb, var(--intel-2, var(--intel-1, var(--ods-color))) 42%, transparent), transparent 36%),
    linear-gradient(
      155deg,
      color-mix(in srgb, var(--intel-1, var(--ods-color)) 22%, #ffffff),
      color-mix(in srgb, var(--intel-1, var(--ods-color)) 62%, #ffffff) 46%,
      color-mix(in srgb, var(--ods-color) 72%, #020617)
    ) !important;
}