/* Full of English - oyun sayfalarina ozel stiller */

/* --- HIZ YARISI: secenek kartlari --- */
.opts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 4px 0 8px; }
.opt {
  padding: 14px 10px; border: 1px solid var(--line); background: #fff; border-radius: 12px;
  font-size: .95rem; font-weight: 600; color: var(--ink); cursor: pointer; text-align: center;
  box-shadow: 0 3px 0 #e2e8f0; transition: transform .08s, box-shadow .08s, background .15s;
  word-break: break-word; min-height: 58px; display: flex; align-items: center; justify-content: center;
}
.opt:active { transform: translateY(3px); box-shadow: 0 0 0 #e2e8f0; }
.opt.ok { background: #dcfce7; border-color: #86efac; color: #15803d; box-shadow: 0 3px 0 #4ade80; }
.opt.no { background: #fee2e2; border-color: #fca5a5; color: #b91c1c; box-shadow: 0 3px 0 #f87171; }
.opt.off { opacity: .45; }
.qbig {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 14px;
  text-align: center; font-size: 1.3rem; font-weight: 700; line-height: 1.4; margin-bottom: 12px;
  box-shadow: 0 2px 0 rgba(15,23,42,.04); min-height: 68px; display: flex;
  align-items: center; justify-content: center;
}
.streak { display: flex; gap: 3px; justify-content: center; margin-bottom: 10px; height: 6px; }
.streak i { width: 14px; height: 6px; border-radius: 3px; background: #e2e8f0; display: block; }
.streak i.on { background: linear-gradient(90deg, #f59e0b, #f97316); }

/* --- DIKTE --- */
.dbox { text-align: center; margin-bottom: 12px; }
.spk {
  width: 78px; height: 78px; border: 0; border-radius: 50%; cursor: pointer;
  background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff;
  font-size: 30px; box-shadow: 0 6px 0 #4f46e5, 0 12px 22px -8px rgba(79,70,229,.6);
  transition: transform .1s;
}
.spk:active { transform: translateY(5px); box-shadow: 0 1px 0 #4f46e5; }
.dspk { width: 56px; height: 56px; font-size: 22px; box-shadow: 0 4px 0 #4f46e5; }
.ipa {
  font-family: "Segoe UI", ui-monospace, monospace; font-size: 1rem; color: var(--muted);
  margin-top: 12px; min-height: 1.3em;
}
.ipt {
  width: 100%; padding: 14px; border: 2px solid var(--line); border-radius: 12px;
  font-size: 1.15rem; font-weight: 700; text-align: center; letter-spacing: .04em;
  background: #fff; color: var(--ink); outline: none; -webkit-appearance: none;
}
.ipt:focus { border-color: var(--primary); }
.ipt.ok { border-color: #22c55e; background: #f0fdf4; color: #15803d; }
.ipt.no { border-color: #ef4444; background: #fef2f2; color: #b91c1c; }
.dact { display: flex; gap: 8px; margin-top: 10px; }
.dact .btn { flex: 1; }

/* --- HAFIZA --- */
.mg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.mg4 { grid-template-columns: repeat(4, 1fr); }
.mc {
  aspect-ratio: 3/4; border: 0; padding: 0; cursor: pointer; position: relative;
  transform-style: preserve-3d; transition: transform .35s; background: none;
}
.mc i {
  position: absolute; inset: 0; border-radius: 10px; display: flex; align-items: center;
  justify-content: center; padding: 4px; text-align: center; backface-visibility: hidden;
  -webkit-backface-visibility: hidden; font-size: .74rem; font-weight: 700; line-height: 1.25;
  word-break: break-word; overflow: hidden;
}
.mc .bk2 { background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; font-size: 1.3rem; }
.mc .fr { background: #fff; border: 1.5px solid var(--line); color: var(--ink); transform: rotateY(180deg); }
.mc.tr { background: #ede9fe; border-color: #c4b5fd; color: #5b21b6; }
.mc.en { background: #e0f2fe; border-color: #7dd3fc; color: #075985; }
.mc.flip { transform: rotateY(180deg); }
.mc.got { cursor: default; }
.mc.got .fr { opacity: .45; box-shadow: 0 0 0 2px #22c55e inset; }
.mtl { display: flex; gap: 6px; margin-bottom: 10px; }

/* --- ortak --- */
.rng { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.rng label { font-size: .76rem; color: var(--muted); font-weight: 600; flex: 0 0 auto; }
.rng input[type=range] { flex: 1; -webkit-appearance: none; height: 5px; border-radius: 99px; background: #e2e8f0; }
.rng input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%;
  background: var(--primary); box-shadow: 0 2px 5px rgba(0,0,0,.22); cursor: pointer;
}
.rng input[type=range]::-moz-range-thumb {
  width: 20px; height: 20px; border: 0; border-radius: 50%; background: var(--primary); cursor: pointer;
}
.big { font-size: 1.05rem; font-weight: 700; }
.ty { font-size: .8rem; color: var(--muted); }
