/* Armut tarzı Bildirimler / Ayarlar — Statione kırmızı vurgu */

body.statione-market-layout.statione-is-authenticated.statione-mobile-minimal-tab .studio-select-view {
  padding-top: 0;
  background: #ffffff;
}

body.statione-market-layout.statione-is-authenticated.statione-mobile-minimal-tab .statione-market-chrome {
  display: none;
}

body.statione-market-layout.statione-is-authenticated.statione-mobile-minimal-tab .studio-select-inner {
  padding-top: max(0.55rem, env(safe-area-inset-top, 0px));
  background: #ffffff;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  margin: 0;
  padding: 0.35rem 0 0.5rem;
  background: #ffffff;
  color: #1a1a1f;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  margin: 0 0 0.35rem;
  padding: 0.15rem 0.25rem;
}

/* Mobilde başlık kırmızı hero’da; sayfa içi tekrar başlığı gizle */
@media (max-width: 767px) {
  body.statione-market-layout.statione-is-authenticated .statione-armut-page__header {
    display: none;
  }
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__title {
  margin: 0;
  font-family: Metropolis;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #1a1a1f;
  text-align: center;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.6rem;
  margin: 0 0 0.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid color-mix(in srgb, #b91c1c 28%, #e8e8e8);
  border-radius: 12px;
  background: color-mix(in srgb, #b91c1c 7%, #ffffff);
  color: #b91c1c;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__empty {
  margin: 1.5rem 0 0;
  padding: 0 0.15rem;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #8a8a93;
  text-align: center;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__empty--error {
  color: #b91c1c;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-page__calendar {
  margin: 0.15rem 0 0;
  min-width: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin: 0;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, #000000 6%, transparent);
  background: #f6f7f9;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card.is-ok {
  background: linear-gradient(145deg, #eefaf1 0%, #e4f4ea 100%);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card.is-fair {
  background: linear-gradient(145deg, #f7f4ff 0%, #ebe7fa 100%);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card.is-warn {
  background: linear-gradient(145deg, #fff5ee 0%, #f8ebe3 100%);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  color: color-mix(in srgb, #1a1a1f 72%, transparent);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card__icon svg {
  width: 100%;
  height: 100%;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  color: color-mix(in srgb, #1a1a1f 58%, transparent);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #1a1a1f;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-info-card__detail,
body.statione-market-layout.statione-is-authenticated .statione-armut-info-card__meta {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  color: color-mix(in srgb, #1a1a1f 68%, transparent);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 14px;
  background: #b91c1c;
  color: #ffffff;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__cta--secondary {
  background: #ffffff;
  color: #1a1a1f;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, #000000 12%, transparent);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__hint {
  margin: 0.15rem 0 0;
  padding: 0 0.1rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #8a8a93;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__mono {
  font-family: Metropolis;
  font-size: 0.82em;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* —— Bildirim satırı —— */
body.statione-market-layout.statione-is-authenticated .statione-armut-notify {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.95rem 0.1rem;
  border: none;
  border-bottom: 1px solid #ececef;
  background: transparent;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-page__list > li:last-child .statione-armut-notify,
body.statione-market-layout.statione-is-authenticated .statione-armut-page__list > li:last-child .statione-armut-settings__row {
  border-bottom: none;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-notify__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, #b91c1c 14%, #ffffff);
  color: #b91c1c;
  flex: 0 0 auto;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-notify__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-notify__body {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  min-width: 0;
  padding-top: 0.1rem;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-notify__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.65rem;
  min-width: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-notify__subject {
  min-width: 0;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-notify__date {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 500;
  color: #9a9aa3;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-notify__text {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #3a3a42;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-wrap;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-notify__dot {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 1.55rem;
  border-radius: 999px;
  background: #f59e0b;
  flex: 0 0 auto;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-notify.is-read .statione-armut-notify__subject {
  font-weight: 600;
}

/* —— Ayarlar —— */
body.statione-market-layout.statione-is-authenticated .statione-armut-settings__hello {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.35rem 0 0.85rem;
  padding: 0.15rem 0.1rem 0.55rem;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__hello-label {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a1a1f;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__hello-name {
  margin: 0.15rem 0 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #4a4a52;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__avatar {
  flex: 0 0 auto;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 999px;
  overflow: hidden;
  background: #e8e8ec;
  color: #8a8a93;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, #b91c1c 12%, #ffffff);
  color: #b91c1c;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan__badge svg {
  width: 2.15rem;
  height: 2.15rem;
}

/* Tarama sayfası — hero + alt bar altında kamera sahnesi */
body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page {
  gap: 0.65rem;
  min-height: calc(
    100dvh - var(--statione-mobile-bottom-bar-h, 4.5rem) - 8.25rem - env(safe-area-inset-top, 0px) -
      1rem
  );
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__stage {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 18rem;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #111114;
  border: 1px solid #ececef;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111114;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__status,
body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__error {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 1.25rem 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.4;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  max-width: 18rem;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__error p {
  margin: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__dock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1.15rem 1rem max(1.15rem, env(safe-area-inset-bottom, 0px));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__tip {
  margin: 0;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 550;
  line-height: 1.25;
  text-align: center;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__controls {
  display: grid;
  grid-template-columns: 3.25rem 4.35rem 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  width: 100%;
  max-width: 18rem;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__side-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  color: #ffffff;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__side-btn svg {
  width: 1.35rem;
  height: 1.35rem;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__side-btn.is-active {
  border-color: rgba(255, 214, 102, 0.85);
  background: color-mix(in srgb, #fbbf24 28%, rgba(0, 0, 0, 0.35));
  color: #ffe08a;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__side-btn:disabled,
body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__side-btn.is-disabled {
  opacity: 0.4;
  cursor: default;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__shutter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.35rem;
  height: 4.35rem;
  margin: 0;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__shutter:disabled {
  opacity: 0.55;
  cursor: default;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-scan-page__shutter-ring {
  display: block;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0 0 2px color-mix(in srgb, #b91c1c 55%, transparent);
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__avatar-fallback {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__avatar-fallback svg {
  width: 2.35rem;
  height: 2.35rem;
  opacity: 0.55;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__avatar-initial {
  position: absolute;
  inset: auto 0.45rem 0.4rem auto;
  font-size: 0.7rem;
  font-weight: 700;
  color: #5a5a63;
  opacity: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  margin: 0;
  padding: 1rem 0.1rem;
  border: none;
  border-bottom: 1px solid #ececef;
  background: transparent;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row:disabled {
  cursor: default;
  opacity: 1;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row:disabled:not([onclick]) {
  opacity: 1;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  color: #1a1a1f;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__brand-icon {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1f;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row.is-danger .statione-armut-settings__row-title,
body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row.is-danger .statione-armut-settings__row-icon {
  color: #b91c1c;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__row-desc {
  font-size: 0.82rem;
  line-height: 1.35;
  color: #8a8a93;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__chevron {
  display: inline-flex;
  color: #b0b0b8;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-settings__chevron svg {
  width: 1.15rem;
  height: 1.15rem;
}

/* Eski tab page stilleri (Tarama) korunur */
body.statione-market-layout.statione-is-authenticated .statione-mobile-tab-page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-mobile-tab-page__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--statione-market-header-text, #1a1a1f) 78%, transparent);
}

body.statione-market-layout.statione-is-authenticated .statione-mobile-tab-page__hint {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--statione-market-header-muted, #666666);
}

body.statione-market-layout.statione-is-authenticated .statione-mobile-tab-page__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  align-self: stretch;
  min-height: 3.15rem;
  margin: 0.35rem 0 0;
  padding: 0.75rem 1.15rem;
  border: none;
  border-radius: 14px;
  background: #b91c1c;
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  font-weight: 650;
  cursor: pointer;
}

body.statione-market-layout.statione-is-authenticated .statione-mobile-tab-page__primary svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
}

/* Arama sayfası sonuçları */
body.statione-market-layout.statione-is-authenticated .statione-armut-search__groups {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-search__group-title {
  margin: 0 0 0.35rem;
  padding: 0 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a8a93;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-search__list {
  gap: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-search__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.85rem 0.15rem;
  border: none;
  border-bottom: 1px solid #ececef;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-search__list > li:last-child .statione-armut-search__row {
  border-bottom: none;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-search__row-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1 1 auto;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-search__row-title {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.25;
  color: #1a1a1f;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-search__row-desc {
  font-size: 0.82rem;
  line-height: 1.3;
  color: #8a8a93;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-search__chevron {
  display: inline-flex;
  color: #b0b0b8;
  flex: 0 0 auto;
}

body.statione-market-layout.statione-is-authenticated .statione-armut-search__chevron svg {
  width: 1.15rem;
  height: 1.15rem;
}


/* FORCE_MOBILE_CHROME: same as max-width 767px */

  body.statione-force-mobile-chrome.statione-market-layout.statione-is-authenticated .statione-armut-page__header {
    display: none;
  }
