﻿/* Side Drawer */
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 60;
  width: 100%;
  max-width: var(--page-max-width);
  height: 100vh;
  height: 100dvh;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.drawer {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 61;
  width: 100%;
  max-width: var(--page-max-width);
  height: 100vh;
  height: 100dvh;
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: none;
}

.drawer-overlay.is-active,
.sheet-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.drawer.is-active {
  pointer-events: auto;
}

.drawer__panel {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 1.025641rem 0.512821rem
    calc(0.512821rem + env(safe-area-inset-bottom, 0px));
  background: var(--body-bg);
  box-shadow: 0.307692rem 0 0.923077rem rgba(19, 10, 46, 0.14);
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease;
  will-change: transform;
  pointer-events: auto;
}

.drawer.is-open .drawer__panel {
  transform: translate3d(0, 0, 0);
}

.drawer__header {
  padding-bottom: 0.512821rem;
  border-bottom: 0.025641rem solid var(--border);
}

.drawer__close-mark,
.drawer__close-mark::before {
  position: relative;
  display: block;
  width: 0.410256rem;
  height: 0.051282rem;
  background: #a5a5a5;
  border-radius: 2.538462rem;
  transform: rotate(45deg);
  content: "";
}

.drawer__close-mark::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.drawer__body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 0.717949rem;
  overflow-y: auto;
  padding-top: 0.717949rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.drawer__body::-webkit-scrollbar {
  display: none;
}

.drawer__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.25641rem;
}

.drawer__action-card {
  display: flex;
  min-height: 2.974359rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.410256rem;
  padding: 0.410256rem;
  border-radius: 0.410256rem;
  background: var(--surface);
  box-shadow: 0 0 0.051282rem 0 #e7e3f7;
}

.drawer__action-icon-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.923077rem;
  height: 0.923077rem;
  border-radius: 0.25641rem;
  background: #f3efff;
}

.drawer__action-icon {
  display: block;
  width: 0.923077rem;
  height: 0.923077rem;
}

.drawer__action-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.153846rem;
}

.drawer__action-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.410256rem;
  font-weight: 800;
  line-height: 0.461538rem;
  color: #212121;
}

.drawer__action-subtitle {
  color: var(--subtle);
  font-size: .2778rem;
  line-height: 0.461538rem;
}

.drawer__categories {
  display: flex;
  flex-direction: column;
  gap: 0.512821rem;
}

.drawer__section-title {
  margin: 0;
  color: #424242;
  font-weight: 400;
  font-size: 0.410256rem;
  line-height: 0.512821rem;
  text-transform: uppercase;
}

.drawer__category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.307692rem 0.25641rem;
}

.drawer__category-card {
  display: flex;
  min-height: 2.358974rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.102564rem;
  padding: 0.25641rem 0.410256rem;
  border-radius: 0.410256rem;
  background: var(--surface);
  color: inherit;
  text-decoration: none;
}

.drawer__category-icon {
  display: block;
  width: 1.230769rem;
  height: 1.230769rem;
}

.drawer__category-title {
  font-size: 0.410256rem;
  line-height: 0.512821rem;
}

.drawer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.410256rem;
  min-height: 1.820513rem;
  padding: 0.512821rem 0.410256rem 0.512821rem 0.564103rem;
  border-radius: 0.410256rem;
  background: linear-gradient(270deg, #5d37c2 0%, #290069 100%);
  color: #ffffff;
}

.drawer__cta-main {
  display: flex;
  align-items: center;
  gap: 0.333333rem;
}

.drawer__cta-icon-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.794872rem;
  height: 0.794872rem;
  border-radius: 0.205128rem;
  background: rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(0.196667rem);
}

.drawer__cta-icon {
  display: block;
  width: 0.794872rem;
  height: 0.794872rem;
}

.drawer__cta-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.512821rem;
  font-style: italic;
  font-weight: 900;
  line-height: 0.512821rem;
}

.drawer__cta-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.153846rem;
  min-height: 0.666667rem;
  padding: 0.102564rem 0.153846rem 0.102564rem 0.384615rem;
  border-radius: 4.589744rem;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.358974rem;
  font-weight: 600;
  line-height: 0.461538rem;
}

.drawer__cta-chip-icon {
  display: block;
  width: 0.307692rem;
  height: 0.307692rem;
  color: inherit;
  transform: rotate(180deg);
}

.drawer__footer {
  padding-top: 0.512821rem;
  background: var(--body-bg);
}

.drawer__footer .language-control {
  width: 100%;
}

.drawer__footer .language-menu {
  left: 0;
  right: 0;
  width: 100%;
  overflow: visible;
}

.drawer__footer .language-menu .language-menu__list {
  max-height: 6.153846rem;
}

.drawer__footer .language-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.128205rem;
  width: 0.205128rem;
  height: 0.205128rem;
  border-right: 0.025641rem solid var(--border);
  border-bottom: 0.025641rem solid var(--border);
  background: var(--surface);
  transform: translateX(-50%) rotate(45deg);
}

/* Shared Sheets */
.sheet-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 60;
  width: 100%;
  max-width: var(--page-max-width);
  height: 100vh;
  height: 100dvh;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.sheet {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 61;
  width: 100%;
  max-width: var(--page-max-width);
  transform: translateX(-50%) translateY(100%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.sheet.is-open {
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.city-sheet__panel,
.date-sheet__panel,
.simple-sheet__panel,
.search-sheet__panel {
  border-radius: 0.512821rem 0.512821rem 0 0;
  background: var(--surface);
}

.sheet__header {
  display: flex;
  align-items: center;
  gap: 0.307692rem;
}

.sheet__back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.615385rem;
  height: 0.615385rem;
}

.sheet--city .sheet__back-button,
.sheet--search .sheet__back-button {
  color: #292D32;
}

.sheet__back-icon {
  display: block;
  width: 0.461538rem;
  height: 0.461538rem;
  color: inherit;
}

[dir="rtl"] .sheet__back-icon {
  transform: rotate(180deg);
}

.sheet__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.461538rem;
  font-weight: 700;
  line-height: 0.615385rem;
}

.simple-sheet__panel {
  display: flex;
  flex-direction: column;
  gap: 0.769231rem;
  padding: 0.769231rem 0.512821rem;
}

.simple-sheet__intro {
  display: flex;
  flex-direction: column;
  gap: 0.512821rem;
}

.simple-sheet__intro--share {
  gap: 0.153846rem;
}

.simple-sheet__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.564103rem;
  font-weight: 800;
  line-height: 0.74359rem;
  text-align: center;
}

.simple-sheet__title--share {
  font-size: 0.512821rem;
  line-height: 0.692308rem;
  text-align: left;
}

.simple-sheet__description {
  margin: 0;
  color: #424242;
  font-size: 0.358974rem;
  line-height: 0.512821rem;
}

.simple-sheet__description--share {
  color: var(--subtle);
}

.primary-sheet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 1.128205rem;
  padding: 0.333333rem 0.512821rem;
  border-radius: 25.615385rem;
  background: #212121;
  color: #ffffff;
  font-size: 0.358974rem;
  font-weight: 500;
  line-height: 0.461538rem;
}

/* City Sheet */
.city-sheet__panel {
  display: flex;
  max-height: 82vh;
  flex-direction: column;
  gap: 0.461538rem;
  padding: 0.512821rem 0.512821rem 0.615385rem;
  background: #faf7ff;
}

.city-sheet__search-shell {
  display: flex;
  align-items: center;
  gap: 0.205128rem;
  min-height: 1.025641rem;
  padding: 0 0.205128rem 0 0.307692rem;
  border-radius: 8.461538rem;
  background: rgba(225, 224, 224, 0.41);
}

.city-sheet__search-wrap {
  position: relative;
  z-index: 3;
}

.city-sheet__search-icon {
  display: block;
  width: 0.384615rem;
  height: 0.384615rem;
}

.city-sheet__search-input {
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  color: #424242;
  font-size: 0.307692rem;
  line-height: 0.512821rem;
  outline: none;
}

.city-sheet__search-input::-webkit-search-cancel-button,
.city-sheet__search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.city-sheet__search-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.307692rem;
}

.city-sheet__search-clear,
.search-sheet__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.615385rem;
  min-width: 0.615385rem;
  height: 0.615385rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: "PlusJakartaSans", Arial, sans-serif;
  font-size: 0.307692rem;
  font-weight: 500;
  line-height: 1;
  flex: 0 0 0.615385rem;
}

.city-sheet__search-clear span,
.search-sheet__clear span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.358974rem;
  height: 0.358974rem;
  border-radius: 50%;
  background: #d5d5d5;
  line-height: 1;
}

.city-sheet__search-clear span::before,
.city-sheet__search-clear span::after,
.search-sheet__clear span::before,
.search-sheet__clear span::after {
  content: "";
  position: absolute;
  width: 0.205128rem;
  height: 0.025641rem;
  border-radius: 999rem;
  background: #ffffff;
}

.city-sheet__search-clear span::before,
.search-sheet__clear span::before {
  transform: rotate(45deg);
}

.city-sheet__search-clear span::after,
.search-sheet__clear span::after {
  transform: rotate(-45deg);
}

.city-sheet__search-results {
  position: absolute;
  top: calc(100% + 0.153846rem);
  left: 0;
  right: 0;
  display: flex;
  max-height: 7.179487rem;
  flex-direction: column;
  gap: 0.102564rem;
  overflow-y: auto;
  padding: 0.205128rem;
  border: 0.025641rem solid rgba(109, 72, 242, 0.08);
  border-radius: 0.410256rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 0.25641rem 0.769231rem rgba(34, 18, 72, 0.12);
  backdrop-filter: blur(0.25641rem);
  -webkit-backdrop-filter: blur(0.25641rem);
}

.city-sheet__search-results::-webkit-scrollbar {
  display: none;
}

.city-sheet__search-results-message {
  margin: 0;
  padding: 0.307692rem 0.25641rem;
  color: var(--subtle);
  font-size: 0.307692rem;
  line-height: 0.410256rem;
}

.city-search-result {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.076923rem;
  padding: 0.282051rem 0.307692rem;
  border: 0.025641rem solid transparent;
  border-radius: 0.307692rem;
  background: transparent;
  text-align: left;
}

.city-search-result.is-active {
  border-color: rgba(131, 88, 246, 0.15);
  background: rgba(131, 88, 246, 0.08);
}

.city-search-result__name {
  color: #212121;
  font-size: 0.358974rem;
  font-weight: 600;
  line-height: 0.461538rem;
}

.city-search-result__meta {
  color: var(--subtle);
  font-size: 0.282051rem;
  line-height: 0.384615rem;
}

.city-sheet__current-button {
  display: flex;
  align-items: center;
  gap: 0.307692rem;
  width: 100%;
  min-height: 1.641026rem;
  padding: 0.358974rem;
  border: 0.025641rem solid rgba(131, 88, 246, 0.15);
  border-radius: 0.410256rem;
  background: rgba(131, 88, 246, 0.08);
  text-align: left;
}

.city-sheet__current-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.923077rem;
  height: 0.923077rem;
  border-radius: 25.615385rem;
  background: var(--accent);
}

.city-sheet__current-icon {
  display: block;
  width: 0.512821rem;
  height: 0.512821rem;
}

.city-sheet__current-copy {
  display: flex;
  flex-direction: column;
  gap: 0.076923rem;
}

.city-sheet__current-title {
  color: #424242;
  font-size: 0.358974rem;
  font-weight: 700;
  line-height: 0.461538rem;
}

.city-sheet__current-subtitle {
  color: var(--subtle);
  font-size: 0.25641rem;
  line-height: 0.333333rem;
}

.city-sheet__groups {
  display: flex;
  max-height: 56vh;
  flex-direction: column;
  gap: 0.461538rem;
  overflow-y: auto;
  padding-right: 0.051282rem;
  scrollbar-width: none;
}

.city-sheet__groups::-webkit-scrollbar {
  display: none;
}

.city-group {
  display: flex;
  flex-direction: column;
  gap: 0.205128rem;
}

.city-group__title {
  margin: 0;
  color: #757575;
  font-size: 0.307692rem;
  font-weight: 400;
  line-height: 0.384615rem;
}

.city-group__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.205128rem 0.307692rem;
}

.city-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0.820513rem;
  padding: 0.153846rem 0.358974rem;
  border: 0.025641rem solid transparent;
  border-radius: 999rem;
  background: #ffffff;
  text-align: center;
}

.city-card.is-active {
  border-color: #6d48f2;
  background: rgba(131, 88, 246, 0.08);
}

.city-card__name {
  font-size: 0.358974rem;
  font-weight: 500;
  color: #424242;
  line-height: 0.512821rem;
  text-transform: capitalize;
}

.city-card.is-active .city-card__name {
  color: #6d48f2;
}

.city-card__count {
  color: #424242;
  font-size: 0.307692rem;
  line-height: 0.384615rem;
}

/* Search Sheet */
.search-sheet__panel {
  display: flex;
  max-height: 82vh;
  flex-direction: column;
  gap: 0.461538rem;
  padding: 0.512821rem 0.512821rem 0.615385rem;
  background: #f8f7fc;
}

.search-sheet__search-wrap {
  position: relative;
}

.search-sheet__search-shell {
  display: flex;
  align-items: center;
  gap: 0.205128rem;
  min-height: 1.025641rem;
  padding: 0 0.205128rem 0 0.307692rem;
  border-radius: 8.461538rem;
  background: rgba(225, 224, 224, 0.41);
}

.search-sheet__scope-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.102564rem;
  height: 0.692308rem;
  padding: 0 0.25641rem;
  border-radius: 5.692308rem;
  background: rgba(217, 217, 217, 0.35);
  color: #757575;
  font-size: 0.307692rem;
  line-height: 0.512821rem;
  flex-shrink: 0;
}

.search-sheet__scope-icon {
  display: block;
  width: 0.205128rem;
  height: 0.205128rem;
}

.search-sheet__search-input {
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  color: #424242;
  font-size: 0.307692rem;
  line-height: 0.512821rem;
  outline: none;
}

.search-sheet__search-input::-webkit-search-cancel-button,
.search-sheet__search-input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.search-sheet__search-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.307692rem;
}

.search-sheet__scope-menu {
  position: absolute;
  top: calc(100% + 0.102564rem);
  inset-inline-start: 0.076923rem;
  display: flex;
  width: 2.076923rem;
  flex-direction: column;
  gap: 0.102564rem;
  padding: 0.205128rem 0;
  border-radius: 0.205128rem;
  background: var(--surface);
  box-shadow:
    0 0.076923rem 0.358974rem rgba(19, 10, 46, 0.03),
    0 0.025641rem 0.076923rem rgba(19, 10, 46, 0.13),
    0 0.205128rem 0.820513rem rgba(19, 10, 46, 0.07),
    0 0.769231rem 2.153846rem rgba(19, 10, 46, 0.08);
  z-index: 3;
}

.search-sheet__scope-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 0.538462rem);
  min-height: 0.615385rem;
  margin: 0 auto;
  border-radius: 0.153846rem;
  color: #424242;
  font-size: 0.307692rem;
  line-height: 0.615385rem;
}

.search-sheet__scope-option.is-active {
  background: #ece8fa;
  color: var(--accent);
}


.search-sheet__filters {
  display: flex;
  flex-direction: column;
  gap: 0.820513rem;
  padding-top: 0.358974rem;
}

.search-sheet__group {
  display: flex;
  flex-direction: column;
  gap: 0.307692rem;
}

.search-sheet__group-title {
  margin: 0;
  color: #757575;
  font-size: 0.358974rem;
  line-height: 0.512821rem;
}

.search-sheet__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.153846rem 0.25641rem;
}

.search-sheet__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.153846rem;
  min-height: 0.769231rem;
  padding: 0.153846rem 0.461538rem;
  border: 0.025641rem solid rgba(0, 0, 0, 0.1);
  border-radius: 5.666667rem;
  background: #ffffff;
  color: #424242;
  font-size: 0.358974rem;
  line-height: 0.461538rem;
}

.search-sheet__chip.is-active {
  border-color: #b68ff7;
  background: rgba(131, 88, 246, 0.08);
  color: var(--accent);
}

.search-sheet__chip-icon {
  display: block;
  width: 0.410256rem;
  height: 0.410256rem;
  object-fit: contain;
}

.search-sheet__actions .date-sheet__action {
  min-width: 4.230769rem;
}

.search-sheet__actions .search-sheet__action--secondary {
  background: #e7e7e7;
  color: #757575;
}

.search-sheet__actions .search-sheet__action--primary {
  background: #6d48f2;
  color: #ffffff;
}

/* Date Sheet */
.date-sheet__panel {
  display: flex;
  height: min(72vh, 14.74359rem);
  flex-direction: column;
  gap: 0.512821rem;
  padding: 0.615385rem 0.564103rem;
}

.date-sheet__intro {
  display: flex;
  flex-direction: column;
  gap: 0.153846rem;
}

.date-sheet__description {
  margin: 0;
  color: var(--subtle);
  font-size: 0.307692rem;
  line-height: 0.512821rem;
}

.date-sheet__controls {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.25641rem;
}

.date-sheet__select-wrap {
  position: relative;
  flex: 1;
}

.date-sheet__select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.205128rem;
  width: 100%;
  min-height: 1.102564rem;
  padding: 0.205128rem 0.410256rem;
  border-radius: 0.205128rem;
  background: var(--surface);
  color: #424242;
  font-family: "PlusJakartaSans", Arial, sans-serif;
  font-size: 0.358974rem;
  font-weight: 400;
  line-height: 0.615385rem;
}

.date-sheet__select--month {
  background: #f8f7fa;
  color: var(--accent);
  font-weight: 500;
}

.date-sheet__select span {
  line-height: inherit;
  text-transform: capitalize;
}

.date-sheet__select-icon {
  display: block;
  width: 0.25641rem;
  height: 0.25641rem;
}

.date-sheet__dropdown {
  position: absolute;
  top: calc(100% + 0.205128rem);
  right: 0;
  left: 0;
  max-height: 5.641026rem;
  overflow-y: auto;
  padding: 0.205128rem;
  border-radius: 0.205128rem;
  background: var(--surface);
  box-shadow:
    0 0.076923rem 0.358974rem rgba(19, 10, 46, 0.03),
    0 0.025641rem 0.076923rem rgba(19, 10, 46, 0.13),
    0 0.205128rem 0.820513rem rgba(19, 10, 46, 0.07),
    0 0.769231rem 2.153846rem rgba(19, 10, 46, 0.08);
  scrollbar-width: none;
}

.date-sheet__dropdown::-webkit-scrollbar {
  display: none;
}

.date-sheet__dropdown-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0.820513rem;
  padding: 0.102564rem 0.307692rem;
  border-radius: 0.153846rem;
}

.date-sheet__dropdown-option.is-active {
  background: var(--accent);
  color: #ffffff;
}

.date-sheet__calendar {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: none;
}

.date-sheet__calendar::-webkit-scrollbar {
  display: none;
}

.calendar-month {
  display: flex;
  flex-direction: column;
  gap: 0.205128rem;
  padding-bottom: 0.512821rem;
}

.calendar-month__title {
  color: var(--accent);
  font-size: 0.358974rem;
  font-weight: 600;
  line-height: 0.820513rem;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 0.102564rem;
}

.calendar-weekday {
  color: #424242;
  font-size: 0.333333rem;
  font-weight: 500;
  line-height: 1.025641rem;
  text-align: center;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-day {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.025641rem;
  height: 1.025641rem;
  margin: 0 auto 0.205128rem;
  border-radius: 25.615385rem;
  color: #424242;
  font-size: 0.333333rem;
  font-weight: 500;
}

.calendar-day.is-today,
.calendar-day.is-in-range {
  color: var(--accent);
  background: #f8f7fa;
}

.calendar-day.is-edge {
  color: #ffffff;
  background: var(--accent);
}

.calendar-day.is-empty {
  visibility: hidden;
}

.date-sheet__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.205128rem;
}

.date-sheet__action {
  min-width: 3.487179rem;
  min-height: 1.025641rem;
  padding: 0.205128rem 0.410256rem;
  border-radius: 25.615385rem;
  font-size: 0.358974rem;
  font-weight: 500;
  line-height: 0.615385rem;
}

.date-sheet__action--secondary {
  background: #f8f7fa;
  color: #424242;
}

.date-sheet__action--primary {
  background: var(--accent);
  color: #ffffff;
}

.date-sheet__action--primary.is-disabled {
  opacity: 0.45;
}

/* Contact Sheet */
.contact-card {
  display: flex;
  align-items: center;
  gap: 0.487179rem;
  min-height: 1.846154rem;
  padding: 0.410256rem 0.666667rem;
  border-radius: 0.410256rem;
  background: var(--surface);
}

.contact-card__icon-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.025641rem;
  height: 1.025641rem;
  border-radius: 0.205128rem;
  background: #f3efff;
}

.contact-card__icon {
  display: block;
  width: 1.025641rem;
  height: 1.025641rem;
}

.contact-card__copy {
  display: flex;
  flex-direction: column;
  gap: 0.102564rem;
}

.contact-card__label {
  color: #424242;
  font-size: 0.358974rem;
  font-weight: 600;
  line-height: 0.461538rem;
}

.contact-card__value {
  color: #424242;
  font-size: 0.358974rem;
  line-height: 0.461538rem;
}

/* Share Sheet */
.share-card {
  display: flex;
  align-items: center;
  gap: 0.512821rem;
  padding: 0.307692rem;
  border-radius: 0.410256rem;
  background: var(--surface);
  box-shadow: 0 0 0.076923rem rgb(235 233 242);
}

.share-card__media {
  width: 2.307692rem;
  height: 2.307692rem;
  flex: 0 0 2.307692rem;
  overflow: hidden;
  border-radius: 0.205128rem;
  background: #ebe6fb;
}

.share-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.share-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--accent);
  font-size: 0.410256rem;
  font-weight: 500;
}

.share-card__copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 0.307692rem;
}

.share-card__title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--text);
  font-size: 0.410256rem;
  font-weight: 600;
  line-height: 0.512821rem;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.share-card__meta {
  margin: 0;
  color: var(--subtle);
  font-size: 0.358974rem;
  line-height: 0.512821rem;
}

.share-sheet__ad {
  display: none;
}

.share-sheet__ad.is-ready {
  display: flex;
}

.share-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.435897rem;
}

.share-action {
  display: flex;
  flex: 0 0 1.74359rem;
  flex-direction: column;
  align-items: center;
  width: 1.74359rem;
  gap: 0.153846rem;
  color: #424242;
  font-size: 0.358974rem;
  line-height: 0.512821rem;
  text-align: center;
}

.share-action__icon-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.282051rem;
  height: 1.282051rem;
  border-radius: 25.615385rem;
  background: #f8f7fa;
}

.share-action__icon {
  display: block;
  width: 1.282051rem;
  height: 1.282051rem;
}

.share-action__label {
  display: block;
}
