/* Trendyol tarzı üst header — yapışkan beyaz bant */

body.statione-is-authenticated {
  --statione-market-accent: #b91c1c;
  --statione-market-tab-accent: var(--statione-market-accent, #b91c1c);
  --statione-nav-pill-font-size: 0.8125rem;
  --statione-nav-pill-icon-size: 1.125rem;
  --statione-nav-pill-font-weight: 400;
  --statione-nav-pill-gap: 0.4rem;
  --statione-nav-pill-padding-x: 0.55rem;
  --statione-nav-pill-rail-radius: 999px;
  --statione-nav-pill-rail-padding: 0.25rem;
  --statione-nav-pill-rail-height: 2.65rem;
  --statione-nav-pill-item-height: calc(var(--statione-nav-pill-rail-height) - (2 * var(--statione-nav-pill-rail-padding)));
  --statione-nav-pill-rail-bg: var(--statione-market-search-bg);
  --statione-nav-pill-rail-border: transparent;
  --statione-nav-pill-accent: var(--statione-market-accent, #b91c1c);
  --statione-nav-pill-selected-bg: var(--statione-nav-pill-accent);
  --statione-nav-pill-selected-color: #ffffff;
  --statione-nav-pill-selected-border: var(--statione-nav-pill-accent);
  --statione-market-header-brand-col: minmax(9rem, auto);
  --statione-market-header-actions-col: auto;
  --statione-market-header-col-gap: 1.25rem;
  --statione-market-chrome-section-gap: 0.5rem;
  --statione-market-header-bg: #ffffff;
  --statione-market-header-text: #1a1a1f;
  --statione-market-header-muted: #666666;
  --statione-market-search-bg: #f3f3f3;
  --statione-market-border: #e6e6e6;
}

html:has(body.statione-market-layout.statione-is-authenticated) {
  --statione-market-gutter: 0.75rem;
  --statione-market-inline-start: max(var(--statione-market-gutter), env(safe-area-inset-left, 0px));
  --statione-market-inline-end: max(var(--statione-market-gutter), env(safe-area-inset-right, 0px));
  --statione-ios-ease: cubic-bezier(0.32, 0.72, 0, 1);
  --statione-ios-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  /* Safari overscroll / theme-color örnekleme — her zaman kırmızı */
  background: #b91c1c;
  color-scheme: light;
}

body.statione-market-layout.statione-is-authenticated {
  background: var(--statione-market-header-bg);
}

body.statione-market-layout.statione-is-authenticated .studio-select-view {
  padding: max(0.75rem, env(safe-area-inset-top, 0px)) 0 1.5rem;
  align-items: stretch;
  width: 100%;
  max-width: none;
}

body.statione-market-layout.statione-is-authenticated .studio-select-inner,
body.statione-market-layout.statione-is-authenticated .studio-select-stage,
body.statione-market-layout.statione-is-authenticated .studio-select-stage--subpanel {
  max-width: none;
  width: 100%;
}

body.statione-market-layout.statione-is-authenticated .statione-market-chrome {
  position: sticky;
  top: 0;
  z-index: 180;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: var(--statione-market-inline-start) var(--statione-market-inline-end);
  box-sizing: border-box;
  background: var(--statione-market-header-bg);
  border-bottom: none;
  box-shadow: none;
  transform: translate3d(0, calc(-1 * var(--statione-chrome-hide, 0px)), 0);
  margin-bottom: calc(-1 * var(--statione-chrome-hide, 0px));
  will-change: transform;
}

@media (max-width: 767px) {
  /* Gizleme yokken transform yok — iOS status bar saç çizgisini önler */
  body.statione-market-layout.statione-is-authenticated .statione-market-chrome {
    transform: none;
    margin-bottom: 0;
    will-change: auto;
  }

  body.statione-market-layout.statione-is-authenticated .statione-market-chrome.is-chrome-hiding {
    transform: translate3d(0, calc(-1 * var(--statione-chrome-hide, 0px)), 0);
    margin-bottom: calc(-1 * var(--statione-chrome-hide, 0px));
    will-change: transform;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.statione-market-layout.statione-is-authenticated .statione-market-chrome {
    transition: transform 0.2s ease, margin-bottom 0.2s ease;
  }
}

body.statione-market-layout.statione-is-authenticated .statione-market-chrome__nav {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}

body.statione-is-authenticated .statione-market-header {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  margin-bottom: 0;
  padding: 0.5rem 0 0;
  background: transparent;
  color: var(--statione-market-header-text);
  border: none;
  box-shadow: none;
}

body.statione-is-authenticated .statione-market-header__main {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    'start actions'
    'search search';
  align-items: center;
  gap: 0.55rem 0.75rem;
  padding-bottom: var(--statione-market-chrome-section-gap);
}

body.statione-is-authenticated .statione-market-header__start {
  grid-area: start;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  min-width: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-market-header__menu {
  display: none;
}

body.statione-is-authenticated .statione-market-header__menu {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--statione-market-header-text);
  cursor: pointer;
}

body.statione-is-authenticated .statione-market-header__menu svg {
  width: 1.35rem;
  height: 1.35rem;
}

body.statione-is-authenticated .statione-market-header__brand {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  user-select: none;
}

body.statione-is-authenticated .statione-market-header__brand-logo {
  display: block;
  width: auto;
  height: 1.85rem;
  max-width: min(11rem, 42vw);
  object-fit: contain;
  object-position: left center;
}

body.statione-is-authenticated .statione-market-header__actions {
  grid-area: actions;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
}

body.statione-is-authenticated .statione-market-header__action {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  margin: 0;
  padding: 0.15rem 0.35rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--statione-market-header-text);
  font: inherit;
  font-size: 0.625rem;
  line-height: 1.1;
  cursor: pointer;
}

body.statione-is-authenticated .statione-market-header__action svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

body.statione-is-authenticated .statione-market-header__action-label {
  max-width: 4.5rem;
  text-align: center;
  white-space: nowrap;
}

body.statione-is-authenticated .statione-market-header__action-label--desktop,
body.statione-is-authenticated .statione-market-header__action--desktop {
  display: none;
}

body.statione-is-authenticated .statione-market-header__badge {
  position: absolute;
  top: 0.2rem;
  right: 0.25rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--statione-market-accent);
  box-shadow: 0 0 0 1.5px #fff;
}

body.statione-is-authenticated .statione-market-header__badge[hidden] {
  display: none !important;
}

body.statione-is-authenticated .statione-market-header__search-wrap {
  grid-area: search;
  min-width: 0;
  position: relative;
}

body.statione-is-authenticated .statione-market-header__search {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 2.65rem;
  padding: 0 0.85rem 0 0.75rem;
  border-radius: 999px;
  background: var(--statione-market-search-bg);
  border: 1px solid transparent;
}

body.statione-is-authenticated .statione-market-header__search:focus-within {
  border-color: rgba(255, 0, 0, 0.35);
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.12);
}

body.statione-is-authenticated .statione-market-header__search-icon {
  display: inline-flex;
  color: var(--statione-market-accent);
  flex-shrink: 0;
}

body.statione-is-authenticated .statione-market-header__search-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

body.statione-is-authenticated .statione-market-header__search-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  color: var(--statione-market-header-text);
  font-size: 0.875rem;
  outline: none;
}

body.statione-is-authenticated .statione-market-header__search-input::placeholder {
  color: #888;
}

body.statione-is-authenticated .statione-market-header__search-input:disabled {
  opacity: 0.65;
  cursor: default;
}

body.statione-is-authenticated .statione-market-header__search-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  flex-shrink: 0;
}

body.statione-is-authenticated .statione-market-header__search-actions .statione-cari-toolbar__inline-icon {
  color: var(--statione-market-header-muted);
}

body.statione-is-authenticated .statione-market-header__search-actions .statione-cari-toolbar__inline-icon:hover,
body.statione-is-authenticated .statione-market-header__search-actions .statione-cari-toolbar__inline-icon.is-active {
  color: var(--statione-market-accent);
}

body.statione-is-authenticated .statione-market-header__search-results {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  z-index: 240;
  margin: 0;
  padding: 0.35rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid var(--statione-market-border, #e6e6e6);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

body.statione-is-authenticated .statione-market-header__search-results-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: min(18rem, 50vh);
  overflow: auto;
}

body.statione-is-authenticated .statione-market-header__search-empty {
  margin: 0;
  padding: 0.65rem 0.75rem;
  font-size: 0.8125rem;
  color: var(--statione-market-header-muted, #666666);
}

body.statione-is-authenticated .statione-market-header__search-result {
  display: grid;
  gap: 0.12rem;
  width: 100%;
  margin: 0;
  padding: 0.6rem 0.7rem;
  border: none;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

body.statione-is-authenticated .statione-market-header__search-result:hover,
body.statione-is-authenticated .statione-market-header__search-result:focus-visible {
  background: var(--statione-market-search-bg, #f3f3f3);
  outline: none;
}

body.statione-is-authenticated .statione-market-header__search-result-label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}

body.statione-is-authenticated .statione-market-header__search-result-desc {
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--statione-market-header-muted, #666666);
}

body.statione-is-authenticated .statione-market-header__search-result-group {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-primary, #0866ff);
}

body.statione-is-authenticated .statione-market-header__notify-wrap,
body.statione-is-authenticated .statione-market-header__settings-wrap,
body.statione-is-authenticated .statione-market-header__personnel-wrap,
body.statione-is-authenticated .statione-market-header__date-wrap,
body.statione-is-authenticated .statione-market-header__view-wrap {
  position: relative;
}

body.statione-is-authenticated .statione-calendar-popover {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 230;
  width: min(20rem, calc(100vw - 2rem));
  margin: 0;
  padding: 0.5rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

body.statione-date-menu-open .statione-market-header__date-wrap .statione-calendar-popover,
body.statione-is-authenticated .statione-mobile-date-row-wrap .statione-calendar-popover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.statione-is-authenticated .statione-mobile-date-row-wrap {
  position: relative;
}

body.statione-is-authenticated .statione-mobile-date-row-wrap .statione-calendar-popover {
  left: 0;
  right: auto;
  top: calc(100% + 0.35rem);
}

body.statione-is-authenticated .statione-calendar-popover {
  /* Takvim mavi primary yerine Statione kırmızısı */
  --color-primary: var(--statione-market-accent, #b91c1c);
}

body.statione-is-authenticated .statione-calendar-popover .dashboard-home__calendar {
  padding: 0.35rem;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.statione-is-authenticated .statione-calendar-popover .dashboard-home__calendar-title {
  font-size: 0.95rem;
}

body.statione-is-authenticated .statione-calendar-popover .dashboard-home__calendar-nav {
  width: 2rem;
  height: 2rem;
}

body.statione-is-authenticated .statione-calendar-popover .dashboard-home__calendar-day {
  min-height: 2rem;
  font-size: 0.8125rem;
}

body.statione-is-authenticated .statione-calendar-popover__footer {
  display: flex;
  justify-content: flex-end;
  padding: 0.25rem 0.15rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.statione-is-authenticated .statione-calendar-popover__today {
  height: 32px;
  padding: 0 0.75rem;
  border: none;
  border-radius: 8px;
  background: color-mix(in srgb, var(--statione-market-accent, #b91c1c) 12%, transparent);
  color: var(--statione-market-accent, #b91c1c);
  font-weight: 600;
  cursor: pointer;
}

body.statione-settings-menu-open .statione-market-header__settings-wrap,
body.statione-notify-menu-open .statione-market-header__notify-wrap,
body.statione-personnel-menu-open .statione-market-header__personnel-wrap,
body.statione-date-menu-open .statione-market-header__date-wrap,
body.statione-view-menu-open .statione-market-header__view-wrap,
body.studio-settings-menu-open .statione-market-header__settings-wrap,
body.studio-notify-menu-open .statione-market-header__notify-wrap {
  z-index: 220;
}

body.statione-is-authenticated .statione-market-header__date-input {
  display: none !important;
}

body.statione-is-authenticated .statione-market-header__action--mobile-only {
  display: inline-flex;
}

body.statione-is-authenticated .statione-market-header__action--search-toggle svg {
  width: 1.25rem;
  height: 1.25rem;
}

body.statione-is-authenticated .statione-market-header__action--search-toggle.is-active {
  color: var(--statione-market-accent);
}

body.statione-is-authenticated .statione-market-header__personnel-wrap .studio-settings-menu-item.is-selected {
  color: var(--statione-market-accent);
  font-weight: 500;
}

body.statione-is-authenticated .studio-mobile-header,
body.statione-is-authenticated .studio-mobile-intro {
  display: none !important;
}

/* Sekmeler — header chrome içinde, bitişik */
body.statione-market-layout.statione-is-authenticated .statione-home-nav {
  gap: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-market-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--statione-market-chrome-section-gap);
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs-panel {
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  border: none;
  border-bottom: none;
  box-shadow: none;
  padding: 0;
  display: block;
}

body.statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-tabs {
  width: 100%;
  min-width: 0;
  gap: 0;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__track,
body.statione-is-authenticated .statione-market-nav .statione-home-quick-grid,
body.statione-market-layout.statione-is-authenticated .statione-trendyol-quick-grid {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: var(--statione-nav-pill-rail-height);
  min-height: var(--statione-nav-pill-rail-height);
  max-height: var(--statione-nav-pill-rail-height);
  margin: 0;
  padding: var(--statione-nav-pill-rail-padding);
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  border: 1px solid var(--statione-nav-pill-rail-border);
  border-radius: var(--statione-nav-pill-rail-radius);
  background: var(--statione-nav-pill-rail-bg);
  box-shadow: none;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__track {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__track::-webkit-scrollbar,
body.statione-is-authenticated .statione-market-nav .statione-home-quick-grid::-webkit-scrollbar,
body.statione-market-layout.statione-is-authenticated .statione-trendyol-quick-grid::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__indicator {
  position: absolute;
  top: var(--statione-nav-pill-rail-padding);
  bottom: var(--statione-nav-pill-rail-padding);
  left: 0;
  height: auto;
  border-radius: 999px;
  background: var(--statione-market-accent, #b91c1c);
  background-repeat: no-repeat;
  box-shadow: none;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0);
  overflow: hidden;
  transition:
    transform 0.38s var(--statione-ios-ease, cubic-bezier(0.32, 0.72, 0, 1)),
    width 0.38s var(--statione-ios-ease, cubic-bezier(0.32, 0.72, 0, 1)),
    opacity 0.2s ease,
    background-image 0.22s ease;
  will-change: transform, width;
  z-index: 0;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__indicator.is-ready {
  opacity: 1;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__indicator.has-photo {
  background-color: transparent;
}

body.statione-is-authenticated .statione-market-nav .statione-home-quick-grid__indicator,
body.statione-market-layout.statione-is-authenticated .statione-home-quick-grid__indicator {
  position: absolute;
  top: var(--statione-nav-pill-rail-padding);
  bottom: var(--statione-nav-pill-rail-padding);
  left: 0;
  height: auto;
  border-radius: 999px;
  background: var(--statione-market-accent, #b91c1c);
  background-repeat: no-repeat;
  box-shadow: none;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0);
  overflow: hidden;
  transition:
    transform 0.38s var(--statione-ios-ease, cubic-bezier(0.32, 0.72, 0, 1)),
    width 0.38s var(--statione-ios-ease, cubic-bezier(0.32, 0.72, 0, 1)),
    opacity 0.2s ease,
    background-image 0.22s ease;
  will-change: transform, width;
  z-index: 0;
}

body.statione-is-authenticated .statione-market-nav .statione-home-quick-grid__indicator.is-ready,
body.statione-market-layout.statione-is-authenticated .statione-home-quick-grid__indicator.is-ready {
  opacity: 1;
}

body.statione-is-authenticated .statione-market-nav .statione-home-quick-grid__indicator.has-photo,
body.statione-market-layout.statione-is-authenticated .statione-home-quick-grid__indicator.has-photo {
  background-color: transparent;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn,
body.statione-is-authenticated .statione-market-nav .statione-home-quick-item,
body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-quick-panel
  a.studio-company-item {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--statione-nav-pill-gap);
  height: var(--statione-nav-pill-item-height);
  min-height: var(--statione-nav-pill-item-height);
  max-height: var(--statione-nav-pill-item-height);
  padding: 0 var(--statione-nav-pill-padding-x);
  border: none;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: var(--statione-market-header-muted);
  font-family: inherit;
  font-size: var(--statione-nav-pill-font-size);
  font-weight: var(--statione-nav-pill-font-weight);
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  /* Yazı rengi anında değişsin; kayan pill animasyonuyla beyaz yazı gri zeminde kalmasın */
  transition: transform 0.15s ease;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn {
  transition: none;
}

body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-quick-panel
  a.studio-company-item {
  background: transparent !important;
  border: none !important;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--statione-market-header-text);
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn.is-selected {
  color: var(--statione-nav-pill-selected-color);
  background: transparent;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn .studio-company-media,
body.statione-is-authenticated .statione-market-nav .statione-home-quick-item .studio-company-media {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--statione-nav-pill-icon-size);
  height: var(--statione-nav-pill-icon-size);
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  overflow: visible;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn .studio-company-media svg,
body.statione-is-authenticated
  .statione-market-nav
  .statione-home-quick-item
  .statione-home-quick-item__icon
  svg {
  width: var(--statione-nav-pill-icon-size);
  height: var(--statione-nav-pill-icon-size);
  display: block;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn .studio-company-role,
body.statione-is-authenticated .statione-market-nav .statione-home-quick-item .studio-company-role {
  display: none !important;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn .studio-company-text,
body.statione-is-authenticated .statione-market-nav .statione-home-quick-item .studio-company-text {
  display: inline-block;
  width: auto;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
  box-sizing: border-box;
}

body.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn .studio-company-name,
body.statione-is-authenticated .statione-market-nav .statione-home-quick-item .studio-company-name {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
  color: inherit;
  display: inline;
  overflow: visible;
  word-break: normal;
}

body.statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn:focus-visible {
  outline: none;
}

body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-tabs__btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--statione-nav-pill-accent) 28%, transparent);
  outline-offset: 2px;
}

body.statione-is-authenticated .statione-market-nav .statione-home-quick-panel-shell {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-top: none;
  box-shadow: none;
}

body.statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-quick-panel-shell {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.44s var(--statione-ios-ease, cubic-bezier(0.32, 0.72, 0, 1)),
    opacity 0.34s var(--statione-ios-ease, cubic-bezier(0.32, 0.72, 0, 1));
}

body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-quick-panel-shell.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-quick-panel-shell__clip {
  overflow: hidden;
  min-height: 0;
  width: 100%;
  min-width: 0;
  opacity: 0.88;
  transform: translate3d(0, -5px, 0);
  transition:
    transform 0.44s var(--statione-ios-ease, cubic-bezier(0.32, 0.72, 0, 1)),
    opacity 0.38s var(--statione-ios-ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}

body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-quick-panel-shell.is-open
  .statione-home-quick-panel-shell__clip {
  overflow: hidden;
  min-width: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-quick-panel {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: none;
  border-top: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
}

body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-quick-panel
  a.studio-company-item:hover {
  border: none !important;
  background: transparent !important;
}

body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-quick-panel
  a.studio-company-item.is-selected,
body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-quick-panel
  a.studio-company-item.is-selected:hover,
body.statione-is-authenticated .statione-market-nav .statione-home-quick-item.is-selected,
body.statione-is-authenticated .statione-market-nav .statione-home-quick-item.is-selected:hover {
  border: none !important;
  color: var(--statione-nav-pill-selected-color);
  background: transparent !important;
  box-shadow: none;
}

body.statione-is-authenticated .statione-market-nav .statione-home-quick-item:hover:not(.is-selected) {
  color: var(--statione-market-header-text);
}

body.statione-is-authenticated .statione-market-nav .statione-home-quick-item:active {
  transform: scale(0.96);
}

body.statione-is-authenticated .statione-market-nav .statione-home-quick-item .statione-home-quick-item__icon {
  width: var(--statione-nav-pill-icon-size);
  height: var(--statione-nav-pill-icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: transparent;
  color: inherit;
  box-sizing: border-box;
}

body.statione-is-authenticated .statione-market-nav .statione-home-quick-item:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--statione-nav-pill-accent) 28%, transparent);
  outline-offset: 2px;
}

body.statione-market-layout.statione-is-authenticated
  .statione-market-nav
  .statione-home-tabs-panel
  .studio-company-name {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}

body.statione-is-authenticated .statione-defter-header__search-row {
  display: none;
}

body.statione-is-authenticated .statione-defter-header {
  padding-bottom: 0.35rem;
}

body.statione-market-layout.statione-is-authenticated .studio-select-inner {
  max-width: none;
  width: 100%;
  margin-inline: 0;
  padding: 0.75rem var(--statione-market-inline-end) 0 var(--statione-market-inline-start);
  box-sizing: border-box;
}

body.statione-market-layout.statione-is-authenticated .statione-home-layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  min-width: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-home-layout > .statione-screen {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated {
    --statione-market-gutter: 1.5rem;
    --statione-nav-pill-font-size: 0.875rem;
    --statione-nav-pill-padding-x: 0.65rem;
    --statione-market-chrome-section-gap: 0.75rem;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .studio-select-view {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-market-chrome {
    display: grid;
    grid-template-columns: var(--statione-market-header-brand-col) minmax(0, 1fr) var(--statione-market-header-actions-col);
    column-gap: var(--statione-market-header-col-gap);
    row-gap: var(--statione-market-chrome-section-gap);
    align-items: center;
    max-width: var(--studio-select-column-width);
    margin-inline: auto;
    padding-top: 0.5rem;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header,
  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__main {
    display: contents;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__start {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__search-wrap {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    width: 100%;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__actions {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__toolbar-end {
    grid-column: 3;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    align-self: center;
    flex-shrink: 0;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated
    .statione-market-header__toolbar-end
    .statione-market-header__actions {
    grid-column: unset;
    grid-row: unset;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-market-chrome__nav {
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    width: 100%;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .studio-select-inner,
  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .studio-select-stage,
  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .studio-select-stage--subpanel {
    max-width: var(--studio-select-column-width);
    margin-inline: auto;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__main {
    gap: 0;
    padding-bottom: 0;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header {
    padding-top: 0;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__menu {
    display: none;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__brand-logo {
    height: 2.1rem;
    max-width: min(12rem, 38vw);
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__action--desktop,
  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__action-label--desktop {
    display: block;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__action--mobile-only {
    display: none !important;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__action-label--desktop {
    max-width: 5.5rem;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__actions {
    gap: 0.5rem;
    flex-shrink: 0;
  }

  body:not(.statione-force-mobile-chrome).statione-is-authenticated .statione-market-header__action {
    min-width: 3.25rem;
    font-size: 0.6875rem;
  }

  /* Eski masaüstü mavi sidebar — market layout'ta devre dışı */
  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-market-nav.statione-home-nav {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: var(--statione-market-chrome-section-gap);
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated
    .statione-market-nav.statione-home-nav:has(.statione-home-quick-panel-shell.is-open) {
    grid-template-columns: unset;
    gap: var(--statione-market-chrome-section-gap);
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-tabs-panel,
  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-quick-panel-shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-tabs {
    flex-direction: row;
    gap: 0;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-quick-panel-shell {
    display: grid;
    grid-template-rows: 0fr;
    grid-column: unset;
    grid-row: unset;
    height: auto;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated
    .statione-market-nav
    .statione-home-quick-panel-shell:not(.is-open) {
    height: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated
    .statione-market-nav
    .statione-home-quick-panel-shell.is-open {
    grid-template-rows: 1fr;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated
    .statione-market-nav
    .statione-home-quick-panel-shell__clip {
    width: 100%;
    min-width: 0;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-quick-grid,
  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-trendyol-quick-grid {
    grid-template-columns: unset;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-home-layout:not(:has(.statione-screen)) {
    display: flex;
    flex-direction: column;
  }

  body:not(.statione-force-mobile-chrome).statione-market-layout.statione-is-authenticated .statione-home-layout > .statione-screen {
    grid-column: unset;
    grid-row: unset;
  }

  body:not(.statione-force-mobile-chrome).statione-cari-search-active.statione-market-layout.statione-is-authenticated
    .statione-market-nav:has(.statione-home-quick-panel-shell.is-open) {
    grid-template-columns: unset;
  }

  body:not(.statione-force-mobile-chrome).statione-cari-search-active.statione-market-layout.statione-is-authenticated
    .statione-market-nav
    .statione-home-quick-panel-shell.is-open {
    max-width: none;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

/* Hızlı erişim paneli — sekmelerle aynı pill stili */
body.statione-market-layout.statione-is-authenticated .statione-trendyol-quick-panel {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: none;
  border-top: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
}

/* Sayfa içeriği — mavi panel kaldırıldı, açık tema */
body.statione-market-layout.statione-is-authenticated {
  --statione-content-chrome-bg: var(--statione-market-search-bg);
  --statione-content-chrome-border: var(--statione-market-border);
  --statione-content-text: var(--statione-market-header-text);
  --statione-content-muted: var(--statione-market-header-muted);
  --statione-content-positive: #15803d;
  --statione-content-negative: #dc2626;
}

body.statione-market-layout.statione-is-authenticated .statione-screen:not(.statione-screen--message) {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-screen__loading {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-screen__back a {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-screen__back a:hover {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-panel,
body.statione-market-layout.statione-is-authenticated .statione-info-block.statione-panel {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  overflow: visible;
  isolation: auto;
}

body.statione-market-layout.statione-is-authenticated .statione-panel__title,
body.statione-market-layout.statione-is-authenticated .statione-info-block__title {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-page-placeholder__status {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-page-placeholder__hint {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-shortcuts__link {
  background: var(--statione-content-chrome-bg);
  border-color: var(--statione-content-chrome-border);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-shortcuts__link:hover {
  background: #ebebeb;
}

body.statione-market-layout.statione-is-authenticated .statione-shortcuts__desc {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-info-block__list {
  background: #fff;
  border-color: var(--statione-content-chrome-border);
}

body.statione-market-layout.statione-is-authenticated .statione-info-block__row + .statione-info-block__row {
  border-top-color: var(--statione-content-chrome-border);
}

body.statione-market-layout.statione-is-authenticated .statione-info-block__row dt {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-info-block__row dd {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-form__field span,
body.statione-market-layout.statione-is-authenticated
  .statione-cari-search-panel__form
  .statione-form__field
  span {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-form__field input,
body.statione-market-layout.statione-is-authenticated .statione-form__field select,
body.statione-market-layout.statione-is-authenticated
  .statione-cari-search-panel__form
  .statione-form__field
  input,
body.statione-market-layout.statione-is-authenticated
  .statione-cari-search-panel__form
  .statione-form__field
  select {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-form__personnel {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-form__error {
  color: var(--statione-content-negative);
}

body.statione-market-layout.statione-is-authenticated .statione-form__success {
  color: var(--statione-content-positive);
}

body.statione-market-layout.statione-is-authenticated .statione-form__submit {
  background: var(--accent);
  color: #fff;
}

body.statione-market-layout.statione-is-authenticated .statione-form__secondary {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-form__danger {
  border-color: rgba(220, 38, 38, 0.35);
  background: #fef2f2;
  color: #b91c1c;
}

body.statione-market-layout.statione-is-authenticated .statione-customer-picker__hint {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-customer-picker__list {
  background: #fff;
  border-color: var(--statione-content-chrome-border);
}

body.statione-market-layout.statione-is-authenticated .statione-customer-picker__list button {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-customer-picker__list button:hover {
  background: var(--statione-content-chrome-bg);
}

body.statione-market-layout.statione-is-authenticated .statione-customer-picker__badge {
  background: #fef3c7;
  color: #92400e;
}

body.statione-market-layout.statione-is-authenticated .statione-op-list {
  background: #fff;
  border-color: var(--statione-content-chrome-border);
}

body.statione-market-layout.statione-is-authenticated .statione-op-list__item + .statione-op-list__item {
  border-top-color: var(--statione-content-chrome-border);
}

body.statione-market-layout.statione-is-authenticated .statione-op-list__main {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-op-list__meta {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-op-list__main .is-positive {
  color: var(--statione-content-positive);
}

body.statione-market-layout.statione-is-authenticated .statione-op-list__main .is-negative {
  color: var(--statione-content-negative);
}

body.statione-market-layout.statione-is-authenticated .statione-ledger-filters input[type='search'] {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-ledger-filters__check {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-list__btn {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-list__btn:hover {
  background: var(--statione-content-chrome-bg);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-list__ok {
  color: var(--statione-content-positive);
}

body.statione-market-layout.statione-is-authenticated .statione-defter-header__search {
  border-color: var(--statione-content-chrome-border);
  background: var(--statione-content-chrome-bg);
}

body.statione-market-layout.statione-is-authenticated .statione-defter-header__search-icon {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-defter-header__search-input {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-defter-header__search-input::placeholder {
  color: #9e9e9e;
}

body.statione-market-layout.statione-is-authenticated .statione-cari-toolbar__inline-icon {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-toolbar__inline-icon:hover,
body.statione-market-layout.statione-is-authenticated .statione-cari-toolbar__inline-icon.is-active {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-toolbar__inline-icon.is-danger {
  color: var(--statione-content-negative);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-customer-edit,
body.statione-market-layout.statione-is-authenticated .statione-cari-search-panel__field {
  border-color: var(--statione-content-chrome-border);
  background: var(--statione-content-chrome-bg);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-search-panel__icon {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-search-panel__input {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-search-panel__input::placeholder {
  color: #9e9e9e;
}

body.statione-market-layout.statione-is-authenticated .statione-cari-search-panel__add-btn {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-search-panel__add-btn:hover {
  background: var(--statione-content-chrome-bg);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-search-panel__form-title {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-bulk-bar {
  background: var(--statione-content-chrome-bg);
  border: 1px solid var(--statione-content-chrome-border);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-bulk-bar__delete,
body.statione-market-layout.statione-is-authenticated .statione-cari-bulk-bar__clear,
body.statione-market-layout.statione-is-authenticated .statione-cari-bulk-bar__merge {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-bulk-bar__merge {
  border-color: rgba(37, 99, 235, 0.35);
  background: #eff6ff;
  color: #1d4ed8;
}

body.statione-market-layout.statione-is-authenticated .statione-cari-bulk-bar__delete {
  border-color: rgba(220, 38, 38, 0.35);
  background: #fef2f2;
  color: #b91c1c;
}

body.statione-market-layout.statione-is-authenticated .statione-cari-customer-detail__back {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-customer-detail__back:hover {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-customer-detail__grid {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
}

body.statione-market-layout.statione-is-authenticated .statione-cari-customer-detail__item dt {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-customer-detail__item dd {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__back {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__back:hover {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__hero,
body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__section,
body.statione-market-layout.statione-is-authenticated .statione-cari-operation-edit {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__hero {
  background: linear-gradient(145deg, #fafafa, #fff);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__ledger,
body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__metric-label,
body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__section-title,
body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__item dt {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__name,
body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__subtitle,
body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__metric-value,
body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__item dd {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__metric {
  background: var(--statione-content-chrome-bg);
  border-color: var(--statione-content-chrome-border);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__metric.is-positive .statione-cari-detail-page__metric-value {
  color: var(--statione-content-positive);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__metric.is-negative .statione-cari-detail-page__metric-value {
  color: var(--statione-content-negative);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__edit {
  border-color: var(--statione-content-chrome-border);
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__edit:hover {
  color: var(--statione-market-accent);
  background: rgba(8, 102, 255, 0.08);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__metric--action {
  border-color: var(--statione-content-chrome-border);
  background: var(--statione-content-chrome-bg);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__metric--action:hover,
body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__metric--action.is-active {
  border-color: var(--statione-market-accent, var(--color-primary));
  background: rgba(8, 102, 255, 0.06);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__hint {
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__badge--warn {
  background: #fff8e1;
  color: #b45309;
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__badge--muted {
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__balance-breakdown {
  border-top-color: var(--statione-content-chrome-border);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-detail-page__balance-line {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-archived-panel__toggle {
  border-color: var(--statione-content-chrome-border);
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-vardiya-page__summary {
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-vardiya-shift-field__label {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-kasa-net {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-kasa-net .is-positive {
  color: var(--statione-content-positive);
}

body.statione-market-layout.statione-is-authenticated .statione-kasa-net .is-negative {
  color: var(--statione-content-negative);
}

body.statione-market-layout.statione-is-authenticated .statione-theme-field__hex {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-calc-page__module-tab {
  border-color: var(--statione-content-chrome-border);
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-calc-page__module-tab.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

body.statione-market-layout.statione-is-authenticated .statione-calc-page__save {
  background: var(--accent);
  color: #fff;
}

body.statione-market-layout.statione-is-authenticated .statione-calc-page__save--secondary {
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-calc-editor {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
}

body.statione-market-layout.statione-is-authenticated .statione-calc-editor__result-cap {
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-calc-editor__empty {
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-calc-editor__add-block {
  border-color: var(--statione-content-chrome-border);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-calc-editor__add-block--secondary {
  border-color: var(--statione-content-chrome-border);
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-operation-sheet__heading {
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-toolbar,
body.statione-market-layout.statione-is-authenticated .statione-defter-header {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-inline: 0;
  margin-inline: 0;
  box-sizing: border-box;
}

body.statione-market-layout.statione-is-authenticated .statione-kasa-module {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.statione-market-layout.statione-is-authenticated .statione-kasa-module > .statione-operation-sheet {
  grid-column: 1;
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

body.statione-market-layout.statione-is-authenticated
  .statione-operation-sheet__heading-actions
  .statione-cari-toolbar__inline-icon {
  color: var(--statione-market-header-muted);
}

body.statione-market-layout.statione-is-authenticated
  .statione-operation-sheet__heading-actions
  .statione-cari-toolbar__inline-icon:hover,
body.statione-market-layout.statione-is-authenticated
  .statione-operation-sheet__heading-actions
  .statione-cari-toolbar__inline-icon.is-active {
  color: var(--statione-market-accent);
}

body.statione-market-layout.statione-is-authenticated
  .statione-operation-sheet__heading-actions
  .statione-vardiya-export-wrap
  .studio-settings-menu {
  right: 0;
  left: auto;
}

body.statione-market-layout.statione-is-authenticated .statione-operation-sheet__message--error {
  color: var(--statione-content-negative);
}

body.statione-market-layout.statione-is-authenticated .statione-operation-sheet__message--success {
  color: var(--statione-content-positive);
}

body.statione-market-layout.statione-is-authenticated .statione-operation-sheet__notes {
  color: var(--statione-content-muted);
  border-color: var(--statione-content-chrome-border);
  background: var(--statione-content-chrome-bg);
}

body.statione-market-layout.statione-is-authenticated .statione-operation-sheet__notes li::marker {
  color: var(--statione-market-accent, var(--color-primary));
}

body.statione-market-layout.statione-is-authenticated
  .statione-panel--tercihler
  .statione-preference-table__hint,
body.statione-market-layout.statione-is-authenticated .statione-tercihler-section__title {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-customer-import__file-name,
body.statione-market-layout.statione-is-authenticated .statione-customer-import__summary,
body.statione-market-layout.statione-is-authenticated .statione-customer-import__row-hint {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-customer-import__cell-input {
  border-color: var(--statione-content-chrome-border);
  background: #fff;
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-customer-import__row-error,
body.statione-market-layout.statione-is-authenticated .statione-preference-table__error {
  color: var(--statione-content-negative);
}

body.statione-market-layout.statione-is-authenticated .statione-preference-accordion__toolbar-btn {
  border-color: var(--statione-content-chrome-border);
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-customer-edit__admin {
  border-top-color: var(--statione-content-chrome-border);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-customer-edit__archived-note {
  background: var(--statione-content-chrome-bg);
  color: var(--statione-content-text);
}

body.statione-market-layout.statione-is-authenticated .statione-cari-customer-edit__admin-hint {
  color: var(--statione-content-muted);
}

body.statione-market-layout.statione-is-authenticated .statione-operation-sheet__toolbar-field {
  color: var(--statione-content-muted);
}

/* Mobil: arama kutusu varsayılan gizli, ikonla açılır */
@media (max-width: 767px) {
  /* Kırmızı hero logo + araçları taşıyor; beyaz header satırı gereksiz */
  body.statione-market-layout.statione-is-authenticated .statione-market-header {
    display: none !important;
  }

  body.statione-market-layout.statione-is-authenticated .statione-market-header__action--search-toggle {
    display: inline-flex;
  }

  body.statione-market-layout.statione-is-authenticated .statione-market-header__search-wrap {
    display: none;
    grid-area: search;
    min-width: 0;
  }

  body.statione-market-layout.statione-is-authenticated .statione-market-header__search-wrap.is-open {
    display: block;
  }

  body.statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn,
  body.statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-quick-item {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }
}

@keyframes statione-home-quick-panel-enter {
  from {
    opacity: 0;
    transform: translate3d(8px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

body.statione-market-layout.statione-is-authenticated .statione-home-quick-panel--animated {
  animation: statione-home-quick-panel-enter 0.42s var(--statione-ios-ease, cubic-bezier(0.32, 0.72, 0, 1))
    both;
}

@media (prefers-reduced-motion: reduce) {
  body.statione-is-authenticated .statione-market-nav .statione-home-tabs__indicator {
    transition: none;
  }

  body.statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-quick-panel-shell,
  body.statione-market-layout.statione-is-authenticated
    .statione-market-nav
    .statione-home-quick-panel-shell__clip {
    transition: none;
  }

  body.statione-market-layout.statione-is-authenticated .statione-home-quick-panel--animated {
    animation: none;
  }

  body.statione-market-layout.statione-is-authenticated .statione-home-tabs__indicator,
  body.statione-market-layout.statione-is-authenticated .statione-home-quick-grid__indicator {
    transition: none;
  }
}

body.statione-market-layout.studio-settings-menu-open .studio-settings-backdrop,
body.statione-market-layout.studio-notify-menu-open .studio-settings-backdrop,
body.statione-market-layout.statione-personnel-menu-open .studio-settings-backdrop,
body.statione-market-layout.statione-view-menu-open .studio-settings-backdrop {
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}


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

  /* Gizleme yokken transform yok — iOS status bar saç çizgisini önler */
  body.statione-force-mobile-chrome.statione-market-layout.statione-is-authenticated .statione-market-chrome {
    transform: none;
    margin-bottom: 0;
    will-change: auto;
  }

  body.statione-force-mobile-chrome.statione-market-layout.statione-is-authenticated .statione-market-chrome.is-chrome-hiding {
    transform: translate3d(0, calc(-1 * var(--statione-chrome-hide, 0px)), 0);
    margin-bottom: calc(-1 * var(--statione-chrome-hide, 0px));
    will-change: transform;
  }


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

  /* Kırmızı hero logo + araçları taşıyor; beyaz header satırı gereksiz */
  body.statione-force-mobile-chrome.statione-market-layout.statione-is-authenticated .statione-market-header {
    display: none !important;
  }

  body.statione-force-mobile-chrome.statione-market-layout.statione-is-authenticated .statione-market-header__action--search-toggle {
    display: inline-flex;
  }

  body.statione-force-mobile-chrome.statione-market-layout.statione-is-authenticated .statione-market-header__search-wrap {
    display: none;
    grid-area: search;
    min-width: 0;
  }

  body.statione-force-mobile-chrome.statione-market-layout.statione-is-authenticated .statione-market-header__search-wrap.is-open {
    display: block;
  }

  body.statione-force-mobile-chrome.statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-tabs__btn,
  body.statione-force-mobile-chrome.statione-market-layout.statione-is-authenticated .statione-market-nav .statione-home-quick-item {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }

