.cc-pet-home {
  position: fixed;
  inset: 0;
  z-index: 2147483500;
  overflow: auto;
  padding: 16px;
  background: #10271b;
  color: #fff;
  font-family: Inter, sans-serif;
}

.cc-season-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.cc-season-items article {
  padding: 10px;
  border: 2px solid #8c9490;
  border-radius: 6px;
  background: #fff;
  color: #17241d;
}

.cc-season-items .cc-rarity-rare {
  border-color: #3579bd;
}

.cc-season-items .cc-rarity-legendary {
  border-color: #c39418;
  box-shadow: inset 0 0 0 2px #f2d36a;
}

.cc-pet-home header {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
}

.cc-pet-home button {
  min-height: 44px;
  border: 1px solid #75e3a1;
  border-radius: 6px;
  background: #183c28;
  color: #fff;
}

.cc-pet-room {
  display: grid;
  place-items: center;
  min-height: 230px;
  margin: 12px 0;
  border: 1px solid #38684c;
  background:
    linear-gradient(transparent 74%, #5e3c28 74%),
    repeating-linear-gradient(90deg, #183c28 0 46px, #1c4630 46px 48px);
}

.cc-pet-avatar {
  display: grid;
  place-items: end center;
  width: 138px;
  height: 138px;
  padding-bottom: 12px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #4f5a55, #121815 70%);
}

.cc-pet-gauges {
  display: grid;
  gap: 8px;
}

.cc-pet-gauges label {
  display: grid;
  grid-template-columns: 110px 1fr 34px;
  gap: 8px;
  align-items: center;
}

.cc-pet-food {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cc-pet-invite {
  width: 100%;
  margin-top: 16px;
}

.cc-pet-home output {
  display: block;
  overflow-wrap: anywhere;
  padding: 10px 0;
}
