/* Sleek shell — all devices (phone, tablet, desktop, PWA) */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,700;0,6..12,800;0,6..12,900;1,6..12,400&display=swap');

:root {
  --sleek-bg: #0F0C29;
  --sleek-bg-2: #1A103C;
  --sleek-bg-3: #1A103C;
  --sleek-fg: #F8F9FA;
  --sleek-primary: #FF6B6B;
  --sleek-primary-2: #4ECDC4;
  --sleek-muted: #2A2454;
  --sleek-muted-fg: #A3A0BA;
  --sleek-accent: #FFE66D;
  --sleek-card: #1A103C;
  --sleek-border: #353155;
  --sleek-orange: #FF6B6B;
  --sleek-teal: #4ECDC4;
  --sleek-danger: #FF6B6B;
  --sleek-lavender: #C3AED6;
  --sleek-radius: 24px;
  --sleek-tab-h: 110px;
  --sleek-content-max: 1120px;
  --card-glow: 1;
}

html.sleek-shell,
html.sleek-shell.theme-light {
  --bg-1: #0F0C29;
  --bg-2: #1A103C;
  --bg-3: #2e1065;
  --card: rgba(255, 255, 255, 0.05);
  --text: #FFFFFF;
  --muted: #A3A0BA;
  --radius: 32px;
  --card-glow: 1;
  color-scheme: dark;
}

html.sleek-shell,
html.sleek-shell body,
html.sleek-shell.theme-light,
html.sleek-shell.theme-light body {
  /* fixed attachment = ağır scroll jank (özellikle Safari/iOS) */
  background: #1a103c !important;
  background-attachment: scroll !important;
  color: #fff !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
}

/* Tek sabit katman — scroll sırasında yeniden boyanmaz */
html.sleek-shell body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(165deg, #0f0c29 0%, #1a103c 48%, #2e1065 100%);
  transform: translateZ(0);
}
html.sleek-shell:not(.sleek-cream),
html.sleek-shell:not(.sleek-cream) body {
  background: #0F0C29 !important;
  color: #F8F9FA !important;
  font-family: Manrope, 'Nunito Sans', system-ui, sans-serif !important;
}
html.sleek-shell:not(.sleek-cream) body::before {
  background: linear-gradient(180deg, #0F0C29 0%, #1A103C 48%, #0F0C29 100%);
}

/* overflow-x:hidden on html/body breaks position:sticky (header clone + person bar). */
html.sleek-shell {
  overflow-x: clip;
}

html.sleek-shell body {
  min-height: 100dvh;
  padding-bottom: calc(var(--sleek-tab-h) + env(safe-area-inset-bottom, 0px) + 28px) !important;
}

html.sleek-shell body.has-topbar {
  padding-top: 0 !important;
}

/* Soft glow without CSS filter:blur (blur = scroll jank) */
html.sleek-shell .sleek-blob {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: none;
  contain: strict;
  transform: translateZ(0);
}
html.sleek-shell .sleek-blob-a {
  top: -100px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at 50% 50%, rgba(216, 180, 254, 0.22) 0%, rgba(216, 180, 254, 0.06) 42%, transparent 70%);
}
html.sleek-shell .sleek-blob-b {
  bottom: 80px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at 50% 50%, rgba(129, 140, 248, 0.2) 0%, rgba(129, 140, 248, 0.05) 42%, transparent 70%);
}
html.sleek-shell body.page-nobet .sleek-blob-a {
  background: radial-gradient(circle at 50% 50%, rgba(110, 231, 183, 0.18) 0%, rgba(110, 231, 183, 0.05) 42%, transparent 70%);
  left: -50px;
  right: auto;
}
html.sleek-shell body.page-nobet .sleek-blob-b {
  background: radial-gradient(circle at 50% 50%, rgba(216, 180, 254, 0.2) 0%, rgba(216, 180, 254, 0.05) 42%, transparent 70%);
  right: -50px;
  left: auto;
}
html.sleek-shell body.page-acil .sleek-blob-a {
  background: radial-gradient(circle at 50% 50%, rgba(129, 140, 248, 0.18) 0%, rgba(129, 140, 248, 0.05) 42%, transparent 70%);
}

/* ---- Header ---- */
html.sleek-shell .topbar {
  position: relative !important;
  top: auto;
  z-index: 40;
  background: transparent !important;
  border: none !important;
  /* overflow:hidden online rozetini kesiyordu */
  overflow: visible !important;
  backdrop-filter: none !important;
  transform: none !important;
  min-height: 96px;
}
html.sleek-shell .topbar .header-fx-layer,
html.sleek-shell .topbar .header-fx-canvas {
  display: block !important;
}
html.sleek-shell .topbar .header-fx-layer {
  z-index: 0;
  opacity: 0.92;
  overflow: hidden;
  border-radius: inherit;
}
html.sleek-shell .topbar:has(.header-fx-layer) {
  background: linear-gradient(180deg, rgba(15, 12, 41, 0.2) 0%, rgba(26, 16, 60, 0.55) 100%) !important;
}
html.sleek-shell .topbar .inner {
  max-width: none;
  padding: calc(12px + env(safe-area-inset-top, 0px)) 24px 16px;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
html.sleek-shell .topbar:has(.header-fx-layer) .inner {
  flex-direction: row !important;
  padding: calc(12px + env(safe-area-inset-top, 0px)) 24px 16px !important;
}
html.sleek-shell .brand,
html.sleek-shell .topbar:has(.header-fx-layer) .brand {
  width: 100%;
  flex: 1;
  min-width: 0;
  padding-left: 0 !important;
  gap: 0;
  display: block;
}
html.sleek-shell .brand-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  min-width: 0;
  width: 100%;
}
html.sleek-shell .brand-head {
  display: block !important;
  text-align: center;
  min-width: 0;
  width: 100%;
  position: relative;
}
/* Başlık yanındaki logo/simge mobilde gizlensin */
html.sleek-shell .brand .logo,
html.sleek-shell .topbar:has(.header-fx-layer) .brand .logo,
html.sleek-shell .brand-head .logo {
  display: none !important;
}
/* Eski topbar-meta brand-head içinde kalırsa başlığı sola iter — gizle */
html.sleek-shell .brand-head > .topbar-meta {
  display: none !important;
}
html.sleek-shell .brand-head h1,
html.sleek-shell .brand h1,
html.sleek-shell .topbar:has(.header-fx-layer) .brand h1 {
  display: block !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55) !important;
  line-height: 1.1 !important;
  margin: 0 auto !important;
  min-width: 0;
  text-align: center !important;
  width: 100% !important;
  max-width: 100%;
  padding: 0 52px; /* sağdaki avatar ile denge */
  box-sizing: border-box;
  float: none;
}
html.sleek-shell .sleek-date {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 0 48px;
  box-sizing: border-box;
}
html.sleek-shell .brand p#monthLabel,
html.sleek-shell .topbar:has(.header-fx-layer) .brand-text #monthLabel,
html.sleek-shell .topbar-meta #userLabel,
html.sleek-shell .topbar-nav,
html.sleek-shell .topbar-hospital-wrap,
html.sleek-shell body.page-guide .topbar .inline {
  display: none !important;
}
/* Çevrimiçi kişi — yalnız sleek host; brand-head içindeki .topbar-meta gizli */
html.sleek-shell .sleek-online-host {
  display: flex !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 6px 0 0;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0 12px;
}
html.sleek-shell .sleek-online-host .online-badge,
html.sleek-shell .topbar-meta .online-badge,
html.sleek-shell #onlineBadge {
  display: none;
  pointer-events: auto;
  font-size: 11px;
  font-weight: 800;
  color: #dcfce7 !important;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.38) !important;
  border: 1px solid rgba(74, 222, 128, 0.75) !important;
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.45);
  white-space: nowrap;
  max-width: min(94vw, 560px);
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
  gap: 7px;
}
html.sleek-shell #onlineBadge.is-visible {
  display: inline-flex !important;
  align-items: center;
}
html.sleek-shell #onlineBadge.is-visible::before {
  display: none;
}
html.sleek-shell .online-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #4ade80;
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.4), 0 0 12px rgba(34, 197, 94, 1);
  animation: creamOnlinePulse 1.4s ease-in-out infinite;
}
html.sleek-shell .topbar {
  min-height: 0;
  padding-bottom: 4px;
}
/* Admin: avatar gereksiz (zaten ayarlardayız); çıkış sağda, online ortada */
html.sleek-shell body.admin-page .sleek-avatar {
  display: none !important;
}
html.sleek-shell body.admin-page .topbar .inline {
  display: block !important;
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  pointer-events: none;
  z-index: 4;
}
html.sleek-shell body.admin-page .topbar .inline > a,
html.sleek-shell body.admin-page .topbar .inline > select {
  display: none !important;
}
html.sleek-shell body.admin-page .topbar .inline > a.admin-back-profil {
  display: inline-flex !important;
  position: absolute;
  left: 16px;
  top: calc(12px + env(safe-area-inset-top, 0px) + 18px);
  pointer-events: auto;
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 999px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
html.sleek-shell body.admin-page .topbar .inline > a.admin-back-profil::before {
  content: '←';
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
}
html.sleek-shell body.admin-page .topbar .inline > span:not(#onlineBadge) {
  display: none !important;
}
html.sleek-shell body.admin-page .topbar .inline #onlineBadge {
  /* polishHeader rozeti başlık altına taşır; burada absolute konum kullanma */
  position: static;
  left: auto;
  top: auto;
  transform: none;
  max-width: min(92vw, 420px);
}
html.sleek-shell body.admin-page .topbar .inline #logoutBtn {
  display: inline-flex !important;
  position: absolute;
  right: 16px;
  top: calc(12px + env(safe-area-inset-top, 0px) + 18px);
  pointer-events: auto;
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  z-index: 5;
  background: #F87171 !important;
  border: none !important;
  color: #1A103C !important;
}
html.sleek-shell body.admin-page .brand-head h1,
html.sleek-shell body.admin-page .brand h1 {
  padding: 0 88px 0 72px !important; /* geri + çıkış ile çakışmasın */
}

/* ---- Profil ---- */
html.sleek-shell body.page-profil {
  padding-bottom: calc(var(--sleek-tab-h) + env(safe-area-inset-bottom, 0px) + 24px);
}
html.sleek-shell body.page-profil .profil-wrap {
  position: relative;
  z-index: 1;
  max-width: min(100%, 560px);
  margin: 0 auto;
  padding: calc(12px + env(safe-area-inset-top, 0px)) 18px 28px;
  box-sizing: border-box;
}
html.sleek-shell .profil-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}
html.sleek-shell .profil-kicker {
  display: block;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sleek-muted-fg);
  margin-bottom: 4px;
}
html.sleek-shell .profil-title {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
html.sleek-shell .profil-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  flex-shrink: 0;
}
html.sleek-shell .profil-card,
html.sleek-shell .profil-stat,
html.sleek-shell .profil-list {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.75rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
html.sleek-shell .profil-hero {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  margin-bottom: 14px;
}
html.sleek-shell .profil-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  color: #1A103C;
  background: linear-gradient(145deg, #D8B4FE, #C084FC);
  flex-shrink: 0;
  border: 2px solid rgba(216, 180, 254, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}
html.sleek-shell .profil-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}
html.sleek-shell .profil-avatar-check,
html.sleek-shell .profil-cream-deco,
html.sleek-shell .cream-blob {
  display: none;
}
html.sleek-shell .profil-hero-text h2 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
html.sleek-shell .profil-meta {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--sleek-muted-fg);
}
html.sleek-shell .profil-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
html.sleek-shell .profil-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #D8B4FE;
  background: rgba(216, 180, 254, 0.12);
  border: 1px solid rgba(216, 180, 254, 0.28);
}
html.sleek-shell .profil-badge--active {
  color: #6EE7B7;
  background: rgba(110, 231, 183, 0.12);
  border-color: rgba(110, 231, 183, 0.28);
}
html.sleek-shell .profil-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 10px;
}
html.sleek-shell .profil-stat {
  padding: 16px;
  cursor: default;
  text-align: left;
  text-decoration: none;
  color: inherit;
}
html.sleek-shell .profil-stat[role="button"],
html.sleek-shell .profil-stat--link {
  cursor: pointer;
}
html.sleek-shell .profil-stat--wide {
  grid-column: 1 / -1;
}
html.sleek-shell .name-star {
  margin-left: 4px;
  color: #FBBF24;
  font-weight: 800;
  font-size: 1.05em;
}
html.sleek-shell .day.day-star {
  color: #FBBF24 !important;
  font-weight: 800;
}
.rem-name-locked {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(216, 180, 254, 0.12);
  border: 1px solid rgba(216, 180, 254, 0.28);
  font-size: 14px;
  font-weight: 650;
  color: #E9D5FF;
}
html.sleek-shell .profil-mesai-fix-btn {
  display: block;
  width: calc(100% - 8px);
  margin: 4px 4px 14px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1a103c !important;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 55%, #ea580c 100%) !important;
  border: 1px solid rgba(251, 191, 36, 0.55) !important;
  box-shadow: 0 8px 22px rgba(234, 88, 12, 0.28);
}
html.sleek-shell .profil-mesai-fix-btn:active {
  transform: scale(0.98);
}
html.sleek-shell .profil-month-pick {
  grid-column: 1 / -1;
  display: block;
  padding: 12px 14px 14px;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}
html.sleek-shell .profil-duty-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 4px 8px;
}
html.sleek-shell .profil-duty-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: #E9D5FF;
  background: rgba(216, 180, 254, 0.16);
  border: 1px solid rgba(216, 180, 254, 0.28);
}
html.sleek-shell .profil-mesai-report {
  margin: 0 0 16px;
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
html.sleek-shell .profil-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  cursor: pointer;
}
html.sleek-shell .profil-radio input {
  accent-color: #C4B5FD;
}
html.sleek-shell .profil-pay-net {
  margin: 8px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #c4b5fd;
}
html.sleek-shell .profil-stat-label {
  display: block;
  font-size: 12px;
  color: var(--sleek-muted-fg);
  margin-bottom: 10px;
}
html.sleek-shell .profil-stat-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
html.sleek-shell .profil-stat-row strong {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
html.sleek-shell .profil-stat-row .profil-stat-accent {
  color: #D8B4FE;
}
html.sleek-shell .profil-stat-row span {
  font-size: 12px;
  color: var(--sleek-muted-fg);
}
html.sleek-shell .profil-section {
  margin-bottom: 20px;
}
html.sleek-shell .profil-section-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
}
html.sleek-shell .profil-list {
  overflow: hidden;
  padding: 4px 0;
}
html.sleek-shell .profil-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: none;
  font: inherit;
  text-align: left;
}
html.sleek-shell .profil-row + .profil-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
html.sleek-shell .profil-row-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
}
html.sleek-shell .profil-row-ico {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  flex-shrink: 0;
}
html.sleek-shell .profil-row-ico--purple {
  background: rgba(216, 180, 254, 0.18);
  color: #D8B4FE;
}
html.sleek-shell .profil-row-ico--blue {
  background: rgba(96, 165, 250, 0.18);
  color: #93C5FD;
}
html.sleek-shell .profil-row-ico--coral {
  background: rgba(255, 107, 107, 0.18);
  color: #FCA5A5;
}
html.sleek-shell .profil-row-ico--teal {
  background: rgba(78, 205, 196, 0.18);
  color: #5EEAD4;
}
html.sleek-shell .profil-row-ico--accent {
  background: rgba(255, 230, 109, 0.18);
  color: #FDE68A;
}
html.sleek-shell .profil-chevron {
  color: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}
html.sleek-shell .profil-switch {
  appearance: none;
  -webkit-appearance: none;
  width: 46px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: none;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
html.sleek-shell .profil-switch::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}
html.sleek-shell .profil-switch:checked {
  background: #D8B4FE;
}
html.sleek-shell .profil-switch:checked::after {
  transform: translateX(18px);
}
html.sleek-shell .profil-logout {
  width: 100%;
  margin-top: 8px;
  padding: 16px 18px;
  border-radius: 1.5rem;
  border: 1px solid rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.12);
  color: #FCA5A5;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
html.sleek-shell .profil-logout:active {
  transform: scale(0.99);
}

html.sleek-shell body.page-profil .rem-type-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 14px;
  width: 100%;
}
html.sleek-shell body.page-profil .rem-type-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  box-sizing: border-box;
  padding: 10px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
html.sleek-shell body.page-profil .rem-type-chip input[type="checkbox"] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  max-width: 16px;
  margin: 0;
  padding: 0 !important;
  flex-shrink: 0;
  accent-color: #C084FC;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
html.sleek-shell body.page-profil .reminder-modal {
  background: #1A103C;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 1.5rem;
  max-width: 440px;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
}
html.sleek-shell body.page-profil .reminder-modal h3 { color: #fff; }
html.sleek-shell body.page-profil .reminder-modal .sub,
html.sleek-shell body.page-profil .reminder-modal > label,
html.sleek-shell body.page-profil .reminder-modal #remNameWrap label {
  color: rgba(255, 255, 255, 0.55);
}
html.sleek-shell body.page-profil .reminder-modal select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  border-radius: 14px;
}
html.sleek-shell body.page-profil .reminder-modal .rem-hint {
  padding: 12px 14px;
  line-height: 1.5;
  box-sizing: border-box;
}
html.sleek-shell body.page-profil .reminder-modal .btn.reminder-btn {
  justify-content: center;
  text-align: center;
  gap: 10px;
  width: 100%;
  flex: none;
}
html.sleek-shell body.page-profil .reminder-modal .reminder-btn-icon {
  width: 28px;
  height: 28px;
  box-shadow: none;
}
html.sleek-shell body.page-profil .reminder-modal .row-actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
html.sleek-shell body.page-profil .reminder-modal .row-actions .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

html.sleek-shell .sleek-avatar {
  position: absolute;
  right: 24px;
  top: calc(12px + env(safe-area-inset-top, 0px) + 18px);
  z-index: 2;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: var(--sleek-teal);
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
html.sleek-shell body.page-nobet .sleek-avatar {
  background: rgba(110, 231, 183, 0.18);
  border-color: rgba(110, 231, 183, 0.3);
  box-shadow: 0 0 15px rgba(110, 231, 183, 0.3);
}
html.sleek-shell .sleek-avatar svg { width: 22px; height: 22px; }
html.sleek-shell .sleek-avatar-letter {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
html.sleek-shell .sleek-avatar-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6EE7B7;
  border: 2px solid #1A103C;
}

/* ---- Main ---- */
html.sleek-shell .container {
  position: relative;
  z-index: 1;
  padding: 0 24px 24px;
  max-width: var(--sleek-content-max, 1120px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}
html.sleek-shell .hero {
  padding: 0 0 8px;
}
html.sleek-shell .hero-title-row {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 10px;
}
html.sleek-shell .hero-title-row:not(:has(button:not([hidden]))) {
  display: none !important;
}
html.sleek-shell .hero .date-line {
  display: none !important;
}
html.sleek-shell .hero-lottie {
  display: none !important;
}
html.sleek-shell .hero-title-row > #heroTitle {
  display: none !important;
}

/* Uygulamayı indir — header’da kompakt (avatar solunda) */
html.sleek-shell .topbar-install-host,
html.sleek-shell .topbar .inner > #pwaInstallHost {
  position: absolute;
  right: 68px;
  top: calc(18px + env(safe-area-inset-top, 0px) + 18px);
  z-index: 5;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin: 0;
  max-width: min(168px, calc(100vw - 148px));
}
html.sleek-shell .topbar-install-host:empty,
html.sleek-shell .topbar .inner > #pwaInstallHost:empty,
html.sleek-shell .topbar-install-host:not(:has(button:not([hidden]))),
html.sleek-shell .topbar .inner > #pwaInstallHost:not(:has(button:not([hidden]))) {
  display: none;
}
html.sleek-shell #pwaInstallHost {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin: 0;
}
html.sleek-shell #pwaInstallHost:empty { display: none; }
html.sleek-shell .ios-install-btn,
html.sleek-shell .android-install-btn,
html.sleek-shell .desktop-install-btn,
html.sleek-shell .safari-desktop-install-btn,
html.sleek-shell .chrome-desktop-install-btn {
  width: auto;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0 10px 0 7px;
  min-height: 32px;
  height: 32px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #fff !important;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid rgba(196, 181, 253, 0.55) !important;
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 48%, #4c1d95 100%) !important;
  box-shadow:
    0 4px 12px rgba(109, 40, 217, 0.45),
    0 0 14px rgba(139, 92, 246, 0.35);
  animation: sleek-install-glow 2s ease-in-out infinite;
}
html.sleek-shell .topbar-install-host .pwa-install-label,
html.sleek-shell .topbar .inner > #pwaInstallHost .pwa-install-label {
  font-size: 0 !important;
  letter-spacing: 0;
  color: #fff;
}
html.sleek-shell .topbar-install-host .pwa-install-label::after,
html.sleek-shell .topbar .inner > #pwaInstallHost .pwa-install-label::after {
  content: 'İndir';
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
html.sleek-shell .topbar-install-host svg,
html.sleek-shell .topbar .inner > #pwaInstallHost svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  color: #fff;
  fill: currentColor;
}
html.sleek-shell .ios-install-btn .pwa-install-apple-badge {
  background: rgba(255, 255, 255, 0.18);
  width: 20px;
  height: 20px;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
@keyframes sleek-install-glow {
  0%, 100% {
    box-shadow:
      0 0 0 0 rgba(167, 139, 250, 0.55),
      0 4px 12px rgba(109, 40, 217, 0.45),
      0 0 12px rgba(139, 92, 246, 0.3);
  }
  50% {
    box-shadow:
      0 0 0 6px rgba(167, 139, 250, 0),
      0 6px 16px rgba(124, 58, 237, 0.55),
      0 0 18px rgba(196, 181, 253, 0.4);
  }
}

html.sleek-shell .duty-range-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin: 0 0 8px;
}
html.sleek-shell .duty-range {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  display: block;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 20px;
  font-size: 10px;
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
}
html.sleek-shell .duty-range b,
html.sleek-shell .duty-range .duty-range-span {
  color: #fff;
  font-weight: 700;
  display: inline;
  white-space: normal;
}
html.sleek-shell body.page-icap .container > .btn.reminder-btn,
html.sleek-shell body.page-nobet .container > .btn.reminder-btn,
html.sleek-shell body.page-acil .container > .btn.reminder-btn,
html.sleek-shell body.page-icap .hero .btn.reminder-btn,
html.sleek-shell body.page-nobet .hero .btn.reminder-btn,
html.sleek-shell body.page-acil .hero .btn.reminder-btn,
html.sleek-shell body.page-icap .duty-range-row .btn.reminder-btn,
html.sleek-shell body.page-nobet .duty-range-row .btn.reminder-btn,
html.sleek-shell body.page-acil .duty-range-row .btn.reminder-btn {
  display: none !important;
}
html.sleek-shell .btn.reminder-btn {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-align: left;
  border-radius: 2rem;
  padding: 16px 18px;
  background: rgba(248, 113, 113, 0.2) !important;
  border: 1px solid rgba(248, 113, 113, 0.3) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.01em;
  box-shadow: none;
  text-shadow: none;
}
html.sleek-shell body.page-nobet .btn.reminder-btn {
  background: rgba(255, 140, 0, 0.2) !important;
  border-color: rgba(255, 140, 0, 0.3) !important;
}
html.sleek-shell body.page-acil .btn.reminder-btn {
  background: rgba(249, 168, 212, 0.18) !important;
  border-color: rgba(249, 168, 212, 0.3) !important;
}
html.sleek-shell .reminder-btn-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(248, 113, 113, 0.2);
  color: #F87171;
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(248, 113, 113, 0.45);
}
html.sleek-shell body.page-nobet .reminder-btn-icon {
  background: rgba(255, 140, 0, 0.2);
  color: #FF8C00;
  box-shadow: 0 0 12px rgba(255, 140, 0, 0.45);
}
html.sleek-shell body.page-acil .reminder-btn-icon {
  background: rgba(249, 168, 212, 0.22);
  color: #F9A8D4;
  box-shadow: 0 0 12px rgba(249, 168, 212, 0.4);
}
html.sleek-shell .reminder-btn-icon svg { width: 22px; height: 22px; }

html.sleek-shell .gece-kurasi-btn {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
  border-radius: var(--sleek-radius);
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: transparent !important;
  font-size: 0 !important;
  font-weight: 800;
  box-shadow: none !important;
}
html.sleek-shell .gece-kurasi-lottie,
html.sleek-shell .gece-kurasi-btn .gece-kurasi-lottie {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  background: linear-gradient(135deg, #FCD34D, #FF8C00);
  padding: 2px;
  box-shadow: 0 8px 20px rgba(255, 140, 0, 0.35);
  flex-shrink: 0;
}
html.sleek-shell .sleek-gk-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
}
html.sleek-shell .sleek-gk-copy strong { font-size: 14px; color: #fff; }
html.sleek-shell .sleek-gk-copy span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
}

html.sleek-shell .controls {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 16px;
}
/* İcap / Nöbet: koyu temada arama gizli; kremde göster */
html.sleek-shell:not(.sleek-cream) body.page-icap .controls,
html.sleek-shell:not(.sleek-cream) body.page-nobet .controls {
  display: none !important;
}
html.sleek-shell.sleek-cream body.page-icap .controls,
html.sleek-shell.sleek-cream body.page-nobet .controls {
  display: grid !important;
  grid-template-columns: 1fr;
  margin: 0 0 14px;
}
html.sleek-shell .field label,
html.sleek-shell .search-panel-label,
html.sleek-shell .search-panel-hint { color: rgba(255, 255, 255, 0.45) !important; }
html.sleek-shell .schedule-search-panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 24px;
}
html.sleek-shell .search-ac-wrap input[type="search"],
html.sleek-shell .field input,
html.sleek-shell .field select,
html.sleek-shell .date-today-row input[type="date"] {
  background: rgba(15, 12, 41, 0.65) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-radius: 14px;
  /* width=580 → cihaz px ≥16 (iOS zoom engeli) */
  font-size: 26px !important;
}
html.sleek-shell .person-search select {
  background: rgba(15, 12, 41, 0.7);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  font-size: 26px !important;
}
html.sleek-shell .date-today-row .btn,
html.sleek-shell .btn.ghost.sm {
  background: rgba(216, 180, 254, 0.12) !important;
  border: 1px solid rgba(216, 180, 254, 0.22) !important;
  color: #E9D5FF !important;
}

html.sleek-shell .acil-date-section { margin: 0; }
html.sleek-shell .gece-kurasi-banner {
  margin-bottom: 16px;
  border-radius: var(--sleek-radius);
}
html.sleek-shell .gece-kurasi-banner .gk-banner-inner {
  border-radius: var(--sleek-radius);
  background: rgba(23, 21, 59, 0.92);
  border-color: rgba(252, 211, 77, 0.35);
}

html.sleek-shell .hero-title-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: 100%;
  margin-top: 8px;
}
html.sleek-shell .icap-self-register-btn,
html.sleek-shell .icap-branch-vote-btn {
  width: auto;
  flex: 1 1 auto;
  min-width: 120px;
  justify-content: center;
  margin: 0;
  border-radius: 16px;
}
html.sleek-shell .icap-branch-vote-btn {
  border: 1px solid rgba(251, 146, 60, 0.45);
  color: #fdba74;
  background: rgba(67, 20, 7, 0.35);
}

html.sleek-shell .self-register-modal-inner input,
html.sleek-shell .tus-register-modal input,
html.sleek-shell .self-register-modal-inner .admin-input {
  font-size: 16px !important;
  min-height: 44px;
}

/* ---- Doctor cards ---- */
html.sleek-shell .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 12px;
}
html.sleek-shell .grid.has-search-focus .card.search-focus-card {
  max-width: none;
  grid-column: 1 / -1;
  aspect-ratio: auto;
  min-height: 120px;
}
html.sleek-shell .card {
  --card-accent: #38BDF8;
  --spot-x: 50%;
  --spot-y: 28%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.5rem;
  padding: 12px 8px 10px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 32%, rgba(255, 255, 255, 0.12)) !important;
  min-height: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--card-accent) 16%, rgba(22, 19, 52, 0.94)) 0%,
      color-mix(in srgb, var(--card-accent) 6%, rgba(15, 12, 41, 0.96)) 100%
    ) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  transition: transform 0.15s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  contain: layout;
}
html.sleek-shell .card::before {
  content: '';
  position: absolute;
  inset: -55%;
  background:
    radial-gradient(
      circle at var(--spot-x) var(--spot-y),
      color-mix(in srgb, var(--card-accent) 70%, #fff) 0%,
      color-mix(in srgb, var(--card-accent) 28%, transparent) 38%,
      transparent 62%
    );
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transform: scale(0.55);
}
html.sleek-shell .card > *:not(.glow) {
  position: relative;
  z-index: 1;
}
html.sleek-shell .card:active {
  transform: scale(0.97);
}
html.sleek-shell .card.is-spotlight {
  border-color: color-mix(in srgb, var(--card-accent) 55%, rgba(255, 255, 255, 0.35)) !important;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--card-accent) 35%, transparent),
    0 0 22px 2px color-mix(in srgb, var(--card-accent) 45%, transparent),
    0 0 48px 8px color-mix(in srgb, var(--card-accent) 22%, transparent),
    0 14px 30px rgba(0, 0, 0, 0.28);
}
html.sleek-shell .card.is-spotlight::before {
  animation: cardSpotlightFlash 0.72s ease-out forwards;
}

/* İlk açılış: kartlarda sırayla dalga parlaması */
html.sleek-shell .card.is-wave {
  animation: cardWaveShine 0.72s ease-out both;
  animation-delay: calc(var(--wave-i, 0) * 75ms);
}
html.sleek-shell .card.is-wave::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    115deg,
    transparent 20%,
    rgba(255, 255, 255, 0.38) 45%,
    transparent 70%
  );
  background-size: 220% 100%;
  animation: cardWaveSweep 0.72s ease-out both;
  animation-delay: calc(var(--wave-i, 0) * 75ms);
  opacity: 0.85;
}
@keyframes cardWaveShine {
  0% {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  }
  40% {
    border-color: color-mix(in srgb, var(--card-accent) 65%, #fff);
    box-shadow:
      0 0 0 1px color-mix(in srgb, var(--card-accent) 40%, transparent),
      0 0 22px color-mix(in srgb, var(--card-accent) 45%, transparent);
  }
  100% {
    border-color: color-mix(in srgb, var(--card-accent) 32%, rgba(255, 255, 255, 0.12));
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  }
}
@keyframes cardWaveSweep {
  0% { background-position: 120% 0; opacity: 0; }
  35% { opacity: 0.9; }
  100% { background-position: -40% 0; opacity: 0; }
}

/* Sık danışılan icap branşları: alev + belirgin ateş parlaması (animasyonsuz — kaydırma kasmasın) */
html.sleek-shell .card.card--hot-icap {
  border-color: rgba(251, 146, 60, 0.85) !important;
  box-shadow:
    0 0 0 2px rgba(249, 115, 22, 0.45),
    0 0 18px rgba(249, 115, 22, 0.55),
    0 8px 18px rgba(0, 0, 0, 0.22);
  animation: none;
}
html.sleek-shell .card.card--hot-icap.is-wave {
  animation: cardWaveShine 0.72s ease-out both;
  animation-delay: calc(var(--wave-i, 0) * 75ms);
}
html.sleek-shell .card .card-flame {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(67, 20, 7, 0.72);
  border: 1px solid rgba(253, 186, 116, 0.7);
  box-shadow: 0 0 10px rgba(249, 115, 22, 0.65);
  z-index: 3;
  pointer-events: none;
  animation: none;
}
html.sleek-shell .card .card-flame svg {
  display: block;
  filter: none;
}
@keyframes hotIcapGlow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(249, 115, 22, 0.28),
      0 0 18px 2px rgba(249, 115, 22, 0.28),
      0 0 34px 4px rgba(251, 146, 60, 0.14),
      0 12px 28px rgba(0, 0, 0, 0.28);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(251, 146, 60, 0.45),
      0 0 28px 4px rgba(249, 115, 22, 0.42),
      0 0 52px 10px rgba(251, 146, 60, 0.26),
      0 12px 28px rgba(0, 0, 0, 0.28);
  }
}
@keyframes flameFlicker {
  0%, 100% { transform: translateY(0) scale(1); opacity: 1; }
  40% { transform: translateY(-1px) scale(1.08); opacity: 0.92; }
  70% { transform: translateY(0.5px) scale(0.96); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html.sleek-shell .card.is-wave,
  html.sleek-shell .card.is-wave::after,
  html.sleek-shell .card.card--hot-icap,
  html.sleek-shell .card .card-flame {
    animation: none !important;
  }
}
@keyframes cardSpotlightFlash {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  28% {
    opacity: 0.9;
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}
@media (prefers-reduced-motion: reduce) {
  html.sleek-shell .card.is-spotlight::before,
  html.sleek-shell.sleek-cream .card.is-spotlight::after {
    animation: none;
    opacity: 0.35;
    transform: scale(1);
  }
}
html.sleek-shell .card.search-dimmed {
  opacity: 0.35;
}
html.sleek-shell .card .glow {
  display: none;
}
html.sleek-shell .card .branch {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 800;
  opacity: 1;
  margin: 0;
  color: var(--card-accent);
  text-transform: uppercase;
  line-height: 1.15;
  max-width: 100%;
  padding: 0 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html.sleek-shell .card .name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1.15;
  text-transform: uppercase;
  color: #fff;
  max-width: 100%;
}
html.sleek-shell .card .name + .name {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}
html.sleek-shell .card .name-first {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
html.sleek-shell .card .name-last {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.1;
  text-transform: uppercase;
}
html.sleek-shell .card .none {
  font-size: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
}
html.sleek-shell .card .pill {
  margin-top: 2px;
  padding: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  background: transparent;
  border: none;
  border-radius: 0;
}
html.sleek-shell .card .card-tag,
html.sleek-shell .acil-uzman-tag {
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FCD34D;
  background: rgba(252, 211, 77, 0.14);
  border: 1px solid rgba(252, 211, 77, 0.35);
}
html.sleek-shell td.nm .acil-uzman-tag {
  margin-left: 8px;
  margin-top: 0;
  vertical-align: middle;
}
html.sleek-shell .card.card--acil-uzman {
  border-color: rgba(252, 211, 77, 0.28) !important;
}
html.sleek-shell .summary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

/* ---- Monthly table (outer chrome only; sticky/day cells untouched) ---- */
html.sleek-shell .table-section { margin-top: 20px; }
html.sleek-shell .table-section .head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
html.sleek-shell .table-section h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
html.sleek-shell .table-legend {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
html.sleek-shell .legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
html.sleek-shell .legend-dot.today { background: #FF8C00; }
html.sleek-shell .legend-dot.on { background: rgba(180, 190, 255, 0.85); }
html.sleek-shell .person-search {
  background: #17153B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  position: sticky;
  top: env(safe-area-inset-top, 0px);
  z-index: 55;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
html.sleek-shell body.ps-stuck .person-search {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
html.sleek-shell .person-search label { color: #F9A8D4; }
html.sleek-shell .person-info:not(:empty),
html.sleek-shell .person-info:not(:empty) b {
  color: #fda4af;
}
html.sleek-shell .person-info:not(:empty) {
  animation: none;
  text-shadow: 0 0 8px rgba(249, 115, 22, 0.45);
}
html.is-scrolling .person-info:not(:empty) {
  animation: none !important;
  text-shadow: none;
}
html.sleek-shell .month-table-wrap {
  position: relative;
  z-index: 40;
  border-radius: 24px;
  background: #12122e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  overflow-anchor: none;
}
html.sleek-shell .mt-sticky-head {
  position: fixed;
  z-index: 54;
  background: #17153B;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  display: none;
  pointer-events: none;
}
html.sleek-shell .mt-sticky-head.is-visible {
  display: flex;
}
html.sleek-shell .mt-sticky-head thead th.day {
  pointer-events: auto;
}
html.sleek-shell .grid > .card {
  content-visibility: auto;
  contain-intrinsic-size: auto 170px;
}
html.sleek-shell .mt-sticky-head-left,
html.sleek-shell .mt-sticky-head-right {
  background: #17153B;
}
html.sleek-shell body.mt-compact-head .mt-sticky-head.is-visible {
  border-radius: 0;
}
html.sleek-shell table.mt th,
html.sleek-shell table.mt td {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 120, 70, 0.22);
}
html.sleek-shell table.mt thead th {
  background: #17153B !important;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 800;
}
html.sleek-shell table.mt td.br,
html.sleek-shell table.mt th.corner {
  background: #151536 !important;
  color: #F9A8D4 !important;
  font-size: 10px;
  letter-spacing: 0.04em;
}
html.sleek-shell body.page-nobet table.mt td.br { color: #D8B4FE !important; }
html.sleek-shell body.page-acil table.mt td.br { color: #93C5FD !important; }
html.sleek-shell table.mt td.nm,
html.sleek-shell table.mt th.nm-h {
  background: #13132f !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 11px;
  font-weight: 700;
}
html.sleek-shell table.mt tbody tr.octoday td.nm { box-shadow: inset 3px 0 0 #FF8C00; }
html.sleek-shell table.mt thead th.day.col-today {
  background: transparent !important;
  color: transparent !important;
  position: relative;
}
html.sleek-shell table.mt thead th.day.col-today::after {
  content: attr(data-day);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #FF8C00;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 0 12px rgba(255, 140, 0, 0.4);
}
html.sleek-shell table.mt td.day {
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  position: relative;
  width: 36px;
  min-width: 36px;
  height: 44px;
  padding: 0;
}
html.sleek-shell table.mt td.day::after {
  content: none;
  display: none;
}
html.sleek-shell table.mt td.day.on {
  background: rgba(130, 145, 220, 0.32) !important;
}
html.sleek-shell table.mt td.day.on::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  box-shadow: none;
}
html.sleek-shell table.mt td.day.col-weekend,
html.sleek-shell table.mt thead th.day.col-weekend {
  background: rgba(0, 0, 0, 0.28) !important;
}
html.sleek-shell table.mt thead th.day.col-weekend {
  color: rgba(200, 210, 255, 0.7) !important;
}
html.sleek-shell table.mt thead th.day.col-weekend.col-today {
  background: transparent !important;
  color: transparent !important;
}
html.sleek-shell table.mt td.day.on.col-weekend {
  background: rgba(130, 145, 220, 0.38) !important;
}
html.sleek-shell table.mt td.day.col-today {
  background: rgba(255, 140, 0, 0.1) !important;
}
html.sleek-shell table.mt td.day.on.today,
html.sleek-shell table.mt td.day.on.col-today {
  background: #FF8C00 !important;
  box-shadow: none !important;
}
html.sleek-shell table.mt td.day.on.today::after,
html.sleek-shell table.mt td.day.on.col-today::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  background-image: none;
}
html.sleek-shell .mt-sticky-head table.mt {
  width: max-content !important;
  min-width: 0 !important;
  height: 32px;
  table-layout: auto !important;
}
html.sleek-shell .mt-sticky-head thead th {
  position: relative !important;
  top: auto !important;
  height: 32px !important;
  padding: 6px 4px !important;
  vertical-align: middle;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  text-indent: 0 !important;
  color: #E4E2F0 !important;
  -webkit-text-fill-color: #E4E2F0 !important;
  background: #17153B !important;
}
html.sleek-shell .mt-sticky-head thead th.corner,
html.sleek-shell .mt-sticky-head thead th.nm-h {
  color: #F9A8D4 !important;
  -webkit-text-fill-color: #F9A8D4 !important;
}
html.sleek-shell .mt-sticky-head thead th.day {
  color: #E4E2F0 !important;
  -webkit-text-fill-color: #E4E2F0 !important;
  background: #17153B !important;
  overflow: hidden !important;
}
html.sleek-shell .mt-sticky-head thead th.day.col-weekend {
  background: rgba(0, 0, 0, 0.35) !important;
  color: rgba(200, 210, 255, 0.85) !important;
  -webkit-text-fill-color: rgba(200, 210, 255, 0.85) !important;
}
html.sleek-shell .mt-sticky-head thead th.day.col-today {
  background: #17153B !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
html.sleek-shell .mt-sticky-head thead th.day.col-today::after {
  content: attr(data-day);
  position: absolute;
  inset: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  display: grid !important;
  place-items: center;
  background: #FF8C00;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.45);
}
html.sleek-shell table.mt td.day.pink-on {
  background: #db2777 !important;
  z-index: 1;
}
html.sleek-shell table.mt td.day.pink-on.col-weekend,
html.sleek-shell table.mt td.day.pink-on.on.col-weekend {
  background: #db2777 !important;
}
html.sleek-shell table.mt td.day.pink-on::after,
html.sleek-shell table.mt td.day.pink-on.on::after,
html.sleek-shell table.mt td.day.pink-on.on.today::after {
  content: attr(data-day);
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}
html.sleek-shell table.mt td.day.pink-on.today,
html.sleek-shell table.mt td.day.pink-on.on.today {
  background: #db2777 !important;
  box-shadow: none !important;
}
html.sleek-shell table.mt tbody tr.pink-row td.nm {
  background: #db2777 !important;
  color: #fff !important;
  font-weight: 800;
  border-left: 3px solid #be185d;
}
html.sleek-shell table.mt tbody tr.pink-row td.br {
  background: #4a1d3f !important;
  color: #fff !important;
}
html.sleek-shell .nm-count {
  display: none;
}
html.sleek-shell table.mt tbody tr.pink-row td.nm .nm-count {
  display: block !important;
  width: fit-content;
  margin: 0 0 3px;
  background: #be185d;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 7px;
  letter-spacing: 0.3px;
}

/* Kaydırırken: katman aç/kapa yapma (visibility toggle de jank yapar).
   HeaderFx pause edilir; canvas son karede kalır. */
html.sleek-shell.is-scrolling .sleek-blob {
  opacity: 0.35;
}
html.sleek-shell.is-scrolling .mobile-tabbar {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: #1A103C !important;
  box-shadow: none;
}
html.sleek-shell.is-scrolling body.ps-stuck .person-search {
  box-shadow: none;
}
html.sleek-shell .mobile-tabbar,
html.sleek-shell .person-search {
  transform: translateZ(0);
  backface-visibility: hidden;
}
html.sleek-shell .mt-sticky-head {
  transform: none;
  backface-visibility: visible;
  overflow: visible;
}
html.sleek-shell.sleek-cream .mobile-tabbar,
html.sleek-shell.sleek-cream .person-search,
html.sleek-shell.sleek-cream .mt-sticky-head {
  transform: none;
  backface-visibility: visible;
}

html.sleek-shell .footer-note,
html.sleek-shell .signature {
  color: rgba(255, 255, 255, 0.35);
}
html.sleek-shell .notice {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
}

html.sleek-shell .fab {
  bottom: calc(var(--sleek-tab-h) + env(safe-area-inset-bottom, 0px) + 12px);
}

html.sleek-shell .modal-overlay {
  padding-bottom: calc(var(--sleek-tab-h) + 12px);
}
html.sleek-shell .reminder-modal .modal-card,
html.sleek-shell .modal {
  background: #17153B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  color: #fff;
}

/* TUS / admin / mesai / kılavuz: keep content readable on the dark shell */
html.sleek-shell body.page-tus .container,
html.sleek-shell body.page-mesai .container,
html.sleek-shell body.admin-page .container,
html.sleek-shell body.page-guide .guide-page {
  position: relative;
  z-index: 1;
}
html.sleek-shell body.admin-page .brand p#whoami,
html.sleek-shell body.page-guide .brand > div > p {
  display: none !important;
}
html.sleek-shell body.admin-page .panel,
html.sleek-shell body.page-tus .panel,
html.sleek-shell body.page-guide .guide-section {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 2rem;
  color: #fff;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
html.sleek-shell body.admin-page .panel h2,
html.sleek-shell body.page-tus .panel h2,
html.sleek-shell body.page-guide .guide-section h2 {
  color: #fff;
}
html.sleek-shell:not(.sleek-cream) body.admin-page .panel .sub,
html.sleek-shell body.page-tus .panel .sub,
html.sleek-shell body.page-guide .guide-section p,
html.sleek-shell body.page-guide .guide-section li {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* ---- Admin ---- */
html.sleek-shell body.admin-page .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: min(100%, var(--sleek-content-max, 1120px));
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
html.sleek-shell body.admin-page .tabs {
  display: flex !important;
  gap: 6px;
  margin: 8px 0 14px;
  flex-wrap: wrap !important;
  justify-content: center;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
html.sleek-shell body.admin-page .tab {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}
html.sleek-shell:not(.sleek-cream) body.admin-page .tab {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
html.sleek-shell:not(.sleek-cream) body.admin-page .tab.active {
  background: #D8B4FE !important;
  border-color: transparent !important;
  color: #1A103C !important;
  font-weight: 700;
}
html.sleek-shell body.admin-page .tab-panel {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
html.sleek-shell body.admin-page .tab-panel.active {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
}
html.sleek-shell body.admin-page .panel,
html.sleek-shell body.admin-page .panel.wide {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}
html.sleek-shell:not(.sleek-cream) body.admin-page .admin-input,
html.sleek-shell:not(.sleek-cream) body.admin-page .form-group input,
html.sleek-shell:not(.sleek-cream) body.admin-page .form-group select,
html.sleek-shell:not(.sleek-cream) body.admin-page textarea,
html.sleek-shell:not(.sleek-cream) body.admin-page select {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border-radius: 14px;
}
html.sleek-shell:not(.sleek-cream) body.admin-page label,
html.sleek-shell:not(.sleek-cream) body.admin-page .form-group label,
html.sleek-shell:not(.sleek-cream) body.admin-page .muted {
  color: rgba(255, 255, 255, 0.55) !important;
}
html.sleek-shell body.admin-page .admin-ot-table th,
html.sleek-shell body.admin-page .admin-ot-table td,
html.sleek-shell body.admin-page table th,
html.sleek-shell body.admin-page table td {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.85);
}
html.sleek-shell:not(.sleek-cream) body.admin-page .btn.ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
html.sleek-shell body.admin-page .appearance-card,
html.sleek-shell body.admin-page .schedule-search-panel {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 1.5rem;
}

/* ---- Mesai ---- */
html.sleek-shell body.page-mesai .mesai-card {
  background: rgba(23, 21, 59, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 24px;
  box-shadow: none !important;
  color: #fff;
}
html.sleek-shell body.page-mesai .mesai-card h2,
html.sleek-shell body.page-mesai .mesai-label,
html.sleek-shell body.page-mesai .mesai-chip strong {
  color: #fff !important;
}
html.sleek-shell body.page-mesai .mesai-hint,
html.sleek-shell body.page-mesai .mesai-chip-meta {
  color: rgba(255, 255, 255, 0.55) !important;
}
html.sleek-shell body.page-mesai .mesai-period {
  color: #fecaca !important;
  font-weight: 800;
  background: rgba(127, 29, 29, 0.82);
  border: 1px solid rgba(248, 113, 113, 0.7);
  border-left: 4px solid #f87171;
  border-radius: 12px;
  padding: 12px 14px;
}
/* Açık renkli mesai gün panellerinde metin okunaklı kalsın */
html.sleek-shell body.page-mesai .mesai-days-edit {
  background: rgba(248, 250, 252, 0.96) !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit-toggle {
  color: #0f172a !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit-hint,
html.sleek-shell body.page-mesai .mesai-days-edit .mesai-hint {
  color: #334155 !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit-row {
  background: #fff !important;
  border-color: #e2e8f0 !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit-row h4 {
  color: #0f172a !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit-row .mesai-days-edit-meta {
  color: #475569 !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit .day-toggle {
  background: #e2e8f0 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit .day-toggle.weekend {
  background: #334155 !important;
  border-color: #1e293b !important;
  color: #f8fafc !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit .day-toggle.on {
  background: linear-gradient(135deg, #e31e24, #f97316) !important;
  border-color: transparent !important;
  color: #fff !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit .day-toggle.nobet-mark {
  background: linear-gradient(135deg, #7c3aed, #a78bfa) !important;
  border-color: transparent !important;
  color: #fff !important;
}
html.sleek-shell body.page-mesai .mesai-days-edit .day-toggle.nobet-mark.on {
  background: linear-gradient(135deg, #7c3aed, #f97316) !important;
}
html.sleek-shell body.page-mesai .mesai-legend-nobet { color: #6d28d9 !important; }
html.sleek-shell body.page-mesai .mesai-legend-mesai { color: #c2410c !important; }
html.sleek-shell body.page-mesai .mesai-ybu-window {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
}
html.sleek-shell body.page-mesai .mesai-ybu-window .mesai-label,
html.sleek-shell body.page-mesai .mesai-ybu-window-opt {
  color: #0f172a !important;
}
html.sleek-shell body.page-mesai .mesai-ybu-window .mesai-hint {
  color: #475569 !important;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-select,
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-picker input,
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-extra-input {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border-radius: 16px;
  /* width=580 viewport’ta cihaz px ≥16 kalsın (iOS input zoom) */
  font-size: 26px !important;
}
html.sleek-shell body.page-mesai .mesai-select option {
  background: #17153B;
  color: #fff;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-suggest {
  background: #17153B !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-suggest button {
  color: #fff;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-suggest button:hover,
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-suggest button.is-active {
  background: linear-gradient(135deg, #D8B4FE, #C084FC);
  color: #1A103C;
}
html.sleek-shell body.page-mesai .mesai-chip {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
html.sleek-shell body.page-mesai .mesai-calc-btn {
  border-radius: 18px;
}
html.sleek-shell body.page-mesai .mesai-result {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-stat {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-stat b {
  color: #fff !important;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-stat small {
  color: rgba(255, 255, 255, 0.55) !important;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-money {
  background: rgba(227, 30, 36, 0.18) !important;
  border: 1px solid rgba(248, 113, 113, 0.4) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-money > div {
  color: rgba(255, 255, 255, 0.85) !important;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-money .net {
  color: #fda4af !important;
}
html.sleek-shell body.page-mesai .mesai-person {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #fff;
}
html.sleek-shell body.page-mesai .mesai-person h3 {
  color: #fff !important;
}
html.sleek-shell body.page-mesai .mesai-person td {
  color: rgba(255, 255, 255, 0.78) !important;
}
html.sleek-shell body.page-mesai .mesai-unused {
  color: rgba(255, 255, 255, 0.7);
}
html.sleek-shell body.page-mesai .mesai-workmode-opt {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}
html.sleek-shell body.page-mesai .mesai-workmode-opt:has(input:checked) {
  border-color: rgba(248, 113, 113, 0.7);
  background: rgba(227, 30, 36, 0.18);
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.18);
}
html.sleek-shell body.page-mesai .mesai-err {
  color: #fecaca;
}
html.sleek-shell body.page-mesai .mesai-err--title {
  background: rgba(227, 30, 36, 0.22);
  border-color: rgba(248, 113, 113, 0.45);
  color: #fecaca;
}
html.sleek-shell body.page-mesai .self-register-modal-inner {
  background: #17153B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
html.sleek-shell body.page-mesai .self-register-modal-inner input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

/* ---- TUS ---- */
html.sleek-shell body.page-tus .tus-countdown-card,
html.sleek-shell body.page-tus .tus-progress-card,
html.sleek-shell body.page-tus .tus-program-stats,
html.sleek-shell body.page-tus .tus-off-days-section,
html.sleek-shell body.page-tus .tus-add-subjects-section,
html.sleek-shell body.page-tus .tus-template-bar,
html.sleek-shell body.page-tus .tus-edit-bar,
html.sleek-shell body.page-tus .tus-program-config {
  background: rgba(23, 21, 59, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 24px;
  color: #fff !important;
  box-shadow: none !important;
}
html.sleek-shell body.page-tus .tus-countdown-title,
html.sleek-shell body.page-tus .tus-progress-title,
html.sleek-shell body.page-tus .tus-program-stats-title,
html.sleek-shell body.page-tus h2,
html.sleek-shell body.page-tus h3 {
  color: #fff !important;
}
html.sleek-shell body.page-tus .tus-countdown-target,
html.sleek-shell body.page-tus .muted,
html.sleek-shell body.page-tus .tus-hint,
html.sleek-shell body.page-tus .sub {
  color: rgba(255, 255, 255, 0.55) !important;
}
html.sleek-shell body.page-tus .tus-countdown-unit span,
html.sleek-shell body.page-tus .tus-progress-pct {
  color: #fff !important;
}
html.sleek-shell body.page-tus .tus-countdown-unit small {
  color: rgba(255, 255, 255, 0.45);
}
html.sleek-shell body.page-tus .admin-input,
html.sleek-shell body.page-tus .tus-task-input,
html.sleek-shell body.page-tus select,
html.sleek-shell body.page-tus input[type="date"],
html.sleek-shell body.page-tus input[type="text"],
html.sleek-shell body.page-tus input[type="number"] {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border-radius: 14px;
}
html.sleek-shell body.page-tus .tus-bar-field label {
  color: rgba(255, 255, 255, 0.55) !important;
}
html.sleek-shell body.page-tus .tus-program-stats-table th,
html.sleek-shell body.page-tus .tus-program-stats-table td,
html.sleek-shell body.page-tus .tus-pst-table-fixed th,
html.sleek-shell body.page-tus .tus-pst-table-fixed td {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
html.sleek-shell body.page-tus .tus-self-register-btn,
html.sleek-shell body.page-tus .btn.ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
html.sleek-shell body.page-tus .tus-cell-popover,
html.sleek-shell body.page-tus .tus-shift-popover {
  background: #17153B !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}

/* ---- Kılavuz ---- */
html.sleek-shell body.page-guide .guide-hero h1 {
  color: #fff;
}
html.sleek-shell body.page-guide .guide-hero p {
  color: rgba(255, 255, 255, 0.55);
}
html.sleek-shell body.page-guide .guide-edit-bar {
  background: rgba(23, 21, 59, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
html.sleek-shell body.page-guide .guide-badge {
  background: rgba(216, 180, 254, 0.18);
  color: #E9D5FF;
}

/* ---- Bottom tab bar (mobil: ekranın altına yapışık; web boşluğu yok) ---- */
html.sleek-shell .mobile-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  height: auto;
  min-height: 80px;
  padding: 0 10px max(12px, env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 2px;
  overflow: visible;
  background: rgba(26, 16, 60, 0.98);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}
html.sleek-shell .mobile-tabbar a {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55);
  padding: 0 2px 2px;
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}
html.sleek-shell .mobile-tabbar a:focus,
html.sleek-shell .mobile-tabbar a:active,
html.sleek-shell .mobile-tabbar a:focus-visible {
  outline: none;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}
html.sleek-shell .mobile-tabbar a .mobile-tab-ico {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
}
html.sleek-shell .mobile-tabbar a span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.15;
  max-width: 100%;
  white-space: normal;
}
html.sleek-shell .mobile-tabbar a svg {
  width: 26px;
  height: 26px;
}
html.sleek-shell .mobile-tabbar a.is-active {
  z-index: 2;
  color: #fff;
  transform: translateY(-28px);
}
html.sleek-shell .mobile-tabbar a.is-active .mobile-tab-ico {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D8B4FE, #C084FC);
  border: 4px solid #0F0C29;
  box-shadow: 0 0 25px rgba(216, 180, 254, 0.55);
  margin-bottom: 2px;
}
html.sleek-shell body.page-nobet .mobile-tabbar a.is-active .mobile-tab-ico {
  background: linear-gradient(135deg, #6EE7B7, #34D399);
}
html.sleek-shell body.page-acil .mobile-tabbar a.is-active .mobile-tab-ico {
  background: linear-gradient(135deg, #93C5FD, #60A5FA);
}
html.sleek-shell body.page-mesai .mobile-tabbar a.is-active .mobile-tab-ico {
  background: linear-gradient(135deg, #F9A8D4, #FB7185);
}

/* Mesai sekmesi — seçili olmasa da yavaş, daha belirgin fosforlu nabız */
html.sleek-shell .mobile-tabbar a.nav-mesai-tab:not(.is-active) .mobile-tab-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  animation: mesaiTabPulse 5.5s ease-in-out infinite;
}
html.sleek-shell .mobile-tabbar a.nav-mesai-tab:not(.is-active) {
  color: rgba(255, 230, 240, 0.88);
}
html.sleek-shell .mobile-tabbar a.nav-mesai-tab:not(.is-active) svg {
  width: 28px;
  height: 28px;
}
@keyframes mesaiTabPulse {
  0%, 100% {
    background: rgba(249, 168, 212, 0.12);
    box-shadow:
      0 0 8px 2px rgba(249, 168, 212, 0.18),
      0 0 18px 4px rgba(251, 113, 133, 0.1);
    transform: scale(1);
  }
  50% {
    background: rgba(249, 168, 212, 0.38);
    box-shadow:
      0 0 16px 4px rgba(249, 168, 212, 0.55),
      0 0 36px 10px rgba(251, 113, 133, 0.32),
      0 0 54px 16px rgba(251, 113, 133, 0.16);
    transform: scale(1.08);
  }
}
@media (prefers-reduced-motion: reduce) {
  html.sleek-shell .mobile-tabbar a.nav-mesai-tab:not(.is-active) .mobile-tab-ico {
    animation: none;
    background: rgba(249, 168, 212, 0.28);
    box-shadow: 0 0 18px 6px rgba(249, 168, 212, 0.35);
  }
}

/* Klavye açıkken alt menüyü gizle — arama alanını kapatmasın */
html.sleek-shell.kb-open .mobile-tabbar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  transition: opacity 0.2s ease, transform 0.25s ease;
}
html.sleek-shell body.page-tus .mobile-tabbar a.is-active .mobile-tab-ico {
  background: linear-gradient(135deg, #FDE68A, #FBBF24);
}
html.sleek-shell .mobile-tabbar a.is-active svg {
  width: 32px;
  height: 32px;
  color: #1A103C;
}
html.sleek-shell .mobile-tabbar a.is-active span {
  color: #fff;
  white-space: nowrap;
}
html.sleek-shell .mobile-tabbar a.nav-tus-tab[hidden],
html.sleek-shell .mobile-tabbar a.nav-mesai-tab[hidden] { display: none !important; }


/* ---- Wide screens (tablet landscape / desktop) ---- */
@media (min-width: 901px) {
  html.sleek-shell .topbar .inner {
    max-width: var(--sleek-content-max);
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    box-sizing: border-box;
  }
  html.sleek-shell .container,
  html.sleek-shell body.page-guide .guide-page {
    max-width: var(--sleek-content-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
  html.sleek-shell .grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }
  html.sleek-shell .mobile-tabbar {
    left: 50%;
    right: auto;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    width: min(720px, calc(100% - 48px));
    max-width: 720px;
    height: 80px;
    padding: 0 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--sleek-radius);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  }
  html.sleek-shell .mobile-tabbar a {
    min-width: 64px;
  }
  html.sleek-shell .mobile-tabbar a span {
    font-size: 11px;
  }
  html.sleek-shell .mobile-tabbar a.is-active {
    transform: translateY(-30px);
  }
  html.sleek-shell .mobile-tabbar a.is-active .mobile-tab-ico {
    width: 70px;
    height: 70px;
  }
  html.sleek-shell .duty-range-row {
    max-width: none;
    flex-direction: row;
    align-items: stretch;
  }
  html.sleek-shell .duty-range,
  html.sleek-shell .btn.reminder-btn {
    flex: 1 1 0;
    width: auto;
  }
  html.sleek-shell .month-table-wrap {
    border-radius: 28px;
  }
  html.sleek-shell body.page-mesai .mesai-wrap {
    max-width: 820px;
  }
  html.sleek-shell .topbar-install-host,
  html.sleek-shell .topbar .inner > #pwaInstallHost {
    right: 84px;
    max-width: 210px;
    top: calc(16px + env(safe-area-inset-top, 0px) + 16px);
  }
  html.sleek-shell .topbar-install-host .pwa-install-label::after,
  html.sleek-shell .topbar .inner > #pwaInstallHost .pwa-install-label::after {
    content: 'Uygulamayı İndir';
  }
}

@media (min-width: 1200px) {
  html.sleek-shell {
    --sleek-content-max: 1360px;
  }
  html.sleek-shell .grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media (min-width: 1500px) {
  html.sleek-shell {
    --sleek-content-max: 1560px;
  }
  html.sleek-shell .grid {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  }
}

/* ---- İkinci tasarım: karanlık tema kapalı (krem / soft, tüm sekmeler) ---- */
html.sleek-shell.sleek-cream,
html.sleek-shell.sleek-cream.theme-light {
  --bg-1: #FAF5EB;
  --bg-2: #FAF5EB;
  --bg-3: #F0E6D6;
  --card: #FFFFFF;
  --text: #2D3436;
  --muted: #636E72;
  --cream-bg: #FAF5EB;
  --cream-fg: #2D3436;
  --cream-primary: #FF6B6B;
  --cream-secondary: #4ECDC4;
  --cream-muted: #F0E6D6;
  --cream-muted-fg: #636E72;
  --cream-accent: #FFE66D;
  --cream-card: #FFFFFF;
  --cream-border: #EBDCC7;
  --cream-purple: #C3AED6;
  --sleek-content-max: 1280px;
  color-scheme: light;
  background: #FAF5EB !important;
}
html.sleek-shell.sleek-cream,
html.sleek-shell.sleek-cream body,
html.sleek-shell.sleek-cream.theme-light,
html.sleek-shell.sleek-cream.theme-light body {
  background: #FAF5EB !important;
  color: #2D3436 !important;
  font-family: 'Nunito Sans', 'Manrope', system-ui, sans-serif !important;
}
html.sleek-shell.sleek-cream body::before {
  background: #FAF5EB !important;
}
html.sleek-shell.sleek-cream.is-scrolling .mobile-tabbar {
  background: #fff !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
html.sleek-shell.sleek-cream.is-scrolling .sleek-blob {
  opacity: 1;
}
html.sleek-shell.sleek-cream .topbar:has(.header-fx-layer),
html.sleek-shell.sleek-cream.header-fx-boot .topbar:not(:has(.header-fx-layer)) {
  background: transparent !important;
}
html.sleek-shell.sleek-cream .topbar .header-fx-layer,
html.sleek-shell.sleek-cream .topbar .header-fx-canvas {
  display: none !important;
}
html.sleek-shell.sleek-cream .sleek-blob,
html.sleek-shell.sleek-cream .cream-blob {
  display: none !important;
}

html.sleek-shell.sleek-cream body.page-profil {
  --cream-bg: #FAF5EB;
  --cream-fg: #2D3436;
  --cream-primary: #FF6B6B;
  --cream-secondary: #4ECDC4;
  --cream-muted: #F0E6D6;
  --cream-muted-fg: #636E72;
  --cream-accent: #FFE66D;
  --cream-card: #FFFFFF;
  --cream-border: #EBDCC7;
  --cream-purple: #C3AED6;
  background: #FAF5EB !important;
  color: #2D3436 !important;
  font-family: 'Nunito Sans', 'Manrope', system-ui, sans-serif !important;
}
html.sleek-shell.sleek-cream body.page-profil::before {
  background: #FAF5EB !important;
}
html.sleek-shell.sleek-cream .cream-blob {
  display: block;
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}
html.sleek-shell.sleek-cream .cream-blob--tr {
  top: -80px;
  right: -90px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 107, 107, 0.16) 0%, rgba(255, 107, 107, 0) 70%);
}
html.sleek-shell.sleek-cream .cream-blob--bl {
  bottom: 80px;
  left: -80px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 230, 109, 0.22) 0%, rgba(255, 230, 109, 0) 70%);
}
html.sleek-shell.sleek-cream body.page-profil .profil-wrap {
  position: relative;
  z-index: 1;
  padding-top: calc(20px + env(safe-area-inset-top, 0px));
  padding-bottom: 36px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-header {
  align-items: center;
  margin-bottom: 18px;
  padding: 0 4px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-kicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #636E72;
}
html.sleek-shell.sleek-cream body.page-profil .profil-title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #2D3436;
  line-height: 1.05;
}
html.sleek-shell.sleek-cream body.page-profil .profil-icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #4ECDC4;
  border: 1px solid rgba(235, 220, 199, 0.5);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
html.sleek-shell.sleek-cream body.page-profil .profil-card,
html.sleek-shell.sleek-cream body.page-profil .profil-stat,
html.sleek-shell.sleek-cream body.page-profil .profil-month-pick {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
html.sleek-shell.sleek-cream body.page-profil .profil-hero {
  padding: 22px 20px;
  border-radius: 32px;
  gap: 18px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-avatar-wrap {
  display: block;
}
html.sleek-shell.sleek-cream body.page-profil .profil-avatar {
  width: 80px;
  height: 80px;
  background: #C3AED6;
  color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  font-size: 28px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-avatar-check {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4ECDC4;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
html.sleek-shell.sleek-cream body.page-profil .profil-hero-text h2 {
  color: #2D3436;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
html.sleek-shell.sleek-cream body.page-profil .profil-meta {
  color: #636E72;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 8px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-badge {
  color: #4ECDC4;
  background: rgba(78, 205, 196, 0.12);
  border: 1px solid rgba(78, 205, 196, 0.22);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-badge--active {
  color: #4ECDC4;
  background: rgba(78, 205, 196, 0.12);
  border-color: rgba(78, 205, 196, 0.22);
}
html.sleek-shell.sleek-cream body.page-profil .profil-stats {
  gap: 14px;
  margin-bottom: 14px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-stat,
html.sleek-shell.sleek-cream body.page-profil .profil-month-pick {
  border-radius: 24px;
  padding: 18px 16px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-stat-label {
  color: #636E72;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-stat-row strong,
html.sleek-shell.sleek-cream body.page-profil .profil-stat-row .profil-stat-accent {
  color: #2D3436;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
html.sleek-shell.sleek-cream body.page-profil .profil-stat-row span {
  color: #636E72;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
html.sleek-shell.sleek-cream body.page-profil .profil-pay-net {
  color: #4ECDC4;
}
html.sleek-shell.sleek-cream body.page-profil .profil-month-pick select,
html.sleek-shell.sleek-cream body.page-profil .admin-select,
html.sleek-shell.sleek-cream body.page-profil .mesai-extra-input,
html.sleek-shell.sleek-cream body.page-profil .admin-input,
html.sleek-shell.sleek-cream body.page-profil textarea {
  background: #fff !important;
  color: #2D3436 !important;
  border: 1px solid #EBDCC7 !important;
}
html.sleek-shell.sleek-cream body.page-profil #profilDutyName,
html.sleek-shell.sleek-cream body.page-profil .muted {
  color: #636E72 !important;
}
html.sleek-shell.sleek-cream body.page-profil .profil-duty-badge {
  color: #2D3436;
  background: #F0E6D6;
  border-color: #EBDCC7;
}
html.sleek-shell.sleek-cream body.page-profil .profil-mesai-report {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  color: #2D3436;
}
html.sleek-shell.sleek-cream body.page-profil .profil-radio {
  color: #2D3436;
}
html.sleek-shell.sleek-cream body.page-profil .profil-section-title {
  color: #636E72;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  padding: 0 8px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-list {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  overflow: visible;
}
html.sleek-shell.sleek-cream body.page-profil .profil-row {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  border-radius: 24px;
  padding: 18px 20px;
  color: #2D3436;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  font-weight: 800;
}
html.sleek-shell.sleek-cream body.page-profil .profil-row + .profil-row {
  border-top: 1px solid rgba(235, 220, 199, 0.5);
}
html.sleek-shell.sleek-cream body.page-profil .profil-row-left {
  font-weight: 800;
  color: #2D3436;
}
html.sleek-shell.sleek-cream body.page-profil .profil-row-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
html.sleek-shell.sleek-cream body.page-profil .profil-row-ico--coral {
  background: rgba(255, 107, 107, 0.12);
  color: #FF6B6B;
}
html.sleek-shell.sleek-cream body.page-profil .profil-row-ico--teal {
  background: rgba(78, 205, 196, 0.12);
  color: #4ECDC4;
}
html.sleek-shell.sleek-cream body.page-profil .profil-row-ico--accent {
  background: rgba(255, 230, 109, 0.28);
  color: #2D3436;
}
html.sleek-shell.sleek-cream body.page-profil .profil-row-ico--purple,
html.sleek-shell.sleek-cream body.page-profil .profil-row-ico--blue {
  background: rgba(195, 174, 214, 0.22);
  color: #7c6a9a;
}
html.sleek-shell.sleek-cream body.page-profil .profil-chevron {
  color: rgba(99, 110, 114, 0.3);
}
html.sleek-shell.sleek-cream body.page-profil .profil-admin-box {
  background: #fff !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
  box-shadow: 0 8px 20px rgba(45, 52, 54, 0.06);
}
html.sleek-shell.sleek-cream body.page-profil .profil-mini-card {
  background: #FAF5EB !important;
  border-color: #EBDCC7 !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-profil .profil-mini-card--pending {
  background: #FFFBEB !important;
  border-color: #fcd34d !important;
}
html.sleek-shell.sleek-cream body.page-profil .profil-mini-card--ok {
  background: #ECFDF5 !important;
  border-color: #6ee7b7 !important;
}
html.sleek-shell.sleek-cream body.page-profil .profil-mini-card--code {
  background: #EEF2FF !important;
  border-color: #c7d2fe !important;
}
html.sleek-shell.sleek-cream body.page-profil .profil-invite-fresh {
  background: #ECFDF5 !important;
  border-color: #6ee7b7 !important;
  color: #065f46 !important;
}
html.sleek-shell.sleek-cream body.page-profil .profil-switch {
  width: 40px;
  height: 20px;
  background: #F0E6D6;
}
html.sleek-shell.sleek-cream body.page-profil .profil-switch::after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-switch:checked {
  background: #4ECDC4;
}
html.sleek-shell.sleek-cream body.page-profil .profil-switch:checked::after {
  transform: translateX(20px);
}
html.sleek-shell.sleek-cream body.page-profil #suggestBox {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  padding: 16px 18px !important;
}
html.sleek-shell.sleek-cream body.page-profil .profil-cream-deco {
  display: flex;
  justify-content: center;
  margin: 12px 0 8px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-cream-deco img {
  width: 128px;
  height: 128px;
  object-fit: contain;
}
html.sleek-shell.sleek-cream body.page-profil .profil-logout {
  height: 56px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(255, 107, 107, 0.22);
  color: #FF6B6B;
  font-weight: 900;
  font-size: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  margin: 8px 0 20px;
}
html.sleek-shell.sleek-cream body.page-profil .profil-mesai-fix-btn {
  border-radius: 999px;
}
html.sleek-shell.sleek-cream body.page-profil .reminder-modal {
  background: #fff;
  color: #2D3436;
  border: 1px solid #EBDCC7;
}
html.sleek-shell.sleek-cream body.page-profil .reminder-modal h3 {
  color: #2D3436;
}
html.sleek-shell.sleek-cream body.page-profil .reminder-modal .sub,
html.sleek-shell.sleek-cream body.page-profil .reminder-modal > label,
html.sleek-shell.sleek-cream body.page-profil .reminder-modal #remNameWrap label {
  color: #636E72;
}
html.sleek-shell.sleek-cream body.page-profil .reminder-modal select {
  background: #fff;
  color: #2D3436;
  border: 1px solid #EBDCC7;
}
html.sleek-shell.sleek-cream body.page-profil .rem-type-chip {
  background: #F0E6D6;
  border-color: #EBDCC7;
  color: #2D3436;
}
html.sleek-shell.sleek-cream body.page-profil .modal,
html.sleek-shell.sleek-cream body.page-profil .self-register-modal-inner {
  background: #fff;
  color: #2D3436;
  border: 1px solid #EBDCC7;
}

html.sleek-shell.sleek-cream .mobile-tabbar {
  left: 24px;
  right: 24px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  width: auto;
  max-width: none;
  transform: none;
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.6);
  border-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  min-height: 0;
  height: auto;
  padding: 10px;
  align-items: stretch;
}
html.sleek-shell.sleek-cream .mobile-tabbar a {
  color: #636E72;
  padding: 12px 2px 10px;
  justify-content: center;
  gap: 6px;
}
html.sleek-shell.sleek-cream .mobile-tabbar a span {
  text-transform: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  color: inherit;
  white-space: normal;
  line-height: 1.12;
  text-align: center;
  max-width: none;
  width: 100%;
}
html.sleek-shell.sleek-cream .mobile-tabbar a .mobile-tab-ico,
html.sleek-shell.sleek-cream .mobile-tabbar a.nav-mesai-tab:not(.is-active) .mobile-tab-ico {
  width: 32px;
  height: 32px;
  animation: none;
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  transform: none;
}
html.sleek-shell.sleek-cream .mobile-tabbar a svg,
html.sleek-shell.sleek-cream .mobile-tabbar a.nav-mesai-tab:not(.is-active) svg {
  width: 26px;
  height: 26px;
  color: inherit;
}
html.sleek-shell.sleek-cream .mobile-tabbar a.is-active {
  z-index: 2;
  transform: none;
  color: #4ECDC4;
  background: rgba(78, 205, 196, 0.12);
  border-radius: 32px;
}
html.sleek-shell.sleek-cream .mobile-tabbar a.is-active .mobile-tab-ico {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
}
html.sleek-shell.sleek-cream .mobile-tabbar a.is-active svg {
  width: 28px;
  height: 28px;
  color: inherit;
}
html.sleek-shell.sleek-cream .mobile-tabbar a.is-active span {
  color: inherit;
}
html.sleek-shell.sleek-cream body.page-nobet .mobile-tabbar a.is-active,
html.sleek-shell.sleek-cream body.page-icap .mobile-tabbar a.is-active {
  color: #FF6B6B;
  background: rgba(255, 107, 107, 0.12);
}
html.sleek-shell.sleek-cream body.page-acil .mobile-tabbar a.is-active,
html.sleek-shell.sleek-cream body.page-profil .mobile-tabbar a.is-active,
html.sleek-shell.sleek-cream body.admin-page .mobile-tabbar a.is-active,
html.sleek-shell.sleek-cream body.page-guide .mobile-tabbar a.is-active {
  color: #4ECDC4;
  background: rgba(78, 205, 196, 0.12);
}
html.sleek-shell.sleek-cream body.page-mesai .mobile-tabbar a.is-active,
html.sleek-shell.sleek-cream body.page-tus .mobile-tabbar a.is-active {
  color: #C3AED6;
  background: rgba(195, 174, 214, 0.22);
}

@media (min-width: 901px) {
  html.sleek-shell.sleek-cream .mobile-tabbar {
    left: 50%;
    right: auto;
    width: min(720px, calc(100% - 48px));
    transform: translateX(-50%);
  }
}

/* Krem: üst bar, arama, kartlar, tablo, mesai */
html.sleek-shell.sleek-cream .brand-head h1,
html.sleek-shell.sleek-cream .brand h1,
html.sleek-shell.sleek-cream .topbar:has(.header-fx-layer) .brand h1 {
  color: #2D3436 !important;
  text-shadow: none !important;
}
html.sleek-shell.sleek-cream .sleek-date {
  color: #636E72;
}
html.sleek-shell.sleek-cream .sleek-avatar {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.7);
  color: #4ECDC4;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
html.sleek-shell.sleek-cream body.page-nobet .sleek-avatar {
  background: #fff;
  border-color: rgba(235, 220, 199, 0.7);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
html.sleek-shell.sleek-cream .sleek-avatar-letter { color: #2D3436; }
html.sleek-shell.sleek-cream .sleek-avatar-dot { border-color: #fff; background: #4ECDC4; }
html.sleek-shell.sleek-cream .duty-range {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  color: #636E72;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
html.sleek-shell.sleek-cream .duty-range b,
html.sleek-shell.sleek-cream .duty-range .duty-range-span {
  color: #2D3436;
}
html.sleek-shell.sleek-cream .btn.reminder-btn,
html.sleek-shell.sleek-cream body.page-nobet .btn.reminder-btn {
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.5) !important;
  color: #2D3436 !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
html.sleek-shell.sleek-cream .gece-kurasi-btn,
html.sleek-shell.sleek-cream #geceKurasiBtn {
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.5) !important;
  color: #2D3436 !important;
  border-radius: 2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
html.sleek-shell.sleek-cream .gece-kurasi-banner .gk-banner-inner {
  background: #fff;
  border-color: #EBDCC7;
  color: #2D3436;
}
html.sleek-shell.sleek-cream .field label,
html.sleek-shell.sleek-cream .search-panel-label,
html.sleek-shell.sleek-cream .search-panel-hint {
  color: #636E72 !important;
}
html.sleek-shell.sleek-cream .schedule-search-panel {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
html.sleek-shell.sleek-cream .search-ac-wrap input[type="search"],
html.sleek-shell.sleek-cream .field input,
html.sleek-shell.sleek-cream .field select,
html.sleek-shell.sleek-cream .date-today-row input[type="date"],
html.sleek-shell.sleek-cream .person-search select {
  background: transparent !important;
  border: none !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .date-today-row .btn,
html.sleek-shell.sleek-cream .btn.ghost.sm {
  background: #fff !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .icap-self-register-btn {
  background: #FF6B6B;
  color: #fff;
  border: none;
}
html.sleek-shell.sleek-cream .icap-branch-vote-btn {
  background: #fff;
  border: 1px solid #EBDCC7;
  color: #2D3436;
}
html.sleek-shell.sleek-cream .card {
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.5) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  border-radius: 2rem;
}
html.sleek-shell.sleek-cream .card .name,
html.sleek-shell.sleek-cream .card .name-first,
html.sleek-shell.sleek-cream .card .name-last {
  color: #2D3436;
}
html.sleek-shell.sleek-cream .card .name + .name {
  border-top-color: rgba(235, 220, 199, 0.7);
}
html.sleek-shell.sleek-cream .card .none { color: #636E72; }
html.sleek-shell.sleek-cream .card .pill {
  background: color-mix(in srgb, var(--cream-accent) 28%, #fff);
  color: #2D3436;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
html.sleek-shell.sleek-cream .card .branch {
  font-size: 9px;
  letter-spacing: 0.08em;
}
html.sleek-shell.sleek-cream .summary {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  color: #636E72;
}
html.sleek-shell.sleek-cream .table-section h3 {
  color: #2D3436;
}
html.sleek-shell.sleek-cream .table-legend { color: #636E72; }
html.sleek-shell.sleek-cream .legend-dot.today { background: #FF6B6B; }
html.sleek-shell.sleek-cream .legend-dot.on { background: #4ECDC4; }
html.sleek-shell.sleek-cream .person-search {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
html.sleek-shell.sleek-cream body.ps-stuck .person-search {
  box-shadow: 0 8px 20px rgba(45, 52, 54, 0.08);
}
html.sleek-shell.sleek-cream .person-search label { color: #4ECDC4; }
html.sleek-shell.sleek-cream .person-info:not(:empty),
html.sleek-shell.sleek-cream .person-info:not(:empty) b {
  color: #FF6B6B;
  text-shadow: none;
}
html.sleek-shell.sleek-cream .month-table-wrap {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
html.sleek-shell.sleek-cream .mt-sticky-head {
  position: fixed;
  display: none;
  z-index: 54;
  background: #F7F0E3;
  box-shadow: 0 8px 20px rgba(45, 52, 54, 0.1);
}
html.sleek-shell.sleek-cream .mt-sticky-head.is-visible {
  display: flex !important;
}
html.sleek-shell.sleek-cream .mt-sticky-head-left,
html.sleek-shell.sleek-cream .mt-sticky-head-right {
  background: #F7F0E3;
}
html.sleek-shell.sleek-cream table.mt th,
html.sleek-shell.sleek-cream table.mt td {
  border-right: 1px solid #C9C0B2 !important;
  border-bottom: 1px solid #E4D9C8;
}
html.sleek-shell.sleek-cream table.mt thead th {
  background: #F7F0E3 !important;
  color: #636E72;
}
html.sleek-shell.sleek-cream table.mt td.br,
html.sleek-shell.sleek-cream table.mt th.corner,
html.sleek-shell.sleek-cream body.page-nobet table.mt td.br,
html.sleek-shell.sleek-cream body.page-acil table.mt td.br {
  background: #FAF5EB !important;
  color: #FF6B6B !important;
}
html.sleek-shell.sleek-cream body.page-acil table.mt td.br { color: #4ECDC4 !important; }
html.sleek-shell.sleek-cream table.mt td.nm,
html.sleek-shell.sleek-cream table.mt th.nm-h {
  background: #fff !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream table.mt thead th.day.col-today::after {
  background: #FF8C00;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.4);
}
html.sleek-shell.sleek-cream table.mt td.day.on {
  background: rgba(78, 205, 196, 0.18) !important;
}
html.sleek-shell.sleek-cream table.mt td.day.on::after {
  background: #4ECDC4;
}
html.sleek-shell.sleek-cream table.mt td.day.on.today,
html.sleek-shell.sleek-cream table.mt td.day.on.col-today {
  background: rgba(255, 107, 107, 0.22) !important;
}
html.sleek-shell.sleek-cream table.mt thead th.day.col-weekend,
html.sleek-shell.sleek-cream table.mt td.day.col-weekend {
  background: #E6E2DA !important;
}
html.sleek-shell.sleek-cream .footer-note,
html.sleek-shell.sleek-cream .signature {
  color: rgba(99, 110, 114, 0.8);
}
html.sleek-shell.sleek-cream .notice {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  color: #2D3436;
}
html.sleek-shell.sleek-cream .sig-url { color: rgba(99, 110, 114, 0.7); }

html.sleek-shell.sleek-cream body.page-mesai .mesai-period {
  color: #991b1b !important;
  background: #fff5f5;
  border: 1px solid #fca5a5;
  border-left: 4px solid #FF6B6B;
}
html.sleek-shell.sleek-cream .mesai-card,
html.sleek-shell.sleek-cream body.page-mesai .mesai-card,
html.sleek-shell.sleek-cream .panel,
html.sleek-shell.sleek-cream .hospital-card,
html.sleek-shell.sleek-cream .tus-progress-card,
html.sleek-shell.sleek-cream .appearance-card {
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.55) !important;
  color: #2D3436 !important;
  box-shadow:
    0 10px 28px rgba(45, 52, 54, 0.06),
    0 0 28px rgba(78, 205, 196, 0.1) !important;
}
html.sleek-shell.sleek-cream .mesai-card h2,
html.sleek-shell.sleek-cream .mesai-card h3,
html.sleek-shell.sleek-cream .mesai-label,
html.sleek-shell.sleek-cream .panel h2,
html.sleek-shell.sleek-cream .hero h2,
html.sleek-shell.sleek-cream body.page-mesai .mesai-card,
html.sleek-shell.sleek-cream body.page-mesai .mesai-card h2,
html.sleek-shell.sleek-cream body.page-mesai .mesai-label {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .mesai-hint { color: #636E72; }
html.sleek-shell.sleek-cream .mesai-select,
html.sleek-shell.sleek-cream .admin-input,
html.sleek-shell.sleek-cream .form-group input,
html.sleek-shell.sleek-cream .form-group select {
  background: #fff;
  border: 1px solid #EBDCC7;
  color: #2D3436;
}
html.sleek-shell.sleek-cream .self-register-modal-inner,
html.sleek-shell.sleek-cream .modal,
html.sleek-shell.sleek-cream .tus-cell-popover,
html.sleek-shell.sleek-cream .search-ac-list {
  background: #fff;
  color: #2D3436;
  border: 1px solid #EBDCC7;
}
html.sleek-shell.sleek-cream .search-ac-item,
html.sleek-shell.sleek-cream .search-ac-text {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .search-ac-tag {
  color: #0f766e !important;
  font-weight: 800;
}
html.sleek-shell.sleek-cream .search-ac-empty {
  color: #4b5563 !important;
}
html.sleek-shell.sleek-cream .search-ac-item:hover,
html.sleek-shell.sleek-cream .search-ac-item:focus {
  background: #FAF5EB !important;
}
html.sleek-shell.sleek-cream .topbar-install-host .pwa-install-label::after,
html.sleek-shell.sleek-cream .ios-install-btn,
html.sleek-shell.sleek-cream .android-install-btn {
  color: #fff;
}
html.sleek-shell.sleek-cream body.page-guide .guide-hero h1 { color: #2D3436; }
html.sleek-shell.sleek-cream body.page-guide .guide-hero p { color: #636E72; }
html.sleek-shell.sleek-cream .online-badge,
html.sleek-shell.sleek-cream #onlineBadge {
  color: #14532d;
  background: rgba(34, 197, 94, 0.22);
}

@media (min-width: 901px) {
  html.sleek-shell.sleek-cream .mobile-tabbar {
    left: 50%;
    right: auto;
    width: min(720px, calc(100% - 48px));
    transform: translateX(-50%);
  }
  html.sleek-shell.sleek-cream .container,
  html.sleek-shell.sleek-cream.has-cream-chrome .container,
  html.sleek-shell.sleek-cream .container.mesai-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1280px) {
  html.sleek-shell.sleek-cream {
    --sleek-content-max: 1400px;
  }
  html.sleek-shell.sleek-cream .container,
  html.sleek-shell.sleek-cream.has-cream-chrome .container,
  html.sleek-shell.sleek-cream .container.mesai-wrap {
    max-width: 1400px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1500px) {
  html.sleek-shell.sleek-cream {
    --sleek-content-max: 1520px;
  }
  html.sleek-shell.sleek-cream .container,
  html.sleek-shell.sleek-cream.has-cream-chrome .container,
  html.sleek-shell.sleek-cream .container.mesai-wrap {
    max-width: 1520px;
  }
}

/* ---- Krem mockup kromu (Sleek export) ---- */
html.sleek-shell.sleek-cream.has-cream-chrome .topbar {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  min-height: 0;
  height: 0;
  padding: 0 !important;
  overflow: visible;
}
html.sleek-shell.sleek-cream.has-cream-chrome .topbar .inner {
  display: block !important;
  padding: 0 !important;
  min-height: 0;
}
html.sleek-shell.sleek-cream.has-cream-chrome .topbar .brand,
html.sleek-shell.sleek-cream.has-cream-chrome .sleek-avatar,
html.sleek-shell.sleek-cream.has-cream-chrome #sleekDate,
html.sleek-shell.sleek-cream.has-cream-chrome .sleek-online-host {
  display: none !important;
}
html.sleek-shell.sleek-cream .cream-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
html.sleek-shell.sleek-cream .cream-top-left,
html.sleek-shell.sleek-cream .cream-top-right {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
html.sleek-shell.sleek-cream .cream-hero .cream-top-left {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
html.sleek-shell.sleek-cream .cream-branch-slot {
  display: flex;
}
html.sleek-shell.sleek-cream .cream-hero .icap-branch-vote-btn {
  min-width: 0;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(235, 220, 199, 0.75);
  color: #2D3436;
  box-shadow: 0 6px 14px rgba(45, 52, 54, 0.08);
}
html.sleek-shell.sleek-cream .cream-top-right {
  justify-content: flex-end;
  margin-left: auto;
}
html.sleek-shell.sleek-cream .cream-install-slot .topbar-install-host,
html.sleek-shell.sleek-cream #creamInstallSlot.topbar-install-host,
html.sleek-shell.sleek-cream #creamInstallSlot .topbar-install-host {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: flex !important;
  width: auto !important;
  max-width: 170px;
  pointer-events: auto;
}
html.sleek-shell.sleek-cream #creamInstallSlot .topbar-install-host:empty,
html.sleek-shell.sleek-cream #creamInstallSlot .topbar-install-host:not(:has(button:not([hidden]))) {
  display: none !important;
}
.cream-theme-switch-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  flex-shrink: 0;
}
.cream-theme-switch {
  width: 68px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(235, 220, 199, 0.75);
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  padding: 0 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(45, 52, 54, 0.08);
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.cream-theme-ico {
  width: 16px;
  height: 16px;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.cream-theme-ico svg { width: 14px; height: 14px; display: block; }
.cream-theme-ico--sun {
  color: #d97706;
  animation: creamSunSpin 9s linear infinite;
}
.cream-theme-ico--moon { color: #C3AED6; }
.cream-theme-knob {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFE66D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  transition: left 0.22s ease, background 0.22s ease;
  z-index: 0;
}
.cream-theme-caption {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2D3436;
  line-height: 1;
  padding-left: 2px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}
.cream-wx-pause {
  margin-top: 4px;
  border: 0;
  background: rgba(255, 255, 255, 0.82);
  color: #2D3436;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1.2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
html.sleek-shell.has-cream-chrome .cream-hero .cream-wx-pause,
html.sleek-shell.has-cream-chrome .cream-hero .icap-branch-vote-btn {
  min-width: 0;
  width: auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(235, 220, 199, 0.75) !important;
  color: #2D3436 !important;
  box-shadow: 0 6px 14px rgba(45, 52, 54, 0.12);
}
html.sleek-shell.has-cream-chrome .cream-hero .cream-wx-pause {
  margin-top: 4px;
  padding: 4px 8px;
  font-size: 9px;
}
html.sleek-shell.has-cream-chrome .cream-branch-slot {
  display: flex;
}
html.ui-hide-theme .cream-theme-switch,
html.ui-hide-theme .cream-theme-caption { display: none !important; }
html.ui-hide-wx .cream-wx-pause { display: none !important; }
@keyframes creamSunSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
html.sleek-shell:not(.sleek-cream) .cream-theme-switch {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}
html.sleek-shell:not(.sleek-cream) .cream-theme-knob {
  left: 39px;
  background: #C3AED6;
}
html.sleek-shell:not(.sleek-cream) .cream-theme-caption {
  color: rgba(255, 255, 255, 0.78);
  text-shadow: none;
}
html.sleek-shell:not(.sleek-cream) .cream-theme-ico--sun { color: #fde68a; }
html.sleek-shell:not(.sleek-cream) .cream-theme-ico--moon { color: #e9d5ff; }
html.sleek-shell.sleek-cream .cream-top--plain {
  align-items: flex-start;
}
html.sleek-shell.sleek-cream .cream-plain-copy { min-width: 0; flex: 1; }
html.sleek-shell.sleek-cream .cream-kicker {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #636E72;
}
html.sleek-shell.sleek-cream .cream-plain-title,
html.sleek-shell.sleek-cream .cream-hero-title {
  margin: 4px 0 0;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #2D3436;
  line-height: 1.05;
}
html.sleek-shell.sleek-cream .cream-round {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #4ECDC4;
  border: 1px solid rgba(235, 220, 199, 0.55);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}
html.sleek-shell.sleek-cream .cream-round svg { width: 22px; height: 22px; }
html.sleek-shell.sleek-cream .cream-round--teal {
  background: #4ECDC4;
  color: #fff;
  border-color: transparent;
}
html.sleek-shell.sleek-cream .cream-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(235, 220, 199, 0.55);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  border-radius: 999px;
  padding: 7px 16px;
  min-width: 0;
}
html.sleek-shell.sleek-cream .cream-pill span:last-child {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2D3436;
  white-space: nowrap;
}
html.sleek-shell.sleek-cream .cream-pill-ico { color: #FF6B6B; display: flex; }
html.sleek-shell.sleek-cream .cream-pill-ico svg { width: 18px; height: 18px; }
html.sleek-shell.sleek-cream .cream-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #C3AED6;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  flex-shrink: 0;
}

html.sleek-shell.sleek-cream .cream-hero {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 16px;
  min-height: 228px;
  padding: calc(10px + env(safe-area-inset-top, 0px)) 16px 36px;
  border-radius: 0 0 48px 48px;
  box-shadow: 0 18px 40px rgba(45, 52, 54, 0.08);
  background: linear-gradient(180deg, #7ec8ea 0%, #b7e4f2 34%, #5eead4 68%, #14b8a6 100%);
  box-sizing: border-box;
}
html.sleek-shell.sleek-cream .cream-hero .header-fx-layer,
html.sleek-shell.sleek-cream .cream-hero .header-fx-canvas {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}
html.sleek-shell .header-fx-page {
  position: fixed;
  inset: 0;
  z-index: 36;
  pointer-events: none;
  overflow: hidden;
}
html.sleek-shell .header-fx-page canvas {
  display: block;
  width: 100%;
  height: 100%;
}
html.sleek-shell.sleek-cream .cream-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 88px 12px 18px;
  pointer-events: none;
}
html.sleek-shell.sleek-cream .cream-hero .cream-top {
  position: absolute !important;
  z-index: 3;
  left: 16px;
  right: 16px;
  top: calc(8px + env(safe-area-inset-top, 0px));
  align-items: flex-start;
}
html.sleek-shell.sleek-cream .cream-hero .cream-top--bar {
  justify-content: space-between;
}
html.sleek-shell.sleek-cream .cream-hero .cream-pill,
html.sleek-shell.sleek-cream .cream-hero .cream-plain-copy {
  display: none !important;
}
html.sleek-shell.sleek-cream .cream-hero .cream-round,
html.sleek-shell.sleek-cream .cream-hero .cream-avatar {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
html.sleek-shell.sleek-cream .cream-hero-art { display: none !important; }
html.sleek-shell.sleek-cream .cream-hero-title {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #2D3436;
  line-height: 1.05;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
html.sleek-shell.sleek-cream .cream-hero .cream-kicker {
  color: #4ECDC4;
  text-shadow: none;
}
html.sleek-shell.sleek-cream[data-header-fx-type="shooting"] .cream-hero,
html.sleek-shell.sleek-cream[data-header-fx-type="stars"] .cream-hero,
html.sleek-shell.sleek-cream .cream-hero--night {
  background: linear-gradient(180deg, #081424 0%, #0c2340 36%, #0a1422 100%);
}
html.sleek-shell.sleek-cream[data-header-fx-type="rain"] .cream-hero {
  background: linear-gradient(180deg, #5a6d82 0%, #d8d2c4 100%);
}
html.sleek-shell.sleek-cream[data-header-fx-type="snow"] .cream-hero {
  background: linear-gradient(180deg, #8eacc4 0%, #FAF5EB 100%);
}
html.sleek-shell.sleek-cream[data-header-fx-type="shooting"] .cream-hero .cream-hero-title,
html.sleek-shell.sleek-cream[data-header-fx-type="stars"] .cream-hero .cream-hero-title,
html.sleek-shell.sleek-cream[data-header-fx-type="rain"] .cream-hero .cream-hero-title,
html.sleek-shell.sleek-cream .cream-hero--night .cream-hero-title {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45), 0 4px 18px rgba(0, 0, 0, 0.4);
}
html.sleek-shell.sleek-cream[data-header-fx-type="shooting"] .cream-hero .cream-kicker,
html.sleek-shell.sleek-cream[data-header-fx-type="stars"] .cream-hero .cream-kicker,
html.sleek-shell.sleek-cream[data-header-fx-type="rain"] .cream-hero .cream-kicker,
html.sleek-shell.sleek-cream .cream-hero--night .cream-kicker {
  color: #e2e8f0 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
html.sleek-shell.sleek-cream .cream-hero--night .cream-theme-caption {
  color: #f8fafc;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
html.sleek-shell.sleek-cream[data-header-fx-type="shooting"] .cream-hero .cream-round,
html.sleek-shell.sleek-cream[data-header-fx-type="stars"] .cream-hero .cream-round,
html.sleek-shell.sleek-cream[data-header-fx-type="rain"] .cream-hero .cream-round,
html.sleek-shell.sleek-cream[data-header-fx-type="shooting"] .cream-hero .cream-avatar,
html.sleek-shell.sleek-cream[data-header-fx-type="stars"] .cream-hero .cream-avatar,
html.sleek-shell.sleek-cream[data-header-fx-type="rain"] .cream-hero .cream-avatar,
html.sleek-shell.sleek-cream .cream-hero--night .cream-round,
html.sleek-shell.sleek-cream .cream-hero--night .cream-avatar {
  background: rgba(15, 23, 42, 0.5);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}
html.sleek-shell.sleek-cream[data-header-fx-type="shooting"] .cream-hero .cream-online #onlineBadge.is-visible,
html.sleek-shell.sleek-cream[data-header-fx-type="stars"] .cream-hero .cream-online #onlineBadge.is-visible,
html.sleek-shell.sleek-cream[data-header-fx-type="rain"] .cream-hero .cream-online #onlineBadge.is-visible,
html.sleek-shell.sleek-cream .cream-hero--night .cream-online #onlineBadge.is-visible {
  background: rgba(20, 83, 45, 0.72) !important;
  border-color: rgba(74, 222, 128, 0.9) !important;
  color: #dcfce7 !important;
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.55);
}
html.sleek-shell.sleek-cream .cream-online {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
html.sleek-shell.sleek-cream .cream-online #onlineBadge,
html.sleek-shell.sleek-cream #creamOnlineSlot #onlineBadge {
  display: none;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.2) !important;
  border: 1px solid rgba(34, 197, 94, 0.55) !important;
  color: #166534 !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.28);
}
html.sleek-shell.sleek-cream .cream-online #onlineBadge.is-visible {
  display: inline-flex !important;
}
html.sleek-shell.sleek-cream .cream-online #onlineBadge.is-visible::before {
  display: none;
}
html.sleek-shell.sleek-cream .online-live-dot {
  width: 11px;
  height: 11px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.38), 0 0 14px rgba(34, 197, 94, 1);
}
@keyframes creamOnlinePulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.28), 0 0 8px rgba(34, 197, 94, 0.7); }
  50% { opacity: 1; transform: scale(1.12); box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.18), 0 0 14px rgba(34, 197, 94, 1); }
}

html.sleek-shell.sleek-cream .cream-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
}
html.sleek-shell.sleek-cream .cream-drawer[hidden] { display: none !important; }
html.sleek-shell.sleek-cream .cream-drawer-scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(45, 52, 54, 0.28);
}
html.sleek-shell.sleek-cream .cream-drawer-sheet {
  position: absolute;
  left: 16px;
  right: 16px;
  top: calc(12px + env(safe-area-inset-top, 0px));
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(235, 220, 199, 0.7);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  padding: 16px 16px 20px;
  max-height: min(78vh, 640px);
  overflow: auto;
}
html.sleek-shell.sleek-cream .cream-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
html.sleek-shell.sleek-cream .cream-drawer-head strong {
  font-size: 18px;
  font-weight: 900;
  color: #2D3436;
}
html.sleek-shell.sleek-cream .cream-drawer .topbar-nav {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
html.sleek-shell.sleek-cream .cream-drawer .topbar-nav .btn,
html.sleek-shell.sleek-cream .cream-drawer .topbar-nav a,
html.sleek-shell.sleek-cream .cream-drawer .topbar-nav button {
  display: flex !important;
  width: 100%;
  justify-content: flex-start;
  border-radius: 18px;
  padding: 12px 14px;
  background: #FAF5EB !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
  font-weight: 800;
}
html.sleek-shell.sleek-cream .cream-drawer .topbar-nav .btn.danger,
html.sleek-shell.sleek-cream .cream-drawer #logoutBtn {
  background: rgba(255, 107, 107, 0.12) !important;
  color: #FF6B6B !important;
  border-color: rgba(255, 107, 107, 0.22) !important;
}
html.sleek-shell.sleek-cream .cream-drawer .topbar-hospital-wrap {
  display: block !important;
}
html.sleek-shell.sleek-cream .cream-drawer .topbar-install-host,
html.sleek-shell.sleek-cream .cream-drawer #pwaInstallHost {
  display: flex !important;
  position: static !important;
  inset: auto !important;
  transform: none;
  max-width: none;
  margin: 8px 0 0;
}

html.sleek-shell.sleek-cream .search-panel-label,
html.sleek-shell.sleek-cream .search-panel-hint {
  display: none !important;
}
html.sleek-shell.sleek-cream .cream-search-slot {
  display: block !important;
  width: 100%;
  margin: 6px 0 14px;
  position: relative;
  z-index: 8;
}
html.sleek-shell.sleek-cream .cream-search-slot .schedule-search-panel {
  display: flex !important;
}
html.sleek-shell.sleek-cream .schedule-search-panel {
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  padding: 4px 8px 4px 16px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
html.sleek-shell.sleek-cream .search-ac-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
html.sleek-shell.sleek-cream .cream-search-ico {
  color: #4ECDC4;
  display: flex;
  flex-shrink: 0;
}
html.sleek-shell.sleek-cream .cream-search-ico svg { width: 20px; height: 20px; }
html.sleek-shell.sleek-cream .search-ac-wrap input[type="search"] {
  flex: 1;
  min-width: 0;
  height: 42px;
  font-weight: 700;
  font-size: 26px !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .search-ac-wrap input[type="search"]::placeholder {
  color: rgba(99, 110, 114, 0.4);
}

html.sleek-shell.sleek-cream body.page-acil .duty-range-row {
  flex-direction: column;
  align-items: stretch;
}
html.sleek-shell.sleek-cream .gece-kurasi-btn,
html.sleek-shell.sleek-cream #geceKurasiBtn {
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.5) !important;
  color: transparent !important;
  border-radius: 24px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  padding: 16px 18px !important;
}
html.sleek-shell.sleek-cream .gece-kurasi-btn .gece-kurasi-lottie { display: none !important; }
html.sleek-shell.sleek-cream .cream-gk-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 230, 109, 0.35);
  color: #2D3436;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
html.sleek-shell.sleek-cream .cream-gk-ico svg { width: 22px; height: 22px; }
html.sleek-shell.sleek-cream .sleek-gk-copy strong { color: #2D3436 !important; font-size: 16px; }
html.sleek-shell.sleek-cream .sleek-gk-copy span {
  color: #636E72 !important;
  font-size: 10px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.sleek-shell.sleek-cream .cream-alarm-banner,
html.sleek-shell.sleek-cream #creamNobetAlarm {
  display: none !important;
}
html.sleek-shell.sleek-cream .cream-alarm-banner .cream-gk-ico {
  display: none !important;
}

html.sleek-shell.sleek-cream .cream-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 4px 8px 10px;
}
html.sleek-shell.sleek-cream .cream-section-head h2,
html.sleek-shell.sleek-cream .table-section h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #2D3436;
}
html.sleek-shell.sleek-cream .cream-section-head span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #FF6B6B;
}

html.sleek-shell.sleek-cream .card {
  padding: 14px 10px 12px;
}
html.sleek-shell.sleek-cream .card .branch {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
html.sleek-shell.sleek-cream .card .name,
html.sleek-shell.sleek-cream .card .name-first,
html.sleek-shell.sleek-cream .card .name-last {
  color: #2D3436 !important;
  text-transform: none;
  font-weight: 800;
}
html.sleek-shell.sleek-cream .card .name-last { font-size: 10px; }
html.sleek-shell.sleek-cream .card .pill {
  background: #F0E6D6;
  color: #636E72;
}
html.sleek-shell.sleek-cream .grid.has-search-focus .card.search-focus-card {
  background: rgba(255, 107, 107, 0.08) !important;
  border-color: rgba(255, 107, 107, 0.25) !important;
}
html.sleek-shell.sleek-cream .grid.has-search-focus .card.search-focus-card .branch {
  color: #FF6B6B;
}

html.sleek-shell.sleek-cream .cream-empty-art {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 18px 8px 8px;
  text-align: center;
  opacity: 0.65;
  padding: 12px 0 8px;
}
html.sleek-shell.sleek-cream #creamNobetEmpty {
  display: none !important;
}
html.sleek-shell.sleek-cream .cream-empty-art img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}
html.sleek-shell.sleek-cream .cream-empty-art h3 {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 900;
  color: #2D3436;
}
html.sleek-shell.sleek-cream .cream-empty-art p {
  margin: 4px 0 0;
  max-width: 240px;
  font-size: 11px;
  font-weight: 700;
  color: #636E72;
}

html.sleek-shell.sleek-cream .mobile-tabbar a.is-active {
  background: transparent;
  color: inherit;
}
html.sleek-shell.sleek-cream .mobile-tabbar a.is-active .mobile-tab-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(78, 205, 196, 0.16);
}
html.sleek-shell.sleek-cream body.page-nobet .mobile-tabbar a.is-active,
html.sleek-shell.sleek-cream body.page-icap .mobile-tabbar a.is-active {
  color: #FF6B6B;
  background: transparent;
}
html.sleek-shell.sleek-cream body.page-nobet .mobile-tabbar a.is-active .mobile-tab-ico,
html.sleek-shell.sleek-cream body.page-icap .mobile-tabbar a.is-active .mobile-tab-ico {
  background: rgba(255, 107, 107, 0.14);
}
html.sleek-shell.sleek-cream body.page-acil .mobile-tabbar a.is-active,
html.sleek-shell.sleek-cream body.page-profil .mobile-tabbar a.is-active,
html.sleek-shell.sleek-cream body.page-mesai .mobile-tabbar a.is-active,
html.sleek-shell.sleek-cream body.page-tus .mobile-tabbar a.is-active {
  color: #4ECDC4;
  background: transparent;
}
html.sleek-shell.sleek-cream body.page-acil .mobile-tabbar a.is-active .mobile-tab-ico,
html.sleek-shell.sleek-cream body.page-profil .mobile-tabbar a.is-active .mobile-tab-ico,
html.sleek-shell.sleek-cream body.page-mesai .mobile-tabbar a.is-active .mobile-tab-ico,
html.sleek-shell.sleek-cream body.page-tus .mobile-tabbar a.is-active .mobile-tab-ico {
  background: rgba(78, 205, 196, 0.16);
}

html.sleek-shell.sleek-cream body.page-mesai .mesai-period {
  background: #FFF1F0 !important;
  border: 0 !important;
  border-left: 0 !important;
  color: #e11d48 !important;
  text-align: center;
  border-radius: 24px;
  padding: 14px 16px;
  font-size: 12px;
  font-weight: 700;
}
html.sleek-shell.sleek-cream .cream-field-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
html.sleek-shell.sleek-cream .cream-field-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .cream-field-sub {
  margin: 2px 0 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #636E72 !important;
}
html.sleek-shell.sleek-cream .cream-ico--coral { background: rgba(255, 107, 107, 0.12); color: #FF6B6B; }
html.sleek-shell.sleek-cream .cream-ico--teal { background: rgba(78, 205, 196, 0.14); color: #4ECDC4; }
html.sleek-shell.sleek-cream body.page-mesai .mesai-card .cream-field-head + .mesai-label,
html.sleek-shell.sleek-cream body.page-mesai .mesai-card .cream-field-head + .mesai-label + .mesai-hint,
html.sleek-shell.sleek-cream body.page-mesai #nobetExtras > h2,
html.sleek-shell.sleek-cream body.page-mesai #nobetExtras > .mesai-hint:first-of-type {
  display: none;
}
html.sleek-shell.sleek-cream body.page-mesai .mesai-select,
html.sleek-shell.sleek-cream body.page-mesai .mesai-picker input,
html.sleek-shell.sleek-cream body.page-mesai .mesai-ertesi-input,
html.sleek-shell.sleek-cream body.page-mesai .mesai-extra-input {
  background: #F0E6D6 !important;
  border: 1px solid rgba(235, 220, 199, 0.45) !important;
  color: #2D3436 !important;
  border-radius: 999px;
  min-height: 48px;
  padding: 0 18px;
  font-weight: 700;
}
html.sleek-shell.sleek-cream body.page-mesai .mesai-workmode {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html.sleek-shell.sleek-cream body.page-mesai .mesai-workmode-opt {
  margin: 0;
  border-radius: 999px;
  min-height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F0E6D6 !important;
  border: 1px solid rgba(235, 220, 199, 0.45) !important;
  color: #2D3436 !important;
  box-shadow: none !important;
}
html.sleek-shell.sleek-cream body.page-mesai .mesai-workmode-opt input {
  accent-color: #4ECDC4;
}
html.sleek-shell.sleek-cream body.page-mesai .mesai-workmode-opt:has(input:checked) {
  background: rgba(78, 205, 196, 0.16) !important;
  border: 2px solid rgba(78, 205, 196, 0.4) !important;
  box-shadow: none !important;
  color: #2D3436 !important;
}

html.sleek-shell.sleek-cream body.page-tus .tus-countdown-card {
  position: relative;
  overflow: visible;
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.5) !important;
  color: #2D3436 !important;
  border-radius: 32px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06) !important;
  padding: 22px 18px;
  text-align: center;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-head {
  justify-content: center;
  margin-bottom: 4px;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-title {
  color: #FF6B6B !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-target {
  color: #636E72 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  order: 3;
  margin-top: 8px;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-units {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  justify-content: center;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-unit {
  background: #FAF5EB;
  border: 1px solid rgba(235, 220, 199, 0.7);
  border-radius: 16px;
  padding: 10px 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-unit span {
  font-size: 22px;
  font-weight: 900;
  color: #2D3436 !important;
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: none;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-unit small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #636E72 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-units .tus-countdown-unit:not(:first-child) {
  display: flex;
}
html.sleek-shell.sleek-cream .cream-tus-cal h3 {
  margin: 6px 8px 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #636E72;
}
html.sleek-shell.sleek-cream .cream-tus-exam {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(235, 220, 199, 0.5);
  border-radius: 24px;
  padding: 16px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
html.sleek-shell.sleek-cream .cream-tus-date {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(78, 205, 196, 0.12);
  color: #4ECDC4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
html.sleek-shell.sleek-cream .cream-tus-date span {
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
html.sleek-shell.sleek-cream .cream-tus-date strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}
html.sleek-shell.sleek-cream .cream-tus-exam-copy { flex: 1; min-width: 0; }
html.sleek-shell.sleek-cream .cream-tus-exam-copy strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #2D3436;
}
html.sleek-shell.sleek-cream .cream-tus-exam-copy p {
  margin: 2px 0 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #636E72;
}
html.sleek-shell.sleek-cream .cream-tus-exam-ico { color: rgba(45, 52, 54, 0.28); }
html.sleek-shell.sleek-cream .cream-tus-exam-ico svg { width: 20px; height: 20px; }
html.sleek-shell.sleek-cream .cream-tus-tip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 28px;
  background: #FFF6CC !important;
  border: 1px solid #E8C84A !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .cream-tus-tip p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  color: #2D3436 !important;
}

html.sleek-shell.sleek-cream .month-table-wrap {
  position: relative;
  z-index: 40;
  border-radius: 32px;
  overflow-x: auto !important;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  touch-action: pan-x pan-y;
}
html.sleek-shell.sleek-cream .month-table-wrap table.mt {
  display: inline-table !important;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  table-layout: auto;
  text-align: left;
  border-spacing: 0;
  vertical-align: top;
  font-size: 12px;
}
@media (min-width: 901px) {
  html.sleek-shell.sleek-cream .month-table-wrap {
    white-space: normal;
  }
  html.sleek-shell.sleek-cream .month-table-wrap table.mt {
    display: table !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}
html.sleek-shell.sleek-cream table.mt {
  --mt-br-w: 112px;
  --mt-nm-w: 128px;
}
html.sleek-shell.sleek-cream table.mt th,
html.sleek-shell.sleek-cream table.mt td {
  box-sizing: border-box;
}
html.sleek-shell.sleek-cream table.mt th.corner,
html.sleek-shell.sleek-cream table.mt td.br {
  width: var(--mt-br-w) !important;
  min-width: var(--mt-br-w) !important;
  max-width: var(--mt-br-w) !important;
  left: 0 !important;
}
html.sleek-shell.sleek-cream table.mt th.nm-h,
html.sleek-shell.sleek-cream table.mt td.nm {
  width: var(--mt-nm-w) !important;
  min-width: var(--mt-nm-w) !important;
  max-width: var(--mt-nm-w) !important;
  left: var(--mt-br-w) !important;
}
html.sleek-shell.sleek-cream .mt-frozen-pane {
  background: #fff;
  box-shadow: 8px 0 14px #fff;
}
html.sleek-shell.sleek-cream .mt-frozen-pane table.mt td.nm,
html.sleek-shell.sleek-cream .mt-frozen-pane table.mt th.nm-h {
  background: #fff !important;
  color: #2D3436 !important;
  -webkit-text-fill-color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .mt-frozen-pane table.mt td.br,
html.sleek-shell.sleek-cream .mt-frozen-pane table.mt th.corner {
  background: #FAF5EB !important;
  color: #FF6B6B !important;
  -webkit-text-fill-color: #FF6B6B !important;
}
html.sleek-shell.sleek-cream table.mt thead th {
  padding: 6px 4px;
  height: 32px;
  vertical-align: middle;
}
html.sleek-shell.sleek-cream table.mt th.corner,
html.sleek-shell.sleek-cream table.mt th.nm-h {
  white-space: nowrap;
  line-height: 1;
}
html.sleek-shell.sleek-cream body.mt-head-fixed .month-table-wrap thead th.day,
html.sleek-shell.sleek-cream body.mt-head-fixed .month-table-wrap thead th.corner,
html.sleek-shell.sleek-cream body.mt-head-fixed .month-table-wrap thead th.nm-h {
  visibility: hidden;
}
html.sleek-shell.sleek-cream .mt-sticky-head {
  align-items: stretch;
  box-sizing: border-box;
  background: #F7F0E3;
}
html.sleek-shell.sleek-cream .mt-sticky-head-left {
  box-shadow: none;
  background: #F7F0E3;
}
html.sleek-shell.sleek-cream .mt-sticky-head-right {
  background: #F7F0E3;
  overflow: hidden;
}
html.sleek-shell.sleek-cream .mt-sticky-head-days {
  width: max-content;
}
html.sleek-shell.sleek-cream .mt-sticky-head table.mt {
  width: max-content !important;
  min-width: 0 !important;
  height: 32px;
  table-layout: auto !important;
}
html.sleek-shell.sleek-cream table.mt thead th.day {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .mt-sticky-head thead th {
  position: relative !important;
  top: auto !important;
  height: 32px !important;
  padding: 6px 4px !important;
  vertical-align: middle;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  color: #2D3436 !important;
  background: #F7F0E3 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
}
html.sleek-shell.sleek-cream .mt-sticky-head thead th.corner,
html.sleek-shell.sleek-cream .mt-sticky-head thead th.nm-h {
  color: #C44536 !important;
}
html.sleek-shell.sleek-cream .mt-sticky-head thead th.day {
  color: #2D3436 !important;
  background: #F7F0E3 !important;
  overflow: hidden !important;
}
html.sleek-shell.sleek-cream .mt-sticky-head thead th.day.col-weekend {
  background: #E6E2DA !important;
  color: #636E72 !important;
}
html.sleek-shell.sleek-cream .mt-sticky-head thead th.day.col-today {
  background: #F7F0E3 !important;
  color: transparent !important;
}
html.sleek-shell.sleek-cream .mt-sticky-head thead th.day.col-today::after {
  content: attr(data-day);
  position: absolute;
  inset: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 999px;
  display: grid !important;
  place-items: center;
  background: #FF8C00;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.45);
}
html.sleek-shell.sleek-cream .month-table-wrap .month-scroll-tail {
  display: none !important;
}
@media (max-width: 900px) {
  html.sleek-shell.sleek-cream .month-table-wrap .month-scroll-tail {
    display: inline-block !important;
    vertical-align: top;
    height: 1px;
    pointer-events: none;
  }
}

html.sleek-shell.sleek-cream body.page-profil .profil-cream-deco { display: flex; }

/* Kompakt krem kartlar, gölge, parlama, tablo, arama yokluğu */
html.sleek-shell.sleek-cream .container,
html.sleek-shell.sleek-cream.has-cream-chrome .container,
html.sleek-shell.sleek-cream.has-cream-chrome .container.mesai-wrap,
html.sleek-shell.sleek-cream .container.mesai-wrap {
  max-width: var(--sleek-content-max, 1280px);
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
html.sleek-shell.sleek-cream.has-cream-chrome .container,
html.sleek-shell.sleek-cream.has-cream-chrome .container.mesai-wrap {
  padding-top: 0;
}
html.sleek-shell.sleek-cream .cream-top--bar {
  position: relative;
  justify-content: flex-end;
  min-height: 44px;
}
html.sleek-shell.sleek-cream .cream-top--bar .cream-pill {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
html.sleek-shell.sleek-cream .grid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px 14px;
  margin: 8px auto 16px;
}
html.sleek-shell.sleek-cream .grid > .card {
  contain: none;
  content-visibility: visible;
}
html.sleek-shell.sleek-cream .card {
  width: 142px;
  flex: 0 0 142px;
  max-width: 142px;
  aspect-ratio: auto;
  min-height: 132px;
  padding: 12px 9px 10px !important;
  justify-content: flex-start;
  gap: 5px;
  overflow: visible !important;
  isolation: isolate;
  contain: none !important;
  background: transparent !important;
  border-radius: 22px !important;
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease;
  box-shadow:
    0 8px 16px rgba(45, 52, 54, 0.07),
    0 3px 10px color-mix(in srgb, var(--card-accent) 16%, transparent);
}
html.sleek-shell.sleek-cream .card::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #fff !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  z-index: 0;
  pointer-events: none;
}
html.sleek-shell.sleek-cream .grid.has-search-focus .card.search-focus-card {
  grid-column: auto !important;
  width: 142px !important;
  max-width: 142px !important;
  aspect-ratio: auto !important;
  min-height: 132px;
  background: transparent !important;
  border-color: rgba(255, 107, 107, 0.38) !important;
}
html.sleek-shell.sleek-cream .card.search-focus-card {
  box-shadow:
    0 10px 24px rgba(255, 107, 107, 0.18),
    0 0 0 1px rgba(255, 107, 107, 0.2);
}
@keyframes creamEdgePulse {
  0%, 100% { opacity: 0.26; }
  50% { opacity: 0.58; }
}
html.sleek-shell.sleek-cream .card .glow {
  display: block !important;
  position: absolute;
  inset: -5px;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  border-radius: inherit;
  background: none;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--card-accent) 38%, transparent),
    0 0 16px color-mix(in srgb, var(--card-accent) 42%, transparent);
  filter: none;
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
  transform: none;
  will-change: opacity;
  animation: creamEdgePulse 2.8s ease-in-out infinite;
}
html.sleek-shell.sleek-cream.is-scrolling .card .glow {
  animation: none;
  opacity: 0.34;
}
html.sleek-shell.sleek-cream .card.search-focus-card .glow,
html.sleek-shell.sleek-cream .card.card--hot-icap .glow {
  background: none;
  box-shadow:
    0 0 0 1px rgba(255, 107, 107, 0.5),
    0 0 18px rgba(255, 107, 107, 0.48);
  opacity: 0.55;
  width: auto;
  height: auto;
  filter: none;
}
html.sleek-shell.sleek-cream .card.is-glow {
  box-shadow: 0 10px 22px rgba(45, 52, 54, 0.08);
}
html.sleek-shell.sleek-cream .card.is-glow .glow {
  opacity: 0.7;
  transform: none;
  filter: none;
}
html.sleek-shell.sleek-cream .card.is-spotlight {
  border-color: color-mix(in srgb, var(--card-accent) 48%, #fff) !important;
  box-shadow: 0 12px 24px rgba(45, 52, 54, 0.1);
}
html.sleek-shell.sleek-cream .card.is-spotlight .glow,
html.sleek-shell.sleek-cream .card.is-glow.is-spotlight .glow {
  opacity: 0.75;
  filter: none;
  transform: none;
}
html.sleek-shell.sleek-cream .card.is-spotlight::before {
  animation: none !important;
}
html.sleek-shell.sleek-cream .card::after {
  content: '';
  position: absolute;
  left: var(--spot-x, 50%);
  top: var(--spot-y, 28%);
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--card-accent) 42%, #fff) 0%,
    transparent 70%
  );
  opacity: 0;
  transform: scale(0.55);
}
html.sleek-shell.sleek-cream .card.is-spotlight::after {
  animation: cardSpotlightFlash 0.85s ease-out forwards;
}
html.sleek-shell.sleek-cream .card:active {
  transform: scale(0.97);
  transition-duration: 0.1s;
}
html.sleek-shell.sleek-cream table.mt td.nm {
  transition: box-shadow 0.8s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease;
}
html.sleek-shell.sleek-cream table.mt td.nm.is-glow {
  box-shadow: inset 3px 0 0 #FF6B6B;
  transition-duration: 0.14s;
}
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.nm.is-glow {
  box-shadow: inset 3px 0 0 #FF6B6B;
}
.search-absent::after {
  transition: opacity 0.22s ease;
}
.search-absent.is-glow::after,
.search-absent.is-spotlight::after {
  opacity: 0.28;
  filter: none;
  animation: none;
}
html.sleek-shell.sleek-cream .card .branch {
  font-size: 13px !important;
  letter-spacing: 0.04em;
  margin-bottom: 5px !important;
  font-weight: 900 !important;
}
html.sleek-shell.sleek-cream .card .name,
html.sleek-shell.sleek-cream .card .name-first,
html.sleek-shell.sleek-cream .card .name-last {
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}
html.sleek-shell.sleek-cream .card .pill {
  font-size: 10px;
  margin-top: 6px;
}

html.sleek-shell.sleek-cream .mobile-tabbar a {
  color: #3d4648;
  opacity: 1;
}
html.sleek-shell.sleek-cream .mobile-tabbar a svg,
html.sleek-shell.sleek-cream .mobile-tabbar a.nav-mesai-tab:not(.is-active) svg {
  color: currentColor !important;
  opacity: 1;
}
html.sleek-shell.sleek-cream .mobile-tabbar a.nav-mesai-tab:not(.is-active),
html.sleek-shell.sleek-cream .mobile-tabbar a.nav-tus-tab:not(.is-active) {
  color: #3d4648 !important;
}
html.sleek-shell.sleek-cream .mobile-tabbar a.nav-mesai-tab:not(.is-active) .mobile-tab-ico {
  background: none !important;
  box-shadow: none !important;
  animation: none !important;
  transform: none !important;
}

html.sleek-shell.sleek-cream table.mt thead th {
  font-size: 9px;
  letter-spacing: 0.08em;
  font-weight: 900;
}
html.sleek-shell.sleek-cream table.mt td.nm {
  font-size: 9.5px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}
html.sleek-shell.sleek-cream table.mt td.br {
  font-size: 11px !important;
  letter-spacing: 0.06em !important;
  font-weight: 900 !important;
}
html.sleek-shell.sleek-cream .month-table-wrap table.mt td.day,
html.sleek-shell.sleek-cream .month-table-wrap table.mt thead th.day {
  width: auto !important;
  min-width: 32px !important;
  max-width: none !important;
  height: 36px;
  box-shadow: inset -1px 0 0 rgba(90, 78, 64, 0.28);
}
html.sleek-shell.sleek-cream table.mt td.day.on {
  background: transparent !important;
}
html.sleek-shell.sleek-cream table.mt td.day.on.col-weekend {
  background: #E6E2DA !important;
}
html.sleek-shell.sleek-cream table.mt td.day.col-weekend,
html.sleek-shell.sleek-cream table.mt thead th.day.col-weekend {
  box-shadow: inset -1px 0 0 rgba(70, 62, 52, 0.4), inset 1px 0 0 rgba(70, 62, 52, 0.22);
}
html.sleek-shell.sleek-cream table.mt td.day.on::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ECDC4 !important;
  box-shadow: 0 0 8px rgba(78, 205, 196, 0.55);
}
html.sleek-shell.sleek-cream table.mt td.day.col-today,
html.sleek-shell.sleek-cream table.mt td.day.on.col-today,
html.sleek-shell.sleek-cream table.mt td.day.on.today {
  background: rgba(255, 140, 0, 0.2) !important;
  box-shadow: inset -1px 0 0 rgba(90, 78, 64, 0.28), inset 2px 0 0 rgba(255, 140, 0, 0.55), inset -2px 0 0 rgba(255, 140, 0, 0.55) !important;
}
html.sleek-shell.sleek-cream table.mt td.day.col-today.col-weekend,
html.sleek-shell.sleek-cream table.mt td.day.on.today.col-weekend,
html.sleek-shell.sleek-cream table.mt td.day.on.col-today.col-weekend,
html.sleek-shell.sleek-cream table.mt td.day.col-weekend.col-today {
  background: #F0D4B8 !important;
}
html.sleek-shell.sleek-cream table.mt td.day.on.today::after,
html.sleek-shell.sleek-cream table.mt td.day.on.col-today::after,
html.sleek-shell.sleek-cream table.mt td.day.on.today.col-weekend::after {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  background: #FF6B6B !important;
  border: 0 !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.25), 0 0 12px rgba(255, 107, 107, 0.55) !important;
}
html.sleek-shell.sleek-cream table.mt thead th.day.col-today::after {
  background: #FF8C00;
  min-width: 22px;
  height: 22px;
  font-size: 10px;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.45);
}
html.sleek-shell.sleek-cream table.mt thead th.day.col-weekend {
  background: #E6E2DA !important;
  color: #636E72 !important;
}
html.sleek-shell.sleek-cream table.mt td.day.pink-on {
  background: #FFD4D0 !important;
}
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.col-weekend,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.on.col-weekend {
  background: #FFF1EE !important;
}
html.sleek-shell.sleek-cream table.mt td.day.pink-on.col-weekend,
html.sleek-shell.sleek-cream table.mt td.day.pink-on.on.col-weekend,
html.sleek-shell.sleek-cream table.mt td.day.pink-on.on.today.col-weekend,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.pink-on,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.pink-on.col-weekend,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.pink-on.on.col-weekend {
  background: #FFD4D0 !important;
  box-shadow: inset -1px 0 0 rgba(90, 78, 64, 0.22) !important;
}
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.col-today,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.on.col-today,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.on.today,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.col-today.col-weekend,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.on.today.col-weekend,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.on.col-today.col-weekend,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.col-weekend.col-today,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.pink-on.on.today,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.pink-on.col-today.col-weekend,
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.day.pink-on.on.today.col-weekend {
  background: #FFD8C2 !important;
}
html.sleek-shell.sleek-cream table.mt td.day.on:not(.pink-on)::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
}
html.sleek-shell.sleek-cream table.mt td.nm,
html.sleek-shell.sleek-cream table.mt th.nm-h,
html.sleek-shell.sleek-cream table.mt td.br,
html.sleek-shell.sleek-cream table.mt th.corner {
  overflow: hidden !important;
  z-index: 6 !important;
  background-clip: padding-box;
}
html.sleek-shell.sleek-cream table.mt td.day,
html.sleek-shell.sleek-cream table.mt td.day.pink-on {
  overflow: hidden;
  z-index: 0 !important;
}
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.nm {
  background: #FFE8E6 !important;
  color: #2D3436 !important;
  box-shadow: inset 3px 0 0 #FF6B6B, 8px 0 12px #FFE8E6;
}
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.br {
  background: #FAF5EB !important;
  color: #FF6B6B !important;
}

.search-absent {
  position: relative;
  isolation: isolate;
  background: #fff;
  border: 1px solid rgba(255, 107, 107, 0.22);
  border-radius: 24px;
  padding: 14px 16px;
  margin: 4px 0 12px;
  box-shadow: 0 12px 28px rgba(255, 107, 107, 0.1);
  text-align: center;
}
.search-absent::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 72%;
  height: 46%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, #FF6B6B 0%, transparent 74%);
  filter: none;
  opacity: 0.22;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.search-absent.is-glow::after,
.search-absent.is-spotlight::after {
  opacity: 0.32;
  filter: none;
}
}
.search-absent-head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.search-absent-title {
  margin: 0;
  flex: 1;
  font-size: 13px;
  font-weight: 800;
  color: #2D3436;
  line-height: 1.4;
}
.search-absent-close {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #F0E6D6;
  color: #2D3436;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.search-absent-lab {
  margin: 10px 0 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #636E72;
}
.search-absent-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.search-absent-day {
  border: 0;
  background: #F0E6D6;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 800;
  color: #2D3436;
  box-shadow: 0 4px 12px rgba(45, 52, 54, 0.06);
}
.search-absent-day.is-current {
  background: #4ECDC4;
  color: #fff;
}
html.sleek-shell.sleek-cream .search-absent-day:active { transform: scale(0.96); }
.search-absent-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.search-absent-today {
  border: 0;
  background: #FF6B6B;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(255, 107, 107, 0.28);
}

html.sleek-shell.sleek-cream .mobile-tabbar {
  left: 12px;
  right: 12px;
  width: auto;
  transform: none;
}

html.sleek-shell:not(.sleek-cream) .search-absent {
  background: rgba(23, 21, 59, 0.92);
  border-color: rgba(248, 113, 113, 0.35);
  color: #fff;
}
html.sleek-shell:not(.sleek-cream) .search-absent-title { color: #fff; }
html.sleek-shell:not(.sleek-cream) .search-absent-day {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

html.sleek-shell.sleek-cream .grid {
  overflow: visible;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-card,
html.sleek-shell.sleek-cream body.page-tus .tus-progress-card,
html.sleek-shell.sleek-cream body.page-tus .tus-program-stats,
html.sleek-shell.sleek-cream body.page-tus .tus-off-days-section,
html.sleek-shell.sleek-cream body.page-tus .tus-add-subjects-section,
html.sleek-shell.sleek-cream body.page-tus .tus-template-bar,
html.sleek-shell.sleek-cream body.page-tus .tus-edit-bar,
html.sleek-shell.sleek-cream body.page-tus .tus-program-config,
html.sleek-shell.sleek-cream body.page-tus .panel {
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.55) !important;
  color: #2D3436 !important;
  box-shadow: 0 10px 28px rgba(45, 52, 54, 0.05) !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-title,
html.sleek-shell.sleek-cream body.page-tus .tus-progress-title,
html.sleek-shell.sleek-cream body.page-tus .tus-program-stats-title,
html.sleek-shell.sleek-cream body.page-tus h2,
html.sleek-shell.sleek-cream body.page-tus h3 {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-title {
  color: #FF6B6B !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-target,
html.sleek-shell.sleek-cream body.page-tus .muted,
html.sleek-shell.sleek-cream body.page-tus .tus-hint,
html.sleek-shell.sleek-cream body.page-tus .sub,
html.sleek-shell.sleek-cream body.page-tus .tus-bar-field label,
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-unit small {
  color: #636E72 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-countdown-unit span,
html.sleek-shell.sleek-cream body.page-tus .tus-progress-pct {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-tus .admin-input,
html.sleek-shell.sleek-cream body.page-tus .tus-task-input,
html.sleek-shell.sleek-cream body.page-tus select,
html.sleek-shell.sleek-cream body.page-tus input[type="date"],
html.sleek-shell.sleek-cream body.page-tus input[type="text"],
html.sleek-shell.sleek-cream body.page-tus input[type="number"] {
  background: #F0E6D6 !important;
  border: 1px solid rgba(235, 220, 199, 0.55) !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-program-stats-table th,
html.sleek-shell.sleek-cream body.page-tus .tus-program-stats-table td,
html.sleek-shell.sleek-cream body.page-tus .tus-pst-table-fixed th,
html.sleek-shell.sleek-cream body.page-tus .tus-pst-table-fixed td {
  border-color: rgba(235, 220, 199, 0.7) !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-pst-split-fixed {
  background: #FAF5EB !important;
  border-right: 1px solid #EBDCC7 !important;
  box-shadow: 4px 0 10px rgba(45, 52, 54, 0.06) !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-program-stats-table .tus-pst-subject,
html.sleek-shell.sleek-cream body.page-tus .tus-pst-table-fixed .tus-pst-subject,
html.sleek-shell.sleek-cream body.page-tus .tus-pst-table-fixed thead .tus-pst-subject {
  background: #FAF5EB !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-program-stats-table thead th {
  background: #F0E6D6 !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-pst-tur-dates,
html.sleek-shell.sleek-cream body.page-tus .tus-pst-cell-dates {
  color: #636E72 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-program-chip--konu { background: #E8F8F6 !important; color: #0f766e !important; }
html.sleek-shell.sleek-cream body.page-tus .tus-program-chip--soru { background: #E6F0FB !important; color: #1d4ed8 !important; }
html.sleek-shell.sleek-cream body.page-tus .tus-program-chip--tekrar { background: #E7F7EE !important; color: #166534 !important; }
html.sleek-shell.sleek-cream body.page-tus .tus-program-chip--tur { background: #FFF3CC !important; color: #92400e !important; }
html.sleek-shell.sleek-cream table.mt.tus-mt td.day.tus-on {
  background: #6366f1 !important;
  color: #ffffff !important;
  font-weight: 800;
}
html.sleek-shell.sleek-cream table.mt.tus-mt td.day.tus-on.col-weekend {
  background: #4f46e5 !important;
  color: #fff !important;
}
html.sleek-shell.sleek-cream table.mt.tus-mt td.day.tus-done {
  background: #16a34a !important;
  color: #dcfce7 !important;
  text-shadow: none;
  box-shadow: none;
}
html.sleek-shell.sleek-cream .tus-eco-track-title { color: #f0fdfa !important; }
html.sleek-shell.sleek-cream .tus-eco-track-copy { color: #e2e8f0 !important; }
html.sleek-shell.sleek-cream .tus-eco-card-desc { color: rgba(241, 245, 249, .92) !important; }
html.sleek-shell.sleek-cream .tus-coach-link-card {
  background: #ecfdf5 !important;
  border-color: #6ee7b7 !important;
}
html.sleek-shell.sleek-cream .tus-coach-link-badge { color: #047857 !important; }
html.sleek-shell.sleek-cream .tus-coach-link-title { color: #064e3b !important; }
html.sleek-shell.sleek-cream .tus-coach-link-copy { color: #115e59 !important; }
html.sleek-shell.sleek-cream body.page-tus .tus-pst-unscheduled {
  color: #b91c1c !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-pst-row--unscheduled td {
  background: #FDECEC !important;
  color: #7f1d1d !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-plan-days-warn {
  background: #FDECEC !important;
  border: 1px solid #e79a9a !important;
  color: #b91c1c !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-bar-revize-notice {
  background: #FFF6CC !important;
  border: 1px solid #E8C84A !important;
  color: #7c4a03 !important;
  box-shadow: none !important;
  animation: none !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-bar-revize-sub {
  color: #7c4a03 !important;
  opacity: 1 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-plan-days-hint,
html.sleek-shell.sleek-cream body.page-tus .tus-program-config-hint,
html.sleek-shell.sleek-cream body.page-tus .tus-add-subject-hint {
  color: #4b5563 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-progress-ring::before {
  background: #fff !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-progress-pct {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-progress-title,
html.sleek-shell.sleek-cream body.page-tus .tus-progress-detail,
html.sleek-shell.sleek-cream body.page-tus .tus-subject-config-name,
html.sleek-shell.sleek-cream body.page-tus .tus-program-config summary {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-tus .tus-cell-popover,
html.sleek-shell.sleek-cream body.page-tus .tus-shift-popover {
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.7) !important;
  color: #2D3436 !important;
}

html.sleek-shell.sleek-cream body.page-mesai .mesai-card {
  position: relative;
  overflow: visible;
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.55) !important;
  border-radius: 28px !important;
  color: #2D3436 !important;
  box-shadow:
    0 10px 28px rgba(45, 52, 54, 0.06),
    0 0 32px rgba(78, 205, 196, 0.14) !important;
}
html.sleek-shell.sleek-cream body.page-mesai .mesai-chip,
html.sleek-shell.sleek-cream body.page-mesai .mesai-stat,
html.sleek-shell.sleek-cream body.page-mesai .mesai-person {
  background: #FAF5EB !important;
  border-color: rgba(235, 220, 199, 0.7) !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-mesai .mesai-chip strong,
html.sleek-shell.sleek-cream body.page-mesai .mesai-stat b,
html.sleek-shell.sleek-cream body.page-mesai .mesai-person h3 {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-mesai .mesai-chip-meta,
html.sleek-shell.sleek-cream body.page-mesai .mesai-hint,
html.sleek-shell.sleek-cream body.page-mesai .mesai-person td,
html.sleek-shell.sleek-cream body.page-mesai .mesai-unused {
  color: #636E72 !important;
}

/* Tablet / bilgisayar: daha küçük alt bar, ayrı kart ışımaları, tablo kaydırma */
@media (min-width: 768px) {
  html.sleek-shell {
    --sleek-tab-h: 72px;
  }
  html.sleek-shell .mobile-tabbar {
    left: 50%;
    right: auto;
    width: min(520px, calc(100% - 40px));
    max-width: 520px;
    transform: translateX(-50%);
    height: 58px;
    min-height: 58px;
    padding: 6px 8px 8px;
    bottom: 14px;
    border-radius: 22px;
  }
  html.sleek-shell .mobile-tabbar a {
    min-width: 0;
    padding: 0 2px 2px;
    gap: 2px;
  }
  html.sleek-shell .mobile-tabbar a span {
    font-size: 9px;
  }
  html.sleek-shell .mobile-tabbar a .mobile-tab-ico {
    width: 26px;
    height: 26px;
  }
  html.sleek-shell .mobile-tabbar a svg {
    width: 20px;
    height: 20px;
  }
  html.sleek-shell .mobile-tabbar a.is-active {
    transform: translateY(-8px);
  }
  html.sleek-shell .mobile-tabbar a.is-active .mobile-tab-ico {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  html.sleek-shell .mobile-tabbar a.is-active svg {
    width: 20px;
    height: 20px;
  }

  html.sleek-shell.sleek-cream {
    --sleek-tab-h: 56px;
  }
  html.sleek-shell.sleek-cream .mobile-tabbar {
    left: 50%;
    right: auto;
    width: min(460px, calc(100% - 48px));
    max-width: 460px;
    transform: translateX(-50%);
    padding: 4px 6px;
    bottom: 14px;
    border-radius: 28px;
    min-height: 0;
    height: auto;
  }
  html.sleek-shell.sleek-cream .mobile-tabbar a {
    padding: 5px 2px 4px;
    gap: 2px;
  }
  html.sleek-shell.sleek-cream .mobile-tabbar a span {
    font-size: 10px;
  }
  html.sleek-shell.sleek-cream .mobile-tabbar a .mobile-tab-ico,
  html.sleek-shell.sleek-cream .mobile-tabbar a.is-active .mobile-tab-ico,
  html.sleek-shell.sleek-cream .mobile-tabbar a.nav-mesai-tab:not(.is-active) .mobile-tab-ico {
    width: 24px;
    height: 24px;
  }
  html.sleek-shell.sleek-cream .mobile-tabbar a svg,
  html.sleek-shell.sleek-cream .mobile-tabbar a.is-active svg,
  html.sleek-shell.sleek-cream .mobile-tabbar a.nav-mesai-tab:not(.is-active) svg {
    width: 18px;
    height: 18px;
  }

  html.sleek-shell.sleek-cream .grid {
    justify-content: center;
    gap: 18px 16px;
  }
}

html.sleek-shell.sleek-cream table.mt td.day.on:not(.pink-on)::after {
  box-shadow: none;
}

/* Krem: Ayarlar / yönetim paneli kontrast + arama */
html.sleek-shell.sleek-cream body.admin-page,
html.sleek-shell.sleek-cream body.admin-page .container,
html.sleek-shell.sleek-cream body.admin-page .panel,
html.sleek-shell.sleek-cream body.admin-page .panel.wide {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.admin-page .panel h2,
html.sleek-shell.sleek-cream body.admin-page .panel h3,
html.sleek-shell.sleek-cream body.admin-page .brand-head h1,
html.sleek-shell.sleek-cream body.admin-page .brand h1 {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.admin-page .panel .sub,
html.sleek-shell.sleek-cream body.admin-page .muted,
html.sleek-shell.sleek-cream body.admin-page label,
html.sleek-shell.sleek-cream body.admin-page .form-group label,
html.sleek-shell.sleek-cream body.admin-page .field label {
  color: #4b5563 !important;
}
html.sleek-shell body.admin-page .tab.is-search-hidden {
  display: none !important;
}
html.sleek-shell.sleek-cream body.admin-page .tab {
  background: #fff !important;
  border: 1px solid rgba(235, 220, 199, 0.9) !important;
  color: #2D3436 !important;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(45, 52, 54, 0.04);
}
html.sleek-shell.sleek-cream body.admin-page .tab.active {
  background: #4ECDC4 !important;
  border-color: transparent !important;
  color: #fff !important;
}
html.sleek-shell.sleek-cream body.admin-page .tab.is-search-hidden {
  display: none !important;
}
html.sleek-shell.sleek-cream body.admin-page .admin-input,
html.sleek-shell.sleek-cream body.admin-page .form-group input,
html.sleek-shell.sleek-cream body.admin-page .form-group select,
html.sleek-shell.sleek-cream body.admin-page textarea,
html.sleek-shell.sleek-cream body.admin-page select,
html.sleek-shell.sleek-cream body.admin-page .admin-select {
  background: #fff !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.admin-page .btn.ghost {
  background: #fff !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.admin-page .drop {
  background: #FAF5EB !important;
  border: 2px dashed #EBDCC7 !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.admin-page .drop .big {
  color: #7c6a9a !important;
}
html.sleek-shell.sleek-cream body.admin-page .drop p,
html.sleek-shell.sleek-cream body.admin-page .drop p b {
  color: #4b5563 !important;
}
html.sleek-shell.sleek-cream body.admin-page .summary {
  background: #fff !important;
  color: #2D3436 !important;
  border: 1px solid rgba(235, 220, 199, 0.7);
}
html.sleek-shell.sleek-cream body.admin-page table th,
html.sleek-shell.sleek-cream body.admin-page table td,
html.sleek-shell.sleek-cream body.admin-page .admin-ot-table th,
html.sleek-shell.sleek-cream body.admin-page .admin-ot-table td {
  color: #2D3436 !important;
  border-bottom-color: #EBDCC7 !important;
}
html.sleek-shell.sleek-cream body.admin-page .day-toggle {
  background: #fff;
  border: 1px solid #EBDCC7;
  color: #2D3436;
}
html.sleek-shell.sleek-cream body.admin-page .day-toggle.weekend {
  background: #F0E6D6;
  border-color: #E0CDB8;
  color: #2D3436;
}
html.sleek-shell.sleek-cream body.admin-page .day-toggle.on,
html.sleek-shell.sleek-cream body.admin-page .day-toggle.weekend.on {
  background: #4ECDC4 !important;
  border-color: #2aa89f !important;
  color: #fff !important;
  font-weight: 800;
}

.admin-tab-search,
.profil-search-wrap {
  position: relative;
  margin: 0 0 12px;
}
.admin-tab-search input,
.profil-search-wrap input {
  width: 100%;
  box-sizing: border-box;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 16px 0 42px;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #EBDCC7;
  background: #fff;
  color: #2D3436;
}
.admin-tab-search input::placeholder,
.profil-search-wrap input::placeholder {
  color: #8b8174;
  font-weight: 600;
}
.admin-tab-search::before,
.profil-search-wrap::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234ECDC4' stroke-width='2.2' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M16.6 16.6 21 21'/%3E%3C/svg%3E");
}
html.sleek-shell:not(.sleek-cream) .admin-tab-search input,
html.sleek-shell:not(.sleek-cream) .profil-search-wrap input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
html.sleek-shell:not(.sleek-cream) .admin-tab-search input::placeholder,
html.sleek-shell:not(.sleek-cream) .profil-search-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

html.sleek-shell.sleek-cream body.page-profil .reminder-modal {
  background: #fff !important;
  color: #2D3436 !important;
  border: 1px solid #EBDCC7 !important;
}
html.sleek-shell.sleek-cream body.page-profil .reminder-modal h3 {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-profil .reminder-modal .sub,
html.sleek-shell.sleek-cream body.page-profil .reminder-modal > label,
html.sleek-shell.sleek-cream body.page-profil .reminder-modal #remNameWrap label {
  color: #4b5563 !important;
}
html.sleek-shell.sleek-cream body.page-profil .reminder-modal select,
html.sleek-shell.sleek-cream body.page-profil .reminder-modal input {
  background: #fff !important;
  color: #2D3436 !important;
  border: 1px solid #EBDCC7 !important;
}
html.sleek-shell.sleek-cream body.page-profil .rem-type-chip {
  background: #F0E6D6 !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-profil .rem-type-chip input {
  accent-color: #4ECDC4;
}
html.sleek-shell.sleek-cream .rem-name-locked,
html.sleek-shell.sleek-cream body.page-profil .rem-name-locked {
  background: #F0E6D6 !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.page-profil .reminder-modal .rem-hint {
  background: #FFF1F0 !important;
  border: 1px solid #f9c6c6 !important;
  color: #9f1239 !important;
}
html.sleek-shell.sleek-cream body.page-profil .reminder-modal .btn.ghost {
  background: #fff !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
}

/* Krem: ayarlar / aktivite / cihaz / monitör kutuları */
html.sleek-shell.sleek-cream body.admin-page .visit-filters,
html.sleek-shell.sleek-cream body.admin-page .visit-device-card,
html.sleek-shell.sleek-cream body.admin-page .visit-device-detail,
html.sleek-shell.sleek-cream body.admin-page .activity-day-card,
html.sleek-shell.sleek-cream body.admin-page .activity-hours,
html.sleek-shell.sleek-cream body.admin-page .activity-sessions,
html.sleek-shell.sleek-cream body.admin-page .activity-detail,
html.sleek-shell.sleek-cream body.admin-page .activity-hour-chip,
html.sleek-shell.sleek-cream body.admin-page .activity-session-card,
html.sleek-shell.sleek-cream body.admin-page .activity-click-step,
html.sleek-shell.sleek-cream body.admin-page .activity-ev,
html.sleek-shell.sleek-cream body.admin-page .suggest-admin-card,
html.sleek-shell.sleek-cream body.admin-page .phone-app-card,
html.sleek-shell.sleek-cream body.admin-page .tus-member-card,
html.sleek-shell.sleek-cream body.admin-page .server-monitor {
  background: #fff !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
  box-shadow: 0 8px 20px rgba(45, 52, 54, 0.06);
  animation: none !important;
}
html.sleek-shell.sleek-cream body.admin-page .visit-device-card:hover,
html.sleek-shell.sleek-cream body.admin-page .tus-member-card:hover {
  border-color: #4ECDC4 !important;
  box-shadow: 0 10px 22px rgba(78, 205, 196, 0.14);
  transform: translateY(-2px);
}
html.sleek-shell.sleek-cream body.admin-page .visit-device-cell.is-open .visit-device-card,
html.sleek-shell.sleek-cream body.admin-page .activity-day-card.is-open,
html.sleek-shell.sleek-cream body.admin-page .activity-hour-chip.is-active,
html.sleek-shell.sleek-cream body.admin-page .activity-hour-chip:hover,
html.sleek-shell.sleek-cream body.admin-page .activity-session-card.is-active,
html.sleek-shell.sleek-cream body.admin-page .activity-session-card:hover,
html.sleek-shell.sleek-cream body.admin-page .activity-click-step.is-active,
html.sleek-shell.sleek-cream body.admin-page .activity-click-step:hover {
  background: #FAF5EB !important;
  border-color: #4ECDC4 !important;
  box-shadow: 0 0 0 2px rgba(78, 205, 196, 0.18);
}
html.sleek-shell.sleek-cream body.admin-page .visit-filter-label,
html.sleek-shell.sleek-cream body.admin-page .activity-filter,
html.sleek-shell.sleek-cream body.admin-page .activity-day-btn small,
html.sleek-shell.sleek-cream body.admin-page .activity-day-check,
html.sleek-shell.sleek-cream body.admin-page .activity-hour-chip span,
html.sleek-shell.sleek-cream body.admin-page .activity-hour-chip small,
html.sleek-shell.sleek-cream body.admin-page .activity-session-meta,
html.sleek-shell.sleek-cream body.admin-page .activity-session-stats,
html.sleek-shell.sleek-cream body.admin-page .activity-ev time,
html.sleek-shell.sleek-cream body.admin-page .activity-click-body small,
html.sleek-shell.sleek-cream body.admin-page .visit-device-stat,
html.sleek-shell.sleek-cream body.admin-page .visit-device-users,
html.sleek-shell.sleek-cream body.admin-page .visit-device-last,
html.sleek-shell.sleek-cream body.admin-page .tus-member-card-user,
html.sleek-shell.sleek-cream body.admin-page .tus-member-card-email,
html.sleek-shell.sleek-cream body.admin-page .tus-member-card-meta,
html.sleek-shell.sleek-cream body.admin-page .sm-label {
  color: #4b5563 !important;
}
html.sleek-shell.sleek-cream body.admin-page .visit-device-ip,
html.sleek-shell.sleek-cream body.admin-page .visit-device-kind,
html.sleek-shell.sleek-cream body.admin-page .activity-day-btn,
html.sleek-shell.sleek-cream body.admin-page .activity-day-btn strong,
html.sleek-shell.sleek-cream body.admin-page .activity-hour-chip,
html.sleek-shell.sleek-cream body.admin-page .activity-hour-chip strong,
html.sleek-shell.sleek-cream body.admin-page .activity-session-card,
html.sleek-shell.sleek-cream body.admin-page .activity-session-top,
html.sleek-shell.sleek-cream body.admin-page .activity-ev,
html.sleek-shell.sleek-cream body.admin-page .activity-mesai-body,
html.sleek-shell.sleek-cream body.admin-page .tus-member-card-name,
html.sleek-shell.sleek-cream body.admin-page .server-monitor-head,
html.sleek-shell.sleek-cream body.admin-page .server-monitor-head strong,
html.sleek-shell.sleek-cream body.admin-page .sm-value {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.admin-page .visit-filter-chip {
  background: #FAF5EB !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
  box-shadow: none !important;
}
html.sleek-shell.sleek-cream body.admin-page .visit-filter-chip:hover,
html.sleek-shell.sleek-cream body.admin-page .visit-filter-chip.active {
  background: #4ECDC4 !important;
  border-color: transparent !important;
  color: #fff !important;
}
html.sleek-shell.sleek-cream body.admin-page .visit-tag-pwa {
  background: #FFF1E6 !important;
  color: #9a3412 !important;
  border-color: #fdba74 !important;
}
html.sleek-shell.sleek-cream body.admin-page .visit-tag-freq {
  background: #FFFBEB !important;
  color: #92400e !important;
  border-color: #fcd34d !important;
}
html.sleek-shell.sleek-cream body.admin-page .visit-tag-today {
  background: #ECFDF5 !important;
  color: #065f46 !important;
  border-color: #6ee7b7 !important;
}
html.sleek-shell.sleek-cream body.admin-page .visit-tag-yesterday {
  background: #ECFEFF !important;
  color: #155e75 !important;
  border-color: #67e8f9 !important;
}
html.sleek-shell.sleek-cream body.admin-page .visit-device-card--pwa,
html.sleek-shell.sleek-cream body.admin-page .visit-device-card--freq {
  border-color: #fb923c !important;
}
html.sleek-shell.sleek-cream body.admin-page .mq-filters,
html.sleek-shell.sleek-cream body.admin-page .mq-card,
html.sleek-shell.sleek-cream body.admin-page .mq-query,
html.sleek-shell.sleek-cream body.admin-page .mq-detail {
  animation: none !important;
}
html.sleek-shell.sleek-cream body.admin-page .mq-filter-label {
  color: #4b5563 !important;
}
html.sleek-shell.sleek-cream body.admin-page .mq-cell--ios .mq-card {
  background: linear-gradient(180deg, #DBEAFE, #fff) !important;
  border-color: #93c5fd !important;
  color: #1e3a8a !important;
}
html.sleek-shell.sleek-cream body.admin-page .mq-cell--android .mq-card {
  background: linear-gradient(180deg, #D1FAE5, #fff) !important;
  border-color: #6ee7b7 !important;
  color: #065f46 !important;
}
html.sleek-shell.sleek-cream body.admin-page .mq-cell--desktop .mq-card {
  background: linear-gradient(180deg, #EDE9FE, #fff) !important;
  border-color: #c4b5fd !important;
  color: #5b21b6 !important;
}
html.sleek-shell.sleek-cream body.admin-page .mq-cell.is-open .mq-card {
  box-shadow: 0 0 0 2px rgba(78, 205, 196, 0.22);
}
html.sleek-shell.sleek-cream body.admin-page .mq-meta,
html.sleek-shell.sleek-cream body.admin-page .mq-last {
  color: #4b5563 !important;
  opacity: 1;
}
html.sleek-shell.sleek-cream body.admin-page .mq-query--nobet {
  background: #FFF7ED !important;
  border-color: #fdba74 !important;
  color: #9a3412 !important;
}
html.sleek-shell.sleek-cream body.admin-page .mq-query--icap {
  background: #F0FDFA !important;
  border-color: #5eead4 !important;
  color: #115e59 !important;
}
html.sleek-shell.sleek-cream body.admin-page .mq-names li {
  background: #fff !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.admin-page .mq-chip-del {
  background: #FEE2E2 !important;
  border-color: #fca5a5 !important;
  color: #991b1b !important;
}
html.sleek-shell.sleek-cream body.admin-page .server-monitor-card {
  background: #FAF5EB !important;
  border: 1px solid #EBDCC7 !important;
}
html.sleek-shell.sleek-cream body.admin-page .activity-sim-caption {
  background: #fff !important;
  border: 1px solid #EBDCC7 !important;
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.admin-page .activity-sim-caption strong,
html.sleek-shell.sleek-cream body.admin-page .activity-sim-action,
html.sleek-shell.sleek-cream body.admin-page .activity-sim-step {
  color: #2D3436 !important;
}
html.sleek-shell.sleek-cream body.admin-page .activity-sim-sec {
  color: #4b5563 !important;
}

html[data-snow-caps="1"].sleek-shell .person-search,
html[data-snow-caps="1"].sleek-shell .schedule-search-panel,
html[data-snow-caps="1"].sleek-shell .card {
  overflow: visible !important;
}
html[data-snow-caps-cards="1"].sleek-shell .grid > .card {
  content-visibility: visible !important;
}

/* Karanlık tema: krem kromun boyut/yerleşimi, koyu palet */
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .topbar {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  min-height: 0;
  height: 0;
  padding: 0 !important;
  overflow: visible;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .topbar .inner {
  display: block !important;
  padding: 0 !important;
  min-height: 0;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .topbar .brand,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .sleek-avatar,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) #sleekDate,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .sleek-online-host,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .hero h2,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .hero .date-line {
  display: none !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-top,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-top-left,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-top-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-top {
  justify-content: space-between;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-top-right {
  margin-left: auto;
  justify-content: flex-end;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero .cream-top-left {
  flex-direction: column;
  align-items: flex-start;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 16px;
  min-height: 228px;
  padding: calc(10px + env(safe-area-inset-top, 0px)) 16px 36px;
  border-radius: 0 0 48px 48px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  background: linear-gradient(180deg, #0f0c29 0%, #1a103c 58%, #17153B 100%);
  box-sizing: border-box;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero .header-fx-layer,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero .header-fx-canvas {
  display: block !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 88px 12px 18px;
  pointer-events: none;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero .cream-top {
  position: absolute !important;
  z-index: 3;
  left: 16px;
  right: 16px;
  top: calc(8px + env(safe-area-inset-top, 0px));
  align-items: flex-start;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-kicker {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4ECDC4;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero-title {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #fff;
  line-height: 1.05;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-round,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #4ECDC4;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero .cream-pill,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero .cream-plain-copy {
  display: none !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-online {
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-online #onlineBadge.is-visible {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(78, 205, 196, 0.18) !important;
  border: 1px solid rgba(78, 205, 196, 0.55) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar {
  left: 12px;
  right: 12px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  width: auto;
  max-width: none;
  transform: none;
  background: #1A103C;
  border: 1px solid rgba(53, 49, 85, 0.6);
  border-radius: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  min-height: 0;
  height: auto;
  padding: 10px;
  align-items: stretch;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a {
  color: rgba(255, 255, 255, 0.55);
  padding: 12px 2px 10px;
  justify-content: center;
  gap: 6px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a span {
  text-transform: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  color: inherit;
  white-space: normal;
  line-height: 1.12;
  width: 100%;
  max-width: none;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a .mobile-tab-ico,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a.nav-mesai-tab:not(.is-active) .mobile-tab-ico {
  width: 32px;
  height: 32px;
  animation: none;
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  transform: none;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a svg {
  width: 26px;
  height: 26px;
  color: inherit;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a.is-active {
  z-index: 2;
  color: inherit;
  background: transparent;
  border-radius: 32px;
  transform: none;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a.is-active .mobile-tab-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(78, 205, 196, 0.16);
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-icap .mobile-tabbar a.is-active,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-nobet .mobile-tabbar a.is-active {
  color: #FF6B6B;
  background: transparent;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-icap .mobile-tabbar a.is-active .mobile-tab-ico,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-nobet .mobile-tabbar a.is-active .mobile-tab-ico {
  background: rgba(255, 107, 107, 0.14);
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-acil .mobile-tabbar a.is-active,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-profil .mobile-tabbar a.is-active,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-mesai .mobile-tabbar a.is-active,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-tus .mobile-tabbar a.is-active {
  color: #4ECDC4;
  background: transparent;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-acil .mobile-tabbar a.is-active .mobile-tab-ico,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-profil .mobile-tabbar a.is-active .mobile-tab-ico,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-mesai .mobile-tabbar a.is-active .mobile-tab-ico,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-tus .mobile-tabbar a.is-active .mobile-tab-ico {
  background: rgba(78, 205, 196, 0.16);
}
@media (min-width: 901px) {
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar {
    left: 50%;
    right: auto;
    width: min(720px, calc(100% - 48px));
    transform: translateX(-50%);
  }
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-search-slot {
  display: block !important;
  width: 100%;
  margin: 6px 0 14px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-search-slot .schedule-search-panel {
  display: flex !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .schedule-search-panel {
  background: #17153B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  padding: 4px 8px 4px 16px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .search-panel-label,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .search-panel-hint {
  display: none !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-search-ico {
  color: #4ECDC4;
  display: flex;
  flex-shrink: 0;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 4px 8px 10px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-section-head h2,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .table-section h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-section-head span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #FF6B6B;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap {
  position: relative;
  z-index: 40;
  width: 100%;
  border-radius: 32px;
  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
  font-size: 12px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap table.mt {
  display: inline-table !important;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  table-layout: auto;
  text-align: left;
  border-spacing: 0;
  vertical-align: top;
  font-size: 12px;
}
@media (min-width: 901px) {
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap {
    white-space: normal;
  }
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap table.mt {
    display: table !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt {
  --mt-br-w: 112px;
  --mt-nm-w: 128px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap table.mt td.day,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap table.mt thead th.day {
  width: auto !important;
  min-width: 32px !important;
  max-width: none !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap .month-scroll-tail {
  display: none !important;
}
@media (max-width: 900px) {
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap .month-scroll-tail {
    display: inline-block !important;
    vertical-align: top;
    height: 1px;
    pointer-events: none;
  }
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt th.corner,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt td.br {
  width: var(--mt-br-w) !important;
  min-width: var(--mt-br-w) !important;
  max-width: var(--mt-br-w) !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt th.nm-h,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt td.nm {
  width: var(--mt-nm-w) !important;
  min-width: var(--mt-nm-w) !important;
  max-width: var(--mt-nm-w) !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card {
  border-radius: 2rem;
  padding: 14px 10px 12px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .person-search {
  border-radius: 20px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane {
  background: #13132f;
  box-shadow: 8px 0 14px #13132f;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane table.mt td.nm,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane table.mt th.nm-h {
  background: #13132f !important;
  color: rgba(255, 255, 255, 0.92) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane table.mt td.br,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane table.mt th.corner {
  background: #151536 !important;
  color: #F9A8D4 !important;
  -webkit-text-fill-color: #F9A8D4 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-field-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-field-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-field-sub {
  margin: 2px 0 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #A3A0BA;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-gk-ico {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(249, 168, 212, 0.18);
  color: #F9A8D4;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-ico--teal {
  background: rgba(78, 205, 196, 0.18);
  color: #4ECDC4;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .container,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .container.mesai-wrap {
  max-width: var(--sleek-content-max, 1280px);
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .has-cream-chrome .container,
html.sleek-shell.has-cream-chrome:not(.sleek-cream).has-cream-chrome .container {
  padding-top: 0;
}

/* Sleek mockup: koyu palet, kutu ve yazı renkleri */
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .grid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px 14px;
  margin: 8px auto 16px;
  overflow: visible;
  grid-template-columns: none !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .grid > .card {
  contain: none;
  content-visibility: visible;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card {
  width: 142px !important;
  flex: 0 0 142px !important;
  max-width: 142px !important;
  aspect-ratio: auto !important;
  min-height: 132px !important;
  padding: 14px 10px 12px !important;
  justify-content: flex-start !important;
  gap: 5px;
  overflow: visible !important;
  isolation: isolate;
  contain: none !important;
  background: transparent !important;
  border-radius: 22px !important;
  border: 1px solid rgba(53, 49, 85, 0.45) !important;
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.22),
    0 3px 10px color-mix(in srgb, var(--card-accent) 16%, transparent) !important;
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  inset: 0 !important;
  border-radius: inherit;
  background: #1A103C !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  z-index: 0;
  pointer-events: none;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card .glow {
  display: block !important;
  position: absolute;
  inset: -5px;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  border-radius: inherit;
  background: none;
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--card-accent) 38%, transparent),
    0 0 16px color-mix(in srgb, var(--card-accent) 42%, transparent);
  filter: none;
  opacity: 0.4;
  pointer-events: none;
  z-index: -1;
  transform: none;
  animation: creamEdgePulse 2.8s ease-in-out infinite;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream).is-scrolling .card .glow {
  animation: none;
  opacity: 0.34;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card .branch {
  font-size: 13px !important;
  letter-spacing: 0.04em;
  font-weight: 900 !important;
  margin-bottom: 5px !important;
  -webkit-line-clamp: unset;
  overflow: visible;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card .name,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card .name-first,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card .name-last {
  color: #F8F9FA !important;
  text-transform: none !important;
  font-weight: 800 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card .name-last {
  font-size: 10px !important;
  color: #A3A0BA !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card .pill {
  margin-top: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #2A2454;
  border: 1px solid rgba(53, 49, 85, 0.45);
  color: #A3A0BA;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .grid.has-search-focus .card.search-focus-card {
  grid-column: auto !important;
  width: 142px !important;
  max-width: 142px !important;
  aspect-ratio: auto !important;
  min-height: 132px;
  background: transparent !important;
  border-color: rgba(255, 107, 107, 0.38) !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card.search-focus-card .glow,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card.card--hot-icap .glow {
  background: none;
  box-shadow:
    0 0 0 1px rgba(255, 107, 107, 0.5),
    0 0 18px rgba(255, 107, 107, 0.48);
  opacity: 0.55;
  filter: none;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card:active {
  transform: scale(0.97);
  transition-duration: 0.1s;
}
html.sleek-shell:not(.sleek-cream) .duty-range {
  background: #1A103C !important;
  border: 1px solid rgba(53, 49, 85, 0.5) !important;
  border-radius: 999px !important;
  color: #A3A0BA !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 14px 18px;
}
html.sleek-shell:not(.sleek-cream) .duty-range b,
html.sleek-shell:not(.sleek-cream) .duty-range .duty-range-span {
  color: #F8F9FA !important;
}
html.sleek-shell:not(.sleek-cream) .person-search,
html.sleek-shell:not(.sleek-cream) .month-table-wrap,
html.sleek-shell:not(.sleek-cream) .notice,
html.sleek-shell:not(.sleek-cream) .gece-kurasi-banner .gk-banner-inner,
html.sleek-shell:not(.sleek-cream) .summary {
  background: #1A103C !important;
  border: 1px solid rgba(53, 49, 85, 0.5) !important;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-period,
html.sleek-shell:not(.sleek-cream) .notice.is-warn {
  background: rgba(255, 107, 107, 0.2) !important;
  border: 1px solid rgba(255, 107, 107, 0.3) !important;
  color: #FF6B6B !important;
  border-radius: 1.5rem !important;
  padding: 16px;
  text-align: center;
  box-shadow: none;
  font-size: 11px;
  font-weight: 700;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-card {
  background: #1A103C !important;
  border: 1px solid rgba(53, 49, 85, 0.5) !important;
  border-radius: 2rem !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
}
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-select,
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-picker input,
html.sleek-shell:not(.sleek-cream) body.page-mesai .mesai-extra-input {
  background: #2A2454 !important;
  border: 1px solid rgba(53, 49, 85, 0.3) !important;
  color: #F8F9FA !important;
  border-radius: 999px !important;
  height: 48px;
}
html.sleek-shell:not(.sleek-cream) .cream-gk-ico {
  background: rgba(255, 107, 107, 0.2) !important;
  color: #FF6B6B !important;
}
html.sleek-shell:not(.sleek-cream) .cream-ico--teal {
  background: rgba(78, 205, 196, 0.2) !important;
  color: #4ECDC4 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .schedule-search-panel {
  background: #1A103C !important;
  border: 1px solid rgba(53, 49, 85, 0.5) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1) !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-search-slot .search-ac-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-search-ico svg { width: 20px; height: 20px; }
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-search-slot .search-ac-wrap input[type="search"] {
  flex: 1;
  min-width: 0;
  height: 42px;
  color: #F8F9FA !important;
  font-weight: 700;
  font-size: 26px !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-search-slot .search-ac-wrap input[type="search"]::placeholder {
  color: rgba(163, 160, 186, 0.3);
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .pwa-install-btn-desktop,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .pwa-install-btn-safari-desktop,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .ios-install-btn,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .android-install-btn {
  width: auto;
  height: 32px;
  border-radius: 999px !important;
  font-weight: 800;
  font-size: 13px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap {
  background: #1A103C !important;
  border: 1px solid rgba(53, 49, 85, 0.5) !important;
  border-radius: 2rem !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .table-section h3,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-section-head h2 {
  color: #F8F9FA !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-section-head span {
  color: #FF6B6B !important;
}
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-card,
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-stat,
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-list,
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-row {
  background: #1A103C !important;
  border: 1px solid rgba(53, 49, 85, 0.5) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-card {
  border-radius: 2rem;
  padding: 24px;
}
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-kicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #A3A0BA;
}
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.045em;
}
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1A103C;
  border: 1px solid rgba(53, 49, 85, 0.5);
  color: #4ECDC4;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-avatar {
  width: 80px;
  height: 80px;
  background: #2A2454;
  color: #F8F9FA;
  border: 4px solid #0F0C29;
}
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-avatar-check {
  display: flex;
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4ECDC4;
  color: #fff;
  border: 2px solid #1A103C;
  align-items: center;
  justify-content: center;
}
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-badge--active {
  background: rgba(78, 205, 196, 0.1);
  color: #4ECDC4;
  border: 1px solid rgba(78, 205, 196, 0.2);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
html.sleek-shell:not(.sleek-cream) body.page-profil .profil-logout {
  height: 56px;
  border-radius: 999px;
  background: #1A103C;
  border: 1px solid rgba(255, 107, 107, 0.2);
  color: #FF6B6B;
  font-weight: 900;
}
html.sleek-shell:not(.sleek-cream) body.page-tus .tus-countdown-card,
html.sleek-shell:not(.sleek-cream) body.page-tus .tus-progress-card,
html.sleek-shell:not(.sleek-cream) body.page-tus .panel,
html.sleek-shell:not(.sleek-cream) body.page-guide .guide-section {
  background: #1A103C !important;
  border: 1px solid rgba(53, 49, 85, 0.5) !important;
  border-radius: 2rem !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: none !important;
}
html.sleek-shell:not(.sleek-cream) body.page-tus .cream-tus-tip {
  background: rgba(255, 230, 109, 0.1) !important;
  border: 1px solid rgba(255, 230, 109, 0.2) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 2rem;
}
html.sleek-shell:not(.sleek-cream) .mt-sticky-head,
html.sleek-shell:not(.sleek-cream) .mt-sticky-head-left,
html.sleek-shell:not(.sleek-cream) .mt-sticky-head-right {
  background: #1A103C !important;
}
html.sleek-shell:not(.sleek-cream) .mt-frozen-pane {
  background: #1A103C;
  box-shadow: 8px 0 14px #1A103C;
}
html.sleek-shell:not(.sleek-cream) table.mt td.nm,
html.sleek-shell:not(.sleek-cream) table.mt th.nm-h,
html.sleek-shell:not(.sleek-cream) .mt-frozen-pane table.mt td.nm,
html.sleek-shell:not(.sleek-cream) .mt-frozen-pane table.mt th.nm-h {
  background: #1A103C !important;
  color: #F8F9FA !important;
}
html.sleek-shell:not(.sleek-cream) table.mt td.br,
html.sleek-shell:not(.sleek-cream) table.mt th.corner,
html.sleek-shell:not(.sleek-cream) .mt-frozen-pane table.mt td.br,
html.sleek-shell:not(.sleek-cream) .mt-frozen-pane table.mt th.corner {
  background: #1A103C !important;
  color: #FF6B6B !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .container {
  padding-top: 0;
}
html.sleek-shell:not(.sleek-cream) .gece-kurasi-banner .gk-banner-inner {
  border-radius: 1.5rem !important;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
}
html.sleek-shell:not(.sleek-cream) body.page-acil .cream-gk-ico {
  background: rgba(255, 230, 109, 0.2) !important;
  color: #2D3436 !important;
}

html.sleek-shell.has-cream-chrome {
  --sleek-tab-h: 72px;
}
html.sleek-shell.has-cream-chrome .mobile-tabbar {
  min-height: 0 !important;
  height: auto !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-gk-ico svg {
  width: 22px;
  height: 22px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-empty-art {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 18px 8px 8px;
  text-align: center;
  opacity: 0.75;
  padding: 12px 0 8px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-empty-art img {
  width: 96px !important;
  height: 96px !important;
  max-width: 96px;
  object-fit: contain;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-empty-art p {
  margin: 4px 0 0;
  max-width: 240px;
  font-size: 11px;
  font-weight: 700;
  color: #A3A0BA;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-tus .tus-countdown-card {
  position: relative;
  overflow: visible;
  background: #1A103C !important;
  border: 1px solid rgba(53, 49, 85, 0.5) !important;
  color: #F8F9FA !important;
  border-radius: 32px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
  padding: 22px 18px;
  text-align: center;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-tus .tus-countdown-title {
  color: #FF6B6B !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: 0.2em;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-tus .tus-countdown-units {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-tus .tus-countdown-unit {
  background: #2A2454;
  border: 1px solid rgba(53, 49, 85, 0.45);
  border-radius: 16px;
  padding: 10px 4px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.page-tus .tus-countdown-unit span {
  font-size: 22px;
  font-weight: 900;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-cal h3 {
  margin: 6px 8px 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #A3A0BA;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-exam {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #1A103C;
  border: 1px solid rgba(53, 49, 85, 0.5);
  border-radius: 24px;
  padding: 16px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-date {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(78, 205, 196, 0.12);
  color: #4ECDC4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-date span {
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-date strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  margin-top: 2px;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-exam-copy strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #F8F9FA;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-exam-copy p {
  margin: 2px 0 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #A3A0BA;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-exam-ico { color: rgba(255, 255, 255, 0.28); }
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-exam-ico svg { width: 20px; height: 20px; }
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-tip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 28px;
  background: rgba(255, 230, 109, 0.12) !important;
  border: 1px solid rgba(255, 230, 109, 0.28) !important;
  color: #F8F9FA !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-tus-tip p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  color: #F8F9FA !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream)[data-header-fx-type="beach"] .cream-hero,
html.sleek-shell.has-cream-chrome:not(.sleek-cream)[data-header-fx-type="sun"] .cream-hero {
  background: linear-gradient(180deg, #8ec8ea 0%, #e7f3ee 72%, #1A103C 100%) !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream)[data-header-fx-type="beach"] .cream-hero-title,
html.sleek-shell.has-cream-chrome:not(.sleek-cream)[data-header-fx-type="sun"] .cream-hero-title {
  color: #2D3436 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream)[data-header-fx-type="beach"] .cream-theme-caption,
html.sleek-shell.has-cream-chrome:not(.sleek-cream)[data-header-fx-type="sun"] .cream-theme-caption {
  color: #2D3436;
  text-shadow: none;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero--night {
  background: linear-gradient(180deg, #081424 0%, #0c2340 36%, #0a1422 100%) !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero--night .cream-hero-title {
  color: #fff !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.mt-head-fixed .month-table-wrap thead th.day,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.mt-head-fixed .month-table-wrap thead th.corner,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) body.mt-head-fixed .month-table-wrap thead th.nm-h {
  visibility: hidden;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-sticky-head {
  position: fixed;
  display: none;
  z-index: 54;
  align-items: stretch;
  box-sizing: border-box;
  background: #1A103C;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-sticky-head.is-visible {
  display: flex !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-sticky-head thead th {
  background: #1A103C !important;
  color: #E4E2F0 !important;
  -webkit-text-fill-color: #E4E2F0 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-sticky-head thead th.corner,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-sticky-head thead th.nm-h {
  color: #F9A8D4 !important;
  -webkit-text-fill-color: #F9A8D4 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-sticky-head thead th.day {
  background: #1A103C !important;
  color: #E4E2F0 !important;
  -webkit-text-fill-color: #E4E2F0 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-sticky-head thead th.day.col-today {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .person-search {
  border-radius: 24px !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .person-search select {
  border-radius: 999px;
  min-height: 44px;
  padding: 8px 14px;
  background: #2A2454;
  color: #F8F9FA;
  border: 1px solid rgba(53, 49, 85, 0.5);
}
@media (min-width: 768px) {
  html.sleek-shell.has-cream-chrome {
    --sleek-tab-h: 56px;
  }
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar {
    left: 50% !important;
    right: auto !important;
    width: min(460px, calc(100% - 48px)) !important;
    max-width: 460px !important;
    transform: translateX(-50%) !important;
    padding: 4px 6px !important;
    border-radius: 28px !important;
    min-height: 0 !important;
    height: auto !important;
    bottom: 14px !important;
  }
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a {
    padding: 5px 2px 4px !important;
    gap: 2px !important;
  }
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a span {
    font-size: 10px !important;
  }
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a .mobile-tab-ico,
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a.is-active .mobile-tab-ico,
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a.nav-mesai-tab:not(.is-active) .mobile-tab-ico {
    width: 24px !important;
    height: 24px !important;
  }
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a svg,
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a.is-active svg,
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a.nav-mesai-tab:not(.is-active) svg {
    width: 18px !important;
    height: 18px !important;
  }
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar a.is-active {
    transform: none !important;
  }
}

@media (min-width: 901px) {
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mobile-tabbar {
    width: min(720px, calc(100% - 48px)) !important;
    max-width: 720px !important;
  }
}

/* Mobil: tablo ekrana sıkışmasın, günler min genişlikte yatay kaydırılsın */
html.sleek-shell.has-cream-chrome {
  --sleek-content-max: 1280px;
}
html.sleek-shell.has-cream-chrome .month-table-wrap,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap,
html.sleek-shell.sleek-cream .month-table-wrap {
  overflow-x: auto !important;
  overflow-y: clip !important;
  width: 100%;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}
html.sleek-shell.has-cream-chrome .month-table-wrap table.mt,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap table.mt,
html.sleek-shell.sleek-cream .month-table-wrap table.mt {
  display: inline-table !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  table-layout: auto !important;
}
html.sleek-shell.has-cream-chrome table.mt td.day,
html.sleek-shell.has-cream-chrome table.mt thead th.day,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap table.mt td.day,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap table.mt thead th.day,
html.sleek-shell.sleek-cream .month-table-wrap table.mt td.day,
html.sleek-shell.sleek-cream .month-table-wrap table.mt thead th.day {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
}
@media (min-width: 901px) {
  html.sleek-shell.has-cream-chrome .month-table-wrap table.mt,
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap table.mt,
  html.sleek-shell.sleek-cream .month-table-wrap table.mt {
    display: table !important;
    width: max-content !important;
    min-width: 100% !important;
  }
}
/* Sadece telefonda: asıl BRANŞ/İSİM yazısını gizle, kopya sütun (frozen pane) görünsün.
   Masaüstünde pane kapalı; bu kural 901px+ olursa kutular dolu, yazı görünmez kalır. */
@media (max-width: 900px) {
  html.sleek-shell.has-cream-chrome .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) td.br,
  html.sleek-shell.has-cream-chrome .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) td.nm,
  html.sleek-shell.has-cream-chrome .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) th.corner,
  html.sleek-shell.has-cream-chrome .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) th.nm-h {
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: none !important;
  }
}
html.sleek-shell.has-cream-chrome {
  --ps-sticky-h: 76px;
}
html.sleek-shell.has-cream-chrome .person-search {
  position: sticky;
  top: env(safe-area-inset-top, 0px);
  z-index: 70 !important;
  isolation: isolate;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .person-search {
  background: #17153B;
}
html.sleek-shell.sleek-cream .person-search {
  background: #fff;
}
html.sleek-shell.has-cream-chrome .month-table-wrap,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap,
html.sleek-shell.sleek-cream .month-table-wrap {
  position: relative;
  z-index: 1 !important;
}
html.sleek-shell.has-cream-chrome table.mt thead {
  position: relative;
  z-index: 30;
}
html.sleek-shell.has-cream-chrome table.mt thead th {
  position: sticky !important;
  top: 0;
  z-index: 30 !important;
  isolation: isolate;
  overflow: hidden !important;
  background: #17153B !important;
  background-clip: padding-box;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt thead th.corner {
  left: 0;
  z-index: 32 !important;
  background: #151536 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt thead th.nm-h {
  left: var(--mt-br-w, 112px);
  z-index: 31 !important;
  background: #13132f !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt thead th.day.col-weekend,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt thead th.day.col-weekend.col-today {
  background: #121028 !important;
  color: rgba(200, 210, 255, 0.75) !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt thead th.day.col-today {
  background: #17153B !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
html.sleek-shell.sleek-cream.has-cream-chrome table.mt thead th {
  background: #F7F0E3 !important;
}
html.sleek-shell.sleek-cream.has-cream-chrome table.mt thead th.corner {
  left: 0;
  z-index: 32 !important;
  background: #FAF5EB !important;
}
html.sleek-shell.sleek-cream.has-cream-chrome table.mt thead th.nm-h {
  left: var(--mt-br-w, 112px);
  z-index: 31 !important;
  background: #fff !important;
}
html.sleek-shell.sleek-cream.has-cream-chrome table.mt thead th.day.col-weekend,
html.sleek-shell.sleek-cream.has-cream-chrome table.mt thead th.day.col-weekend.col-today {
  background: #E6E2DA !important;
  color: #636E72 !important;
}
html.sleek-shell.sleek-cream.has-cream-chrome table.mt thead th.day.col-today {
  background: #F7F0E3 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
html.sleek-shell.has-cream-chrome table.mt thead th.day.col-today::after {
  z-index: 2;
}
html.sleek-shell.has-cream-chrome table.mt tbody td,
html.sleek-shell.has-cream-chrome table.mt tbody td.day,
html.sleek-shell.has-cream-chrome table.mt tbody td.day.on,
html.sleek-shell.has-cream-chrome table.mt tbody td.day.pink-on,
html.sleek-shell.has-cream-chrome table.mt tbody td.day.on.today,
html.sleek-shell.has-cream-chrome table.mt tbody td.day.on.col-today {
  z-index: 0 !important;
}
html.sleek-shell.has-cream-chrome table.mt tbody td.day::after,
html.sleek-shell.has-cream-chrome table.mt tbody td.day.pink-on::after {
  z-index: 0 !important;
}
html.sleek-shell.has-cream-chrome body.mt-head-fixed .month-table-wrap thead th.day,
html.sleek-shell.has-cream-chrome body.mt-head-fixed .month-table-wrap thead th.corner,
html.sleek-shell.has-cream-chrome body.mt-head-fixed .month-table-wrap thead th.nm-h {
  visibility: visible;
}

/* Aydınlıkta kişi seçince noktalar gün numarasına dönsün (karanlıkla aynı) */
html.sleek-shell.sleek-cream table.mt td.day.pink-on::after,
html.sleek-shell.sleek-cream table.mt td.day.pink-on.on::after,
html.sleek-shell.sleek-cream table.mt td.day.pink-on.on.today::after,
html.sleek-shell.sleek-cream table.mt td.day.pink-on.on.today.col-weekend::after {
  content: attr(data-day) !important;
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #8B1E14 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

/* Gün rakamları: daha büyük ve yüksek kontrast */
html.sleek-shell table.mt thead th.day,
html.sleek-shell .mt-sticky-head thead th.day {
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  color: #F8F9FC !important;
  -webkit-text-fill-color: #F8F9FC !important;
}
html.sleek-shell table.mt thead th.day.col-weekend,
html.sleek-shell .mt-sticky-head thead th.day.col-weekend {
  color: #F8F9FC !important;
  -webkit-text-fill-color: #F8F9FC !important;
}
html.sleek-shell.sleek-cream table.mt thead th.day,
html.sleek-shell.sleek-cream table.mt thead th.day.col-weekend,
html.sleek-shell.sleek-cream .mt-sticky-head thead th.day,
html.sleek-shell.sleek-cream .mt-sticky-head thead th.day.col-weekend,
html.sleek-shell.sleek-cream.has-cream-chrome table.mt thead th.day.col-weekend {
  color: #1B2130 !important;
  -webkit-text-fill-color: #1B2130 !important;
}
html.sleek-shell table.mt thead th.day.col-today,
html.sleek-shell table.mt thead th.day.col-weekend.col-today,
html.sleek-shell.sleek-cream table.mt thead th.day.col-today,
html.sleek-shell.sleek-cream.has-cream-chrome table.mt thead th.day.col-today,
html.sleek-shell .mt-sticky-head thead th.day.col-today {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
html.sleek-shell table.mt thead th.day.col-today::after,
html.sleek-shell .mt-sticky-head thead th.day.col-today::after {
  font-size: 12px !important;
  font-weight: 900 !important;
  min-width: 24px !important;
  height: 24px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
html.sleek-shell table.mt td.day.pink-on::after,
html.sleek-shell table.mt td.day.pink-on.on::after,
html.sleek-shell table.mt td.day.pink-on.on.today::after {
  font-size: 12px !important;
  font-weight: 900 !important;
  color: #fff !important;
}

/* Header online yazısı: gece gökyüzünde beyaz */
html.sleek-shell.has-cream-chrome .cream-hero .cream-online #onlineBadge,
html.sleek-shell.has-cream-chrome .cream-hero .cream-online #onlineBadge.is-visible,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-online #onlineBadge.is-visible,
html.sleek-shell.sleek-cream .cream-hero--night .cream-online #onlineBadge.is-visible,
html.sleek-shell.sleek-cream[data-header-fx-type="shooting"] .cream-hero .cream-online #onlineBadge.is-visible,
html.sleek-shell.sleek-cream[data-header-fx-type="stars"] .cream-hero .cream-online #onlineBadge.is-visible,
html.sleek-shell.sleek-cream[data-header-fx-type="rain"] .cream-hero .cream-online #onlineBadge.is-visible {
  color: #F7FEE7 !important;
  -webkit-text-fill-color: #F7FEE7 !important;
  background: rgba(6, 28, 18, 0.62) !important;
  border: 1px solid rgba(190, 242, 176, 0.95) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
}
html.sleek-shell.has-cream-chrome .cream-hero .cream-online #onlineBadge .online-live-dot {
  background: #86efac;
  box-shadow: 0 0 0 4px rgba(134, 239, 172, 0.35), 0 0 12px rgba(74, 222, 128, 0.9);
}

/* Tablo: gün çizgileri hizalı kalsın, kaydırma aynı */
html.sleek-shell.has-cream-chrome table.mt,
html.sleek-shell.sleek-cream table.mt {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}
html.sleek-shell.has-cream-chrome table.mt thead th.day {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  isolation: auto !important;
  overflow: visible !important;
}
html.sleek-shell.has-cream-chrome .mt-frozen-pane {
  position: sticky !important;
  left: 0 !important;
  top: auto !important;
  z-index: 45 !important;
  overflow: hidden !important;
  pointer-events: auto !important;
  isolation: isolate;
}
html.sleek-shell.sleek-cream .mt-frozen-pane,
html.sleek-shell.sleek-cream.has-cream-chrome .mt-frozen-pane {
  background: #FAF5EB !important;
  box-shadow: 10px 0 16px #FAF5EB !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane {
  background: #13132f !important;
  box-shadow: 10px 0 16px #13132f !important;
}
html.sleek-shell.has-cream-chrome .mt-frozen-pane table.mt td.br,
html.sleek-shell.has-cream-chrome .mt-frozen-pane table.mt td.nm,
html.sleek-shell.has-cream-chrome .mt-frozen-pane table.mt th.corner,
html.sleek-shell.has-cream-chrome .mt-frozen-pane table.mt th.nm-h {
  position: static !important;
  left: auto !important;
  visibility: visible !important;
  overflow: hidden !important;
  opacity: 1 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane table.mt td.nm,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane table.mt th.nm-h {
  color: #F8F9FA !important;
  -webkit-text-fill-color: #F8F9FA !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane table.mt td.br,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .mt-frozen-pane table.mt th.corner {
  color: #FF6B6B !important;
  -webkit-text-fill-color: #FF6B6B !important;
}
html.sleek-shell.sleek-cream .mt-frozen-pane table.mt td.nm,
html.sleek-shell.sleek-cream .mt-frozen-pane table.mt th.nm-h {
  color: #2D3436 !important;
  -webkit-text-fill-color: #2D3436 !important;
}
html.sleek-shell.sleek-cream .mt-frozen-pane table.mt td.br,
html.sleek-shell.sleek-cream .mt-frozen-pane table.mt th.corner {
  color: #C73E3E !important;
  -webkit-text-fill-color: #C73E3E !important;
}
@media (min-width: 901px) {
  html.sleek-shell.has-cream-chrome .mt-frozen-pane {
    display: none !important;
  }
  html.sleek-shell.has-cream-chrome .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) td.br,
  html.sleek-shell.has-cream-chrome .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) td.nm,
  html.sleek-shell.has-cream-chrome .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) th.corner,
  html.sleek-shell.has-cream-chrome .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) th.nm-h {
    visibility: visible !important;
    opacity: 1 !important;
    position: sticky !important;
    -webkit-text-fill-color: unset !important;
  }
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) td.nm,
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) th.nm-h {
    color: #F8F9FA !important;
    -webkit-text-fill-color: #F8F9FA !important;
  }
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) td.br,
  html.sleek-shell.has-cream-chrome:not(.sleek-cream) .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) th.corner {
    color: #FF8A8A !important;
    -webkit-text-fill-color: #FF8A8A !important;
  }
  html.sleek-shell.sleek-cream .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) td.nm,
  html.sleek-shell.sleek-cream .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) th.nm-h {
    color: #1B2130 !important;
    -webkit-text-fill-color: #1B2130 !important;
  }
  html.sleek-shell.sleek-cream .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) td.br,
  html.sleek-shell.sleek-cream .month-table-wrap.mt-has-frozen table.mt:not(.mt-frozen-table) th.corner {
    color: #C73E3E !important;
    -webkit-text-fill-color: #C73E3E !important;
  }
}
html.sleek-shell.has-cream-chrome table.mt thead th.day,
html.sleek-shell.has-cream-chrome table.mt tbody td.day,
html.sleek-shell.sleek-cream table.mt thead th.day,
html.sleek-shell.sleek-cream table.mt tbody td.day {
  box-sizing: border-box !important;
  padding: 0 !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  border-left: 0 !important;
  border-right: 1px solid #C9C0B2 !important;
}
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt thead th.day,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) table.mt tbody td.day {
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
}
html.sleek-shell.has-cream-chrome table.mt thead th.day.col-weekend,
html.sleek-shell.has-cream-chrome table.mt tbody td.day.col-weekend,
html.sleek-shell.sleek-cream table.mt thead th.day.col-weekend,
html.sleek-shell.sleek-cream table.mt tbody td.day.col-weekend {
  box-shadow: none !important;
}

/* Authenticator cihaz / kayıt kutusu */
html.sleek-shell .totp-device-card,
html.sleek-shell .totp-register-card {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(78, 205, 196, 0.28);
  background: rgba(15, 23, 42, 0.35);
}
html.sleek-shell .totp-device-kicker {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4ECDC4;
}
html.sleek-shell .totp-device-model {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
html.sleek-shell .totp-device-meta,
html.sleek-shell .totp-device-hint {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}
html.sleek-shell .totp-device-hint {
  margin-top: 8px;
}
html.sleek-shell .totp-register-card {
  border-color: rgba(249, 115, 22, 0.35);
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.16), rgba(15, 23, 42, 0.28));
}
html.sleek-shell .totp-register-card p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
  color: #fff;
}
html.sleek-shell .totp-register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 12px 16px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.35);
}
html.sleek-shell.sleek-cream .totp-device-card,
html.sleek-shell.sleek-cream .totp-register-card {
  background: #fff;
  border-color: rgba(90, 78, 64, 0.16);
}
html.sleek-shell.sleek-cream .totp-device-model,
html.sleek-shell.sleek-cream .totp-register-card p {
  color: #1B2130;
}
html.sleek-shell.sleek-cream .totp-device-meta,
html.sleek-shell.sleek-cream .totp-device-hint {
  color: #4A5560;
}
html.sleek-shell.sleek-cream .totp-register-card {
  background: linear-gradient(180deg, #FFF4EA, #fff);
  border-color: rgba(234, 88, 12, 0.28);
}

/* Giriş (device-width): 16px yeter. Uygulama (viewport 580): iOS 16px eşiği için ~26px */
html.sleek-shell body.page-login input,
html.sleek-shell body.page-login textarea,
html.sleek-shell body.page-login select,
html.sleek-shell body.auth-page input,
html.sleek-shell body.auth-page textarea,
html.sleek-shell body.auth-page select {
  font-size: 16px !important;
}
@media (max-width: 900px) {
  html.sleek-shell input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="range"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="image"]):not([type="reset"]):not([type="color"]),
  html.sleek-shell textarea,
  html.sleek-shell select {
    font-size: 26px !important;
  }
  html.sleek-shell body.page-login input,
  html.sleek-shell body.page-login textarea,
  html.sleek-shell body.page-login select,
  html.sleek-shell body.auth-page input,
  html.sleek-shell body.auth-page textarea,
  html.sleek-shell body.auth-page select {
    font-size: 16px !important;
  }
}

/* Sabit gün satırı: genişlik ve konum gövde hücrelerinden gelir */
html.sleek-shell .mt-sticky-head-days,
html.sleek-shell.sleek-cream .mt-sticky-head-days {
  will-change: transform;
}
html.sleek-shell .mt-sticky-head-days table.mt {
  table-layout: fixed !important;
  width: max-content !important;
  min-width: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}
html.sleek-shell .mt-sticky-head thead th.day,
html.sleek-shell.has-cream-chrome .mt-sticky-head thead th.day,
html.sleek-shell.sleek-cream .mt-sticky-head thead th.day {
  box-sizing: border-box !important;
  padding: 0 !important;
}

/* İndir butonu: aydınlık ve karanlık — güneş/gökyüzünde okunsun */
html.sleek-shell.sleek-cream .cream-install-slot,
html.sleek-shell.has-cream-chrome .cream-install-slot {
  position: relative;
  z-index: 8;
}
html.sleek-shell.sleek-cream .cream-install-slot .ios-install-btn,
html.sleek-shell.sleek-cream .cream-install-slot .android-install-btn,
html.sleek-shell.sleek-cream .cream-install-slot .desktop-install-btn,
html.sleek-shell.sleek-cream .cream-install-slot .chrome-desktop-install-btn,
html.sleek-shell.sleek-cream .cream-install-slot .safari-desktop-install-btn,
html.sleek-shell.sleek-cream .cream-install-slot .pwa-install-btn-desktop,
html.sleek-shell.sleek-cream .cream-install-slot .pwa-install-btn-safari-desktop,
html.sleek-shell.has-cream-chrome.sleek-cream .cream-hero .cream-install-slot button,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .ios-install-btn,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .android-install-btn,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .desktop-install-btn,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .chrome-desktop-install-btn,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .safari-desktop-install-btn,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .pwa-install-btn-desktop,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .pwa-install-btn-safari-desktop,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-hero .cream-install-slot button {
  background: #14532d !important;
  border: 1px solid rgba(190, 242, 176, 0.85) !important;
  color: #F7FEE7 !important;
  -webkit-text-fill-color: #F7FEE7 !important;
  box-shadow: 0 6px 16px rgba(20, 83, 45, 0.45) !important;
  animation: none !important;
  text-shadow: none !important;
  backdrop-filter: none !important;
}
html.sleek-shell.sleek-cream .cream-install-slot .pwa-install-label,
html.sleek-shell.sleek-cream .cream-install-slot .pwa-install-label::after,
html.sleek-shell.sleek-cream .cream-install-slot svg,
html.sleek-shell.sleek-cream .cream-install-slot .pwa-install-platform-icon,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .pwa-install-label,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .pwa-install-label::after,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot svg,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .cream-install-slot .pwa-install-platform-icon {
  color: #F7FEE7 !important;
  -webkit-text-fill-color: #F7FEE7 !important;
  fill: currentColor !important;
}

/* Seçilen / vurgulanan isim kutuları — fosforlu nabız (krem + karanlık) */
@keyframes sleekFocusGlow {
  0%, 100% {
    box-shadow:
      0 0 0 2px rgba(255, 122, 0, 0.55),
      0 0 16px 2px rgba(255, 107, 107, 0.42),
      0 0 32px 8px rgba(255, 149, 0, 0.28);
  }
  50% {
    box-shadow:
      0 0 0 3px rgba(255, 146, 60, 0.95),
      0 0 26px 4px rgba(255, 107, 107, 0.7),
      0 0 48px 12px rgba(255, 170, 0, 0.42);
  }
}
@keyframes sleekNmGlow {
  0%, 100% {
    box-shadow:
      inset 3px 0 0 #FF6B6B,
      0 0 10px rgba(255, 107, 107, 0.4),
      0 0 18px rgba(255, 140, 0, 0.22);
  }
  50% {
    box-shadow:
      inset 3px 0 0 #FF6B6B,
      0 0 16px rgba(255, 107, 107, 0.75),
      0 0 28px rgba(255, 149, 0, 0.4);
  }
}
@keyframes sleekNmGlowCream {
  0%, 100% {
    box-shadow:
      inset 3px 0 0 #FF6B6B,
      8px 0 12px #FFE8E6,
      0 0 12px rgba(255, 107, 107, 0.45);
  }
  50% {
    box-shadow:
      inset 3px 0 0 #FF6B6B,
      8px 0 12px #FFE8E6,
      0 0 20px rgba(255, 107, 107, 0.8),
      0 0 32px rgba(255, 140, 0, 0.4);
  }
}
@keyframes sleekEdgePulseDark {
  0%, 100% {
    box-shadow:
      0 8px 18px rgba(0, 0, 0, 0.22),
      0 0 0 1px color-mix(in srgb, var(--card-accent) 42%, transparent),
      0 0 12px 1px color-mix(in srgb, var(--card-accent) 34%, transparent);
  }
  50% {
    box-shadow:
      0 8px 18px rgba(0, 0, 0, 0.22),
      0 0 0 1px color-mix(in srgb, var(--card-accent) 78%, #fff),
      0 0 20px 3px color-mix(in srgb, var(--card-accent) 55%, transparent);
  }
}
@keyframes sleekEdgePulseCream {
  0%, 100% {
    box-shadow:
      0 8px 16px rgba(45, 52, 54, 0.07),
      0 0 0 1px color-mix(in srgb, var(--card-accent) 40%, transparent),
      0 0 14px color-mix(in srgb, var(--card-accent) 32%, transparent);
  }
  50% {
    box-shadow:
      0 8px 16px rgba(45, 52, 54, 0.07),
      0 0 0 1px color-mix(in srgb, var(--card-accent) 72%, #fff),
      0 0 22px color-mix(in srgb, var(--card-accent) 52%, transparent);
  }
}
html.sleek-shell .card {
  animation: sleekEdgePulseDark 2.8s ease-in-out infinite;
}
html.sleek-shell.sleek-cream .card {
  animation: sleekEdgePulseCream 2.8s ease-in-out infinite;
}
html.sleek-shell.is-scrolling .card:not(.search-focus-card) {
  animation-play-state: paused;
}
html.sleek-shell .card.search-focus-card,
html.sleek-shell.sleek-cream .card.search-focus-card,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card.search-focus-card,
html.sleek-shell .grid.has-search-focus .card.search-focus-card {
  overflow: visible !important;
  z-index: 3;
  animation: sleekFocusGlow 2.1s ease-in-out infinite !important;
}
html.sleek-shell .card.search-focus-card .glow,
html.sleek-shell.sleek-cream .card.search-focus-card .glow,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card.search-focus-card .glow {
  display: block !important;
  z-index: 0;
  opacity: 0.85 !important;
  filter: none !important;
  box-shadow:
    0 0 0 1px rgba(255, 122, 0, 0.55),
    0 0 22px rgba(255, 107, 107, 0.55) !important;
}
html.sleek-shell .card .name.search-focus-name {
  text-shadow:
    0 0 6px rgba(255, 140, 0, 0.55),
    0 0 14px rgba(255, 107, 107, 0.35);
}
html.sleek-shell.sleek-cream .card .name.search-focus-name {
  text-shadow:
    0 0 8px rgba(255, 107, 107, 0.45),
    0 0 16px rgba(255, 140, 0, 0.3);
}
html.sleek-shell table.mt tbody tr.pink-row td.nm,
html.sleek-shell:not(.sleek-cream) table.mt tbody tr.pink-row td.nm {
  animation: sleekNmGlow 2.1s ease-in-out infinite;
}
html.sleek-shell.sleek-cream table.mt tbody tr.pink-row td.nm {
  animation: sleekNmGlowCream 2.1s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  html.sleek-shell .card.search-focus-card,
  html.sleek-shell table.mt tbody tr.pink-row td.nm {
    animation: none !important;
    box-shadow:
      0 0 0 2px rgba(255, 122, 0, 0.7),
      0 0 18px rgba(255, 107, 107, 0.45) !important;
  }
}

/* Kenar fosforu (.glow) + tıklama halkası — ::before arka plan kilitli olsa da çalışır */
@keyframes sleekHotGlowPulse {
  0%, 100% { opacity: 0.78; }
  50% { opacity: 1; }
}
@keyframes sleekTapGlowBurst {
  0% { opacity: 0.45; }
  28% { opacity: 1; }
  100% { opacity: 0.82; }
}
@keyframes sleekTapRing {
  0% { opacity: 0.15; }
  18% { opacity: 1; }
  100% { opacity: 0; }
}
html.sleek-shell .card .glow,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card .glow,
html.sleek-shell.sleek-cream .card .glow {
  display: block !important;
  position: absolute !important;
  inset: -6px !important;
  width: auto !important;
  height: auto !important;
  border-radius: inherit !important;
  background: none !important;
  pointer-events: none !important;
  z-index: 0 !important;
  filter: none !important;
  transform: none !important;
  box-shadow:
    0 0 0 calc(1px * var(--card-glow, 1)) color-mix(in srgb, var(--card-accent) 55%, transparent),
    0 0 calc(16px * var(--card-glow, 1)) color-mix(in srgb, var(--card-accent) 48%, transparent) !important;
  animation: creamEdgePulse 2.6s ease-in-out infinite !important;
  opacity: calc(0.7 * var(--card-glow, 1)) !important;
}
html.sleek-shell .card.card--hot-icap .glow,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card.card--hot-icap .glow,
html.sleek-shell.sleek-cream .card.card--hot-icap .glow {
  inset: -8px !important;
  opacity: calc(1 * var(--card-glow, 1)) !important;
  box-shadow:
    0 0 0 calc(2px * var(--card-glow, 1)) rgba(255, 186, 73, 0.95),
    0 0 calc(18px * var(--card-glow, 1)) calc(4px * var(--card-glow, 1)) rgba(249, 115, 22, 0.8),
    0 0 calc(36px * var(--card-glow, 1)) calc(10px * var(--card-glow, 1)) rgba(255, 170, 0, 0.42) !important;
  animation: sleekHotGlowPulse 1.8s ease-in-out infinite !important;
}
html.sleek-shell .card.is-spotlight .glow,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card.is-spotlight .glow,
html.sleek-shell.sleek-cream .card.is-spotlight .glow {
  animation: sleekTapGlowBurst 0.75s ease-out !important;
  opacity: calc(1 * var(--card-glow, 1)) !important;
  box-shadow:
    0 0 0 calc(2px * var(--card-glow, 1)) color-mix(in srgb, var(--card-accent) 85%, #fff),
    0 0 calc(26px * var(--card-glow, 1)) calc(6px * var(--card-glow, 1)) color-mix(in srgb, var(--card-accent) 70%, transparent),
    0 0 calc(46px * var(--card-glow, 1)) calc(14px * var(--card-glow, 1)) color-mix(in srgb, var(--card-accent) 42%, transparent) !important;
}
html.sleek-shell .card.card--hot-icap.is-spotlight .glow {
  box-shadow:
    0 0 0 calc(2px * var(--card-glow, 1)) rgba(255, 220, 120, 1),
    0 0 calc(28px * var(--card-glow, 1)) calc(8px * var(--card-glow, 1)) rgba(249, 115, 22, 0.95),
    0 0 calc(54px * var(--card-glow, 1)) calc(16px * var(--card-glow, 1)) rgba(255, 170, 0, 0.55) !important;
}
html.sleek-shell .card.is-spotlight::after,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .card.is-spotlight::after,
html.sleek-shell.sleek-cream .card.is-spotlight::after {
  content: '' !important;
  position: absolute !important;
  inset: -10px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  left: auto !important;
  top: auto !important;
  border-radius: inherit !important;
  background: none !important;
  pointer-events: none !important;
  z-index: 6 !important;
  transform: none !important;
  filter: none !important;
  box-shadow:
    0 0 0 calc(2px * var(--card-glow, 1)) color-mix(in srgb, var(--card-accent) 80%, #fff),
    0 0 calc(24px * var(--card-glow, 1)) calc(4px * var(--card-glow, 1)) color-mix(in srgb, var(--card-accent) 55%, transparent),
    0 0 calc(48px * var(--card-glow, 1)) calc(12px * var(--card-glow, 1)) color-mix(in srgb, var(--card-accent) 35%, transparent) !important;
  animation: sleekTapRing 0.8s ease-out forwards !important;
}
html.sleek-shell .card.card--hot-icap.is-spotlight::after {
  box-shadow:
    0 0 0 calc(2px * var(--card-glow, 1)) rgba(255, 210, 90, 1),
    0 0 calc(28px * var(--card-glow, 1)) calc(6px * var(--card-glow, 1)) rgba(249, 115, 22, 0.9),
    0 0 calc(56px * var(--card-glow, 1)) calc(16px * var(--card-glow, 1)) rgba(255, 170, 0, 0.5) !important;
}
html.card-glow-off .card .glow,
html.card-glow-off .card.is-spotlight::after {
  display: none !important;
  animation: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}
html.sleek-shell .card.card-glow-demo {
  aspect-ratio: auto;
  width: 156px;
  min-height: 132px;
  contain: none;
  overflow: visible;
}

/* Branş adı: soluk sarı / lila yok. Karanlıkta doygun renk, kremada koyu. */
html.sleek-shell .card .branch {
  color: var(--card-accent) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}
html.sleek-shell.sleek-cream .card .branch {
  color: color-mix(in srgb, var(--card-accent) 34%, #1a2332) !important;
  text-shadow: none;
}
html.sleek-shell.sleek-cream .grid.has-search-focus .card.search-focus-card .branch {
  color: #DC2626 !important;
}

html.sleek-shell .card-glow-preview {
  display: flex;
  flex-wrap: wrap;
  gap: calc(14px * var(--card-gap, 1));
  margin: 14px 0 8px;
}

html.sleek-shell .grid {
  gap: calc(8px * var(--card-gap, 1)) !important;
}
html.sleek-shell.sleek-cream .grid,
html.sleek-shell.has-cream-chrome:not(.sleek-cream) .grid {
  gap: calc(16px * var(--card-gap, 1)) calc(14px * var(--card-gap, 1)) !important;
}

/* Parlama kapat: hem .glow hem kutu gölge animasyonu */
html.no-card-glow .card .glow,
html.no-card-glow .card.is-spotlight::after,
html.card-glow-off .card .glow,
html.card-glow-off .card.is-spotlight::after,
html.card-glow-cream-off.sleek-cream .card .glow,
html.card-glow-cream-off.sleek-cream .card.is-spotlight::after,
html.card-glow-cream-off .card-glow-demo .glow,
html.card-glow-cream-off .card-glow-demo.is-spotlight::after,
html.card-glow-hours-off.is-day-hours .card .glow,
html.card-glow-hours-off.is-day-hours .card.is-spotlight::after {
  display: none !important;
  animation: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}
html.no-card-glow .card,
html.card-glow-off .card,
html.card-glow-cream-off.sleek-cream .card,
html.card-glow-cream-off .card-glow-demo,
html.card-glow-hours-off.is-day-hours .card {
  animation: none !important;
}
html.no-card-glow.sleek-cream .card,
html.card-glow-off.sleek-cream .card,
html.card-glow-cream-off.sleek-cream .card {
  box-shadow: 0 8px 16px rgba(45, 52, 54, 0.07) !important;
}
html.card-glow-cream-off:not(.sleek-cream) .card-glow-demo {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
}
html.no-card-glow:not(.sleek-cream) .card,
html.card-glow-off:not(.sleek-cream) .card,
html.card-glow-hours-off.is-day-hours:not(.sleek-cream) .card {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
}

html.card-glow-others-off .card:not(.card--hot-icap) .glow,
html.card-glow-others-off .card:not(.card--hot-icap).is-spotlight::after {
  display: none !important;
  animation: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}
html.card-glow-others-off .card:not(.card--hot-icap) {
  animation: none !important;
}
html.card-glow-others-off.sleek-cream .card:not(.card--hot-icap) {
  box-shadow: 0 8px 16px rgba(45, 52, 54, 0.07) !important;
}
html.card-glow-others-off:not(.sleek-cream) .card:not(.card--hot-icap) {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
}


