/* KORA Wiki — dashboard diliyle: gece navy + camgöbeği + altın */
.wwrap { max-width: 1120px; margin: 0 auto; padding: 20px 16px 60px;
  display: grid; grid-template-columns: 226px 1fr; gap: 22px; align-items: start; }

/* kenar çubuğu */
.wnav { position: sticky; top: 16px; display: flex; flex-direction: column; gap: 8px; }
.wbrand { display: block; text-decoration: none; font-size: 22px; letter-spacing: 3px; color: #fff;
  text-shadow: 0 0 14px #6ee6ff88; padding: 8px 10px 14px; border-bottom: 2px solid var(--panel-edge); margin-bottom: 6px; }
.wbrand .spark { color: var(--cyan); }
.wbrand .wb-s { display: block; font-size: 9px; letter-spacing: 4px; color: var(--dim); margin-top: 6px; }
.wgroup { margin-bottom: 8px; }
.wg-h { font-size: 9px; letter-spacing: 3px; color: var(--dim); padding: 6px 10px 4px; opacity: .7; }
.wnav a { display: block; text-decoration: none; color: #aeb8d4; font-size: 13px;
  padding: 7px 10px; border-radius: 7px; }
.wnav a:hover { background: #141e39; color: #fff; }
.wnav a.active { background: #17223f; color: var(--cyan); box-shadow: inset 2px 0 0 var(--cyan); }

/* içerik */
.wmain { min-width: 0; }
.wcrumb { color: var(--dim); font-size: 11px; letter-spacing: 1px; margin-bottom: 6px; }
.wtitle { font-size: 30px; letter-spacing: 1px; color: #fff; margin-bottom: 18px;
  text-shadow: 0 0 18px #6ee6ff33; }
.wcard { background: linear-gradient(180deg, #182242, var(--panel)); border: 2px solid var(--panel-edge);
  border-radius: 10px; padding: 16px 18px; margin-bottom: 16px; box-shadow: 0 8px 24px #0007; }
.wcard h2 { font-size: 15px; letter-spacing: 1px; color: var(--cyan); margin-bottom: 10px; }
.wcard h3 { font-size: 13px; letter-spacing: 1px; color: var(--gold-bright); margin-bottom: 8px; }
.wcard p { color: #cdd6ea; font-size: 13.5px; line-height: 1.75; margin-bottom: 8px; }
.wcard p:last-child { margin-bottom: 0; }
.wcard a, .wnote a { color: var(--cyan); text-decoration: none; border-bottom: 1px dotted var(--cyan); }
.wgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wtable { width: 100%; border-collapse: collapse; }
.wtable td { padding: 8px 10px; border-bottom: 1px solid #263352;
  color: #cdd6ea; font-size: 13px; vertical-align: top; }
.wtable td:first-child { width: 34%; color: #fff; }
.wtable tr:last-child td { border-bottom: 0; }
.wnote { background: #12203a; border-left: 3px solid var(--cyan); border-radius: 6px;
  padding: 12px 14px; color: #b7c2dc; font-size: 13px; margin-bottom: 16px; }
.wfoot { color: #55628a; font-size: 11px; text-align: center; margin-top: 28px;
  padding-top: 16px; border-top: 1px solid #24304f; }

@media (max-width: 760px) {
  .wwrap { grid-template-columns: 1fr; }
  .wnav { position: static; flex-direction: row; flex-wrap: wrap; }
  .wgrid { grid-template-columns: 1fr; }
}

/* inline içerik ikonu (wiki sayfa metinlerinde) */
.wi { width: 20px; height: 20px; vertical-align: -4px; image-rendering: pixelated; margin-right: 4px; }
.wigal { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 10px; }
.wigal img { width: 46px; height: 46px; image-rendering: pixelated; background: rgba(20,34,58,.55);
  border: 1px solid rgba(90,140,210,.3); border-radius: 10px; padding: 5px; }
.wigal figure { margin: 0; text-align: center; width: 46px; }
.wigal figcaption { font-size: 9px; color: #8fa2c4; margin-top: 2px; }
