/* Shared base styles: variables, typography, buttons, forms and cross-page utilities. */

:root {
  --ink: #202035;
  --paper: #fffdf7;
  --cream: #fff6dc;
  --pink: #ff6b8a;
  --coral: #ff7d66;
  --yellow: #ffd84d;
  --blue: #4f7cff;
  --purple: #8c5cff;
  --mint: #46d7ae;
  --sky: #7bdff2;
  --muted: #706e7d;
  --line: #e8e2d6;
  --shadow: 0 16px 0 rgba(32, 32, 53, .08);
  --soft-shadow: 0 14px 40px rgba(50, 43, 72, .10)
}

* {
  box-sizing: border-box
}

[hidden] {
  display: none
}

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 10% 5%, #fff0f4 0 14%, transparent 30%), radial-gradient(circle at 92% 18%, #edf9ff 0 15%, transparent 32%), #faf7f0;
  font: 15px/1.5 ui-rounded, "Nunito Sans", Inter, system-ui, -apple-system, "Segoe UI", sans-serif
}

button,
select,
input,
textarea {
  font: inherit
}

button,
a {
  transition: .18s ease
}

.app {
  min-height: 100vh
}

.site-header {
  height: 82px;
  max-width: 1320px;
  margin: auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 20
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  min-width: 220px
}

.brand-badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%
}

.logo-mark {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.brand b,
.brand small {
  display: block
}

.brand b {
  font-size: 17px
}

.brand small {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted)
}

.hello {
  font-size: 13px;
  color: var(--muted);
  margin-right: 3px
}

.button,
.round-button,
.close-button {
  border: 0;
  cursor: pointer
}

.sort-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 900;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.sort-button.align-end {
  justify-content: flex-end;
  margin-left: auto;
}

.sort-button:hover,
.sort-button:focus-visible,
.sort-button.active {
  color: var(--blue);
}

.sort-button:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--blue) 45%, transparent);
  outline-offset: 4px;
  border-radius: 6px;
}

.sort-indicator {
  display: inline-block;
  min-width: 1em;
  color: var(--blue);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none
}

.button:hover {
  transform: translateY(-2px)
}

.button-ink {
  background: var(--ink);
  color: #fff;
  box-shadow: 4px 4px 0 rgba(140, 92, 255, .45)
}

.button-pop {
  background: var(--yellow);
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink)
}

.button-ghost {
  background: transparent;
  color: var(--muted)
}

.round-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line);
  box-shadow: 0 7px 18px rgba(50, 43, 72, .08)
}

.logout-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(31, 41, 55, .10);
  background: #fff;
  color: #344054;
  box-shadow: 0 7px 18px rgba(50, 43, 72, .08);
}

main {
  max-width: 1264px;
  margin: auto;
  padding: 18px 28px 48px
}

.eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 1000;
  color: #755800
}

@keyframes float {
  50% {
    transform: translateY(-8px) rotate(8deg)
  }
}

.panel {
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 28px;
  padding: 27px;
  box-shadow: var(--soft-shadow)
}

.panel-title,
.expense-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px
}

.doodle {
  font-size: 38px;
  color: var(--pink);
  font-weight: 1000
}

.bar-row {
  display: contents
}

.bar-label {
  min-width: 0;
  font-weight: 900;
  white-space: nowrap
}

.bar-value {
  min-width: max-content;
  text-align: right;
  font-weight: 900
}

.expense-top {
  padding: 29px 29px 24px;
  background: linear-gradient(90deg, #fff 60%, #f2f8ff)
}

.expense-top>div>p:last-child {
  margin: 7px 0 0;
  color: var(--muted)
}

.table-wrap {
  overflow-x: auto
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px
}

th,
td {
  text-align: left;
  padding: 15px 18px;
  border-top: 1px solid var(--line)
}

th {
  background: #fffaf0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em
}

td:nth-child(n+4),
th:nth-child(n+4) {
  text-align: right
}

.expense-title {
  font-weight: 900
}

.pill {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 1000;
  border: 1px solid rgba(32, 32, 53, .12)
}

.table-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 18px;
  background: #fffaf0;
  color: var(--muted);
  font-size: 12px
}

footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  padding: 28px
}

.close-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 27px
}

.tab {
  border: 0;
  background: none;
  padding: 14px 16px;
  font-weight: 900;
  color: var(--muted);
  cursor: pointer
}

.tab.active {
  color: var(--ink);
  border-bottom: 4px solid var(--pink)
}

.expense-editor-list {
  display: grid;
  gap: 14px;
  margin-bottom: 14px
}

textarea {
  min-height: 520px;
  font: 13px/1.5 ui-monospace, SFMono-Regular, monospace
}

.status {
  font-weight: 800;
  color: #087f5b
}

.status.error {
  color: #b42318
}

.no-scroll {
  overflow: hidden
}

.empty {
  padding: 30px;
  text-align: center;
  color: var(--muted)
}

@media(max-width:980px) {
  .site-header {
      flex-wrap: wrap;
      height: auto;
      padding-top: 17px
    }

  .hello {
      display: none
    }

  .expense-top {
      display: grid
    }

  .brand {
      min-width: auto
    }
}

@media(max-width:640px) {
  main {
      padding: 8px 14px 30px
    }

  .site-header {
      padding: 14px
    }

  .brand span:last-child {
      display: none
    }

  .panel {
      padding: 21px;
      border-radius: 22px
    }

  .expense-top {
      padding: 22px
    }

  .table-footer {
      display: grid;
      gap: 4px
    }
}

@media print {
  body {
      background: #fff
    }

  main {
      max-width: none;
      padding: 0
    }
}

.site-header {
  height: 68px;
  padding-top: 0;
  padding-bottom: 0
}

.brand-badge {
  width: 38px;
  height: 38px;
}

.brand b {
  font-size: 16px
}

main {
  padding-top: 8px
}

.panel {
  border-radius: 24px
}

@media(max-width:980px) {
  .site-header {
      height: auto
    }
}

.expense-last-cell {
  position: relative;
  padding-right: 58px
}

@media(max-width:640px) {
  .table-wrap {
      overflow: visible
    }

  table {
      min-width: 0
    }

  thead {
      display: none
    }

  .expense-last-cell {
      padding-right: 48px
    }

  .table-footer {
      margin-top: 8px
    }
}

@media(max-width:640px) {
  .bar-value {
      font-size: 12px;
    }
}

:root {
  --ink: #1f2937;
  --paper: #ffffff;
  --cream: #f4efe7;
  --pink: #a8665b;
  --coral: #c27b5b;
  --yellow: #d7b56d;
  --blue: #2f5d7c;
  --purple: #6f5b8c;
  --mint: #4f7f6a;
  --sky: #d7e6ea;
  --muted: #667085;
  --line: #e3ded6;
  --shadow: 0 22px 48px rgba(31, 41, 55, .10);
  --soft-shadow: 0 18px 44px rgba(31, 41, 55, .08);
  --violet: #6f5b8c;
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(215, 230, 234, .55), transparent 30%),
    linear-gradient(180deg, #f7f3ed 0%, #eee8de 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.site-header {
  max-width: 1200px;
  height: 76px;
  padding: 0 28px;
}

.brand {
  min-width: 245px;
}

.brand-badge {
  border-radius: 50%;
}

.brand small {
  letter-spacing: .12em;
}

.button {
  border-radius: 999px;
  font-weight: 750;
  box-shadow: none;
}

.button:hover {
  transform: translateY(-1px);
}

.button-ink {
  background: #26364a;
  box-shadow: none;
}

.button-pop {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.round-button {
  border-color: rgba(31, 41, 55, .10);
  box-shadow: none;
}

main {
  max-width: 1200px;
  padding-top: 14px;
}

.eyebrow {
  color: #7b6042;
  letter-spacing: .16em;
  font-weight: 800;
}

.child-avatar {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  font-size: 23px;
  font-weight: 850;
}

.panel {
  border-radius: 26px;
  background: rgba(255, 255, 255, .82);
}

.doodle {
  display: none;
}

.expense-top {
  background: linear-gradient(90deg, #fff 0%, #f7f3ed 100%);
}

th {
  background: #f7f3ed;
}

@media(max-width:640px) {
  .site-header {
      padding: 14px;
    }
}

:root {
  --blue: #2563eb;
  --purple: #7c3aed;
  --mint: #059669;
  --coral: #ea580c;
  --pink: #db2777;
  --yellow: #ca8a04;
  --sky: #0891b2;
  --violet: #7c3aed;
}

main {
  max-width: none;
  margin: 0;
  padding: 0;
}

.panel {
  border-top: 5px solid rgba(31, 41, 55, .08);
}

.bar-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.expense-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.expense-emoji {
  flex: 0 0 auto;
}

.pill {
  align-items: center;
  gap: 6px;
  font-size: 11px;
}

body {
  background:
    radial-gradient(circle at 0 0, rgba(37, 99, 235, .08), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(234, 88, 12, .06), transparent 30%),
    #f5f1eb;
}

.app {
  min-height: 100vh;
}

main#top {
  padding: 14px 28px 34px;
}

main#top .site-header {
  height: 56px;
  max-width: none;
  margin: 0 0 20px;
  padding: 0;
}

.mobile-summary {
  display: none;
}

.panel {
  border: 1px solid rgba(31, 41, 55, .08);
  border-top-width: 1px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 41, 55, .06);
}

.expense-top {
  align-items: center;
  padding: 22px 24px;
  background: #fff;
}

.expense-top p {
  margin-bottom: 0;
}

th {
  background: #f7f3ed;
  color: #344054;
}

th,
td {
  padding: 14px 16px;
}

.expense-title {
  font-size: 15px;
}

.pill {
  border: 0;
  background: #f3f4f6;
  color: #344054;
}

.table-footer {
  background: #fff;
}

@media(max-width:1120px) {
  main#top {
      padding: 18px;
    }

  main#top .site-header {
      display: none;
    }

  .mobile-summary {
      display: grid;
      gap: 14px;
      margin-bottom: 16px;
    }

  .mobile-child-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
}

@media(max-width:720px) {
  body {
      background: #f7f3ed;
    }

  main#top {
      padding: 18px 8px 20px;
    }

  .mobile-child-grid {
      grid-template-columns: 1fr 1fr;
    }

  .expense-top {
      display: grid;
      gap: 14px;
      padding: 20px;
    }

  .table-wrap {
      overflow: visible;
    }

  table,
    tbody,
    tr,
    td {
      display: block;
      width: 100%;
    }

  table {
      min-width: 0;
    }

  thead {
      display: none;
    }

  .expense-title {
      display: block;
      font-size: 17px;
      line-height: 1.25;
    }

  .expense-emoji {
      position: absolute;
      left: 18px;
      top: 18px;
      width: 26px;
      height: 26px;
      background: transparent;
      font-size: 24px;
    }

  .expense-last-cell {
      position: static;
      padding-right: 0;
    }

  .table-footer {
      padding: 14px 18px 18px;
    }
}

@media(max-width:430px) {
  .mobile-child-grid {
      gap: 10px;
    }

  .mobile-summary .child-avatar {
      width: 42px;
      height: 42px;
    }

  .bar-value {
      font-size: 12px;
    }
}

main#top {
  max-width: 1240px;
  padding: 16px 26px 34px;
}

main#top .site-header {
  margin-bottom: 18px;
}

.panel {
  padding: 22px;
}

.expense-top {
  padding: 20px 22px;
}

th,
td {
  padding: 12px 15px;
}

@media(max-width:1120px) {
  main#top {
      max-width: none;
    }
}

@media(max-width:720px) {
  main#top {
      padding: 12px 12px 30px;
    }

  .mobile-summary {
      gap: 10px;
      margin-bottom: 10px;
    }

  .mobile-child-grid {
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }

  .mobile-summary .child-avatar {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      font-size: 17px;
    }

  .panel {
      padding: 0px;
    }

  .bar-label {
      gap: 5px;
      font-size: 13px;
    }

  .bar-label span {
      width: 20px;
      height: 20px;
      font-size: 12px;
    }

  .bar-value {
      font-size: 12px;
    }

  .expense-top {
      padding: 15px;
    }

  .expense-top>div>p:last-child {
      font-size: 13px;
    }
}

@media(max-width:430px) {
  .mobile-summary .child-avatar {
      width: 31px;
      height: 31px;
    }
}

body {
  background: #f3f6fb;
}

.app {
  background: #f3f6fb;
}

main#top {
  max-width: none;
  width: 100%;
  padding: 20px 28px 36px;
}

.expense-top {
  background: #fff;
}

@media(min-width:1500px) {
  main#top {
      padding-right: 36px;
    }
}

@media(max-width:1120px) {
  body,
    .app {
      background: #f3f6fb;
    }
}

@media(min-width:721px) and (max-width:1280px) {
  main#top {
      padding: 16px 18px 30px;
      overflow: hidden;
    }

  main#top .site-header {
      gap: 12px;
    }

  .hello {
      display: none;
    }

  .panel {
      min-width: 0;
      padding: 18px;
    }

  .bar-label {
      gap: 6px;
      font-size: 13px;
    }

  .bar-value {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 12px;
    }

  .expense-top {
      gap: 14px;
      align-items: end;
    }
}

#jsonTab {
  height: 100%;
  min-height: calc(100vh - 196px);
  padding: 18px;
  background: #f7faff;
  overflow: hidden;
}

#jsonTab:not([hidden]) {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
}

#categoriesTab,
#familyTab {
  height: 100%;
  min-height: calc(100vh - 196px);
  padding: 22px;
  overflow: auto;
  background: #f7faff;
}

.category-name-input {
  padding: 9px 12px;
  font-weight: 850;
}

.category-color-input {
  padding: 4px;
}

.editor-search {
  position: relative;
  display: block;
}

.editor-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.editor-search input {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(31, 41, 55, .14);
  border-radius: 13px;
  padding: 10px 12px;
  background: #fff;
  font-size: 16px;
}

.expense-editor-list {
  display: block;
  margin: 0;
  padding: 0;
  overflow: auto;
}

emoji-picker {
  width: 100%;
  max-width: 100%;
  height: 420px;
  --background: #fff;
  --border-color: transparent;
  --button-hover-background: #eef6ff;
  --button-active-background: #dbeafe;
  --category-emoji-size: 1.15rem;
  --emoji-size: 1.45rem;
  --input-border-color: rgba(31, 41, 55, .16);
  --input-font-size: 16px;
  --indicator-color: var(--pink);
}

.emoji-category-row {
  grid-template-columns: 54px minmax(0, 1fr);
}

@media(max-width:760px) {
  #jsonTab {
      min-height: calc(100dvh - 164px);
      padding: 12px;
      padding-bottom: 92px;
    }

  .emoji-category-row {
      grid-template-columns: 54px minmax(0, 1fr);
    }
}

@media(max-width:720px) {
  html,
    body,
    .app {
      max-width: 100%;
      overflow-x: hidden;
    }

  .bar-value {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: right;
    }

  .expense-last-cell {
      display: inline;
    }
}

@media(max-width:720px) {
  input,
    select,
    textarea,
    button {
      font-size: 16px;
    }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .expense-last-cell {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 34px;
      align-items: center;
      gap: 8px;
      padding-right: 10px;
    }
}

input,
select,
textarea {
  font-size: 16px;
}

@media(max-width:720px) {
  .table-wrap {
      display: none;
    }

  .mobile-entry-toggle small {
      top: -5px;
      right: -4px;
    }

  .mobile-entry-panel {
      display: block;
      margin: 0;
      padding: 10px 10px 12px 52px;
      border-top: 1px solid #dbe7f5;
      background: #f1f7ff;
    }

  .mobile-entry-panel[hidden] {
      display: none;
    }

  .mobile-log-entry {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto 28px;
      gap: 10px;
      align-items: center;
      padding: 9px 0;
      border-bottom: 1px solid #dfeafa;
    }

  .mobile-log-entry:last-of-type {
      border-bottom: 0;
    }

  .mobile-log-copy {
      min-width: 0;
    }

  .mobile-log-entry time {
      display: block;
      margin-bottom: 3px;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.2;
    }

  .mobile-log-entry span {
      display: block;
      min-width: 0;
      color: var(--ink);
      font-size: 14px;
      line-height: 1.25;
      overflow-wrap: anywhere;
    }

  .mobile-log-entry strong {
      white-space: nowrap;
      font-size: 14px;
    }
}

@media(max-width:1120px) {
  main#top {
      padding-top: calc(74px + env(safe-area-inset-top, 0px));
    }

  .mobile-summary {
      position: relative;
    }

  .mobile-topbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      width: 100vw;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin: 0;
      padding: calc(10px + env(safe-area-inset-top, 0px)) max(14px, env(safe-area-inset-right, 0px)) 10px max(14px, env(safe-area-inset-left, 0px));
      border: 0;
      border-radius: 0;
      background: linear-gradient(180deg, #0f2742 0%, #071c31 100%);
      box-shadow: 0 12px 28px rgba(15, 39, 66, .18);
    }
}

.bar-row {
  display: grid;
  grid-template-columns: minmax(var(--category-label-width, 12ch), max-content) minmax(140px, 1fr) max-content;
  align-items: center;
  column-gap: 18px;
  min-width: 0;
}

.bar-label {
  min-width: 0;
  white-space: nowrap;
}

.bar-value {
  min-width: max-content;
  text-align: right;
}

@media (max-width: 1120px) {
  .bar-row {
      grid-template-columns: minmax(var(--category-label-width, 10ch), max-content) minmax(80px, 1fr) max-content;
      column-gap: 12px;
    }
}

@media (max-width: 520px) {
  .bar-row {
      grid-template-columns: minmax(7.5rem, max-content) minmax(54px, 1fr) max-content;
      column-gap: 8px;
    }

  .bar-label {
      gap: 5px;
      font-size: 12px;
    }

  .bar-label span {
      width: 20px;
      height: 20px;
      font-size: 12px;
    }

  .bar-value {
      font-size: 11px;
    }
}

.status {
  min-width: 0;
  max-width: 42%;
  overflow: hidden;
  color: #059669;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status.is-idle {
  opacity: 0;
}

.status.error {
  opacity: 1;
  color: #b42318;
}

@media (max-width: 760px) {
  .status {
      max-width: 30%;
      font-size: 12px;
    }
}

.contributor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 18px;
}

.contributor-avatar {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--person-color, var(--blue));
  color: #fff;
  font-size: 15px;
  font-weight: 1000;
}

.contributor-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.contributor-copy b,
.contributor-copy strong,
.contributor-copy small {
  display: block;
}

.contributor-copy b {
  font-weight: 900;
}

.contributor-copy strong {
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.contributor-copy small {
  color: var(--muted);
  font-size: 12px;
}

.bar-row {
  grid-template-columns: minmax(var(--category-label-width, 12ch), max-content) minmax(120px, 1fr) max-content 44px;
  column-gap: 14px;
}

.bar-label > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.bar-rank {
  display: inline-grid;
  place-items: center;
  justify-self: end;
  min-width: 30px;
  height: 30px;
  padding: 0 7px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .10);
  font-weight: 900;
  color: #344054;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

@media (max-width: 1180px) {
  .contributor-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      padding-top: 12px;
    }

  .contributor-avatar {
      width: 30px;
      height: 30px;
      font-size: 12px;
    }

  .contributor-copy strong {
      font-size: 17px;
    }

  .contributor-copy small {
      display: block;
      font-size: 11px;
      line-height: 1.2;
    }
}

@media (max-width: 720px) {
  .contributor-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

  .bar-row {
      grid-template-columns: minmax(7.5rem, max-content) minmax(54px, 1fr) max-content;
    }

  .bar-rank {
      display: none;
    }
}

@media (max-width: 520px) {
  .contributor-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

  .contributor-copy b {
      font-size: 12px;
    }

  .contributor-copy strong {
      font-size: 16px;
    }

  .contributor-copy small {
      font-size: 10px;
    }
}

[hidden] {
  display: none;
}
