:root {
  color-scheme: light;
  --black: #050608;
  --ink: #111318;
  --white: #ffffff;
  --paper: #f5f6f8;
  --line: #d9dde4;
  --gray: #6b7280;
  --gray-dark: #2b2f36;
  --red: #b10f1d;
  --red-dark: #7f0a14;
  --navy: #071a33;
  --navy-soft: #102948;
  --shadow: 0 18px 60px rgba(5, 6, 8, 0.18);
  --radius: 8px;
  --header-height: 78px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}

body {
  text-transform: capitalize;
}

body * {
  text-transform: inherit !important;
}

input[type="email"],
input[type="url"],
input[type="password"] {
  text-transform: none !important;
}

input::placeholder,
textarea::placeholder {
  text-transform: capitalize !important;
}

a[href^="mailto"],
a[href^="tel"],
.contact-email {
  text-transform: none !important;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

main,
section,
article,
aside,
form,
div {
  min-width: 0;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 24% 28%, rgba(177, 15, 29, 0.34), transparent 28%),
    radial-gradient(circle at 76% 66%, rgba(16, 41, 72, 0.84), transparent 34%),
    linear-gradient(135deg, rgba(177, 15, 29, 0.16), transparent 42%),
    linear-gradient(315deg, rgba(7, 26, 51, 0.78), transparent 48%),
    var(--black);
  color: var(--white);
  animation: introExit 0.7s ease 2.15s forwards;
  overflow: hidden;
}

.intro-mark {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 10px;
  justify-self: start;
  margin-left: clamp(18px, 8vw, 130px);
  place-items: center;
  text-align: center;
  animation: introMark 1.55s ease both;
}

.intro-mark span {
  display: block;
  max-width: min(820px, 88vw);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: rgba(5, 6, 8, 0.44);
  box-shadow:
    0 22px 70px rgba(5, 6, 8, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-size: clamp(2rem, 8vw, 6.3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  padding: clamp(14px, 3vw, 26px) clamp(16px, 4vw, 42px);
  text-shadow: 0 12px 36px rgba(5, 6, 8, 0.62);
  backdrop-filter: blur(12px);
}

.intro-mark small {
  color: #d6dce6;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.intro-portrait {
  position: absolute;
  right: clamp(-86px, 4vw, 80px);
  bottom: clamp(-96px, -4vw, -32px);
  z-index: 2;
  width: min(48vw, 620px);
  height: min(92vh, 880px);
  margin: 0;
  opacity: 0;
  pointer-events: none;
  animation: introPortrait 1.9s cubic-bezier(0.22, 0.74, 0.24, 1) 0.12s both;
}

.intro-portrait::before {
  position: absolute;
  inset: 8% 8% 4% 4%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 44% 30%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(177, 15, 29, 0.28), rgba(7, 26, 51, 0.62));
  box-shadow:
    0 28px 90px rgba(5, 6, 8, 0.54),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  content: "";
  filter: blur(2px);
}

.intro-portrait img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  object-fit: contain;
  object-position: bottom center;
  filter:
    drop-shadow(0 28px 48px rgba(5, 6, 8, 0.5))
    saturate(1.03)
    contrast(1.02);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 7%, #000 88%, transparent 100%);
}

.intro-house {
  position: absolute;
  z-index: 1;
  width: clamp(42px, 7vw, 82px);
  aspect-ratio: 1;
  opacity: 0.76;
  animation: introHouseFloat 2.25s ease-in-out infinite alternate;
}

.intro-house::before {
  position: absolute;
  top: 13%;
  left: 50%;
  width: 58%;
  aspect-ratio: 1;
  border-top: 3px solid rgba(255, 255, 255, 0.9);
  border-left: 3px solid rgba(255, 255, 255, 0.9);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.intro-house::after {
  position: absolute;
  right: 20%;
  bottom: 15%;
  left: 20%;
  height: 45%;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  background: rgba(177, 15, 29, 0.16);
  content: "";
}

.intro-house-one {
  top: 18%;
  left: 14%;
}

.intro-house-two {
  right: 13%;
  bottom: 19%;
  animation-delay: 0.35s;
  transform: scale(0.82);
}

.intro-house-three {
  right: 24%;
  top: 16%;
  opacity: 0.48;
  animation-delay: 0.7s;
  transform: scale(0.64);
}

.intro-line {
  position: absolute;
  bottom: 22%;
  width: min(260px, 62vw);
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.intro-line::after {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  background: var(--red);
  animation: lineSweep 1.2s ease-in-out infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 6, 8, 0.92);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--red), var(--black));
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: #abb4c1;
  font-size: 0.76rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  position: relative;
  border-radius: var(--radius);
  color: #dfe3ea;
  font-size: 0.94rem;
  padding: 10px 13px;
  transition:
    color 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  transform: translateY(-1px);
}

.main-nav a.is-active::after {
  position: absolute;
  right: 13px;
  bottom: 6px;
  left: 13px;
  height: 2px;
  background: var(--red);
  content: "";
}

.header-social {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.social-logo-button {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.main-nav .social-logo-button {
  padding: 0;
}

.social-logo-button:hover {
  border-color: rgba(255, 255, 255, 0.54);
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.social-logo-button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255, 255, 255, 0.34) 50%, transparent 64% 100%);
  content: "";
  opacity: 0;
  transform: translateX(-120%);
  transition:
    opacity 0.24s ease,
    transform 0.5s ease;
}

.social-logo-button:hover::after {
  opacity: 1;
  transform: translateX(120%);
}

.social-instagram {
  background: rgba(255, 255, 255, 0.08);
}

.social-youtube {
  background: rgba(255, 255, 255, 0.08);
}

.social-linkedin {
  background: rgba(10, 102, 194, 0.18);
}

.social-facebook {
  background: rgba(24, 119, 242, 0.18);
}

.social-whatsapp {
  background: rgba(37, 211, 102, 0.16);
}

.social-kent {
  background: rgba(255, 255, 255, 0.08);
}

.social-sahibinden {
  background: rgba(255, 225, 0, 0.18);
}

.social-google,
.social-maps {
  background: rgba(255, 255, 255, 0.1);
}

.social-logo-button img {
  position: relative;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: contain;
}

.social-youtube img {
  width: 34px;
  height: 34px;
  border-radius: 6px;
}

.social-linkedin img {
  border-radius: 8px;
}

.social-facebook img {
  border-radius: 8px;
}

.social-kent img {
  border-radius: 6px;
  background: var(--white);
}

.social-whatsapp img,
.social-sahibinden img,
.social-google img,
.social-maps img {
  border-radius: 8px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.menu-toggle span + span {
  margin-top: -11px;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.view {
  display: none;
}

.view.is-active {
  display: block;
  animation: viewIn 0.36s ease both;
}

.band-dark {
  background:
    radial-gradient(circle at 82% 18%, rgba(177, 15, 29, 0.26), transparent 28%),
    linear-gradient(135deg, var(--black), var(--navy) 62%, #0b0d12);
  color: var(--white);
}

.hero {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 6vw, 90px) clamp(18px, 5vw, 76px) clamp(34px, 5vw, 62px);
}

.hero-content {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.hero h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 7.4rem);
  font-weight: 900;
}

.hero-copy {
  max-width: 680px;
  color: #d4dae4;
  font-size: clamp(1rem, 2vw, 1.24rem);
}

.hero-actions,
.filter-panel-head,
.results-head,
.table-toolbar,
.toolbar-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.025em;
  padding: 12px 20px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.btn:active {
  transform: translateY(1px) scale(0.975) !important;
  box-shadow: none !important;
  transition-duration: 0.08s;
}

.btn::after,
.main-filter-card::after,
.listing-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.32) 50%, transparent 58% 100%);
  content: "";
  opacity: 0;
  transform: translateX(-70%);
  transition:
    opacity 0.28s ease,
    transform 0.5s ease;
}

.btn:hover,
.main-filter-card:hover,
.segment:hover {
  transform: translateY(-2px);
}

.btn:hover::after,
.main-filter-card:hover::after,
.listing-card:hover::after {
  opacity: 1;
  transform: translateX(70%);
}

.btn.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
  box-shadow: 0 8px 24px rgba(177, 15, 29, 0.32), 0 2px 6px rgba(177, 15, 29, 0.18);
}

.btn-primary:hover {
  box-shadow: 0 14px 40px rgba(177, 15, 29, 0.48), 0 4px 10px rgba(177, 15, 29, 0.22);
  background: linear-gradient(135deg, #c4111f, var(--red-dark));
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--white);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.06);
}

.btn-dark {
  background: var(--ink);
  color: var(--white);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #16a34a, #075e54);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.28), 0 2px 6px rgba(22, 163, 74, 0.14);
}

.btn-whatsapp:hover {
  box-shadow: 0 14px 40px rgba(22, 163, 74, 0.44), 0 4px 10px rgba(22, 163, 74, 0.2);
}

.btn-small {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 0.9rem;
}

.hero-stats {
  display: grid;
  max-width: 680px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
}

.hero-stats div {
  min-height: 92px;
  padding: 18px;
  background: rgba(0, 0, 0, 0.26);
}

.hero-stats .vip-stat-link {
  position: relative;
  display: block;
  min-height: 92px;
  overflow: hidden;
  padding: 18px;
  background: rgba(177, 15, 29, 0.3);
  color: var(--white);
  text-decoration: none;
  animation: vipPulse 1.25s ease-in-out infinite;
}

.hero-stats .vip-stat-link::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.28) 48%, transparent 62% 100%);
  content: "";
  transform: translateX(-120%);
  animation: vipSweep 2.4s ease-in-out infinite;
}

.hero-stats strong {
  display: block;
  color: var(--white);
  font-size: 1.7rem;
}

.hero-stats span {
  color: #bcc4d1;
  font-size: 0.88rem;
}

.hero-portrait {
  position: relative;
  width: min(100%, 460px);
  justify-self: end;
  margin: 0;
}

.hero-portrait::before {
  position: absolute;
  inset: 26px -18px -18px 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  content: "";
}

.hero-portrait img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center top;
  box-shadow: var(--shadow);
}

.hero-portrait figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(5, 6, 8, 0.82);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.hero-portrait figcaption span {
  color: #b8c1cc;
  font-size: 0.84rem;
}

.filter-section,
.listings-shell,
.team-grid,
.legal-content,
.admin-layout,
.super-grid {
  padding: clamp(42px, 6vw, 82px) clamp(18px, 5vw, 76px);
}

.section-heading,
.page-hero {
  max-width: 920px;
  padding: clamp(42px, 6vw, 74px) clamp(18px, 5vw, 76px) 0;
}

.filter-section .section-heading {
  padding: 0;
}

.section-heading h2,
.page-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 4.6rem);
  font-weight: 900;
}

.section-heading p,
.page-hero p {
  max-width: 720px;
  color: var(--gray-dark);
}

.main-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.main-filter-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(5, 6, 8, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 36px rgba(5, 6, 8, 0.08);
  cursor: pointer;
  padding: 22px;
  text-align: left;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.main-filter-card.is-active {
  border-color: var(--red);
  box-shadow: 0 18px 48px rgba(177, 15, 29, 0.18);
}

.main-filter-card .filter-index {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  font-weight: 900;
}

.main-filter-card h3 {
  margin: 28px 0 10px;
  font-size: 1.45rem;
}

.main-filter-card p {
  color: var(--gray-dark);
}

.main-filter-card .filter-count {
  color: var(--red);
  font-size: 0.86rem;
  font-weight: 900;
}

.filter-panel,
.admin-form,
.admin-table-wrap,
.metric-panel,
.legal-content {
  border: 1px solid rgba(5, 6, 8, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 44px rgba(5, 6, 8, 0.06);
}

body[data-page="admin"] [data-protected-content],
body[data-page="super-admin"] [data-protected-content],
.panel-locked [data-protected-content],
.panel-unlocked [data-auth-gate] {
  display: none;
}

body.panel-unlocked[data-page="admin"] .admin-layout[data-protected-content],
body.panel-unlocked[data-page="super-admin"] .super-grid[data-protected-content] {
  display: grid;
}

.auth-gate {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: clamp(28px, 5vw, 68px) clamp(18px, 5vw, 76px);
}

.auth-form {
  width: min(100%, 460px);
}

.auth-form p,
.form-note {
  margin: 0;
  color: var(--gray-dark);
}

.form-note {
  min-height: 22px;
  font-size: 0.9rem;
  font-weight: 800;
}

.form-note.is-error {
  color: var(--red-dark);
}

.form-note.is-success {
  color: var(--navy);
}

.social-transition {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  pointer-events: all;
}

.social-transition::before {
  position: absolute;
  top: var(--social-y, 50%);
  left: var(--social-x, 50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--social-bg, var(--red));
  content: "";
  transform: translate(-50%, -50%) scale(0);
  animation: socialFlood 3s cubic-bezier(0.22, 0.74, 0.24, 1) forwards;
}

.social-transition-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  place-items: center;
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  animation: socialCard 3s ease forwards;
}

.social-transition-mark {
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.social-transition-mark img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.social-transition-mark.social-instagram img {
  border-radius: 18px;
}

.social-transition-mark.social-kent img {
  border-radius: 12px;
  background: var(--white);
}

.social-transition h2 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 5rem);
  font-weight: 900;
}

.social-transition p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

@keyframes socialFlood {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  68% {
    transform: translate(-50%, -50%) scale(46);
  }
  100% {
    transform: translate(-50%, -50%) scale(58);
  }
}

@keyframes socialCard {
  0%,
  20% {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  42%,
  84% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px) scale(1.04);
  }
}

.filter-panel {
  margin-top: 18px;
  padding: clamp(18px, 3vw, 28px);
}

.filter-panel-head,
.results-head,
.table-toolbar {
  justify-content: space-between;
}

.muted-label {
  display: block;
  margin-bottom: 4px;
  color: var(--gray);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.filter-panel h3,
.results-head h3,
.table-toolbar h2,
.admin-form h2,
.metric-panel h2 {
  margin-bottom: 0;
}

.sub-filter-grid,
.quick-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.search-field,
.table-search {
  display: grid;
  gap: 6px;
}

.search-field {
  max-width: 520px;
  margin-top: 18px;
}

.search-field span,
.table-search span {
  color: var(--gray);
  font-size: 0.82rem;
  font-weight: 900;
}

.table-search input {
  min-width: min(280px, 70vw);
}

.chip {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  padding: 8px 12px;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

.chip:hover,
.chip.is-active {
  border-color: var(--red);
  background: #fff1f3;
  color: var(--red-dark);
  transform: translateY(-1px);
}

.results-head {
  margin: 32px 0 16px;
}

.text-link {
  color: var(--red);
  font-weight: 900;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.listing-card {
  position: relative;
  display: grid;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(5, 6, 8, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 40px rgba(5, 6, 8, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
  color: inherit;
  text-decoration: none;
}

.listing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 54px rgba(5, 6, 8, 0.14);
}

.property-photo {
  position: relative;
  min-height: 178px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 38%),
    linear-gradient(140deg, #151922, #2d3747);
}

.property-photo img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-photo::before {
  position: absolute;
  z-index: 1;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  content: "";
}

.property-photo::after {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  width: 44%;
  height: 54%;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: -34px -20px 0 rgba(255, 255, 255, 0.08);
  content: "";
}

.tone-yasam .property-photo,
.tone-konut .property-photo {
  background:
    linear-gradient(135deg, rgba(177, 15, 29, 0.22), transparent 42%),
    linear-gradient(140deg, #111318, #4c5562);
}

.tone-ticari .property-photo {
  background:
    linear-gradient(135deg, rgba(177, 15, 29, 0.18), transparent 36%),
    linear-gradient(140deg, #071a33, #3b4758);
}

.tone-hobi .property-photo,
.tone-arsa .property-photo {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 44%),
    linear-gradient(140deg, #151515, #59615a);
}

.listing-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.listing-topline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 5px 9px;
}

.status-sale {
  background: var(--red);
}

.status-rent {
  background: var(--navy);
}

.status-published,
.status-pending {
  margin-top: 6px;
  font-weight: 900;
}

.status-published {
  color: #187342;
}

.status-pending {
  color: var(--red-dark);
}

.listing-card h3 {
  margin: 0;
  font-size: 1.18rem;
}

.listing-card p {
  margin: 0;
  color: var(--gray-dark);
}

.listing-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  color: var(--gray-dark);
  font-size: 0.9rem;
}

.listing-price {
  color: var(--black);
  font-size: 1.28rem;
  font-weight: 900;
}

.page-hero {
  min-height: 280px;
}

.detail-shell {
  padding: clamp(28px, 5vw, 68px) clamp(18px, 5vw, 76px);
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 58px rgba(5, 6, 8, 0.12);
}

.detail-photo {
  min-width: 0;
  min-height: 560px;
}

.listing-gallery {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  background: var(--ink);
}

.gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-slide {
  position: relative;
  min-width: 100%;
  height: 100%;
  min-height: 560px;
  margin: 0;
  scroll-snap-align: start;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.gallery-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  background: rgba(5, 6, 8, 0.68);
  box-shadow: 0 14px 32px rgba(5, 6, 8, 0.24);
  color: var(--white);
  cursor: pointer;
  font-size: 0;
  font-weight: 900;
  transform: translateY(-50%);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
  backdrop-filter: blur(10px);
}

.gallery-control::before {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  content: "";
}

.gallery-control:hover,
.gallery-control:focus-visible {
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(5, 6, 8, 0.86);
  transform: translateY(-50%) scale(1.03);
}

.gallery-prev {
  left: 14px;
}

.gallery-prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.gallery-next {
  right: 14px;
}

.gallery-next::before {
  transform: translateX(-2px) rotate(45deg);
}

.gallery-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  border-radius: var(--radius);
  background: rgba(5, 6, 8, 0.74);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  padding: 8px 10px;
}

.gallery-fallback {
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.detail-content {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 48px);
}

.detail-content h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  font-weight: 900;
}

.detail-content p {
  color: var(--gray-dark);
  font-size: 1.05rem;
}

.detail-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-facts div {
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 14px;
}

.detail-facts span,
.detail-facts strong {
  display: block;
}

.detail-facts span {
  color: var(--gray);
  font-size: 0.82rem;
  font-weight: 900;
}

.detail-facts strong {
  margin-top: 6px;
  font-size: 1.1rem;
}

.listing-location-card {
  position: relative;
  display: grid;
  gap: 7px;
  overflow: hidden;
  border: 1px solid rgba(66, 133, 244, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(66, 133, 244, 0.1), transparent 42%),
    linear-gradient(145deg, #ffffff, #eef4ff);
  color: var(--ink);
  padding: 16px;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.listing-location-card::after {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  background:
    radial-gradient(circle at 50% 50%, var(--white) 0 22%, transparent 24%),
    linear-gradient(135deg, #4285f4, #34a853 42%, #fbbc05 70%, #ea4335);
  content: "";
  transform: rotate(-45deg);
  box-shadow: 0 12px 28px rgba(66, 133, 244, 0.22);
}

.listing-location-card:hover {
  border-color: rgba(66, 133, 244, 0.46);
  box-shadow: 0 14px 34px rgba(66, 133, 244, 0.16);
  transform: translateY(-2px);
}

.listing-location-card span {
  color: var(--gray);
  font-size: 0.82rem;
  font-weight: 900;
}

.listing-location-card strong {
  max-width: calc(100% - 62px);
  font-size: 1.05rem;
}

.listing-location-card em {
  color: #1a73e8;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
}

.detail-related {
  margin-top: clamp(32px, 5vw, 58px);
}

.detail-related .section-heading {
  padding: 0;
}

.detail-empty {
  display: grid;
  min-height: 420px;
  align-content: center;
  gap: 18px;
  border-radius: var(--radius);
  background: var(--white);
  padding: clamp(24px, 5vw, 56px);
}

.segmented {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.segment {
  min-width: 92px;
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.segment.is-active {
  background: var(--black);
  color: var(--white);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.team-card {
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  gap: 12px;
  border: 1px solid rgba(5, 6, 8, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 40px rgba(5, 6, 8, 0.07);
  padding: 18px;
}

.team-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  background: var(--ink);
  object-fit: cover;
}

.avatar {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(177, 15, 29, 0.86), transparent),
    var(--black);
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 900;
}

.team-card h3 {
  margin: 8px 0 0;
}

.team-role {
  color: var(--red);
  font-weight: 900;
}

.team-card p {
  color: var(--gray-dark);
}

.team-contact {
  display: grid;
  gap: 4px;
  margin-top: auto;
  color: var(--gray-dark);
  font-size: 0.9rem;
}

.team-appointment {
  width: 100%;
}

.profile-section {
  padding: clamp(42px, 7vw, 90px) clamp(18px, 5vw, 76px);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: stretch;
}

.profile-photo {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(5, 6, 8, 0.12);
  border-radius: var(--radius);
  background: var(--ink);
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-panel {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(5, 6, 8, 0.1);
  border-radius: var(--radius);
  background: var(--white);
}

.profile-panel h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.95;
}

.profile-title {
  color: var(--red);
  font-size: 1.1rem;
  font-weight: 900;
}

.profile-panel p {
  margin: 0;
  color: var(--gray-dark);
  font-size: 1.05rem;
  line-height: 1.8;
}

.profile-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-expertise span {
  border: 1px solid rgba(5, 6, 8, 0.12);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.vip-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 520px);
  gap: clamp(22px, 4vw, 58px);
  align-items: start;
  padding: clamp(42px, 7vw, 90px) clamp(18px, 5vw, 76px);
}

.vip-intro {
  display: grid;
  min-height: 520px;
  align-content: center;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(177, 15, 29, 0.2), transparent 42%),
    linear-gradient(145deg, var(--black), var(--navy));
  color: var(--white);
  padding: clamp(24px, 5vw, 58px);
}

.vip-intro h1 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  font-weight: 900;
}

.vip-intro p:not(.eyebrow) {
  max-width: 720px;
  color: #d4dae4;
  font-size: 1.05rem;
}

.vip-form {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  border: 1px solid rgba(5, 6, 8, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 58px rgba(5, 6, 8, 0.12);
}

.message-note {
  max-width: 420px;
  white-space: normal;
}

.legal-content {
  display: grid;
  max-width: 980px;
  gap: 18px;
  margin: 0 clamp(18px, 5vw, 76px) clamp(42px, 6vw, 82px);
  padding: clamp(22px, 4vw, 38px);
}

.legal-content h2 {
  margin: 0;
  font-size: 1.35rem;
}

.legal-content p {
  margin: 0;
  color: var(--gray-dark);
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  gap: 18px;
}

.admin-hero {
  max-width: 1120px;
}

.admin-workspace {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.admin-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 18px);
  align-self: start;
}

.admin-nav-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(5, 6, 8, 0.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 44px rgba(5, 6, 8, 0.06);
  padding: 16px;
}

.admin-side-nav {
  display: grid;
  gap: 6px;
}

.admin-side-nav a {
  border-radius: var(--radius);
  color: var(--gray-dark);
  font-weight: 900;
  padding: 10px 12px;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.admin-side-nav a:hover {
  background: #fff1f3;
  color: var(--red-dark);
  transform: translateX(2px);
}

.admin-main {
  display: grid;
  min-width: 0;
  gap: 22px;
}

.admin-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.admin-stat-card {
  display: grid;
  min-height: 108px;
  align-content: center;
  border: 1px solid rgba(5, 6, 8, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(177, 15, 29, 0.08), transparent 48%),
    var(--white);
  box-shadow: 0 14px 44px rgba(5, 6, 8, 0.06);
  padding: 16px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.admin-stat-card:hover {
  border-color: rgba(177, 15, 29, 0.28);
  box-shadow: 0 18px 50px rgba(5, 6, 8, 0.1);
  transform: translateY(-2px);
}

.admin-stat-card strong {
  color: var(--ink);
  font-size: 2.1rem;
  line-height: 1;
}

.admin-stat-card span {
  margin-top: 8px;
  color: var(--gray-dark);
  font-weight: 900;
}

.admin-section {
  display: grid;
  gap: 16px;
  min-width: 0;
  scroll-margin-top: calc(var(--header-height) + 22px);
}

.admin-section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(5, 6, 8, 0.1);
  padding-bottom: 10px;
}

.admin-section-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.admin-grid {
  display: grid;
  min-width: 0;
  gap: 18px;
}

.admin-grid-two {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.admin-stack {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.admin-wide-table {
  min-width: 0;
}

.super-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 18px;
}

.span-two {
  grid-column: 1 / -1;
}

.admin-form,
.admin-table-wrap,
.metric-panel {
  padding: 20px;
}

.admin-form {
  display: grid;
  align-content: start;
  gap: 14px;
}

.admin-form h3,
.admin-table-wrap h3 {
  margin: 0;
  font-size: 1.2rem;
}

.admin-form label {
  display: grid;
  gap: 7px;
  color: var(--gray-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.admin-form small {
  color: var(--gray);
  font-size: 0.82rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.photo-manager-panel {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 12px;
}

.photo-manager-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.photo-manager-head span,
.photo-manager-empty {
  color: var(--gray);
  font-size: 0.88rem;
  font-weight: 800;
}

.photo-manager-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
}

.photo-manager-item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.photo-manager-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.photo-manager-item figcaption {
  overflow: hidden;
  color: var(--gray-dark);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.photo-manager-item button {
  position: absolute;
  top: 6px;
  right: 6px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(5, 6, 8, 0.78);
  color: var(--white);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  outline: none;
  padding: 11px 12px;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(177, 15, 29, 0.12);
}

.table-scroll {
  margin-top: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

table {
  width: 100%;
  min-width: min(700px, calc(100vw - 28px));
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 13px 10px;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

th {
  color: var(--gray);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.table-link {
  color: var(--ink);
  text-decoration: none;
}

.table-link:hover {
  color: var(--red);
}

td strong,
td small {
  display: block;
}

td small {
  color: var(--gray);
}

.delete-btn {
  min-height: 34px;
  border: 1px solid #f1bec4;
  border-radius: var(--radius);
  background: #fff3f4;
  color: var(--red-dark);
  cursor: pointer;
  font-weight: 900;
  padding: 7px 10px;
}

.table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-btn {
  min-height: 34px;
  border: 1px solid rgba(5, 6, 8, 0.14);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-weight: 900;
  padding: 7px 10px;
}

button:disabled {
  cursor: wait;
  opacity: 0.66;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.metric {
  min-height: 112px;
  border-radius: var(--radius);
  background: var(--paper);
  padding: 16px;
}

.metric strong {
  display: block;
  font-size: 2rem;
}

.metric span {
  color: var(--gray-dark);
  font-weight: 800;
}

.admin-report-metrics {
  margin: 0 0 18px;
}

.daily-report-panel p {
  margin: 0;
  border-left: 4px solid var(--red);
  background: var(--paper);
  color: var(--gray-dark);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.8;
  padding: 16px;
}

.report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.report-actions .btn {
  flex: 1 1 170px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 76px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--black);
  color: var(--white);
}

.site-footer span {
  display: block;
  color: #b7bfca;
}

.footer-credit {
  display: grid;
  gap: 4px;
  text-align: center;
}

.footer-credit span {
  color: #d7dde6;
  font-size: 0.9rem;
  font-weight: 800;
}

.footer-creator-link {
  color: #d7dde6;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-creator-link:hover,
.footer-creator-link:focus-visible {
  color: var(--red);
  text-decoration: underline;
}

.panel-footer {
  margin-top: 40px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.footer-social a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--white);
  font-weight: 900;
  padding: 7px 11px;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.footer-social a:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--gray-dark);
  padding: 28px;
}

@keyframes introMark {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introHouseFloat {
  from {
    transform: translate3d(0, 12px, 0) rotate(-4deg) scale(0.92);
  }
  to {
    transform: translate3d(0, -10px, 0) rotate(5deg) scale(1);
  }
}

@keyframes introPortrait {
  0% {
    opacity: 0;
    transform: translate3d(34px, 18px, 0) scale(0.94);
  }
  42% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.86;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes vipPulse {
  0%,
  100% {
    background: rgba(177, 15, 29, 0.3);
    box-shadow: inset 0 0 0 0 rgba(177, 15, 29, 0);
  }
  50% {
    background: rgba(177, 15, 29, 0.78);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 0 26px rgba(177, 15, 29, 0.36);
  }
}

@keyframes vipSweep {
  0% {
    transform: translateX(-120%);
  }
  58%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes lineSweep {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(260%);
  }
}

@keyframes introExit {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes viewIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .intro-mark {
    justify-self: center;
    margin-left: 0;
  }

  .intro-portrait {
    right: -130px;
    width: min(62vw, 520px);
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-portrait {
    justify-self: start;
  }

  .listing-grid,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-layout {
    grid-template-columns: 1fr;
  }

  .vip-section {
    grid-template-columns: 1fr;
  }

  .vip-form {
    position: static;
  }

  .admin-layout,
  .super-grid {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
  }

  .admin-side-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .admin-grid-two,
  .admin-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-workspace {
    gap: 18px;
  }

  .admin-nav-card {
    position: relative;
  }

  .detail-hero {
    grid-template-columns: 1fr;
  }

  .detail-photo {
    min-height: 420px;
  }

  .listing-gallery,
  .gallery-slide,
  .gallery-slide img,
  .gallery-fallback {
    min-height: 420px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 70px;
  }

  .intro-portrait {
    right: -190px;
    bottom: -120px;
    width: min(112vw, 560px);
    height: min(82vh, 720px);
  }

  .menu-toggle {
    display: grid;
  }

  .main-nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: calc(100svh - var(--header-height));
    overflow: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(5, 6, 8, 0.98);
    padding: 12px;
    transform: translateY(-120%);
    transition: transform 0.26s ease;
  }

  .menu-open .main-nav {
    transform: translateY(0);
  }

  .main-nav a {
    padding: 14px;
  }

  .header-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-left: 0;
    padding: 12px 2px 4px;
    border-left: 0;
  }

  .social-logo-button {
    width: 44px;
    height: 44px;
  }

  .hero-stats,
  .main-filter-grid,
  .metric-grid,
  .admin-overview {
    grid-template-columns: 1fr;
  }

  .admin-side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-portrait {
    width: min(100%, 380px);
  }

  .hero-portrait figcaption {
    position: static;
    margin-top: 10px;
  }

  .profile-photo {
    min-height: 360px;
  }

  .vip-intro {
    min-height: 420px;
  }

  .table-search,
  .toolbar-controls select {
    width: 100%;
  }

  .table-search input {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 66px;
  }

  .site-header {
    min-height: var(--header-height);
    padding: 10px 14px;
  }

  .brand strong {
    max-width: 58vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    gap: 24px;
    padding: clamp(32px, 10vw, 58px) 14px 32px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 15vw, 3.4rem);
  }

  .hero-copy,
  .vip-intro p:not(.eyebrow),
  .profile-panel p,
  .detail-content p {
    font-size: 1rem;
  }

  .hero-portrait {
    width: 100%;
  }

  .hero-portrait::before {
    inset: 14px -8px -8px 14px;
  }

  .hero-portrait img {
    max-height: 560px;
  }

  .intro-mark span {
    max-width: 92vw;
    font-size: clamp(2rem, 12vw, 3.4rem);
  }

  .intro-portrait {
    right: -230px;
    bottom: -150px;
    width: min(132vw, 540px);
    opacity: 0.28;
  }

  .intro-house-three {
    display: none;
  }

  .hero-actions,
  .filter-panel-head,
  .results-head,
  .table-toolbar,
  .toolbar-controls,
  .form-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn,
  .profile-actions .btn,
  .form-actions .btn,
  .admin-form > .btn,
  .admin-nav-card .btn {
    width: 100%;
  }

  .filter-section,
  .listings-shell,
  .legal-content,
  .admin-layout,
  .super-grid,
  .profile-section,
  .vip-section,
  .detail-shell {
    padding: 28px 14px;
  }

  .team-grid {
    padding: 28px 14px;
  }

  .section-heading,
  .page-hero {
    min-height: auto;
    padding: 32px 14px 0;
  }

  .section-heading h2,
  .page-hero h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .page-hero p,
  .section-heading p {
    max-width: 100%;
  }

  .footer-credit {
    text-align: left;
  }

  .listing-grid,
  .team-grid,
  .form-row,
  .detail-facts,
  .admin-grid-two,
  .admin-side-nav {
    grid-template-columns: 1fr;
  }

  .admin-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .admin-stat-card {
    min-height: 92px;
    padding: 14px;
  }

  .admin-stat-card strong {
    font-size: 1.75rem;
  }

  .admin-side-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-side-nav a {
    text-align: center;
    padding: 10px 8px;
  }

  .admin-form,
  .admin-table-wrap,
  .metric-panel,
  .admin-nav-card {
    padding: 14px;
  }

  .admin-main,
  .admin-section,
  .admin-grid,
  .admin-stack {
    gap: 14px;
  }

  .admin-section-head {
    align-items: start;
  }

  .photo-manager-grid {
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  }

  .listing-card {
    min-height: auto;
  }

  .listing-body,
  .team-card,
  .profile-panel,
  .detail-content {
    padding: 16px;
  }

  .listing-meta {
    grid-template-columns: 1fr;
  }

  .detail-content h1,
  .profile-panel h1,
  .vip-intro h1 {
    font-size: clamp(2.1rem, 12vw, 3.1rem);
  }

  .detail-photo {
    min-height: 320px;
  }

  .detail-facts div {
    min-height: auto;
  }

  .vip-intro {
    min-height: auto;
    padding: 22px;
  }

  .profile-photo {
    min-height: 320px;
  }

  .profile-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .main-filter-card {
    min-height: 170px;
    padding: 18px;
  }

  .segmented {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .segment {
    min-width: 0;
  }

  .listing-gallery,
  .gallery-slide,
  .gallery-slide img,
  .gallery-fallback {
    min-height: 320px;
  }

  .gallery-control {
    width: 42px;
    height: 42px;
  }

  table {
    min-width: 100%;
    font-size: 0.88rem;
  }

  th,
  td {
    padding: 10px 8px;
  }

  .table-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mini-btn,
  .delete-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .admin-overview,
  .admin-side-nav,
  .segmented {
    grid-template-columns: 1fr;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .social-logo-button {
    width: 42px;
    height: 42px;
  }

  .hero-stats div,
  .hero-stats .vip-stat-link {
    min-height: 82px;
  }
}

.location-filter-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 44px;
  gap: 10px;
  margin: 0 0 22px;
  padding: 12px;
  border: 1px solid rgba(5, 6, 8, 0.12);
  background: var(--white);
  box-shadow: 0 12px 36px rgba(5, 6, 8, 0.07);
}

.location-filter-bar label {
  display: grid;
  gap: 5px;
}

.location-filter-bar label span {
  color: var(--gray-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.location-filter-bar select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(5, 6, 8, 0.14);
  border-radius: 4px;
  background: #fff;
  color: var(--black);
  padding: 0 12px;
  font-weight: 800;
}

.filter-reset-button {
  align-self: end;
  width: 44px;
  height: 48px;
  border: 0;
  border-radius: 4px;
  background: var(--black);
  color: var(--white);
  cursor: pointer;
  font-size: 1.5rem;
}

.all-listings-filter-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  border: 1px solid rgba(177, 15, 29, 0.35);
  border-radius: var(--radius);
  background: var(--black);
  color: var(--white);
  padding: 20px 24px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.all-listings-filter-card:hover {
  border-color: var(--red);
  transform: translateY(-2px);
}

.all-listings-filter-card .filter-index {
  display: grid;
  min-width: 62px;
  min-height: 38px;
  place-items: center;
  border-radius: 4px;
  background: var(--red);
  font-weight: 900;
}

.all-listings-filter-card h3,
.all-listings-filter-card p {
  margin: 0;
}

.all-listings-filter-card p {
  margin-top: 4px;
  color: #c8ced7;
}

.filter-arrow {
  font-size: 1.9rem;
}

.form-row-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-detail-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(5, 6, 8, 0.12);
  border-radius: var(--radius);
  padding: 14px;
}

.custom-detail-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 38px;
  gap: 8px;
  margin-bottom: 8px;
}

.custom-detail-row input {
  min-width: 0;
}

.custom-detail-row button {
  border: 0;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
}

.btn-sahibinden {
  border-color: #f2cf00;
  background: #ffe100;
  color: #111;
}

.gallery-page-shell,
.news-detail-shell {
  padding: clamp(28px, 5vw, 72px) clamp(18px, 5vw, 76px);
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(5, 6, 8, 0.12);
  border-radius: var(--radius);
  background: #fff;
  color: var(--black);
  cursor: pointer;
  padding: 0;
  text-align: left;
  box-shadow: 0 14px 42px rgba(5, 6, 8, 0.08);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-card-copy {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.gallery-card-copy span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-card-copy h2,
.gallery-card-copy p {
  margin: 0;
}

.gallery-card-copy h2 {
  font-size: 1.2rem;
}

.gallery-card-copy p {
  color: var(--gray-dark);
}

.admin-gallery-thumb {
  width: 72px;
  height: 54px;
  border-radius: 4px;
  object-fit: cover;
}

.news-article {
  width: min(100%, 900px);
  margin: 0 auto;
}

.news-article h1 {
  max-width: 16ch;
  margin: 10px 0;
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  line-height: 0.98;
}

.news-article time {
  display: block;
  margin-bottom: 24px;
  color: var(--gray-dark);
  font-weight: 800;
}

.news-article > img {
  width: 100%;
  max-height: 680px;
  border-radius: var(--radius);
  object-fit: cover;
}

.news-lead {
  margin: 28px 0 16px;
  font-size: 1.22rem;
  font-weight: 800;
}

.news-body {
  margin-bottom: 28px;
  color: #30343a;
  font-size: 1.05rem;
  line-height: 1.8;
}

.media-modal[hidden] {
  display: none;
}

.media-modal {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease;
}

.media-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.media-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(8px);
}

.media-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  max-height: 92vh;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #050608;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.65);
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transition:
    opacity 0.26s ease,
    transform 0.26s cubic-bezier(0.22, 0.75, 0.25, 1);
}

.media-modal.is-open .media-modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.media-modal-header {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d1015;
  color: #fff;
  padding: 10px 14px 10px 20px;
}

.media-modal-header strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-modal-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: #171b22;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.media-modal-close:hover,
.media-modal-close:focus-visible {
  border-color: var(--red);
  background: var(--red);
}

.media-modal-content img,
.media-modal-content video,
.media-modal-content iframe {
  display: block;
  width: 100%;
  max-height: 82vh;
  border: 0;
  object-fit: contain;
}

.media-modal-content iframe {
  aspect-ratio: 16 / 9;
}

.media-modal-content video {
  height: min(78vh, 860px);
  background: #000;
}

.media-modal-caption {
  padding: 20px;
  color: #fff;
}

.media-modal-caption h2,
.media-modal-caption p {
  margin: 0 0 8px;
}

.modal-open {
  overflow: hidden;
}

.site-footer:not(.panel-footer) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-showcase {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-showcase-copy,
.footer-video-slot,
.footer-rotator {
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d0f13;
}

.footer-showcase-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
}

.footer-showcase-copy strong {
  font-size: 1.35rem;
}

.footer-showcase-copy p {
  margin: 0;
  color: #b7bfca;
  line-height: 1.65;
}

.footer-showcase-link {
  color: #f2f4f7;
  font-weight: 800;
  line-height: 1.65;
  text-decoration: none;
  animation: footerLinkPulse 1.4s ease-in-out infinite;
}

.footer-showcase-link:hover,
.footer-showcase-link:focus-visible {
  text-decoration: underline;
}

@keyframes footerLinkPulse {
  0%,
  100% {
    color: #f2f4f7;
  }
  50% {
    color: #e01b2f;
  }
}

.footer-video-slot button {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 240px;
  place-items: center;
  align-content: center;
  gap: 16px;
  overflow: hidden;
  border: 0;
  background: #101319;
  color: #fff;
  cursor: pointer;
  padding: 28px;
  transition:
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.footer-video-slot button::before,
.footer-video-slot button::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.footer-video-slot button::before {
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--red);
  transform: scaleY(0.34);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.footer-video-slot button::after {
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-video-slot button:hover,
.footer-video-slot button:focus-visible {
  background: #171b22;
  box-shadow: inset 0 0 0 1px rgba(225, 27, 47, 0.5);
}

.footer-video-slot button:hover::before,
.footer-video-slot button:focus-visible::before {
  transform: scaleY(1);
}

.footer-video-label {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
  border-left: 3px solid var(--red);
  color: #aeb6c2 !important;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  padding-left: 9px;
  text-transform: uppercase;
}

.footer-play-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--red) !important;
  filter: drop-shadow(0 14px 22px rgba(177, 15, 29, 0.24));
  transition:
    filter 0.22s ease,
    transform 0.22s ease;
}

.footer-play-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-video-slot button:hover .footer-play-icon,
.footer-video-slot button:focus-visible .footer-play-icon {
  filter: drop-shadow(0 18px 30px rgba(225, 27, 47, 0.42));
  transform: scale(1.08);
}

.footer-video-slot button strong {
  position: relative;
  z-index: 1;
  max-width: 24ch;
  font-size: 1rem;
  line-height: 1.35;
  text-align: center;
}

.footer-rotator {
  position: relative;
  overflow: hidden;
}

.footer-rotator-link {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.footer-rotator-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.footer-rotator-link.is-active {
  opacity: 1;
  pointer-events: auto;
}

.footer-rotator-link:hover img,
.footer-rotator-link:focus-visible img {
  transform: scale(1.025);
}

.footer-media-empty {
  display: grid;
  width: 100%;
  min-height: 240px;
  place-items: center;
  color: #8f98a5;
  padding: 18px;
  text-align: center;
}

body:not([data-page="admin"]):not([data-page="super-admin"]) .main-nav,
body:not([data-page="admin"]):not([data-page="super-admin"]) .brand,
body:not([data-page="admin"]):not([data-page="super-admin"]) h1,
body:not([data-page="admin"]):not([data-page="super-admin"]) h2,
body:not([data-page="admin"]):not([data-page="super-admin"]) h3,
body:not([data-page="admin"]):not([data-page="super-admin"]) .btn,
body:not([data-page="admin"]):not([data-page="super-admin"]) .eyebrow,
body:not([data-page="admin"]):not([data-page="super-admin"]) .pill,
body:not([data-page="admin"]):not([data-page="super-admin"]) .chip,
body:not([data-page="admin"]):not([data-page="super-admin"]) label > span {
  text-transform: capitalize;
}

@media (max-width: 900px) {
  .location-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-reset-button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .gallery-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .footer-showcase-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .location-filter-bar,
  .gallery-page-grid,
  .footer-showcase,
  .site-footer:not(.panel-footer),
  .form-row-three {
    grid-template-columns: 1fr;
  }

  .filter-reset-button,
  .footer-showcase,
  .footer-showcase-copy {
    grid-column: auto;
  }

  .all-listings-filter-card {
    grid-template-columns: 1fr auto;
  }

  .all-listings-filter-card .filter-index {
    grid-column: 1 / -1;
    width: max-content;
    padding: 0 12px;
  }

  .custom-detail-row {
    grid-template-columns: 1fr 40px;
  }

  .custom-detail-row input:first-child {
    grid-column: 1 / -1;
  }

  .site-footer:not(.panel-footer) > * {
    text-align: left;
  }

  .footer-credit {
    text-align: left;
  }

  .media-modal {
    padding: 8px;
  }

  .media-modal-dialog {
    max-height: 96vh;
  }

  .media-modal-header {
    min-height: 54px;
    padding: 6px 8px 6px 14px;
  }

  .media-modal-close {
    width: 40px;
    height: 40px;
  }

  .media-modal-content video {
    width: 100%;
    height: auto;
    max-height: calc(96vh - 56px);
  }

  .footer-play-icon {
    width: 92px;
    height: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
