@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");
:root {
  --color-bg: #FEFDFB;
  --color-title: #0E1C4E;
  --color-summary-1: #f1f1f1;
  --color-summary-1-highlight: #ff9494;
  --color-summary-2-highlight: #ffcbb3;
  --color-summary-3-highlight: #ffe46d;
  --color-summary-4-highlight: #c5ffb3;
  --color-summary-5-highlight: #b3ffec;
  --color-summary-6-highlight: #b3e3ff;
  --color-summary-7-highlight: #b3b8ff;
  --color-summary-8-highlight: #7a83d6;
  --color-summary-9-highlight: #ffb3ff;
  --color-summary-10-highlight: #fc7faf;
  --color-summary-11-highlight: #f75555;
  --color-summary-12-highlight: #4e4e4e;
  --font-ibm-plex-sans: "IBM Plex Sans", sans-serif;
}

html,
body {
  overflow: auto;
  /* height: 100vh; */
  width: 100%;
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  background: white;
  padding: 145px 60px;
  margin-top: -13px;
  margin-bottom: 40px;
  border-radius: 31px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  max-width: 485px;
  width: 100%;
}
.card h1 {
  font-family: var(--font-ibm-plex-sans);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color-title);
  margin-bottom: 20px;
}
.card details {
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  background: rgba(0, 0, 0, 0.05);
  border-left: 5px solid gray;
}
.card details:not(:last-of-type) {
  margin-bottom: 15px;
}
.card details.janeiro {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-1-highlight);
}
.card details.fevereiro {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-2-highlight);
}
.card details.marco {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-3-highlight);
}
.card details.abril {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-4-highlight);
}
.card details.maio {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-5-highlight);
}
.card details.junho {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-6-highlight);
}
.card details.julho {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-7-highlight);
}
.card details.agosto {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-8-highlight);
}
.card details.setembro {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-9-highlight);
}
.card details.outubro {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-10-highlight);
}
.card details.novembro {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-11-highlight);
}
.card details.dezembro {
  background: var(--color-summary-1);
  border-left: 5px solid var(--color-summary-12-highlight);
}
.card details summary,
.card details p {
  font-family: var(--font-ibm-plex-sans);
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-title);
}
.card details summary:not(:last-of-type),
.card details p:not(:last-of-type) {
  margin-bottom: 10px;
}
.card details p {
  padding-left: 4px;
}
.card details summary {
  cursor: pointer;
  margin-bottom: 0;
  list-style-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6066 12H1.3934' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1.39343V22.6066' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.card details summary::-webkit-details-marker {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6066 12H1.3934' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1.39343V22.6066' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: transparent;
  background-size: 100% 100%;
  margin-right: 18px;
  width: 16px;
  height: 16px;
  transform: translateY(2px);
}
.card details[open] summary {
  margin-bottom: 10px;
  list-style-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 16.5L1.5 1.5' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 1.5L1.5 16.5' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  font-weight: 700;
}
.card details[open] summary::-webkit-details-marker {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 16.5L1.5 1.5' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 1.5L1.5 16.5' stroke='%23202842' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  color: transparent;
  background-size: 100% 100%;
  margin-right: 20px;
  width: 12px;
  height: 12px;
  transform: translateY(1px);
}
.card details[open] p {
  padding-left: 14px;
}