/* Statione DashboardHomeCalendar — Studio Bildirimler */
.dashboard-home__calendar {
  margin: 0;
  padding: 0.85rem;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #ffffff 88%, transparent);
  background: color-mix(in srgb, #ffffff 74%, transparent);
  backdrop-filter: blur(12px) saturate(125%);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
  box-shadow:
    0 4px 28px color-mix(in srgb, #0f172a 8%, transparent),
    inset 0 1px 0 color-mix(in srgb, #ffffff 92%, transparent);
}

.dashboard-home__calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.dashboard-home__calendar-title {
  margin: 0;
  flex: 1;
  min-width: 0;
  text-align: center;
  font-family: Metropolis, sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  color: color-mix(in srgb, #0866ff 22%, #1a1a1f);
  text-transform: capitalize;
}

.dashboard-home__calendar-nav {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: color-mix(in srgb, #0866ff 12%, transparent);
  color: #0866ff;
  cursor: pointer;
}

.dashboard-home__calendar-nav:hover {
  background: color-mix(in srgb, #0866ff 22%, transparent);
}

.dashboard-home__calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  margin-bottom: 0.35rem;
}

.dashboard-home__calendar-weekday {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: #8a8a93;
  letter-spacing: 0.04em;
}

.dashboard-home__calendar-grid {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dashboard-home__calendar-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}

.dashboard-home__calendar-day {
  aspect-ratio: 1;
  min-height: 2.25rem;
  max-height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  margin: 0;
  padding: 0.15rem 0 0.2rem;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  color: #1a1a1f;
  cursor: pointer;
}

.dashboard-home__calendar-day--empty {
  pointer-events: none;
  visibility: hidden;
}

.dashboard-home__calendar-day-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 6px;
}

.dashboard-home__calendar-day-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0866ff;
  flex-shrink: 0;
}

.dashboard-home__calendar-day-dot--official-tax {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1.5px solid #8a8a93;
  box-sizing: border-box;
}

.dashboard-home__calendar-day-dot--holiday {
  width: 5px;
  height: 5px;
  border-radius: 1px;
  transform: rotate(45deg);
  background: #c27803;
}

.dashboard-home__calendar-day.is-selected {
  background: #0866ff;
  color: #fff;
}

.dashboard-home__calendar-day.is-today:not(.is-selected) {
  border-color: color-mix(in srgb, #0866ff 35%, transparent);
}

.dashboard-home__calendar-day.is-selected .dashboard-home__calendar-day-dot:not(.dashboard-home__calendar-day-dot--official-tax):not(.dashboard-home__calendar-day-dot--holiday) {
  background: rgba(255, 255, 255, 0.88);
}

.dashboard-home__calendar-day.is-selected .dashboard-home__calendar-day-dot--official-tax {
  border-color: rgba(255, 255, 255, 0.82);
}

.dashboard-home__calendar-day.is-selected .dashboard-home__calendar-day-dot--holiday {
  background: color-mix(in srgb, #ffffff 78%, #e8a317);
}

body.studio-page.studio-is-authenticated.statione-market-layout
  .studio-select-stage--subpanel
  .studio-select-panel--notifications.statione-armut-page {
  padding: 0.35rem 0 0.75rem !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
  gap: 0.35rem;
}

body.studio-page.studio-is-authenticated.statione-market-layout
  .studio-select-stage--subpanel
  > .studio-select-block--notifications:not([hidden]) {
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  flex: 0 0 auto !important;
}

body.studio-page.studio-is-authenticated.statione-market-layout
  .studio-select-stage--subpanel:has(> .studio-select-block--notifications:not([hidden])) {
  min-height: 0 !important;
  height: auto !important;
  flex: 0 0 auto !important;
  align-content: start;
}

body.studio-page.studio-is-authenticated .studio-select-panel--notifications .statione-armut-info-page__calendar {
  margin: 0 0 0.35rem;
}

body.studio-page.studio-is-authenticated .studio-select-panel--notifications .statione-armut-page__pick-company {
  margin: 0.25rem 0 0.35rem;
  padding: 0 0.1rem;
  font-size: 0.88rem;
  line-height: 1.35;
  color: #8a8a93;
  text-align: center;
}
