/* KKÜ mobil — mockup birebir */
.kku-mob-only { display: none; }

@media (max-width: 1023px) {
  .page-kku .header { display: none !important; }
  .page-kku .mob-kp-hero,
  .page-kku .mob-kp-tagline,
  .page-kpu-tagline-sub { display: none !important; }
  .page-kku { background: #fff; }
  .page-kku #main-content { padding: 0 0 calc(64px + env(safe-area-inset-bottom, 0px)); }
  .kku-mob-only { display: block; }
  /* neler-d4.css .nf-stories-row{display:flex} beats .kku-desk-only on mobile */
  .nf-d4-wrap .kku-akis__center > .kku-stories.kku-desk-only,
  .nf-d4-wrap .kku-akis__center > .kku-desk-only.nf-stories-row {
    display: none !important;
  }
  .kku-wrap { padding: 0; max-width: none; background: #fff; }
  .kku-grid { display: block; }
  .kku-pane { padding: 0 !important; }
  .kku-wrap[data-tab="akis"] .kku-akis > .kku-rail__head,
  .kku-wrap[data-tab="akis"] .kku-akis > .kku-composer,
  .kku-wrap[data-tab="akis"] .kku-akis > .kku-composer--desk,
  .kku-wrap[data-tab="akis"] .kku-akis > .kku-login-cta { display: none !important; }
  .kku-akis .kku-feed { padding: 0 16px 16px; }
  .kku-tabbar {
    background: #fff;
    border-top: 1px solid #ececec;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .06);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  .kku-tab { color: #9e9e9e; font-size: .62rem; font-weight: 600; }
  .kku-tab.is-on { color: #d32f2f; }
  .kku-tab__ico { position: relative; display: inline-grid; place-items: center; }
  .kku-tab > i { font-size: 1.12rem; display: block; }
  .kku-tab__ico i { font-size: 1.12rem; }
  .kku-tab__badge {
    position: absolute; top: -5px; right: -8px; min-width: 16px; height: 16px;
    padding: 0 4px; border-radius: 999px; background: #d32f2f; color: #fff;
    font-style: normal; font-size: .58rem; font-weight: 800; line-height: 16px; text-align: center;
  }
  .kku-tab--fab {
    width: 52px; height: 52px; margin-top: -22px;
    background: linear-gradient(135deg, #d32f2f, #b71c1c);
    box-shadow: 0 6px 18px rgba(211, 47, 47, .35);
  }
  .kku-tab--fab i { font-size: 1.2rem; }

  /* —— KKÜ KAMPÜS ana sayfa (v3 mockup) —— */
  .kh-home {
    padding: 0 0 12px;
    background: #fff;
    overflow-x: hidden;
  }

  .kh-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 16px 8px;
  }
  .kh-head__brand {
    display: flex; align-items: center;
    text-decoration: none; color: inherit; flex: 0 0 auto;
  }
  .kh-head__logo {
    width: auto;
    height: 52px;
    max-width: 132px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
  }
  .kh-head__acts { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
  .kh-head__ico {
    position: relative; width: 36px; height: 36px; border-radius: 50%;
    background: #f5f5f5; color: #333; display: grid; place-items: center;
    text-decoration: none; font-size: .9rem;
  }
  .kh-head__badge {
    position: absolute; top: 4px; right: 4px; min-width: 14px; height: 14px;
    padding: 0 3px; border-radius: 999px; background: #d32f2f; color: #fff;
    font-size: .55rem; font-weight: 800; line-height: 14px; text-align: center;
  }
  .kh-head__av {
    position: relative; width: 36px; height: 36px; border-radius: 50%;
    overflow: hidden; border: 2px solid #eee; display: block;
  }
  .kh-head__av img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .kh-head__av img.kh-head__av-logo {
    object-fit: contain;
    padding: 5px;
    background: #fff;
    box-sizing: border-box;
  }
  .kh-head__on {
    position: absolute; right: 0; bottom: 0; width: 10px; height: 10px;
    border-radius: 50%; background: #4caf50; border: 2px solid #fff;
  }

  .kh-greet {
    display: flex; align-items: flex-start; justify-content: space-between; gap: 10px;
    padding: 0 16px 10px;
  }
  .kh-greet__txt { min-width: 0; flex: 1; }
  .kh-greet__txt h1 { margin: 0 0 4px; font-size: 1.15rem; font-weight: 800; line-height: 1.2; color: #111; }
  .kh-greet__txt p { margin: 0; font-size: .76rem; color: #888; line-height: 1.35; }
  .kh-greet__wx {
    flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-width: 64px; padding: 8px 10px; border-radius: 14px;
    background: #fff; border: 1px solid #efefef; box-shadow: 0 2px 8px rgba(0,0,0,.04);
    text-align: center;
  }
  .kh-greet__wx i { font-size: 1rem; color: #ffb300; margin-bottom: 2px; }
  .kh-greet__wx strong { font-size: .95rem; font-weight: 800; line-height: 1.1; }
  .kh-greet__wx span { font-size: .58rem; color: #888; }

  .kh-home .kh-stories {
    display: flex; gap: 12px; overflow-x: auto;
    padding: 0 16px 12px; margin: 0 0 4px;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
  }
  .kh-home .kh-stories::-webkit-scrollbar { display: none; }
  .kh-home .kh-story { flex: 0 0 64px; width: 64px; }
  .kh-home .kh-story .nf-story-label {
    font-size: .58rem; max-width: 64px; overflow: hidden; text-overflow: ellipsis;
  }
  .kh-home .kh-story--add .nf-story-ring--self {
    background: #fff; border: 2px dashed #f8bbd0;
  }
  .kh-home .kh-story--add .nf-story-av {
    display: grid; place-items: center; color: #d32f2f; font-size: 1.1rem;
  }

  .kh-hero {
    position: relative;
    margin: 0 16px 14px;
    border-radius: 18px;
    overflow: hidden;
    background: #ddd;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  }
  .kh-hero__slide {
    position: relative;
    aspect-ratio: 16 / 9;
    min-height: 168px;
  }
  .kh-hero__slide img {
    width: 100%;
    height: 100%;
    min-height: 168px;
    object-fit: cover;
    display: block;
  }
  .kh-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0) 34%,
      rgba(0, 0, 0, 0.42) 68%,
      rgba(0, 0, 0, 0.82) 100%
    );
    pointer-events: none;
  }
  .kh-hero__txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 14px 16px 32px;
  }
  .kh-hero__txt h2 {
    margin: 0 0 6px;
    font-size: 1.02rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
  }
  .kh-hero__txt p {
    margin: 0 0 12px;
    font-size: .72rem;
    color: rgba(255, 255, 255, .92);
    line-height: 1.4;
    max-width: 95%;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .32);
  }
  .kh-hero__btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 16px; border: 0; border-radius: 999px;
    background: #d32f2f; color: #fff;
    font: inherit; font-size: .74rem; font-weight: 800; cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .22);
  }
  .kh-hero__dots {
    position: absolute; left: 0; right: 0; bottom: 10px;
    z-index: 3;
    display: flex; justify-content: center; gap: 5px;
  }
  .kh-hero__dots span {
    width: 6px; height: 6px; border-radius: 999px; background: rgba(255, 255, 255, .45);
  }
  .kh-hero__dots span.is-on { width: 16px; background: #fff; }

  .kh-grid {
    display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px;
    padding: 0 16px 14px;
  }
  .kh-grid__cell {
    display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
    gap: 4px; min-height: 92px; padding: 10px 4px 8px;
    border: 1px solid #f0f0f0; border-radius: 14px; background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.03);
    text-decoration: none; color: inherit; text-align: center;
    font: inherit; cursor: pointer;
  }
  .kh-grid__ico {
    width: 36px; height: 36px; border-radius: 11px;
    display: grid; place-items: center; font-size: .9rem; margin-bottom: 2px;
  }
  .kh-grid__cell strong {
    display: block; font-size: .58rem; font-weight: 800; line-height: 1.15;
    max-width: 100%; overflow: hidden; text-overflow: ellipsis;
  }
  .kh-grid__cell em {
    display: block; font-style: normal; font-size: .52rem; color: #999; line-height: 1.2;
    max-width: 100%; overflow: hidden; text-overflow: ellipsis;
  }

  .kh-sec-head {
    display: flex; align-items: center; justify-content: space-between;
    margin: 0 0 10px; padding: 0 16px;
  }
  .kh-sec-head h2 { margin: 0; font-size: .92rem; font-weight: 800; color: #111; }
  .kh-sec-head__all {
    border: 0; background: none; padding: 0;
    font: inherit; font-size: .72rem; font-weight: 700; color: #d32f2f;
    text-decoration: none; cursor: pointer;
  }

  .kku-wrap[data-tab="akis"] .kku-akis {
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: clip;
  }

  /* —— Kampüs akışı — neleroluyor ile aynı kart stili —— */
  .kku-wrap[data-tab="akis"] .kku-akis > .d4-feed-block {
    margin-bottom: 16px;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-post--social {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
    margin-bottom: 16px;
    overflow: hidden;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-post--social:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-post--social .nf-head {
    padding: 14px 16px 10px;
    border-bottom: 0;
    align-items: center;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-post--social .nf-av {
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #eef0f4;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-post--social .nf-name {
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: -0.01em;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-meta {
    font-size: 0.72rem;
    color: #8888a4;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-head-badges-row {
    display: flex;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-post--social .nf-media-wrap--sharp {
    border-radius: 0;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-post--social .nf-media-wrap--sharp .nf-media-hit img,
  .kku-wrap[data-tab="akis"] .kku-akis .nf-post--social .nf-media-wrap--sharp .kp-video-poster {
    width: 100%;
    display: block;
    max-height: 70vh;
    object-fit: contain;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-post--social .nf-caption {
    padding: 0 16px 8px;
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-actions--social {
    padding: 4px 12px 14px;
    border-top: 1px solid #f3f4f6;
    flex-wrap: nowrap;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-actions--social .nf-act {
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-actions--social .nf-act-spacer {
    display: block;
    flex: 1;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-counts {
    max-width: 42%;
    font-size: 0.72rem;
    font-weight: 600;
    color: #8888a4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-actions--social .nf-like.liked {
    color: #d32f2f;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .nf-follow-btn {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff !important;
    font-size: 0.68rem;
    font-weight: 700;
  }
  .kku-wrap[data-tab="akis"] .kku-akis .d4-feed-block .nf-feed-loading,
  .kku-wrap[data-tab="akis"] .kku-akis .d4-feed-block .nf-feed-end {
    padding: 16px 12px;
    margin: 0;
    font-size: 0.78rem;
    color: #8888a4;
    text-align: center;
  }
  .kh-home--tail { padding-top: 4px; }

  .kh-near { margin: 0 0 14px; padding-top: 6px; }
  .kh-near__scroll {
    display: flex; gap: 10px; overflow-x: auto;
    padding: 0 16px 4px; scrollbar-width: none;
  }
  .kh-near__scroll::-webkit-scrollbar { display: none; }
  .kh-near__card {
    flex: 0 0 min(168px, 44vw); text-decoration: none; color: inherit;
  }
  .kh-near__img {
    position: relative; display: block; height: 108px; border-radius: 14px;
    overflow: hidden; background: #f0f0f0; margin-bottom: 8px;
  }
  .kh-near__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .kh-near__img i {
    position: absolute; inset: 0; display: grid; place-items: center;
    color: #d32f2f; font-size: 1.4rem;
  }
  .kh-near__km {
    position: absolute; left: 8px; top: 8px;
    padding: 3px 7px; border-radius: 999px; background: rgba(0,0,0,.55); color: #fff;
    font-size: .58rem; font-weight: 700;
  }
  .kh-near__bm {
    position: absolute; right: 8px; top: 8px;
    width: 26px; height: 26px; border-radius: 8px; background: rgba(255,255,255,.92);
    display: grid; place-items: center; color: #666; font-size: .75rem;
  }
  .kh-near__card strong { display: block; font-size: .8rem; font-weight: 800; margin-bottom: 2px; }
  .kh-near__card em { display: block; font-style: normal; font-size: .66rem; color: #888; margin-bottom: 2px; }
  .kh-near__rate { display: block; font-size: .66rem; color: #f59e0b; font-weight: 700; }
  .kh-near__rate i { margin-right: 2px; }

  .kh-split {
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 10px; padding: 0 16px 8px; align-items: stretch;
  }
  .kh-forum {
    border: 1px solid #efefef; border-radius: 16px; background: #fff;
    padding: 12px 10px; box-shadow: 0 2px 8px rgba(0,0,0,.03);
    min-width: 0;
  }
  .kh-forum h2 {
    margin: 0 0 10px; font-size: .78rem; font-weight: 800;
    display: flex; align-items: center; gap: 6px;
  }
  .kh-forum h2 i { color: #d32f2f; font-size: .85rem; }
  .kh-forum__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
  .kh-forum__list li {
    display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 8px; align-items: center;
  }
  .kh-forum__ico {
    width: 28px; height: 28px; border-radius: 50%;
    display: grid; place-items: center; font-size: .72rem;
  }
  .kh-forum__txt {
    font-size: .66rem; font-weight: 650; line-height: 1.25; color: #222;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .kh-forum__n {
    font-size: .58rem; font-weight: 800; color: #d32f2f; white-space: nowrap;
  }
  .kh-forum__go {
    margin-top: 10px; border: 0; background: none; padding: 0;
    font: inherit; font-size: .68rem; font-weight: 800; color: #d32f2f; cursor: pointer;
  }

  .kh-promo {
    position: relative; overflow: hidden;
    border-radius: 16px; padding: 12px 10px;
    background: linear-gradient(145deg, #ff5a72, #d32f2f);
    color: #fff; min-width: 0; display: flex; flex-direction: column; justify-content: space-between;
  }
  .kh-promo__txt h3 { margin: 0 0 4px; font-size: .78rem; font-weight: 800; line-height: 1.25; }
  .kh-promo__txt p { margin: 0 0 10px; font-size: .62rem; opacity: .92; line-height: 1.3; }
  .kh-promo__btn {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 6px 10px; border-radius: 999px; background: #fff; color: #d32f2f;
    font-size: .62rem; font-weight: 800; text-decoration: none;
  }
  .kh-promo__card {
    position: absolute; right: -6px; bottom: -8px;
    width: 72px; height: 46px; border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,.35), rgba(255,255,255,.12));
    border: 1px solid rgba(255,255,255,.35);
    display: grid; place-items: center; text-align: center;
    font-size: .48rem; font-weight: 900; line-height: 1.1; transform: rotate(-8deg);
    pointer-events: none;
  }

  @media (max-width: 360px) {
    .kh-grid { gap: 6px; }
    .kh-grid__cell { min-height: 86px; padding: 8px 2px 6px; }
    .kh-grid__cell strong { font-size: .54rem; }
    .kh-split { grid-template-columns: 1fr; }
  }

  /* —— Top bar —— */
  .kp-mob-top {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 16px 6px; background: #fff;
  }
  .kp-mob-top__brand {
    display: flex; align-items: center; gap: 8px; text-decoration: none; color: inherit;
  }
  .kp-mob-top__logo { width: auto; height: 40px; max-width: 110px; border-radius: 0; object-fit: contain; }
  .kp-mob-top__name { line-height: 1.05; font-size: .72rem; letter-spacing: .06em; }
  .kp-mob-top__name b { display: block; font-weight: 800; color: #1a1a1a; }
  .kp-mob-top__name em { font-style: normal; font-weight: 800; color: #8b1e2d; }
  .kp-mob-top__acts { display: flex; align-items: center; gap: 10px; }
  .kp-mob-top__bell {
    position: relative; width: 38px; height: 38px; border-radius: 50%;
    background: #f5f5f5; color: #333; display: grid; place-items: center; text-decoration: none;
  }
  .kp-mob-top__dot {
    position: absolute; top: 8px; right: 9px; width: 8px; height: 8px;
    border-radius: 50%; background: #e53935; border: 2px solid #f5f5f5;
  }
  .kp-mob-top__av {
    width: 38px; height: 38px; border-radius: 50%; overflow: hidden;
    border: 2px solid #eee; display: block;
  }
  .kp-mob-top__av img { width: 100%; height: 100%; object-fit: cover; display: block; }

  /* —— Search —— */
  .kp-mob-search {
    display: flex; align-items: center; gap: 10px;
    margin: 6px 16px 12px; padding: 0 14px; height: 44px;
    background: #f3f4f6; border-radius: 999px;
  }
  .kp-mob-search i { color: #9e9e9e; font-size: .88rem; }
  .kp-mob-search input {
    flex: 1; min-width: 0; border: 0; background: transparent;
    font: inherit; font-size: .86rem; outline: none;
  }
  .kp-mob-search__filter {
    width: 32px; height: 32px; border: 0; border-radius: 50%;
    background: #fff; color: #8b1e2d; cursor: pointer;
  }

  /* —— Hikâyeler —— */
  .kp-mob-home .kp-mob-stories,
  .kp-mob-home .kku-stories {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 16px 10px;
    margin: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .kp-mob-home .kp-mob-stories::-webkit-scrollbar,
  .kp-mob-home .kku-stories::-webkit-scrollbar { display: none; }

  /* —— Yer bildirimleri —— */
  .kp-mob-yer { margin: 0 0 12px; padding: 0 16px; }
  .kp-mob-home .kp-mob-campus,
  .kp-mob-home .kku-campus {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 10px;
    padding: 12px 14px;
    border: 1px solid #efefef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    font: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
  }
  .kp-mob-campus-tag { margin: 0 0 12px; }
  .kp-mob-yer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px;
  }
  .kp-mob-yer__head h2 { margin: 0; font-size: .88rem; font-weight: 800; }
  .kp-mob-yer__scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .kp-mob-yer__scroll::-webkit-scrollbar { display: none; }
  .kp-mob-yer__chip {
    flex: 0 0 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 8px;
    border: 1px solid #efefef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.03);
    font: inherit;
    color: inherit;
    text-align: center;
    cursor: pointer;
  }
  .kp-mob-yer__chip-ico {
    width: 40px; height: 40px; border-radius: 12px;
    background: #f5f5f5; color: #8b1e2d;
    display: grid; place-items: center; overflow: hidden;
  }
  .kp-mob-yer__chip-ico img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .kp-mob-yer__chip strong { font-size: .68rem; font-weight: 800; line-height: 1.2; }
  .kp-mob-yer__chip em { font-style: normal; font-size: .6rem; color: #888; }

  /* —— Section head —— */
  .kp-sec-head {
    display: flex; align-items: center; justify-content: space-between;
    margin: 0 0 10px; padding: 0 16px;
  }
  .kp-sec-head h2 { margin: 0; font-size: .95rem; font-weight: 800; color: #1a1a1a; }
  .kp-sec-head__all {
    border: 0; background: none; padding: 0;
    font: inherit; font-size: .78rem; font-weight: 700; color: #8b1e2d;
    text-decoration: none; cursor: pointer;
  }

  /* —— Hero —— */
  .kp-hero-banner {
    position: relative; margin: 0 16px 14px; border-radius: 18px;
    overflow: hidden; min-height: 168px; color: #fff;
  }
  .kp-hero-banner img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 168px; }
  .kp-hero-banner__shade {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.55) 100%);
  }
  .kp-hero-banner__txt {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 16px;
  }
  .kp-hero-banner__txt h2 {
    margin: 0 0 4px; font-size: 1.05rem; font-weight: 800; line-height: 1.25;
  }
  .kp-hero-banner__txt p { margin: 0 0 10px; font-size: .74rem; opacity: .95; }
  .kp-hero-banner__btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 7px 14px; border: 0; border-radius: 999px;
    background: #8b1e2d; color: #fff; font: inherit; font-size: .74rem; font-weight: 800; cursor: pointer;
  }

  /* —— Kısayollar 3x3 —— */
  .kp-kisayol { margin: 0 0 16px; }
  .kp-kisayol__grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0 16px;
  }
  .kp-kisayol__card {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 6px; min-height: 96px; padding: 12px 8px;
    border: 1px solid #efefef; border-radius: 16px; background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
    text-decoration: none; color: inherit; text-align: center;
  }
  .kp-kisayol__card i {
    width: 40px; height: 40px; border-radius: 12px;
    display: grid; place-items: center; color: #fff; font-size: .95rem;
  }
  .kp-kisayol__card strong { font-size: .72rem; font-weight: 800; line-height: 1.2; }
  .kp-kisayol__card em { font-style: normal; font-size: .62rem; color: #888; line-height: 1.2; }

  /* —— Events —— */
  .kp-events { margin: 0 0 14px; }
  .kp-events__list { display: grid; gap: 10px; padding: 0 16px; }
  .kp-event-row {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 10px; border: 1px solid #efefef; border-radius: 16px;
    background: #fff; text-decoration: none; color: inherit;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
  }
  .kp-event-row__img {
    width: 56px; height: 56px; border-radius: 12px; overflow: hidden;
    background: #f0f0f0; flex: 0 0 56px; display: grid; place-items: center; color: #8b1e2d;
  }
  .kp-event-row__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .kp-event-row__body { min-width: 0; flex: 1; }
  .kp-event-row__body strong { display: block; font-size: .84rem; margin-bottom: 4px; }
  .kp-event-row__body em {
    display: block; font-style: normal; font-size: .68rem; color: #888; margin-top: 2px;
  }
  .kp-event-row__body em i { width: 14px; text-align: center; margin-right: 2px; }
  .kp-event-row__go {
    display: flex; align-items: center; gap: 6px; margin-top: 6px;
    font-size: .66rem; color: #8b1e2d; font-weight: 700;
  }
  .kp-event-row__avs { display: flex; }
  .kp-event-row__avs i {
    width: 18px; height: 18px; border-radius: 50%; background: #ddd;
    border: 2px solid #fff; margin-left: -6px;
  }
  .kp-event-row__avs i:first-child { margin-left: 0; }
  .kp-event-row__bm { color: #bbb; font-size: .95rem; flex: 0 0 auto; margin-top: 4px; }

  /* —— Promo —— */
  .kp-promo {
    display: flex; align-items: center; justify-content: space-between;
    margin: 0 16px 16px; padding: 16px; border-radius: 18px;
    background: linear-gradient(135deg, #6a1020, #8b1e2d); color: #fff;
  }
  .kp-promo__txt h3 { margin: 0 0 4px; font-size: .92rem; font-weight: 800; }
  .kp-promo__txt p { margin: 0 0 10px; font-size: .72rem; opacity: .9; }
  .kp-promo__btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 7px 12px; border-radius: 999px; background: #fff; color: #8b1e2d;
    font-size: .72rem; font-weight: 800; text-decoration: none;
  }
  .kp-promo__card {
    width: 72px; height: 48px; border-radius: 10px;
    background: linear-gradient(135deg, #fff3, #fff1);
    border: 1px solid #ffffff44; display: grid; place-items: center;
    font-weight: 900; font-size: 1.1rem;
  }

  .kku-wrap[data-tab="kesfet"] {
    overflow-x: hidden;
    max-width: 100%;
  }
  .kku-wrap[data-tab="kesfet"] .kku-grid {
    min-width: 0;
    max-width: 100%;
  }

  /* —— Keşfet tab —— */
  .kp-kesfet-head { padding: 4px 16px 8px; }
  .kp-kesfet-head h1 { margin: 0 0 2px; font-size: 1.25rem; font-weight: 800; }
  .kp-kesfet-head p { margin: 0; font-size: .78rem; color: #888; }
  .kp-kesfet-filters {
    display: flex; align-items: center; gap: 8px;
    overflow-x: auto; padding: 0 16px 12px; scrollbar-width: none;
  }
  .kp-kesfet-filters::-webkit-scrollbar { display: none; }
  .kp-kesfet-filters button {
    flex: 0 0 auto; padding: 8px 14px; border-radius: 999px;
    border: 1px solid #e0e0e0; background: #fff;
    font: inherit; font-size: .74rem; font-weight: 700; color: #666; cursor: pointer;
  }
  .kp-kesfet-filters button.is-on {
    background: #8b1e2d; border-color: #8b1e2d; color: #fff;
  }
  .kp-kesfet-filters__ico {
    width: 38px; height: 38px; padding: 0 !important;
    display: grid; place-items: center; border-radius: 50% !important;
  }
  .kp-kesfet-sec { margin: 0 0 16px; }

  .kku-pane[data-kku-pane="kesfet"] {
    padding: 0 !important;
    overflow-x: hidden;
    min-width: 0;
  }
  .kp-mob-kesfet {
    min-width: 0;
    overflow-x: hidden;
  }
  .kp-mob-kesfet .kku-kesfet-feed {
    padding: 0 0 16px;
    gap: 18px;
    min-width: 0;
    overflow: hidden;
  }
  .kp-mob-kesfet .kku-kesfet-block,
  .kp-mob-kesfet .kku-kesfet-tabs,
  .kp-mob-kesfet .kku-gruplar-cta {
    margin-left: 16px;
    margin-right: 16px;
    min-width: 0;
  }
  .kp-mob-kesfet .kku-ym-grid {
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  .kp-mob-kesfet .kku-ym-card {
    min-width: 0;
    box-shadow: 0 4px 14px rgba(26, 41, 71, .06);
  }
  .kp-mob-kesfet .kku-ym-card__logo {
    bottom: 8px;
    left: 8px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }
  .kp-mob-kesfet .kku-ym-card__bd {
    padding: 18px 10px 10px;
  }
  .kp-mob-kesfet .kku-ym-card__bd strong {
    font-size: .74rem;
    -webkit-line-clamp: 2;
  }
  .kp-mob-kesfet .kku-kesfet-tabs { border-radius: 14px; }
  .kp-mob-kesfet .kku-kesfet-block--scroll {
    margin-left: 0;
    margin-right: 0;
  }
  .kp-mob-kesfet .kku-kesfet-block--scroll .kku-kesfet-block__head {
    padding: 0 16px;
    margin-bottom: 10px;
  }
  .kp-mob-kesfet .kp-comm-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scroll-snap-type: x proximity;
  }
  .kp-mob-kesfet .kp-comm-scroll::-webkit-scrollbar { display: none; }
  .kp-mob-kesfet .kp-comm-card {
    flex: 0 0 118px;
    scroll-snap-align: start;
  }
  .kp-mob-kesfet .kp-comm-card strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  .kp-food-scroll {
    display: flex; gap: 12px; overflow-x: auto; padding: 0 16px 6px;
    scroll-snap-type: x mandatory; scrollbar-width: none;
  }
  .kp-food-scroll::-webkit-scrollbar { display: none; }
  .kp-food-card {
    flex: 0 0 min(220px, 72vw); scroll-snap-align: start;
    text-decoration: none; color: inherit;
  }
  .kp-food-card__img {
    position: relative; height: 130px; border-radius: 16px; overflow: hidden;
    background: #f0f0f0; margin-bottom: 8px;
  }
  .kp-food-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .kp-food-card__img i { position: absolute; inset: 0; display: grid; place-items: center; color: #8b1e2d; font-size: 1.5rem; }
  .kp-food-card__badge {
    position: absolute; left: 8px; top: 8px;
    padding: 3px 8px; border-radius: 6px; background: #8b1e2d; color: #fff;
    font-size: .58rem; font-weight: 800;
  }
  .kp-food-card strong { display: block; font-size: .84rem; margin-bottom: 2px; }
  .kp-food-card__rate { display: inline-block; font-size: .72rem; color: #f59e0b; font-weight: 700; margin-right: 6px; }
  .kp-food-card em { display: block; font-style: normal; font-size: .68rem; color: #888; }
  .kp-food-card__km { display: block; font-size: .66rem; color: #aaa; margin-top: 2px; }
  .kp-dots { display: flex; justify-content: center; gap: 6px; margin-top: 6px; }
  .kp-dots span { width: 6px; height: 6px; border-radius: 50%; background: #ddd; }
  .kp-dots span.is-on { background: #8b1e2d; width: 18px; border-radius: 999px; }

  .kp-list { display: grid; gap: 0; padding: 0 16px; border: 1px solid #efefef; border-radius: 16px; margin: 0 16px; overflow: hidden; background: #fff; }
  .kp-job-row, .kp-emlak-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px; border-bottom: 1px solid #f0f0f0;
    text-decoration: none; color: inherit;
  }
  .kp-job-row:last-child, .kp-emlak-row:last-child { border-bottom: 0; }
  .kp-job-row__logo, .kp-emlak-row__img {
    width: 44px; height: 44px; border-radius: 50%; overflow: hidden;
    background: #f5f5f5; flex: 0 0 44px; display: grid; place-items: center; color: #8b1e2d;
  }
  .kp-job-row__logo img, .kp-emlak-row__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .kp-job-row__txt, .kp-emlak-row__txt { min-width: 0; flex: 1; }
  .kp-job-row__txt strong, .kp-emlak-row__txt strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .82rem;
    line-height: 1.35;
    word-break: break-word;
  }
  .kp-job-row__txt em, .kp-emlak-row__txt em { display: block; font-style: normal; font-size: .7rem; color: #888; margin-top: 2px; }
  .kp-job-row__tag {
    padding: 3px 8px; border-radius: 999px; background: #fce4ec; color: #c2185b;
    font-size: .62rem; font-weight: 800; flex: 0 0 auto;
  }
  .kp-job-row__time { font-size: .66rem; color: #aaa; flex: 0 0 auto; }

  .kp-comm-scroll {
    display: flex; gap: 10px; overflow-x: auto; padding: 0 16px 4px; scrollbar-width: none;
  }
  .kp-comm-scroll::-webkit-scrollbar { display: none; }
  .kp-comm-card {
    flex: 0 0 120px; padding: 14px 10px; border: 1px solid #efefef; border-radius: 16px;
    background: #fff; text-align: center; cursor: pointer; font: inherit; color: inherit;
  }
  .kp-comm-card i { font-size: 1.6rem; display: block; margin-bottom: 8px; }
  .kp-comm-card strong { display: block; font-size: .72rem; line-height: 1.2; margin-bottom: 4px; }
  .kp-comm-card em { font-style: normal; font-size: .62rem; color: #888; }

  /* —— Tanış —— */
  .kku-pane--tanis { min-height: 100dvh; background: #fafafa; }
  body.kku-on-tanis .kku-tabbar { display: none !important; }
  body.kku-on-tanis .page-kku #main-content { padding-bottom: 0; }

  .kp-tanis {
    display: flex; flex-direction: column; min-height: calc(100dvh - env(safe-area-inset-top, 0px));
    background: #fafafa;
  }
  .kp-tanis__bar {
    display: grid; grid-template-columns: 44px 1fr 44px; align-items: center;
    padding: 12px 16px; background: #fff;
  }
  .kp-tanis__bar h1 { margin: 0; text-align: center; font-size: 1rem; font-weight: 800; }
  .kp-tanis__round {
    width: 40px; height: 40px; border-radius: 50%;
    border: 1.5px solid #f8bbd0; background: #fff; color: #8b1e2d;
    display: grid; place-items: center; cursor: pointer; position: relative;
  }
  .kp-tanis__round--sp { border: 0; background: transparent; }
  .kp-tanis__badge {
    position: absolute; top: -2px; right: -2px; min-width: 16px; height: 16px;
    border-radius: 999px; background: #e91e63; color: #fff;
    font-size: .58rem; font-weight: 800; line-height: 16px; text-align: center;
  }
  .kp-tanis__stage { flex: 1; padding: 8px 16px 0; min-height: 0; }
  .kp-tanis__stack {
    position: relative; height: 100%; min-height: 440px;
    max-height: calc(100dvh - 220px);
  }
  .kp-tanis-card {
    position: absolute; inset: 0; border-radius: 24px; overflow: hidden;
    background: #333; box-shadow: 0 12px 40px rgba(0,0,0,.15);
    user-select: none; cursor: grab; transition: transform .28s ease, opacity .28s ease;
  }
  .kp-tanis-card.is-dragging { cursor: grabbing; transition: none; }
  .kp-tanis-card.is-like-out { transform: translateX(120%) rotate(12deg) !important; opacity: 0; }
  .kp-tanis-card.is-pass-out { transform: translateX(-120%) rotate(-12deg) !important; opacity: 0; }
  .kp-tanis-card__photo { position: absolute; inset: 0; }
  .kp-tanis-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .kp-tanis-card__ini {
    position: absolute; inset: 0; display: grid; place-items: center;
    font-size: 4rem; font-weight: 800; color: #fff;
    background: linear-gradient(180deg, #7b4397, #dc2430);
  }
  .kp-tanis-card__shade {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.85) 100%);
  }
  .kp-tanis-card__info {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
    padding: 16px 16px 18px; color: #fff;
  }
  .kp-tanis-card__info h3 {
    margin: 0 0 6px; font-size: 1.35rem; font-weight: 800;
    display: flex; align-items: center; gap: 6px;
  }
  .kp-tanis-card__ok { color: #42a5f5; font-size: .95rem; }
  .kp-tanis-card__edu { margin: 0 0 2px; font-size: .78rem; opacity: .95; line-height: 1.35; }
  .kp-tanis-card__meta { margin: 0 0 8px; font-size: .78rem; opacity: .95; }
  .kp-tanis-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
  .kp-tanis-card__tags span {
    padding: 5px 10px; border-radius: 999px;
    background: rgba(255,255,255,.18); font-size: .68rem; font-weight: 700;
  }
  .kp-tanis-card__foot {
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    padding: 10px 12px; margin: 0 -4px;
    border-radius: 12px; background: rgba(0,0,0,.35);
    font-size: .72rem;
  }
  .kp-tanis-card__loc { line-height: 1.45; }
  .kp-tanis-card__loc i { width: 14px; text-align: center; margin-right: 2px; color: #ef9a9a; }
  .kp-tanis-card__loc .fa-route { color: #ef5350; }
  .kp-tanis-card__on { display: inline-flex; align-items: center; gap: 5px; color: #a5d6a7; }
  .kp-tanis-card__on i { width: 8px; height: 8px; border-radius: 50%; background: #4caf50; display: inline-block; }
  .kp-tanis-card__stamp {
    position: absolute; top: 28px; z-index: 3; padding: 6px 12px;
    border: 3px solid; border-radius: 8px; font-size: 1.15rem; font-weight: 900;
    opacity: 0; pointer-events: none; transition: opacity .15s;
  }
  .kp-tanis-card__stamp--like { left: 20px; color: #4caf50; border-color: #4caf50; transform: rotate(-12deg); }
  .kp-tanis-card__stamp--pass { right: 20px; color: #f44336; border-color: #f44336; transform: rotate(12deg); }
  .kp-tanis-card.is-like-hint .kp-tanis-card__stamp--like { opacity: 1; }
  .kp-tanis-card.is-pass-hint .kp-tanis-card__stamp--pass { opacity: 1; }

  .kp-tanis__actions {
    display: flex; justify-content: center; align-items: center; gap: 20px;
    padding: 16px 16px 8px;
  }
  .kp-tanis__fab {
    border: 0; border-radius: 50%; background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    display: grid; place-items: center; cursor: pointer;
  }
  .kp-tanis__fab--pass, .kp-tanis__fab--like { width: 58px; height: 58px; font-size: 1.4rem; }
  .kp-tanis__fab--pass { color: #f44336; }
  .kp-tanis__fab--like { color: #e91e63; }
  .kp-tanis__fab--star { width: 46px; height: 46px; color: #ff9800; font-size: 1.1rem; }
  .kp-tanis__hint { margin: 0; text-align: center; font-size: .66rem; color: #aaa; padding-bottom: 10px; }

  .kp-tanis__guest-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: relative;
    padding: 8px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    overflow: hidden;
    background:
      radial-gradient(circle at 15% 10%, rgba(233, 30, 99, .08), transparent 42%),
      radial-gradient(circle at 85% 18%, rgba(139, 30, 45, .07), transparent 38%),
      linear-gradient(180deg, #fff 0%, #faf7f8 100%);
  }
  .kp-tanis__guest-stage {
    position: relative;
    flex: 1;
    min-height: 280px;
    max-height: calc(100dvh - 360px);
    margin-bottom: 12px;
  }
  .kp-tanis-card--demo {
    pointer-events: none;
    user-select: none;
    filter: saturate(.92);
  }
  .kp-tanis-card--demo-3 {
    transform: scale(.9) translateY(18px);
    opacity: .45;
    z-index: 1;
  }
  .kp-tanis-card--demo-2 {
    transform: scale(.95) translateY(10px);
    opacity: .68;
    z-index: 2;
  }
  .kp-tanis-card--demo-1 {
    z-index: 3;
    box-shadow: 0 16px 44px rgba(139, 30, 45, .18);
  }
  .kp-tanis__guest-wrap::before {
    content: "";
    position: absolute;
    inset: 0 0 42%;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 35%, rgba(250,247,248,.55) 72%, rgba(250,247,248,.95) 100%);
  }
  .kp-tanis__guest-panel {
    position: relative;
    z-index: 5;
    margin-top: auto;
    padding: 18px 16px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(139, 30, 45, .08);
    box-shadow: 0 10px 36px rgba(15, 10, 12, .08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .kp-tanis__guest-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fce4ec, #fff);
    border: 1px solid #f8bbd0;
    color: #8b1e2d;
    font-size: .68rem;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .kp-tanis__guest-panel h2 {
    margin: 0 0 6px;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.25;
    color: #151515;
  }
  .kp-tanis__guest-panel > p {
    margin: 0 0 14px;
    font-size: .78rem;
    line-height: 1.45;
    color: #666;
  }
  .kp-tanis__guest-feats {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 8px;
  }
  .kp-tanis__guest-feats li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 12px;
    background: #fafafa;
    font-size: .74rem;
    font-weight: 650;
    color: #333;
  }
  .kp-tanis__guest-feats i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: #8b1e2d;
    box-shadow: 0 2px 8px rgba(139, 30, 45, .1);
    flex-shrink: 0;
    font-size: .72rem;
  }
  .kp-tanis__guest-acts {
    display: grid;
    gap: 8px;
  }
  .kp-tanis__guest-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 14px 0 4px;
    opacity: .55;
    filter: blur(.4px);
    pointer-events: none;
  }
  .kp-tanis__guest-hint {
    margin: 0;
    padding: 8px 0 2px;
    text-align: center;
    font-size: .64rem;
    color: #999;
  }
  .kp-tanis__empty {
    flex: 1;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 24px;
  }
  .kp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 0;
    background: #8b1e2d;
    color: #fff;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .kp-btn--lg {
    min-height: 46px;
    font-size: .86rem;
    box-shadow: 0 8px 22px rgba(139, 30, 45, .22);
  }
  .kp-btn:active { transform: scale(.98); }
  .kp-btn--ghost { background: #fff; color: #8b1e2d; border: 1px solid #8b1e2d; }

  /* —— Sohbet shell —— */
  .kp-sohbet-head { padding: 12px 16px 4px; }
  .kp-sohbet-head h1 { margin: 0; font-size: 1.25rem; font-weight: 800; }
  .kp-sohbet-search {
    display: flex; align-items: center; gap: 10px;
    margin: 8px 16px; padding: 0 12px; height: 44px;
    background: #f3f4f6; border-radius: 14px;
  }
  .kp-sohbet-search input { flex: 1; border: 0; background: transparent; font: inherit; outline: none; }
  .kp-sohbet-search__new {
    width: 36px; height: 36px; border-radius: 10px; border: 1.5px solid #8b1e2d;
    display: grid; place-items: center; color: #8b1e2d; text-decoration: none;
  }
  .kp-sohbet-tabs {
    display: flex; gap: 0; padding: 0 16px; border-bottom: 1px solid #eee; margin-bottom: 8px;
  }
  .kp-sohbet-tabs button {
    flex: 1; padding: 10px 4px; border: 0; background: none;
    font: inherit; font-size: .78rem; font-weight: 700; color: #888; cursor: pointer;
    border-bottom: 2px solid transparent; margin-bottom: -1px;
  }
  .kp-sohbet-tabs button.is-on { color: #8b1e2d; border-bottom-color: #8b1e2d; }
  .kp-sohbet-tabs__n {
    display: inline-block; margin-left: 4px; min-width: 16px; height: 16px;
    padding: 0 4px; border-radius: 999px; background: #8b1e2d; color: #fff;
    font-size: .58rem; line-height: 16px; text-align: center;
  }

  .kp-sohbet-list { padding: 0 0 8px; }
  .kp-sohbet-row {
    display: flex; align-items: center; gap: 12px;
    width: 100%; padding: 12px 16px; border: 0; background: #fff;
    text-decoration: none; color: inherit; text-align: left; cursor: pointer;
    font: inherit;
  }
  .kp-sohbet-row__av {
    position: relative; width: 50px; height: 50px; border-radius: 50%;
    overflow: hidden; flex: 0 0 50px; background: #f0f0f0;
    display: grid; place-items: center; font-weight: 800; color: #8b1e2d;
  }
  .kp-sohbet-row__av img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .kp-sohbet-row__av--grp { background: #e3f2fd; font-size: 1.15rem; }
  .kp-sohbet-row__dot {
    position: absolute; right: 1px; bottom: 1px; width: 11px; height: 11px;
    border-radius: 50%; background: #4caf50; border: 2px solid #fff;
  }
  .kp-sohbet-row__txt { min-width: 0; flex: 1; }
  .kp-sohbet-row__txt strong { display: block; font-size: .88rem; margin-bottom: 3px; }
  .kp-sohbet-row__txt em {
    display: block; font-style: normal; font-size: .74rem; color: #888;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .kp-sohbet-row__meta {
    flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 6px;
  }
  .kp-sohbet-row__meta time { font-size: .68rem; color: #aaa; }
  .kp-sohbet-row__n {
    min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px;
    background: #8b1e2d; color: #fff; font-size: .62rem; font-weight: 800;
    line-height: 18px; text-align: center;
  }
  .kp-sohbet-list__guest, .kp-sohbet-list__empty {
    margin: 0; padding: 16px; font-size: .78rem; color: #888; text-align: center;
  }
  .kp-sohbet-list__guest a { color: #8b1e2d; font-weight: 700; }

  .kp-sohbet-room { display: none; flex-direction: column; min-height: 0; flex: 1; }
  .kp-sohbet-room__bar {
    display: grid; grid-template-columns: 44px 1fr 44px; align-items: center;
    padding: 10px 16px; background: #fff; border-bottom: 1px solid #eee;
  }
  .kp-sohbet-room__bar strong { text-align: center; font-size: .95rem; }
  .kp-sohbet-room__sp { width: 40px; height: 40px; }

  .kku-wrap[data-tab="sohbet"] #kkuMobChatWrap { display: none; }
  .kku-wrap[data-tab="sohbet"] .kku-pane[data-kku-pane="sohbet"]:not(.kku-sohbet--room) .kku-chat { display: none !important; }
  .kku-wrap[data-tab="sohbet"] .kku-dock__bar { display: none !important; }
  .kku-pane[data-kku-pane="sohbet"].kku-sohbet--room #kkuMobSohbetList { display: none !important; }
  .kku-pane[data-kku-pane="sohbet"].kku-sohbet--room {
    display: flex !important;
    flex-direction: column;
    min-height: calc(100dvh - 58px - env(safe-area-inset-bottom, 0px));
  }
  .kku-pane[data-kku-pane="sohbet"].kku-sohbet--room #kkuMobChatWrap {
    display: block;
    flex: 0 0 auto;
  }
  .kku-pane[data-kku-pane="sohbet"].kku-sohbet--room .kku-chat {
    flex: 1; min-height: 0; display: flex !important; flex-direction: column;
    border: 0; border-radius: 0; box-shadow: none;
  }
  .kku-pane[data-kku-pane="sohbet"].kku-sohbet--room .kku-chat__log { max-height: none; flex: 1; }
  body.kku-on-sohbet:not(.kku-sohbet-room-open) { overflow: auto; }
  body.kku-on-sohbet.kku-sohbet-room-open { overflow: hidden; }
  body.page-kku.kku-on-sohbet:not(.kku-sohbet-room-open) { overflow: auto !important; }
  .kku-wrap[data-tab="sohbet"] {
    height: auto !important;
    overflow: visible !important;
  }
  .kku-wrap[data-tab="sohbet"] .kku-grid { height: auto !important; }
  .kku-wrap[data-tab="sohbet"] .kku-pane[data-kku-pane="sohbet"] { height: auto !important; min-height: 0; }

  .kku-wrap[data-tab="sohbet"] .kku-chat {
    border: 0; border-radius: 0; box-shadow: none; min-height: calc(100dvh - 200px);
  }
  .kku-wrap[data-tab="sohbet"] .kku-chat__log { max-height: none; flex: 1; }
}

@media (min-width: 1024px) {
  .kku-pane--tanis { display: none !important; }
  .kp-mob-home, .kp-mob-kesfet, .kp-mob-sohbet, .kh-home { display: none !important; }
}
