/* 5. MODERN HERO & TRENDING MODÜLÜ (LCP Area)
   -------------------------------------------------------------------------- */
.tp-split-grid {

  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.tp-main-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tp-sidebar-col {
  display: none;
  flex-direction: column;
  min-height: 0;
}

.hp-slide,
.hp-slider {
  position: relative;
  width: 100%;
}

.hp-slider {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

@media (min-width:1024px) {

  .tp-split-grid {
    grid-template-columns: 7fr 3fr;
    align-items: stretch;
    gap: 12px;
  }

  .tp-sidebar-col {
    display: flex;
    padding-left: 12px;
    border-left: 1px solid var(--border);
    position: sticky;
    top: 24px;
    align-self: flex-start;
    height: fit-content;
  }

  .hp-slider {
    border-radius: 8px;
    box-shadow: none;
  }
}

.hp-slider__slides {
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background: #eee;
  transition: transform .4s cubic-bezier(.2, 0, 0, 1);
}

.hp-slide {
  flex: 0 0 100%;
  height: 100%;
  pointer-events: auto;
}

.hp-slide__img,
.hp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-slide__link {
  display: block;
  width: 100%;
  height: 100%;
}

.hp-slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(24px, 6vw, 48px);
  background: linear-gradient(to top, rgba(0, 0, 0, .7) 0, transparent 100%);
  color: #fff;
}

.hp-slide__title {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
}

.hp-slider__controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
}

.hp-slider__btn {
  background: rgba(255, 255, 255, .25);
  backdrop-filter: blur(8px);
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  pointer-events: auto;
}

.hp-slider__btn:hover {
  background: rgba(255, 255, 255, .45);
}

.hp-slider__btn--prev svg {
  transform: rotate(180deg);
  display: block;
}

.hp-thumbs {
  margin-top: 10px;
}

.hp-thumbs__row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.hp-thumbs__row::-webkit-scrollbar {
  display: none;
}

.hp-thumb {
  flex: 0 0 clamp(70px, 14vw, 100px);
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: .5;
  transition: opacity .3s, border-color .3s;
  border: 2px solid transparent;
}

.hp-thumb.active {
  opacity: 1;
  border-color: var(--accent);
}

.news-card,
.trending-item:not(:last-child) {
  border-bottom: 1px solid var(--border);
}

.trending-block {
  background: 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.news-card__thumb,
.trending-item__image {
  background: rgba(0, 0, 0, .05);
  overflow: hidden;
}

.trending-block__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  gap: 2px;
}

.trending-item {
  display: flex;
  gap: 10px;
  padding: 6px 0;
  color: inherit;
  transition: transform .2s;
  align-items: center;
  flex: 1;
}

.trending-item:hover {
  transform: translateX(4px);
}

.trending-item__image {
  flex: 0 0 72px;
  width: 72px;
  height: 54px;
  border-radius: 8px;
  position: relative;
  aspect-ratio: 72/54;
}

.trending-item.is-featured {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2px;
  border-bottom: none !important;
  transform: none !important;
}

.trending-item.is-featured .trending-item__image {
  width: 100%;
  height: 180px;
  flex: none;
  border-radius: 0;
}

.trending-item.is-featured .trending-item__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 60%, transparent 100%);
}

.trending-item.is-featured .trending-item__title {
  color: #fff;
  font-size: clamp(.95rem, 1.2vw, 1.05rem);
  font-weight: 800;

  line-height: 1.3;
}

.trending-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trending-item__title {
  font-size: 13px;
  font-weight: 700;

  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text);
}

.news-card__cat,
.news-card__title a:hover,
.tp-cat-widget__item-link:hover .tp-cat-widget__item-title {
  color: var(--accent);
}

/* 6. ANA HABER AKIŞI & YAN PANEL (News Feed & Sidebar)
   -------------------------------------------------------------------------- */
.news-section {}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.news-card {
  display: flex;
  gap: 14px;
  padding: 10px 0;
  align-items: flex-start;
}

.news-card:first-child {
  padding-top: 0;
}

.news-card__thumb {
  flex: 0 0 120px;
  width: 120px;
  height: 94px;
  border-radius: 8px;
  display: block;
  aspect-ratio: 120/94;
}

.news-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.news-card:hover .news-card__thumb img {
  transform: scale(1.04);
}

.news-card__body {
  flex: 1;
  min-width: 0;
}

.news-card__cat {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
}

.news-card__cat:hover {
  text-decoration: underline;
}

.news-card__title {
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 4px;
}

.news-card__title a {
  color: var(--text);
}

.news-card__excerpt {
  font-size: 12.2px;
  color: var(--muted);
  line-height: 1.45;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -.01em;
}

@media (min-width:640px) {
  .news-card__thumb {
    flex: 0 0 160px;
    width: 160px;
    height: 108px;
  }

  .news-card__title {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .news-card__excerpt {
    font-size: 13.5px;
    -webkit-line-clamp: 3;
    margin-bottom: 8px;
    display: -webkit-box;
  }
}

.news-card__meta {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

.tp-cat-widget__meta,
.widget-title {
  align-items: center;
  text-transform: uppercase;
}

.news-card__meta-sep {
  opacity: .4;
}

.news-sidebar {
  position: sticky;
  top: 80px;
}

.widget {
  margin-bottom: 10px;
}

.widget-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 5px 0;
  border-bottom: 2px solid var(--accent);
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .1em;
  color: var(--text);
}

.tp-cat-widget__featured-title,
.tp-cat-widget__item-title,
.tp-sosyal-widget__title {
  letter-spacing: -.01em;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tp-sidebar-col .widget:last-child {
  margin-bottom: 0;
}

.tp-cat-widget {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tp-cat-widget__featured {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}

.tp-cat-widget__featured-link {
  display: block;
  width: 100%;
  height: 100%;
}

.tp-cat-widget__featured-img {
  width: 100%;
  height: 100%;
}

.tp-cat-widget__featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.33, 1, .68, 1);
}

.tp-cat-widget__featured:hover img {
  transform: scale(1.05);
}

.tp-cat-widget__featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background: linear-gradient(to top, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .4) 60%, transparent 100%);
  color: #fff;
}

.tp-cat-widget__featured-title {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.tp-cat-widget__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tp-cat-widget__item-link {
  display: flex;
  gap: 5px;
  text-decoration: none;
  align-items: flex-start;
}

.tp-cat-widget__item-img {
  flex: 0 0 clamp(80px, 15vw, 110px);
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
}

.tp-cat-widget__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-cat-widget__item-content,
.tp-sosyal-widget__content {
  flex: 1;
}

.tp-cat-widget__item-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 4px;
  color: var(--text);
  transition: color .2s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.tp-cat-widget__meta {
  display: flex;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
}

.tp-cat-widget__featured .tp-cat-widget__meta {
  color: rgba(255, 255, 255, .85);
}

.tp-cat-widget__icon {
  margin-right: 5px;
  color: var(--accent);
}

.tp-cat-widget__featured .tp-cat-widget__icon {
  color: #fff;
}

.tp-cat-widget__date {
  display: inline-flex;
  align-items: center;
}

.tp-sosyal-widget {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 5px;
}

.tp-sosyal-widget__items {
  display: flex;
  flex-direction: column;
}

.tp-sosyal-widget__item {
  border-bottom: 1px solid var(--border);
  transition: background .2s;
}

.tp-sosyal-widget__item:last-child {
  border-bottom: none;
}

.tp-sosyal-widget__item:hover {
  background: rgba(0, 0, 0, .02);
}

.dark .tp-sosyal-widget__item:hover {
  background: rgba(255, 255, 255, .03);
}

.tp-sosyal-widget__link {
  display: flex;
  padding: 5px 0;
  gap: 6px;
  align-items: flex-start;
}

.tp-sosyal-widget__icon {
  flex: 0 0 16px;
  margin-top: 3px;
  color: var(--accent);
  opacity: .8;
}

.tp-sosyal-widget__title {
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;

  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: color .2s;
}

.tp-sosyal-widget__link:hover .tp-sosyal-widget__title {
  color: var(--accent);
}

.tp-sosyal-widget__meta {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
}

.tp-sosyal-widget__dot {
  margin: 0 6px;
  opacity: .5;
}

.tp-sosyal-widget__footer {
  display: block;
  padding: 12px 0 0;
  font-size: 11px;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  text-align: right;
  transition: opacity .2s;
}

.tp-sosyal-widget__footer:hover {
  opacity: .8;
}

.news-card.is-hidden {
  display: none !important;
}

.news-load-more {
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
}

.tp-btn-secondary {
  background: var(--card);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 12px 36px;
  font-size: 13px;
  font-weight: 700;
  border-radius: var(--radius-lg);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.tp-btn-secondary:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(115, 189, 33, .25);
}

.fade-in {
  animation: .6s cubic-bezier(.4, 0, .2, 1) forwards tpFadeIn;
}

@keyframes tpFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Technopat Video Section Styling */
/* 7. VİDEO ÖNE ÇIKANLAR & MODAL (Cinematic Highlights)
   -------------------------------------------------------------------------- */
.video-section {
  background-color: #1a1a1a;
}

.video-layout {
  display: grid;
  grid-template-columns: 1fr;
  background: #000;
}

@media (min-width: 1024px) {
  .video-layout {
    grid-template-columns: 6.5fr 3.5fr;
  }
}

.video-player {
  position: relative;
  width: 100%;
}

.video-main-card {
  display: block;
  position: relative;
  text-decoration: none;
}

.video-main-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-main-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.video-main-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yt-play-btn {
  width: 68px;
  height: 48px;
  transition: transform 0.2s;
}

.video-main-card:hover .yt-play-btn {
  transform: scale(1.1);
}

.video-main-card__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.video-main-card__title {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
}

/* Playlist */
.video-playlist {
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.video-playlist__header {
  padding: 5px;
  background: rgba(121, 199, 32, 0.15);
  border-bottom: 2px solid #79c720;
}

.video-playlist__header span {
  font-size: 11px;
  font-weight: 800;
  color: #79c720;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.now-playing-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.video-playlist__list {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 1;
}

.video-playlist-item {
  display: flex;
  gap: 5px;
  padding: 12px 20px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  transition: background 0.2s;
}

.video-playlist-item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.video-playlist-item__thumb {
  flex: 0 0 100px;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  background: #333;
  position: relative;
}

.video-playlist-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

/* Unified Play Button Style */
.tp-video-play-btn {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  color: #000;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Feature (Left) Specific */
.video-main-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}

.video-main-card:hover .video-main-card__play {
  background: rgba(0, 0, 0, 0.2);
}

.video-main-card .tp-video-play-btn svg {
  color: #79c720;

}

.video-main-card:hover .tp-video-play-btn {
  background: #fff;
  color: #79c720;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

/* Playlist (Right) Specific */
.video-playlist-item__play-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  color: #79c720;

  transition: all 0.3s;
}

.video-playlist-item:hover .video-playlist-item__play-icon {
  background: #fff;
  color: #79c720;
  transform: scale(1.1);
}

.video-playlist-item__content {
  flex: 1;
  min-width: 0;
}

.video-playlist-item__title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 4px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}

.video-playlist-item__cat {
  font-size: 10px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.video-playlist-item__play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s;
}

.video-playlist-item:hover .video-playlist-item__play-overlay {
  opacity: 1;
}

.tp-video-trigger {
  cursor: pointer;
}

/* Video Modal - Premium Cinematics Optimized */
.tp-video-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  padding: 5vw;
  pointer-events: none;
  /* Modal kapalıyken tıklamaları engeller */
}

.tp-video-modal.is-active {
  display: flex !important;
  pointer-events: auto;
  /* Modal açıkken tıklamalara izin verir */
}

.tp-video-modal__content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 1);
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

.tp-video-modal.is-active .tp-video-modal__content {
  transform: scale(1);
  opacity: 1;
}

.tp-video-modal__container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
}

.tp-video-modal__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.tp-video-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 110000;
  transition: all 0.3s;
  backdrop-filter: blur(5px);
}

.tp-video-modal__close:hover {
  background: #f00;
  border-color: #f00;
  transform: rotate(90deg);
}

.tp-video-modal__close svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .tp-video-modal {
    padding: 10px;
  }

  .tp-video-modal__close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}

/* 8. OYUN DÜNYASI MOSAİC GRİD (Game Section v7)
   -------------------------------------------------------------------------- */
.game-v7-section {}

.game-v7-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 6 base columns */
  gap: 8px;
  /* Extra narrow gaps as per image */
}

.game-v7-card {
  position: relative;
  border-radius: 8px;
  /* Slightly sharper corners */
  overflow: hidden;
  text-decoration: none;
  display: block;
  background: #000;
}

.game-v7-card.is-wide {
  grid-column: span 4;
  /* Visual dominant item */
  aspect-ratio: 16/9;
}

.game-v7-card.is-medium {
  grid-column: span 2;
  /* Smaller side item */
  aspect-ratio: 8/9;
  /* Taller look to match the top row height */
}

.game-v7-card.is-square {
  grid-column: span 2;
  /* 3 items in a row */
  aspect-ratio: 1/1;
  /* Perfect squares */
}

.game-v7-card__thumb {
  width: 100%;
  height: 100%;
}

.game-v7-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1);
}

.game-v7-card:hover img {
  transform: scale(1.08);
}

.game-v7-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.game-v7-card__date {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #79c720;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.game-v7-card__title {
  color: #fff;
  font-weight: 800;

  line-height: 1.2;
  transition: color 0.3s;
}

.is-wide .game-v7-card__title {
  font-size: 20px;
}

.is-medium .game-v7-card__title,
.is-square .game-v7-card__title {
  font-size: 13.5px;
}

/* Load More Footer & Minimalist Button */
.tp-loadmore-footer {
  padding: 5px 0 0px;
  /* Boşluklar daraltıldı */
  display: flex;
  justify-content: center;
  /* Merkeze hizalar */
}

.tp-loadMore-btn {
  background: none !important;
  /* Arka planı kesin olarak sildim */
  box-shadow: none !important;
  /* Gölgeyi kesin olarak sildim */
  border: none !important;
  color: #666;
  /* Standartlara uygun koyulaştırıldı */
  padding: 8px 10px;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  outline: none;
}

.tp-loadMore-btn:hover {
  color: #79c720;
  background: none !important;
  /* Hover'da da arka plan olamaz */
  box-shadow: none !important;
  transform: none;
  /* Büyüme/Kayma efektlerini sıfırladım */
}

.tp-loadMore-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #79c720;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: center;
}

.tp-loadMore-btn:hover::after {
  transform: scaleX(1);
}

.tp-loadMore-btn:disabled {
  display: none;
}

/* List Links below Mosaic */
.game-v7-links {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 1px solid var(--border);
  padding-top: 15px;
}

.game-v7-link-item {
  text-decoration: none;
  padding: 8px 12px;
  background: #fcfcfc;
  border-radius: 6px;
  display: block;
  transition: all 0.2s;
}

.game-v7-link-item:hover {
  background: #f5f5f5;
  transform: translateX(5px);
}

.game-v7-link-item__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .game-v7-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .game-v7-card.is-wide,
  .game-v7-card.is-medium,
  .game-v7-card.is-square {
    grid-column: span 1;
    aspect-ratio: 16/9;
  }
}

/* Tech Section - Portal Integrated Style */
/* 9. TEKNOLOJİ HABER GRUBU (3 Column Tech Section)
   -------------------------------------------------------------------------- */
.tech-section {}

.tech-section__plus {
  font-size: 20px;
  font-weight: 300;
  color: #79c720;
}

.tech-section__title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--text);

}

.tech-section__nav {
  position: relative;
}

.tech-mobile-nav-toggle {
  background: none;
  border: none;
  color: var(--text);
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}

.tech-mobile-nav-toggle:active {
  transform: scale(0.9);
}

.tech-nav-list {
  list-style: none;
  display: flex;
  gap: 15px;

  padding: 0;
}

.tech-section__nav a {
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  color: #888;
  text-transform: uppercase;
  padding-bottom: 8px;
  transition: color 0.2s;
  display: block;
}

@media (max-width: 1023px) {
  .tech-nav-list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 100;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 10px 0 !important;
    display: none !important;
    /* JS ile kontrol edilecek */
    margin-top: 10px !important;
  }

  .tech-nav-list.is-open {
    display: flex !important;
  }

  .tech-nav-list li {
    width: 100%;
  }

  .tech-nav-list a {
    padding: 12px 20px;
    border-bottom: 1px solid var(--border);
    font-size: 12px;
  }

  .tech-nav-list li:last-child a {
    border-bottom: none;
  }

  .tech-section__nav li.active a {
    color: #79c720;
    background: rgba(121, 199, 32, 0.05);
  }
}

.tech-section__nav li.active a,
.tech-section__nav a:hover {
  color: var(--text);
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* Featured Card Style (Matching Portal Hero) */
.tech-card-featured {
  position: relative;
  /*overlay'in bu kutu içinde kalması için ŞART */
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
}

.tech-card-featured__thumb {
  aspect-ratio: 16/9;
}

.tech-card-featured__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-card-featured__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: #fff;
}

.tech-card-featured__title {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 6px;
}

.tech-card-featured__date {
  font-size: 10px;
  font-weight: 700;
  opacity: 0.8;
}

.tech-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tech-item-small {
  display: flex;
  gap: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  text-decoration: none;
}

body.dark-mode .tech-item-small {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.tech-item-small:last-child {
  border-bottom: none;
}

.tech-item-small__thumb {
  flex: 0 0 90px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}

.tech-item-small__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-item-small__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tech-item-small:hover .tech-item-small__title {
  color: #79c720;
}

.tech-item-small__date {
  font-size: 10px;
  font-weight: 700;
  color: #666;
  /* Daha okunaklı hale getirildi */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tech-item-small__date svg {
  width: 12px;
  height: 12px;
  color: #777;
  /* Opaklık yerine renk tonu kullanıldı */
}

body.dark-mode .tech-item-small__date {
  color: #959da5;
  /* Karanlık mod için optimize edilmiş açık gri */
}

/* Responsive Visibility Helpers */
.u-mobile-only {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}

.u-desktop-only {
  display: none !important;
}

@media (min-width: 1024px) {
  .u-mobile-only {
    display: none !important;
  }

  .u-desktop-only {
    display: grid !important;
  }
}

/* Mobile Listing Refinements */
.tech-mobile .tech-item-small {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body.dark-mode .tech-mobile .tech-item-small {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.tech-mobile .tech-item-small:last-child {
  border-bottom: none;
}

@media (max-width: 1023px) {
  .u-desktop-only {
    display: none !important;
  }

  .u-mobile-only {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
  }
}

@media (min-width: 1024px) {
  .u-mobile-only {
    display: none !important;
  }

  .u-desktop-only {
    display: grid !important;
  }
}