body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  overflow-x: hidden;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

#c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 138%;
  z-index: 0;
  box-shadow: rgba(13, 78, 174, 0.3) 0px 7px 29px 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;

}
#s {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100vh;
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 8rem;
}

.wordsNative {
  border: 1px solid rgba(1, 105, 198, .4);
  background-color: rgba(0, 198, 255, 0.2);
  border-radius: 20000rem;
  display: inline-block;
  backdrop-filter: blur(1px);
  color: #00c6ff;
  font-size: 0.9rem;
  letter-spacing: 1px;
  white-space: nowrap;
}

.klavyeSide {
  border: 1px solid rgba(1, 105, 198, .4);
  border-radius: 2rem;
  background-color: rgba(2, 78, 144, 0.2);
  backdrop-filter: blur(2px);
    position: relative;
}

.butonArayin {
  background-color: rgba(6, 106, 199, 0.0);
  color: #00c6ff;
  backdrop-filter: blur(2px);
  border: 1px solid rgba(1, 105, 198, .4);
  border-radius: 0.6rem;
  font-size: 1rem;
  letter-spacing: 1.6px;
  font-weight: 500;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.butonArayin:hover {
  background-color: rgba(6, 106, 199, 1);
}

.aramaIcon {
  color: #fff !important;
}

.aramaKelime {
  background-color: transparent;
  color: #fff;
}

.aramaKelime::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.harflerBoxUst {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.8rem;
  margin-bottom: 0.2rem;
}

#klavye {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.klavye-satir {
  display: flex;
  gap: 6px;
}

.klavye-btn {
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  border-radius: 0.45rem;
  border: 1px solid rgba(150, 150, 150, 0.25);
  font-size: 1rem;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d0d8e4;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  user-select: none;
  font-family: inherit;
}

.klavye-btn:hover {
  background-color: rgba(0, 198, 255, 0.25);
  border-color: rgba(0, 198, 255, 0.5);
  color: #ffffff;
  box-shadow: rgba(1, 119, 221, 0.9) 0px 1px 15px 0px;
}

.klavye-btn:active {
  background-color: rgba(0, 198, 255, 0.4);
  transform: scale(0.95);
}

.klavye-btn.sil-btn {
  width: 60px;
  font-size: 0.85rem;
}
.seviyeler .col{
  border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 2000rem;
    padding: 0.3rem 1rem 0.3rem 1rem;
        background: rgba(255, 255, 255, .05);
        color: rgba(255,255,255,0.5);
        font-size: 0.9rem;
        transition: all 0.2s ease-in-out;
        gap: 2px;
}
.seviyeler .col:hover{
    transform: translateY(2px);
  border: 1px solid rgba(1, 119, 221, 0.9);
  background-color: rgba(0, 198, 255, 0.2);
box-shadow: rgba(1, 119, 221, 0.9) 0px 1px 15px 0px;

}
.seviyeler{
    width: 51%;
}

* { cursor: none; }

#cursor {
    position: fixed;
    width: 10px;
    height: 10px;
    background: #00c6ff;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px #00c6ff, 0 0 20px #00c6ff, 0 0 40px #00c6ff;
}

#cursor-ring {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1.5px solid rgba(0, 198, 255, 0.5);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: left 0.12s ease, top 0.12s ease;
}

.bakDaha{
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 1.2rem;
    color: rgba(255,255,255,0.3);
}

.title-uzunsag{
    padding: 0.1px;
    background: linear-gradient(to right, rgba(1, 105, 198, .5), transparent);
    width: 90%;
    height: 0.15rem;
    border-radius: 10000rem;
    flex: 1;
}
.title-uzunsol{
    padding: 0.1px;
    background: linear-gradient(to left, rgba(1, 105, 198, .5), transparent);
    width: 90%;
    height: 0.15rem;
    border-radius: 10000rem;
    flex: 1;
}
.arkaPlanDark{
    background-color: #020d1e;
}
.baslikAnalar{
    color: #00c6ff;
    font-size: 2rem;
    white-space: nowrap;
}

.ornekler {
    border: 1px solid rgba(1, 105, 198, 0.12);
    border-radius: 0.75rem;
    padding: 1rem 2.5rem;
    background: rgba(255, 255, 255, 0.02);
    transition: background 0.2s, border-color 0.2s;
    margin-bottom: 0.6rem;
}

.ornekler:hover {
    background: rgba(1, 105, 198, 0.07);
    border-color: rgba(1, 105, 198, 0.35);
}

.ornekler p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    line-height: 1.5;
}

.ornekler p.fst-italic {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.9rem;
    margin-top: 0.15rem;
}

.ornekler .highlight {
    color: #00c6ff;
}

.fa-circle-play {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
    transition: color 0.2s;
}
.fa-circle-play:hover{
        cursor: pointer;
}

.ornekler:hover .fa-circle-play {
    color: #00c6ff;
}



#letterKeyboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 20px;
  border-radius: 16px;
}

.keyboard-row {
  display: flex;
  gap: 13px;
}

.keyboard-key {
  background-color: rgba(255,255,255,0.1);
  border-radius: 10px;
  border: 1px solid rgba(100, 120, 160, 0.2);
  font-size: 1.4rem;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a9bb5;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 2px 4px rgba(0,0,0,0.3);
}

.keyboard-key:hover {
  background-color: rgba(0, 198, 255, 0.15);
  border-color: rgba(0, 198, 255, 0.4);
  color: #ffffff;
  box-shadow: 0 0 16px rgba(0, 150, 255, 0.6), inset 0 1px 0 rgba(255,255,255,0.08);
}

.keyboard-key:active {
  background-color: rgba(0, 198, 255, 0.3);
  transform: scale(0.94);
  box-shadow: 0 0 8px rgba(0, 150, 255, 0.4);
}

.herGunKelimeBox{
  border:0;
  padding: 2rem 1.7rem 2rem 1.7rem;
background: linear-gradient(135deg, rgba(1, 105, 198, .25) 0%, rgba(1, 50, 120, .4) 100%);
border: 1px solid rgba(1, 105, 198, .4);
border-radius: 1rem;
position: relative;
overflow: hidden;
}
.herGunKelimeBaslik{
letter-spacing: 1px;
color: #00c6ff;
font-size: 0.85rem;
font-weight: 400;
}
.herGunKelimeCizgi{
  height: 0.15vh;
  background-color: #00c6ff;
  width: 4%;
  border-radius: 10000000rem;
  display: inline-block;
}
.HerGunKelimesi{
  color: #fff;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 2.3rem;

}

.HerGunAciklamasi{
  font-style: italic;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .45);
}

.ucusanTop{
  border-radius: 10000000000rem;
background: radial-gradient(circle, rgba(0, 198, 255, .15), transparent);  padding: 3rem;
  position: absolute;
  right: 0;
  top: 0;
      animation: topCuk 6s ease-in-out infinite;
}

@keyframes topCuk {
  0% , 100%{
    transform: translate(0, 0) scale(2)
  }
  50%{
        transform: translate(30px, -30px) scale(1.08);
  }
}

.herGunBelirtici{
border: 1px solid rgba(1, 105, 198, .4);
  background-color: rgba(0, 198, 255, 0.2);
  border-radius: 20000rem;
  backdrop-filter: blur(1px);
  color: #00c6ff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 0.2rem 0.5rem;
  display: inline;
}
.kategoriSide{
  padding: 1.7rem 1.4rem 1.7rem 1.4rem;
background: linear-gradient(135deg, rgba(1, 105, 198, .25) 0%, rgba(1, 50, 120, .4) 100%);
border: 1px solid rgba(1, 105, 198, .4);
border-radius: 1rem;
}
.emoji{
  font-size: 2rem;
  text-align: center;
}
.kategoriAlani{
background: linear-gradient(135deg, rgba(1, 105, 198, .25) 0%, rgba(1, 50, 120, .4) 100%);
border: 1px solid rgba(1, 105, 198, .4);
border-radius: 1rem;
transition: all 0.2s ease-in-out;
padding: 1px;
}
.kategoriAlani:hover{
background: linear-gradient(135deg, rgba(1, 105, 198, .5) 0%, rgba(1, 50, 120, .6) 100%);
transform: translateY(1.7px);
}
.kategoriYazisi{
  text-align: center;
  color:   rgba(255, 255, 255, .45);
  font-size: 0.9rem;
  font-style: italic;
  font-weight: 600;
  margin-top: -0.7rem;
}


.neredeyizIlk{
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: #00c6ff;
  font-weight: 500;
  text-transform: uppercase;
}
.neredeyizGecici{
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, .7);
  text-transform: capitalize;
}
.neredeyizEmoji{
      color: rgba(255, 255, 255, .6);
      font-size: 0.9rem;
}

.kelimeAnlat {
  border: 1px solid rgba(1, 105, 198, .4);
  border-radius: 2rem;
  background-color: rgba(2, 78, 144, 0.2);
  backdrop-filter: blur(10px);
  padding: 1rem 1.4rem;
  margin-bottom: 0.6rem;
}
.anaKelime{
  color: #fff;
  font-size: 4rem;
  font-family: opensa;
}
.kelimeAnlamKisa{
  color: rgba(255,255,255,0.6);
  font-size: 1.1rem;
}
.kelimeOzelligi p{
border: 1px solid rgba(1, 105, 198, .3);
    color: rgba(255, 255, 255, .55);
    background: rgba(1, 105, 198, .08);
padding: .25rem .85rem;
    border-radius: 20rem;
    letter-spacing: .1em;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.2s all ease-in-out;
}
.kelimeOzelligi p:hover{
  border: 1px solid;
border-color: rgba(0, 198, 255, .5);
color: #00c6ff;
    background: rgba(0, 198, 255, .08);
padding: .25rem .85rem;
    border-radius: 20rem;
    letter-spacing: .1em;
    font-size: 0.9rem;
}
.kelimeOzelligi p:nth-child(1){
  border: 1px solid;
border-color: rgba(0, 198, 255, .5);
color: #00c6ff;
    background: rgba(0, 198, 255, .08);
padding: .25rem .85rem;
    border-radius: 20rem;
    letter-spacing: .1em;
    font-size: 0.9rem;
}
.playButonuKelimeSitesi{
  font-size: 2rem;
}
.playButonuKelimeSitesi:hover{
  color: #00c6ff;
}
.anaKelime span:nth-child(1){
  color: rgba(255,255,255,0.3);
  font-weight: 100;
} 
.anaKelime span:nth-child(2){
  color:#00c6ff;
}
.NsvSvBox {
  padding: 0.5rem 0.3rem 1rem;
}

.NsvSv {
  background: rgba(255, 255, 255, 0.04);
  border: 0.5px solid rgba(1, 105, 198, 0.25);
  border-radius: 1rem;
  padding: 1.1rem 1.4rem;
  transition: border-color 0.2s;
}

/* SV (Perfective) kutusu — aktif/vurgulu */
.NsvSv.sv-aktif {
  background: rgba(0, 198, 255, 0.07);
  border: 1.5px solid rgba(0, 198, 255, 0.45);
}

.NsvSv h3 {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

/* SV kutusunun başlığı mavi */
.NsvSv.sv-aktif h3 {
  color: #00c6ff;
}

.NsvSv p:first-of-type {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.25rem;
  letter-spacing: 0.02em;
}

.NsvSv p:last-of-type {
  font-size: 0.82rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.sagdakiBasliklar{
  color: rgba(255,255,255,.5);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.085rem;
}
.seviyeBox{
  border: 1px solid rgba(1, 105, 198, .4);
  border-radius: 2rem;
  background-color: rgba(2, 78, 144, 0.2);
  backdrop-filter: blur(10px);
  padding: 0.7rem 1.5rem;
  margin-bottom: 0.6rem;
  display: flex;
}
.seviyeBox .seviyeAsil{
  color: #00c6ff;
  font-weight: bold;
}
.etimoloji{
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.02rem;
}
.kelimeBenzerBox{
  border: 1px solid rgba(1, 105, 198, .4);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  padding: 0.9rem 1.5rem;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.6rem;
}
.kelimeBenzerBox:hover{
  background-color: rgba(0, 198, 255,0.1);
  transform: translateX(0.5rem);
  cursor: pointer;
  
}
.benzerKelime{
  margin: 0;
  color: #fff;
  font-weight: bold;

}
.benzerKelimeAnlami{
  margin: 0;
  color: rgba(255,255,255,0.4);
  font-size: 0.9rem;
  font-style: italic;

}
.sagokBenzer{
  color: rgba(255,255,255,0.5) !important;
}
.cekimlerBox {
  border: 1px solid rgba(1, 105, 198, .4);
  border-radius: 2rem;
  background-color: rgba(2, 78, 144, 0.2);
  backdrop-filter: blur(10px);
  padding: 1rem 1.4rem;
  margin-bottom: 0.6rem;
}

.cekim-title {
  color: #3d8fe0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cekim-tabs {
  border-bottom: 1px solid rgba(61, 143, 224, 0.2);
  flex-wrap: wrap;
  gap: 0;
}

.cekim-tabs .nav-link {
  color: #8aa8c8;
  font-weight: 600;
  font-size: 0.9rem;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 6px 10px;
  transition: color 0.2s;
  white-space: nowrap;
}

.cekim-tabs .nav-link:hover {
  color: #a8c8e8;
}

.cekim-tabs .nav-link.active {
  color: #3d8fe0 !important;
  background: none !important;
  border-bottom: 2px solid #3d8fe0;
}

.cekim-card {
  border: 1px solid rgba(1, 105, 198, 0.25);
  border-radius: 1rem;
  background: rgba(2, 60, 120, 0.15);
  padding: 12px 14px;
  transition: border-color 0.2s, background 0.2s;
  height: 100%;
}

.cekim-card:hover {
  border-color: rgba(61, 143, 224, 0.5);
  background: rgba(2, 78, 144, 0.3);
}

.cekim-card .card-label {
  font-size: 0.68rem;
  color: rgba(140, 180, 230, 0.6);
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}

.cekim-card .card-word {
  font-size: 1.05rem;
  font-weight: 600;
  color: #3d8fe0;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

.cekim-card .card-tr {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}

.seviyeSecenekler {
  border: 1px solid rgba(1, 105, 198, .4);
  border-radius: 50%;
  background-color: rgba(2, 78, 144, 0.2);
  backdrop-filter: blur(10px);
  
  /* Eşit boyut */
  width: 80px;
  height: 80px;
  
  /* İçeriği ortala */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0; /* padding'i kaldır */
  transition: all ease-in-out 0.2s;
}
.seviyeSecenekler:hover{
  transform: translateY(5px);
}

.seviyeSecenekler p {
  margin: 0;
}
.seviyeSecenekler:nth-child(1){
  background-color: rgba(92, 184, 92, 0.7);
  backdrop-filter: blur(2px);
}
.seviyeSecenekler:nth-child(2){
  /* background-color: rgba(126, 200, 80, 0.7); */
  background-color: rgba(126, 200, 80, 0.4);
  backdrop-filter: blur(2px);
}
.seviyeSecenekler:nth-child(3){
  /* background-color: rgba(240, 173, 78, 0.7); */
  background-color: rgba(240, 173, 78, 0.4);

  backdrop-filter: blur(2px);
}
.seviyeSecenekler:nth-child(4){
  /* background-color: rgba(232, 97, 60, 0.7); */
  background-color: rgba(232, 97, 60, 0.4);
  backdrop-filter: blur(2px);
}
.seviyeSecenekler:nth-child(5){
  /* background-color: rgba(61, 143, 224, 0.7); */
  background-color: rgba(61, 143, 224, 0.4);
  backdrop-filter: blur(2px);
}
.seviyeSecenekler:nth-child(6){
  /* background-color: lch(48% 71.82 322.95 / 0.7); */
  background-color: lch(48% 71.82 322.95 / 0.4);
  backdrop-filter: blur(2px);
}
.seviyeSecenekler p:nth-child(1){
  color: #00c6ff;
  font-weight: bolder;
}
.seviyeSecenekler p:nth-last-child(1){
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}

.baslikSeviyeKelimeler{
  color: #00c6ff;
  font-size: 1.5rem;
  
}
.baslikSeviyeKelimelerAlt{
  color: rgba(255,255,255,0.3);
  font-size: 1rem;
}
.page-link{
  color: #00c6ff !important;
  font-size: 1.5rem;
  background-color: transparent;
  
}
.seviyeKelimeArrow{
  color: #00c6ff;
  cursor: pointer;
  font-size: 1.25rem;
  transition: 0.2s all ease-in-out;
}
.seviyeKelimeArrow:hover{
  transform: translateX(4px);
}


/* ─── Search Dropdown ─────────────────────────────────────────── */
.search-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 1050;
  background: rgba(2, 13, 30, 0.98);
  border: 1px solid rgba(1, 105, 198, 0.4);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
  max-height: 500px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-6px) scaleY(0.97);
  transform-origin: top center;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.search-dropdown.open {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  pointer-events: auto;
}

.search-dropdown::-webkit-scrollbar { width: 4px; }
.search-dropdown::-webkit-scrollbar-track { background: transparent; }
.search-dropdown::-webkit-scrollbar-thumb {
  background: rgba(1, 105, 198, 0.35);
  border-radius: 2px;
}

/* ── Her bir sonuç satırı ── */
.sd-item {
  padding: 0.85rem 1.2rem;
  border-bottom: 1px solid rgba(1, 105, 198, 0.08);
  cursor: pointer;
  transition: background 0.15s ease;
}
.sd-item:last-child { border-bottom: none; }
.sd-item:hover { background: rgba(0, 198, 255, 0.06); }

/* Üst satır: kelime · tür · seviye */
.sd-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

/* Kelime — mavi, tıpkı fotoğraftaki gibi */
.sd-word {
  font-size: 1.1rem;
  font-weight: 600;
  color: #4d9de0;
  letter-spacing: 0.01em;
}
.sd-word mark {
  background: transparent;
  color: #fff;
  font-weight: 700;
  padding: 0;
}
.sd-item:hover .sd-word { color: #6bb8f5; }

/* Tür etiketi (verb / noun / adj) */
.sd-type {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20rem;
  padding: 0.05rem 0.5rem;
  letter-spacing: 0.05em;
}

/* Seviye — sağa iter */
.sd-level {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-left: auto;
}

/* Ek form bilgisi — ör: "е́ст · 3rd person singular" */
.sd-subform {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.28);
  font-style: italic;
  margin-bottom: 0.4rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.08);
}

/* Çeviri bullet listesi */
.sd-translations {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.sd-tr-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.5;
}
.sd-tr-item::before {
  content: '•';
  color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  line-height: 1.5;
}

/* Örnek cümle */
.sd-example {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.28);
  font-style: italic;
  margin-top: 0.35rem;
  padding-left: 0.7rem;
  border-left: 2px solid rgba(1, 105, 198, 0.3);
}

/* Boş / Yükleniyor */
.sd-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.2rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
}
.sd-empty-icon { font-size: 1rem; opacity: 0.5; }

.sd-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.2rem;
  color: rgba(0, 198, 255, 0.6);
  font-size: 0.85rem;
}
.sd-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 198, 255, 0.2);
  border-top-color: #00c6ff;
  border-radius: 50%;
  animation: sdSpin 0.7s linear infinite;
}
@keyframes sdSpin { to { transform: rotate(360deg); } }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — Tablet & Mobile
   ═══════════════════════════════════════════════════════════════ */

/* ── Tablet (≤ 991px) ─────────────────────────────────────────── */
@media (max-width: 991px) {

  /* Hero */
  .hero-content {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* Arama kutusu */
  .klavyeSide {
    width: 100% !important;
    padding: 1rem !important;
  }

  .harflerBoxUst {
    flex-direction: column;
    gap: 0.6rem;
  }

  .harflerBoxUst .input-group {
    min-width: unset !important;
    width: 100% !important;
  }

  .harflerBoxUst .col-auto:last-child {
    width: 100%;
  }

  .butonArayin {
    width: 100%;
  }

  /* Klavye butonları — biraz küçült */
  .klavye-btn {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }

  /* Seviye rozetleri */
  .seviyeler {
    width: 80% !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* Örnekler + sağ kolon — dikey yığ */
  .arkaPlanDark .row > .col-7,
  .arkaPlanDark .row > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Letter keyboard büyük tuşlar */
  .keyboard-key {
    width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }

  /* Seviye seçenekleri (seviyeKelimeler sayfası) */
  .seviyeSecenekler {
    width: 60px;
    height: 60px;
    font-size: 0.85rem;
  }

  /* Word page — ana kelime */
  .anaKelime {
    font-size: 2.8rem;
  }
}

/* ── Mobil (≤ 767px) ─────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Özel cursor — dokunmatik cihazda gizle */
  #cursor,
  #cursor-ring {
    display: none;
  }
  * { cursor: auto; }

  /* Hero padding */
  .hero-content {
    padding-top: 4rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  /* Başlık boyutları */
  h2.baslikAnalar {
    font-size: 1.4rem;
    white-space: normal;
    text-align: center;
  }

  /* Arama — input grup tam genişlik */
  .klavyeSide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 1rem;
  }

  .harflerBoxUst {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .harflerBoxUst .col-auto {
    width: 100%;
  }

  .harflerBoxUst .input-group {
    min-width: unset !important;
    width: 100% !important;
  }

  /* Klavye butonları — çok küçük ekran */
  .klavye-btn {
    width: 28px;
    height: 28px;
    font-size: 0.72rem;
    border-radius: 0.3rem;
  }

  .klavye-satir {
    gap: 4px;
  }

  #klavye {
    gap: 4px;
    padding: 0.5rem 0;
  }

  /* Letter keyboard (letterDown.js) */
  .keyboard-key {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
    border-radius: 6px;
  }

  .keyboard-row {
    gap: 5px;
  }

  #letterKeyboard {
    gap: 5px;
    padding: 10px 5px;
  }

  /* Seviye rozetleri — wrap + küçük */
  .seviyeler {
    width: 100% !important;
    gap: 0.4rem !important;
    justify-content: center;
  }

  .seviyeler .col {
    flex: 0 0 auto;
    padding: 0.2rem 0.7rem;
    font-size: 0.8rem;
  }

  /* "Daha Fazlasına Bak" */
  .bakDaha {
    font-size: 0.75rem;
  }

  /* Örnekler section */
  .arkaPlanDark .container-lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .ornekler {
    padding: 0.75rem 1rem;
  }

  /* Her Gün Kelime kutusu */
  .herGunKelimeBox {
    padding: 1.2rem 1rem;
  }

  .HerGunKelimesi {
    font-size: 1.7rem;
  }

  /* Kategori grid */
  .kategoriSide {
    padding: 1rem;
  }

  /* Seviye seçenekleri */
  .seviyeSecenekler {
    width: 50px;
    height: 50px;
    font-size: 0.75rem;
  }

  /* Tablo (seviyeKelimeler, digerKelimeler, harfSayfa) */
  table.mx-auto {
    width: 100% !important;
  }

  /* Word page */
  .anaKelime {
    font-size: 2.2rem;
  }

  .kelimeAnlat {
    border-radius: 1rem;
    padding: 0.9rem 1rem;
  }

  .cekimlerBox {
    border-radius: 1rem;
    padding: 0.8rem 0.8rem;
  }

  .cekim-tabs .nav-link {
    font-size: 0.78rem;
    padding: 4px 7px;
  }

  /* Search dropdown */
  .search-dropdown {
    max-height: 300px;
  }

  /* Breadcrumb / neredeyiz */
  .neredeyizIlk,
  .neredeyizGecici,
  .neredeyizEmoji {
    font-size: 0.78rem;
  }

  /* pageWord — sağ / sol kolonlar dikey */
  .pageword-row > .col-8,
  .pageword-row > .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Title çizgiler daha kısa */
  .title-uzunsol,
  .title-uzunsag {
    display: none;
  }
}

/* ── Çok küçük telefon (≤ 380px) ────────────────────────────── */
@media (max-width: 380px) {

  .klavye-btn {
    width: 24px;
    height: 24px;
    font-size: 0.65rem;
    gap: 3px;
  }

  .keyboard-key {
    width: 26px;
    height: 26px;
    font-size: 0.75rem;
  }

  .seviyeSecenekler {
    width: 42px;
    height: 42px;
    font-size: 0.68rem;
  }

  .anaKelime {
    font-size: 1.9rem;
  }
}


::placeholder{
  color: #fff !important;
}

.seviyeSecenekler a{
  text-decoration: 0;
}
/* ═══════════════════════════════════════════════════════════════
   GENEL TAŞMA KORUMASI
   ═══════════════════════════════════════════════════════════════ */
html, body { overflow-x: hidden; max-width: 100%; }
* { box-sizing: border-box; }

/* ═══════════════════════════════════════════════════════════════
   KELİME LİSTESİ — flex tabanlı, ok hiç taşmaz
   ═══════════════════════════════════════════════════════════════ */
.kelime-liste-wrap {
  width: 85%;
  max-width: 820px;
  margin: 0 auto;
}

.kelime-liste-header {
  display: flex;
  align-items: center;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid rgba(56,170,230,0.3);
  color: rgba(56,170,230,0.6);
  font-family: monospace;
  font-size: 11px;
}

.kelime-satir {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(56,170,230,0.08);
  text-decoration: none !important;
  transition: background 0.15s;
  width: 100%;
}

.kelime-satir:hover {
  background: rgba(0,198,255,0.04);
}

/* 3 kolon: Rusça | Çeviri | Ok */
.kl-col-rus {
  flex: 0 0 35%;
  min-width: 0;
  word-break: break-word;
  padding-right: 0.75rem;
}

.kl-col-tr {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
  padding-right: 0.5rem;
}

.kl-col-ok {
  flex: 0 0 44px;
  min-width: 44px;
  max-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Aktif seviye tam opak, diğerleri soluk ── */
.seviyeSecenekler {
  opacity: 0.4;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.seviyeSecenekler:hover { opacity: 0.75; }
.seviyeSecenekler.aktifSeviye {
  opacity: 1 !important;
  box-shadow: 0 0 18px rgba(0,198,255,0.35);
  border-color: rgba(0,198,255,0.6) !important;
}

/* ═══════════════════════════════════════════════════════════════
   MOBİL (≤ 767px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  #cursor, #cursor-ring { display: none !important; }
  * { cursor: auto !important; }

  /* Büyük başlık */
  .hero-content h2 {
    font-size: clamp(2.8rem, 11vw, 5rem) !important;
    line-height: 1.15 !important;
  }

  /* Seviyeler 2x3 */
  .seviyeler {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 90% !important;
    gap: 0.5rem !important;
  }
  .seviyeler .col { flex: unset !important; width: 100% !important; }

  /* Container */
  .container-lg, .container-lg.px-5 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  /* Kelime listesi mobil */
  .kelime-liste-wrap { width: 100%; }
  .kelime-satir { padding: 0.6rem 0.75rem; }
  .kl-col-rus { flex: 0 0 38%; }
  .kl-col-rus span { font-size: 14px !important; }
  .kl-col-tr span  { font-size: 13px !important; }
  .kl-col-ok { flex: 0 0 36px; min-width: 36px; max-width: 36px; }

  /* wordsNative — telefonda taşmasın */
  .wordsNative {
    font-size: 0.75rem !important;
    letter-spacing: 0.5px !important;
    white-space: normal !important;
    text-align: center !important;
    padding: 0.4rem 0.9rem !important;
  }

  /* Klavye arama */
  .klavyeSide { width: calc(100% - 2rem) !important; border-radius: 1rem !important; padding: 0.75rem 0.75rem !important; }
  .harflerBoxUst { flex-direction: column !important; gap: 0.5rem !important; align-items: stretch !important; }
  .harflerBoxUst .input-group { width: 100% !important; }
  .butonArayin { width: 100% !important; }
  .klavye-btn { width: 30px !important; height: 30px !important; font-size: 0.75rem !important; }
  .klavye-satir { gap: 3px !important; }
  #klavye { gap: 3px !important; }

  /* Letter keyboard */
  .keyboard-key { width: 30px !important; height: 30px !important; font-size: 0.85rem !important; }
  .keyboard-row { gap: 4px !important; }
  #letterKeyboard { gap: 5px !important; padding: 8px 2px !important; }

  /* Başlık çizgiler */
  .title-uzunsol, .title-uzunsag { display: none !important; }
  .baslikAnalar { font-size: 1.4rem !important; white-space: normal !important; text-align: center !important; }

  /* Seviye daireleri */
  .seviyeSecenekler { width: 52px !important; height: 52px !important; }

  /* pageWord */
  .anaKelime { font-size: 2rem !important; }
  .kelimeAnlat { padding: 0.85rem 0.9rem !important; }
  .cekimlerBox { padding: 0.75rem !important; }
  .cekim-tabs { flex-wrap: wrap !important; }
  .cekim-tabs .nav-link { font-size: 0.75rem !important; padding: 4px 7px !important; }
  .card-word { font-size: 1.1rem !important; }
  .table-responsive { overflow-x: auto !important; }
  .kelimeOzelligi { flex-wrap: wrap !important; margin-left: 0 !important; }
  .NsvSvBox.row { flex-direction: column !important; gap: 0.5rem !important; }
  .NsvSvBox .col { flex: unset !important; max-width: 100% !important; width: 100% !important; }
  .ornekler { padding: 0.7rem 0.9rem !important; }
  .herGunKelimeBox { padding: 1.1rem 0.9rem !important; }
  .HerGunKelimesi { font-size: 1.6rem !important; }
}

/* ═══════════════════════════════════════════════════════════════
   ÇOK KÜÇÜK (≤ 400px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 400px) {
  .klavye-btn { width: 25px !important; height: 25px !important; font-size: 0.62rem !important; }
  .klavye-satir { gap: 2px !important; }
  .keyboard-key { width: 25px !important; height: 25px !important; font-size: 0.72rem !important; }
  .keyboard-row { gap: 3px !important; }
  .seviyeSecenekler { width: 44px !important; height: 44px !important; }
  .hero-content h2 { font-size: 2.2rem !important; }
  .kl-col-rus { flex: 0 0 42%; }
}