:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #25352f;
  background: #f7f8f5;
  font-size: 14px;
  --green: #204b3e;
  --line: #e3e7e0;
  --muted: #788179;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #65a487;
  outline-offset: 3px;
}
a {
  color: var(--green);
}
[hidden] {
  display: none !important;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.6px;
  white-space: nowrap;
}
.mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: var(--green);
  color: #eff8e6;
  font-size: 26px;
  font-family: Georgia;
  font-weight: bold;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 232px;
  background: #fff;
  border-right: 1px solid var(--line);
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
}
.sidebar > .wordmark {
  margin-bottom: 40px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 650;
  color: #879183;
  margin: 0 0 14px;
}
nav {
  display: grid;
  gap: 7px;
}
.nav {
  border: 0;
  background: none;
  color: #778077;
  padding: 12px 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-radius: 7px;
  text-align: left;
  font-size: 19px;
}
.nav span {
  font-size: 13px;
}
.nav.active {
  background: #eaf0e7;
  color: var(--green);
  font-weight: 600;
}
.nav:hover,
.brands button:hover {
  background: #f2f5f0;
}
.brands {
  margin-top: 38px;
  padding: 0 15px;
}
.brands button {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  color: #677468;
  width: 100%;
  text-align: left;
  font-size: 12px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.latinox {
  background: #e8885b;
}
.shuuka {
  background: #8d80d9;
}
.latinoseneu {
  background: #50a78e;
}
.sidebar-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.sidebar-bottom small {
  display: block;
  color: #8e968e;
  font-size: 10px;
  margin-top: 5px;
}
.owner-avatar {
  background: #eee7db;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 10px;
}
.sidebar-bottom .icon {
  margin-left: auto;
}
main {
  margin-left: 232px;
}
.topbar {
  height: 76px;
  border-bottom: 1px solid var(--line);
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8b938b;
  font-size: 12px;
  background: #fff;
}
.topbar strong {
  font-weight: 500;
  color: #38483e;
}
.slash {
  margin: 0 16px;
  color: #c1c8bf;
}
.live-status {
  font-size: 11px;
}
.live-status:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #739a68;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
}
.content {
  padding: 37px 38px 60px;
  max-width: 1600px;
  margin: auto;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.page-heading .eyebrow {
  font-size: 9px;
  margin-bottom: 12px;
}
h1 {
  font-size: 32px;
  font-weight: 550;
  letter-spacing: -1.2px;
  margin: 0 0 9px;
}
h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: 550;
  margin: 0;
}
h3 {
  font-size: 15px;
  font-weight: 600;
}
.muted {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  font-size: 12px;
}
.primary,
.secondary,
.text-button,
.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 12px;
  white-space: nowrap;
}
.primary {
  background: var(--green);
  color: white;
}
.primary:hover {
  background: #30634f;
}
.secondary {
  background: white;
  border-color: var(--line);
  color: #475a4c;
}
.text-button,
.icon {
  background: transparent;
  color: var(--green);
}
.icon {
  font-size: 21px;
  padding: 5px 10px;
}
.banner {
  background: #fff6de;
  border: 1px solid #efdfae;
  border-radius: 8px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
  color: #876d31;
  font-size: 11px;
  line-height: 1.5;
}
.banner strong {
  font-weight: 600;
}
.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 24px;
  gap: 12px;
}
.filters {
  display: flex;
  align-items: center;
  gap: 8px;
}
select,
input,
textarea {
  border: 1px solid #dce2d8;
  border-radius: 6px;
  padding: 10px 11px;
  background: #fff;
  color: #35473b;
  max-width: 100%;
  outline: none;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #6a9b80;
  box-shadow: 0 0 0 2px #6a9b8020;
}
.filters select,
.filters input {
  font-size: 11px;
  padding: 9px 11px;
}
.filters input {
  width: 180px;
}
.week-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.week-title h2 {
  font-size: 18px;
  letter-spacing: -0.2px;
}
.week-title small {
  color: #879183;
  font-size: 10px;
}
.calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  min-height: 385px;
}
.day {
  border-right: 1px solid var(--line);
  min-height: 385px;
  padding: 14px 9px;
}
.day:last-child {
  border: 0;
}
.day.today {
  background: #f7faf3;
}
.day-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 10px;
  color: #929a90;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.day-label strong {
  font-size: 17px;
  letter-spacing: -0.4px;
  font-weight: 500;
  color: #60705f;
}
.day.today .day-label strong {
  background: var(--green);
  color: white;
  border-radius: 50%;
  padding: 5px 8px;
}
.calendar-card {
  width: 100%;
  text-align: left;
  border: 1px solid #e2e7dd;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 8px;
  color: #35473b;
  box-shadow: 0 2px 4px #23302404;
}
.calendar-card strong {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  margin: 7px 0;
}
.calendar-card small {
  font-size: 9px;
  color: #899585;
}
.calendar-card .badge {
  font-size: 8px;
}
.empty-slot {
  border: 1px dashed #e7eade;
  height: 100px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #c9d2c4;
  font-size: 19px;
  width: 100%;
  background: none;
}
.draft-strip {
  margin-top: 30px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.section-heading h2 {
  font-size: 17px;
}
.section-heading span {
  font-size: 11px;
  color: #929a90;
}
.empty {
  padding: 38px 24px;
  text-align: center;
  border: 1px dashed #d9e0d3;
  border-radius: 10px;
  color: #86917f;
  background: #fbfcf8;
}
.empty .empty-symbol {
  font-size: 28px;
  color: #a4b69d;
  margin-bottom: 12px;
}
.empty h3 {
  color: #4b604e;
  margin: 10px;
}
.empty p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.post-list {
  display: grid;
  gap: 10px;
}
.post-row {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 9px;
  padding: 16px;
  width: 100%;
  text-align: left;
  color: inherit;
}
.post-row .info {
  flex: 1;
}
.post-row strong {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}
.post-row small {
  font-size: 10px;
  color: var(--muted);
}
.brand-avatar {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  color: white;
  font-size: 12px;
  flex-shrink: 0;
}
.badge {
  display: inline-block;
  background: #eef2e9;
  color: #6f7e61;
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 10px;
  text-transform: capitalize;
  margin: 2px;
}
.badge.scheduled {
  background: #e8f0fa;
  color: #517398;
}
.badge.published,
.badge.manually_published {
  background: #e8f3e9;
  color: #38814c;
}
.badge.failed,
.badge.needs_reconciliation,
.badge.blocked {
  background: #fce8e0;
  color: #a96647;
}
.badge.cancelled {
  background: #eee;
  color: #999;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px;
  background: #fff;
}
.panel h3 {
  margin: 0 0 12px;
}
.panel p {
  font-size: 12px;
  line-height: 1.7;
  color: #82907e;
}
.panel .actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.account-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eef1eb;
}
.account-row strong {
  display: block;
  font-size: 12px;
}
.account-row small {
  font-size: 10px;
  color: #879280;
}
.account-row .secondary {
  margin-left: auto;
  padding: 6px 9px;
  font-size: 10px;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.media-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
}
.media-card img,
.media-card video {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.media-card .media-info {
  padding: 12px;
  font-size: 11px;
}
.media-info strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.media-info p {
  color: #7c8777;
  line-height: 1.5;
  margin: 0;
}
footer {
  padding: 20px 38px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #9da697;
  display: flex;
  justify-content: space-between;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px;
  max-width: calc(100vw - 30px);
  width: 510px;
  color: #35473b;
  box-shadow: 0 30px 100px #132d3533;
}
dialog::backdrop {
  background: #142c2866;
  backdrop-filter: blur(2px);
}
#editor {
  width: 950px;
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
}
.dialog-header .eyebrow {
  margin-bottom: 8px;
}
.compose-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
}
.preview-panel {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.form-row {
  display: flex;
  gap: 12px;
}
.form-row > * {
  flex: 1;
}
label {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 550;
  gap: 7px;
  margin-bottom: 17px;
}
textarea {
  resize: vertical;
  line-height: 1.6;
}
.field-hint {
  color: #94a08f;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}
.field-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
}
.asset-picker {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  max-height: 180px;
  overflow: auto;
  padding: 5px 0;
}
.asset-choice {
  position: relative;
  border: 2px solid transparent;
  border-radius: 6px;
  background: #f2f4ee;
  padding: 0;
  overflow: hidden;
  width: 68px;
  height: 68px;
}
.asset-choice img,
.asset-choice video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asset-choice.selected {
  border-color: #367251;
}
.asset-choice span {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #204b3e;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
}
fieldset {
  border: 1px solid var(--line);
  border-radius: 7px;
  margin: 20px 0;
  padding: 15px;
  display: flex;
  gap: 15px;
}
legend {
  font-size: 11px;
}
.check {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}
.check input {
  accent-color: #204b3e;
}
.rights {
  margin-top: 20px;
  font-size: 11px;
}
details {
  margin: 20px 0;
}
summary {
  cursor: pointer;
  font-size: 11px;
  color: #687e66;
  margin-bottom: 14px;
}
.post-preview {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
.preview-account {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  font-size: 11px;
}
.preview-account small {
  display: block;
  font-size: 9px;
  color: #98a18f;
  margin-top: 3px;
}
.preview-account > span:last-child {
  margin-left: auto;
}
.preview-image {
  background: #edf0e6;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #9ba58f;
  font-size: 11px;
}
.preview-image img,
.preview-image video {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: contain;
}
.preview-icons {
  padding: 12px 15px;
  font-size: 20px;
}
.preview-icons span {
  float: right;
}
.post-preview > p {
  padding: 0 15px 15px;
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.dialog-actions {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.delivery {
  border: 1px solid var(--line);
  padding: 14px;
  border-radius: 7px;
  margin: 10px 0;
}
.delivery p {
  font-size: 12px;
  line-height: 1.7;
}
.delivery a {
  overflow-wrap: anywhere;
  font-size: 11px;
}
.detail-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.detail-caption {
  white-space: pre-wrap;
  line-height: 1.7;
  font-size: 12px;
}
.auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  background: #f1f3eb;
}
.auth-card {
  width: 400px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 38px;
}
.auth-card .wordmark {
  margin-bottom: 42px;
}
.auth-card h1 {
  font-size: 29px;
}
.auth-card form {
  margin-top: 25px;
}
.auth-card .primary {
  width: 100%;
}
.auth-note {
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1.35;
  color: #5e745b;
  max-width: 300px;
}
.error {
  color: #af503e;
  font-size: 12px;
}
#toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e493d;
  color: white;
  z-index: 2000;
  padding: 14px 22px;
  border-radius: 9px;
  box-shadow: 0 8px 30px #172b2520;
  max-width: 90%;
  font-size: 12px;
}
.code {
  background: #f3f5ef;
  border-radius: 6px;
  padding: 15px;
  font-family: monospace;
  font-size: 11px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-all;
}
.token-row {
  display: flex;
  gap: 15px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 15px 0;
}
.token-row div {
  flex: 1;
}
.token-row small {
  display: block;
  color: #879583;
  margin-top: 6px;
  font-size: 10px;
}
.loading {
  padding: 50px;
  text-align: center;
  color: #8b9882;
}
@media (min-width: 1600px) {
  .content {
    padding-top: 45px;
  }
  .calendar {
    min-height: 440px;
  }
}
@media (max-width: 1100px) {
  .sidebar {
    width: 190px;
    padding: 24px 14px;
  }
  .wordmark {
    font-size: 15px;
  }
  main {
    margin-left: 190px;
  }
  .content {
    padding: 28px 22px;
  }
  .topbar {
    padding: 0 22px;
  }
  .media-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .filters input {
    width: 135px;
  }
  .cards-grid {
    grid-template-columns: 1fr;
  }
  .day {
    padding: 12px 6px;
  }
  .calendar-card {
    padding: 7px;
  }
}
@media (max-width: 800px) {
  .sidebar {
    position: static;
    width: 100%;
    padding: 17px 20px;
    display: block;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .sidebar > .wordmark {
    margin: 0 0 15px;
  }
  nav {
    display: flex;
    overflow: auto;
    gap: 4px;
  }
  .nav {
    padding: 9px 10px;
    white-space: nowrap;
  }
  .nav span {
    font-size: 11px;
  }
  .sidebar > .eyebrow,
  .brands,
  .sidebar-bottom {
    display: none;
  }
  main {
    margin-left: 0;
  }
  .topbar {
    height: 48px;
    padding: 0 20px;
  }
  .content {
    padding: 25px 18px;
  }
  h1 {
    font-size: 27px;
  }
  .page-heading {
    align-items: flex-start;
  }
  .toolbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .filters {
    flex-wrap: wrap;
  }
  .filters input {
    width: 150px;
  }
  .calendar {
    overflow: auto;
    grid-template-columns: repeat(7, 145px);
    min-height: 300px;
  }
  .day {
    min-height: 300px;
  }
  .compose-grid {
    grid-template-columns: 1fr;
  }
  .preview-panel {
    border: 0;
    padding: 0;
  }
  .post-preview {
    max-width: 300px;
    margin: auto;
  }
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .auth {
    padding: 20px;
  }
  .auth-note {
    display: none;
  }
  .auth-card {
    width: 100%;
    max-width: 410px;
    padding: 30px;
  }
  .banner {
    align-items: flex-start;
  }
  .post-row {
    flex-wrap: wrap;
  }
  .post-row .info {
    min-width: 160px;
  }
  footer {
    padding: 20px;
  }
  .dialog-header h2 {
    font-size: 20px;
  }
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  button {
    transition:
      background 0.15s,
      box-shadow 0.15s;
  }
  dialog[open] {
    animation: appear 0.15s ease-out;
  }
  @keyframes appear {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.calendar-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 26px 0 18px;
}
.calendar-heading h2 {
  font-size: 21px;
}
.day-column {
  min-width: 0;
  min-height: 270px;
  border-right: 1px solid #e6e9e4;
  padding: 12px;
}
.day-column:last-child {
  border: 0;
}
.empty-day {
  font-size: 11px;
  color: #a3aaa4;
  margin-top: 65px;
  text-align: center;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 20px;
}
.post-card {
  display: block;
  width: 100%;
  border: 1px solid #e3e8e2;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  padding: 0;
  cursor: pointer;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px #123a2210;
}
.post-card > img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.card-body {
  padding: 14px;
}
.card-body > small {
  font-size: 10px;
  color: #727a73;
}
.card-body > strong {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin: 7px 0 10px;
}
.status {
  display: inline-block;
  font-size: 10px;
  padding: 4px 7px;
  border-radius: 5px;
  background: #f0f1ed;
  color: #5b665b;
  margin: 2px 0;
}
.status.scheduled {
  background: #e9e9fb;
  color: #6760b7;
}
.status.published,
.status.enabled {
  background: #e2f1e8;
  color: #28714c;
}
.status.failed,
.status.needs_reconciliation {
  background: #ffe8dc;
  color: #a34221;
}
.settings-panel {
  padding: 24px;
  border: 1px solid #e0e6de;
  border-radius: 14px;
  background: white;
  margin: 20px 0;
}
.settings-panel p {
  max-width: 720px;
  line-height: 1.7;
  color: #687267;
}
.connection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.connection-card {
  background: white;
  border: 1px solid #e0e6de;
  border-radius: 14px;
  padding: 24px;
}
.connection-card > p {
  font-size: 12px;
  color: #687267;
}
.connection-row {
  border-top: 1px solid #eef0eb;
  padding: 18px 0;
}
.connection-row > strong {
  text-transform: capitalize;
}
.connection-row p {
  font-size: 12px;
  overflow-wrap: anywhere;
}
.asset-option {
  width: 100px;
  border: 2px solid transparent;
  background: #f1f3ee;
  border-radius: 9px;
  padding: 4px;
  cursor: pointer;
}
.asset-option.selected {
  border-color: #285f47;
}
.asset-option img {
  height: 70px;
  width: 88px;
  object-fit: cover;
  border-radius: 5px;
}
.asset-option small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}
.media-card > div {
  padding: 15px;
}
.media-card video {
  width: 100%;
  height: 180px;
  background: #101910;
}
.media-card strong {
  overflow-wrap: anywhere;
}
.preview-image video {
  width: 100%;
  max-height: 350px;
}
.detail-caption {
  white-space: pre-wrap;
}
.delivery .text-button {
  display: block;
  margin-top: 12px;
}
#schedule-form {
  padding: 0 24px 24px;
}
.calendar .status {
  font-size: 9px;
}
.calendar .card-body {
  padding: 9px;
}
.calendar .post-card > img {
  height: 90px;
}
button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
@media (max-width: 1000px) {
  .connection-grid {
    grid-template-columns: 1fr;
  }
  .calendar {
    overflow-x: auto;
    grid-template-columns: repeat(7, minmax(145px, 1fr));
  }
}
@media (max-width: 600px) {
  .post-grid {
    grid-template-columns: 1fr;
  }
  .calendar-heading {
    align-items: start;
    gap: 10px;
  }
  .calendar-heading span {
    font-size: 11px;
  }
}

.detail-media{margin:16px 0}.detail-media img,.detail-media video{display:block;width:100%;max-height:340px;object-fit:contain;border-radius:10px;background:#f4f5f2}.detail-media figcaption{font-size:11px;color:#69756d;overflow-wrap:anywhere;margin-top:7px}
