body {
  background-color: #0b1332;
  background-image:
    url("images/overlay.png"),
    radial-gradient(circle at 18% 20%, rgba(255, 208, 92, 0.96) 0%, rgba(255, 176, 40, 0.82) 15%, rgba(16, 52, 135, 0.18) 40%, rgba(7, 11, 27, 0) 55%),
    linear-gradient(135deg, #f2a42b 0%, #1b4fb7 42%, #0a143d 100%);
}

body,
input,
select,
textarea {
  color: #5a6072;
}

.studio-header {
  padding-bottom: 1.25em;
}

.studio-logo-wrap {
  margin-bottom: 1em !important;
}

.studio-logo {
  width: min(20rem, 58vw);
  max-width: 100%;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 24px 40px rgba(5, 8, 20, 0.4));
}

.studio-header p {
  color: rgba(255, 248, 232, 0.92);
}

.studio-tabs {
  z-index: 1000;
}

.desktop-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7em;
  flex-wrap: wrap;
}

#nav ul.desktop-tabs li {
  margin: 0;
}

#nav ul.desktop-tabs li .tab-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: #545d72 !important;
  cursor: pointer !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5em;
  padding: 0 1.25em;
  border-radius: 8px;
  font-size: 1em;
  font-family: inherit;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#nav ul.desktop-tabs li .tab-link:hover {
  background-color: rgba(222, 222, 222, 0.25);
}

#nav ul.desktop-tabs li .tab-link.active {
  background-color: #ffffff;
  color: #24314f !important;
  box-shadow: inset 0 0 0 1px rgba(91, 122, 190, 0.14);
}

#nav ul.desktop-tabs li .tab-link span {
  margin-left: 0.35em;
  font-size: 0.82em;
  color: #8b91a3 !important;
}

#nav ul.desktop-tabs li .tab-link.is-disabled {
  color: #8a90a2 !important;
  opacity: 1;
  cursor: not-allowed !important;
  filter: saturate(0.75);
}

.mobile-tab-switcher,
.mobile-tab-status {
  display: none;
}

.tab-panel[hidden] {
  display: none !important;
}

.youtube-hub {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.youtube-stage {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.4fr);
  gap: 2rem;
  align-items: center;
}

.youtube-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 0, 0, 0.08);
  border: 1px solid rgba(255, 0, 0, 0.15);
  color: #c1121f;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
}

.youtube-copy h2 {
  margin-top: 0.9rem;
  margin-bottom: 0.7rem;
}

.youtube-copy p {
  color: #63708c;
  margin-bottom: 0;
}

.youtube-player-shell {
  position: relative;
}

.youtube-player-shell::before {
  content: "";
  position: absolute;
  inset: -1rem;
  border-radius: 28px;
  background: radial-gradient(circle at top left, rgba(255, 0, 0, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.youtube-player-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(32, 43, 71, 0.08);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, #0f172a 0%, #1f2937 100%);
}

.youtube-player-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtube-player-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
  min-width: 0;
}

.youtube-panel {
  padding: 1.4rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.96));
  border: 1px solid rgba(32, 43, 71, 0.08);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
  min-width: 0;
  overflow: hidden;
}

.youtube-panel-header {
  margin-bottom: 1rem;
}

.youtube-panel-header h3 {
  margin-bottom: 0.2rem;
}

.youtube-panel-header p {
  margin: 0;
  color: #6d7892;
  font-size: 0.95rem;
}

.youtube-video-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-width: 0;
}

.youtube-video-item {
  width: 100%;
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  justify-items: stretch;
  border: 1px solid rgba(32, 43, 71, 0.08);
  border-radius: 18px;
  padding: 0.7rem;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  height: auto !important;
  min-height: 0;
  max-height: none;
  line-height: normal !important;
  white-space: normal !important;
}

.youtube-video-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.youtube-video-item.is-active {
  border-color: rgba(193, 18, 31, 0.35);
  box-shadow: 0 16px 40px rgba(193, 18, 31, 0.12);
}

.youtube-video-thumb {
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  background: #d9dde7;
}

.youtube-video-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  min-width: 0;
  overflow: hidden;
  align-self: stretch;
}

.youtube-video-meta strong {
  display: block;
  color: #1d2942;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.youtube-video-meta span {
  display: block;
  color: #71809d;
  font-size: 0.9rem;
  white-space: normal;
}

.youtube-comments-panel {
  align-self: start;
}

.youtube-comment-rotator {
  min-height: 0;
}

.youtube-comment-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
  border: 1px solid rgba(193, 18, 31, 0.1);
  width: 100%;
  box-sizing: border-box;
}

.youtube-comment-card p {
  margin: 0;
  color: #3b465d;
  line-height: 1.75;
}

.youtube-comment-card.is-empty,
.youtube-comment-card.is-loading {
  justify-content: center;
  min-height: 120px;
}

.youtube-comment-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.youtube-comment-head strong {
  display: block;
  color: #1d2942;
}

.youtube-comment-head span {
  color: #8a95ab;
  font-size: 0.88rem;
}

.youtube-comment-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.youtube-comment-avatar--placeholder {
  background: linear-gradient(135deg, #ffb3b8, #ffd8da);
}

.youtube-empty-state {
  padding: 1rem 0;
  color: #6d7892;
  min-width: 0;
}

.app-hero {
  align-items: center;
}

#sport-timer .actions .button {
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
}

#sport-timer .actions .button:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(255, 208, 92, 0.25);
}

.store-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55rem;
}

.store-btn .fab {
  font-size: 1.1em;
}

.app-preview img {
  width: 14em;
  background: radial-gradient(circle at top, rgba(255, 212, 97, 0.24), rgba(13, 25, 63, 0));
}

.narrow-copy {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

/* ── Sport Timer dark section ── */
.sport-dark-section {
  background: linear-gradient(160deg, #0d1a3f 0%, #0f1e47 50%, #0a1229 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Section headings */
.sport-dark-section header.major h2,
.sport-dark-section .content header.major h2 {
  color: #ffffff;
  text-shadow: 0 0 40px rgba(255, 208, 92, 0.18);
}


/* Sub-paragraphs under section headings */
.sport-dark-section header.major p,
.sport-dark-section .content header.major p,
.sport-dark-section .content > p {
  color: #7dd3fc;
}

/* Feature card titles — rotating accent colors */
.sport-dark-section ul.features li:nth-child(1) h3 { color: #ffd05c; }
.sport-dark-section ul.features li:nth-child(2) h3 { color: #4aecd4; }
.sport-dark-section ul.features li:nth-child(3) h3 { color: #7ed8a4; }

/* Feature card descriptions */
.sport-dark-section ul.features li p {
  color: #93c5fd;
}

/* ── App Gallery Showcase — photo | text | photo ── */
.gallery-showcase {
  display: grid;
  grid-template-columns: minmax(120px, 200px) 1fr minmax(120px, 200px);
  gap: 2.5rem;
  align-items: center;
  padding: 1rem 0;
}

.app-gallery-item {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
}

.app-gallery-item:hover {
  transform: scale(1.06);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.7);
}

.app-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Gallery — center text column */
.gallery-features {
  display: flex;
  flex-direction: column;
}

.gallery-feature-label {
  display: inline-block;
  background: rgba(255, 208, 92, 0.12);
  color: #ffd05c;
  border: 1px solid rgba(255, 208, 92, 0.25);
  border-radius: 20px;
  padding: 0.2rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  width: fit-content;
}

.gallery-feature-title {
  color: #ffffff !important;
  font-size: 2.4rem !important;
  font-weight: 700;
  margin-bottom: 0.35rem;
  line-height: 1.2;
}

.gallery-feature-sub {
  color: #7dd3fc !important;
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
}

.gallery-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gallery-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.gf-icon {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  margin-top: 0.1rem;
}

.gf-icon--gold {
  background: rgba(255, 208, 92, 0.15);
  border: 1px solid rgba(255, 208, 92, 0.35);
  color: #ffd05c;
}

.gf-icon--cyan {
  background: rgba(78, 236, 212, 0.12);
  border: 1px solid rgba(78, 236, 212, 0.3);
  color: #4aecd4;
}

.gf-icon--green {
  background: rgba(126, 216, 164, 0.12);
  border: 1px solid rgba(126, 216, 164, 0.3);
  color: #7ed8a4;
}

.gf-icon--purple {
  background: rgba(167, 139, 250, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.3);
  color: #a78bfa;
}

.gallery-feature-list li div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.gallery-feature-list li strong {
  font-size: 1.25rem;
  font-weight: 700;
}

/* Her madde başlığı kendi ikon rengiyle eşleşiyor */
.gallery-feature-list li:nth-child(1) strong { color: #ffd05c; } /* gold  */
.gallery-feature-list li:nth-child(2) strong { color: #4aecd4; } /* cyan  */
.gallery-feature-list li:nth-child(3) strong { color: #7ed8a4; } /* green */
.gallery-feature-list li:nth-child(4) strong { color: #a78bfa; } /* purple */

.gallery-feature-list li span {
  color: #93c5fd;
  font-size: 1rem;
  line-height: 1.5;
}

/* ── Responsive breakpoints ── */

/* Medium: 980px */
@media screen and (max-width: 980px) {
  .youtube-stage,
  .youtube-grid {
    grid-template-columns: 1fr;
  }

  .gallery-showcase {
    grid-template-columns: minmax(100px, 160px) 1fr minmax(100px, 160px);
    gap: 1.5rem;
  }
}

/* Mobile: 736px — photos side by side top, text below */
@media screen and (max-width: 736px) {
  .mobile-tab-switcher,
  .mobile-tab-status {
    display: flex;
  }

  .mobile-tab-switcher {
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }

  .switch-current {
    border: 0;
    background: transparent;
    color: #24314f;
    font-weight: 700;
    cursor: default;
  }

  .switch-arrow {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid rgba(32, 43, 71, 0.12);
    background: #ffffff;
    color: #24314f;
    padding: 0;
    cursor: pointer !important;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  }

  .switch-arrow:not(:disabled):hover,
  .switch-arrow:not(:disabled):focus-visible {
    background: #f5f8ff;
    box-shadow: 0 10px 22px rgba(27, 79, 183, 0.12);
    transform: translateY(-1px);
  }

  .switch-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed !important;
    box-shadow: none;
    transform: none;
  }

  .youtube-panel {
    padding: 1rem;
    border-radius: 18px;
  }

  .youtube-video-item {
    grid-template-columns: 1fr;
  }

  .youtube-video-thumb {
    max-width: 100%;
  }

  .youtube-comment-card {
    min-height: 0;
  }

  .gallery-showcase {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "photo1 photo2"
      "text   text";
    gap: 1rem;
  }

  .gallery-showcase .app-gallery-item:first-child {
    grid-area: photo1;
  }

  .gallery-showcase .gallery-features {
    grid-area: text;
  }

  .gallery-showcase .app-gallery-item:last-child {
    grid-area: photo2;
  }

  .gallery-feature-title {
    font-size: 1.6rem !important;
  }

  .gallery-feature-sub {
    font-size: 0.9rem;
  }

  .gallery-feature-list li strong {
    font-size: 0.95rem;
  }

  .gallery-feature-list li span {
    font-size: 0.82rem;
  }
}


/* ── Footer ── */
#footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* Template noktalı border'larını kaldır */
#footer section {
  border: none !important;
  border-bottom: none !important;
}

#footer .footer-contact {
  text-align: right;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.footer-logo {
  width: 8rem;
  flex-shrink: 0;
  filter: brightness(1.1) drop-shadow(0 4px 12px rgba(255, 208, 92, 0.15));
}

.footer-desc {
  color: #7dd3fc !important;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0;
}

.footer-contact-title {
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-end;
  position: relative;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  border: none !important;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.footer-link:hover {
  opacity: 0.75;
  transform: scale(1.06);
}

.footer-link-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff;
}

.footer-link span:last-child {
  color: #93c5fd;
  font-size: 0.9rem;
}

#footer p,
#footer a {
  color: rgba(255, 255, 255, 0.88);
}

#footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

/* ── Lightbox ── */
.lightbox[hidden] {
  display: none !important;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5, 8, 22, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(6px);
}

.lightbox.is-open {
  opacity: 1;
}

.lightbox-inner {
  position: relative;
  transform: scale(0.92);
  transition: transform 0.3s ease;
}

.lightbox.is-open .lightbox-inner {
  transform: scale(1);
}

.lightbox-inner img {
  display: block;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* PC */
  max-width: 480px;
  max-height: 80vh;
  width: auto;
  height: auto;
}

.lightbox-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 2.8rem;
  min-width: 2.8rem;
  height: 2.8rem;
  min-height: 2.8rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 10001;
  flex-shrink: 0;
  box-sizing: content-box;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.1);
}

@media screen and (max-width: 736px) {
  .lightbox-close {
    top: 0.8rem;
    right: 0.8rem;
    width: 2.8rem;
    min-width: 2.8rem;
    height: 2.8rem;
    min-height: 2.8rem;
    background: rgba(255, 255, 255, 0.22);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
  }
}

/* Tablet */
@media screen and (max-width: 980px) {
  .lightbox-inner img {
    max-width: 340px;
    max-height: 75vh;
  }
}

/* Mobil */
@media screen and (max-width: 736px) {
  .lightbox-inner img {
    max-width: 88vw;
    max-height: 70vh;
  }
}

/* ── YouTube yorum geçiş animasyonu ── */
@keyframes commentFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.youtube-comment-rotator {
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.youtube-comment-rotator.is-leaving {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.youtube-comment-card {
  animation: commentFadeUp 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Email kopyalama toast */
.email-toast {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  pointer-events: none;
  background: rgba(74, 236, 212, 0.15);
  color: #4aecd4;
  border: 1px solid rgba(74, 236, 212, 0.3);
  border-radius: 20px;
  padding: 0.2rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 0.4rem;
  transition: opacity 0.25s ease;
  white-space: nowrap;
}

.email-toast.show {
  opacity: 1;
}

/* Tablet/mobil: Get in Touch sola hizala */
@media screen and (max-width: 980px) {
  #footer .footer-contact {
    text-align: left;
  }

  .footer-links {
    align-items: flex-start;
  }

  .email-toast {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 736px) {
  #wrapper > #nav {
    display: block !important;
    position: relative;
    top: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.85em;
    box-sizing: border-box;
    overflow: hidden;
  }

  #nav + #main {
    padding-top: 0;
  }

  #nav .desktop-tabs,
  #nav ul.desktop-tabs,
  #nav ul.desktop-tabs li {
    display: none !important;
  }

  .mobile-tab-switcher {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    min-width: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 22px;
    padding: 0.45rem 0.5rem;
    box-sizing: border-box;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.1);
  }

  .switch-arrow,
  .switch-current {
    appearance: none;
    border: 0;
    border-radius: 0.55rem;
    font: inherit;
    box-sizing: border-box;
  }

  .switch-arrow {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #1b4fb7 0%, #3b82f6 100%);
    color: #ffffff;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(27, 79, 183, 0.38);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  }

  .switch-arrow:not(:disabled):hover,
  .switch-arrow:not(:disabled):active {
    transform: scale(1.12);
    box-shadow: 0 6px 22px rgba(27, 79, 183, 0.55);
    background: linear-gradient(135deg, #163fa0 0%, #2563eb 100%);
  }

  .switch-arrow:disabled {
    opacity: 1;
    background: rgba(32, 43, 71, 0.1);
    color: rgba(100, 116, 139, 0.45);
    box-shadow: none;
    cursor: not-allowed;
  }

  .switch-current {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    min-height: 3rem;
    padding: 0.65rem 1rem;
    background: #ffffff !important;
    color: #1d2942 !important;
    font-weight: 700;
    font-size: 0.97rem;
    letter-spacing: 0.02em;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 14px !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
  }

  .mobile-tab-status {
    display: none !important;
  }

  /* Sayfa göstergesi noktalar */
  .mobile-tab-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.6rem;
  }

  .mobile-tab-dot {
    height: 8px;
    border-radius: 4px;
    background: rgba(27, 79, 183, 0.18);
    transition: background 0.3s ease, width 0.3s ease, transform 0.3s ease;
    width: 8px;
  }

  .mobile-tab-dot.is-active {
    background: #1b4fb7;
    width: 22px;
    transform: none;
  }

  #main {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .studio-logo {
    width: min(15rem, 68vw);
  }
}
