/* Project-scoped additions to the existing CodExa cream/gold theme. */
:root { --text-muted: #655f59; --accent-cyan: #806025; }
[hidden] { display: none !important; }
html[lang="tr"] [data-language]:not([data-language="tr"]) { display: none !important; }
html:not([lang="tr"]) [data-language="tr"] { display: none !important; }
.gh-header { border-bottom: 1px solid var(--cx-line); background: rgba(250,249,245,.94); }
.header-inner { display: flex; align-items: center; gap: 24px; min-height: 82px; }
.header-inner .cx-brand { margin-right: auto; }
.all-products { font-weight: 700; color: var(--cx-body); text-decoration: none; }
.languages { display: flex; gap: 4px; border: 1px solid var(--cx-line); border-radius: 30px; padding: 4px; background: white; }
.languages a { padding: 8px 13px; color: #57534e; text-decoration: none; font-size: .85rem; font-weight: 700; border-radius: 24px; }
.languages a[aria-current] { background: #efe5ce; color: #1c1917; }
.project-nav, .footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.project-nav { padding: 18px 0; border-bottom: 1px solid var(--cx-line); }
.project-nav a, .footer-links a { color: #57534e; text-decoration: none; font-size: .88rem; padding: 6px 0; }
.project-nav a[aria-current], .footer-links a[aria-current] { color: #765519; text-decoration: underline; text-underline-offset: 6px; font-weight: 700; }
.gh-hero { grid-template-columns: 1.25fr 1fr; gap: 38px; padding: 66px 0 48px; }
.gh-hero h1 { font-size: clamp(2.8rem,5.2vw,4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.gh-hero .lead { font-weight: 600; }
.gh-status { background: #f3ead9; border-color: #d6bd88; color: #765519; }
.gh-status::before { background: #96702c; box-shadow: none; }
.release-note, .fine-print, .updated { font-size: .88rem; color: #655f59; }
.release-note { max-width: 42em; margin-top: 20px; }
.board-showcase { margin: 0; padding: 24px; border-radius: 30px; background: #fff; border: 1px solid var(--cx-line); box-shadow: 0 18px 55px rgba(153,119,54,.12); }
.board-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: #655f59; font-size: .8rem; letter-spacing: .12em; }
.board-top img { border-radius: 10px; }
.board-guide { width: 100%; height: auto; display: block; border-radius: 22px; }
.board-showcase figcaption { font-size: .83rem; color: #655f59; line-height: 1.6; padding: 16px 0 0; }
.facts { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--cx-line); padding: 28px 0; gap: 20px; text-align: center; }
.facts strong { display: block; color: #765519; font-size: 2rem; line-height: 1.3; }
.facts span { font-size: .9rem; }
.card h3 { margin: 14px 0 10px; line-height: 1.35; color: #1c1917; }
.card p { margin-bottom: 0; }
.step-number { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 12px; background: #f3ead9; color: #765519; font-weight: 700; }
.notice h2 { font-size: 1.5rem; margin: 0 0 12px; }
.notice .legal-links a { color: #765519; text-underline-offset: 4px; }
.document { overflow-wrap: anywhere; }
.document h1 { font-size: clamp(2rem,5vw,3.4rem); line-height: 1.12; }
.document h2 { color: #765519; line-height: 1.45; }
.document p { text-align: start; }
.document .button { color: #1c1917; text-decoration: none; }
.document ul { padding-inline-start: 1.4em; }
.document section { scroll-margin-top: 20px; }
footer .footer-links { justify-content: center; }
footer a { color: #765519; }
:focus-visible { outline: 3px solid #806025; outline-offset: 4px; }
.skip-link { position: absolute; top: 6px; left: 8px; transform: translateY(-150%); z-index: 5000; padding: 10px 14px; background: #fff; color: #1c1917; }
.skip-link:focus { transform: none; }
@media(max-width:850px) {
  .gh-hero { grid-template-columns: 1fr; text-align: start; padding-top: 36px; }
  .gh-hero .actions { justify-content: flex-start; }
  .board-showcase { max-width: 430px; margin: 0 auto; }
  .gh-hero .lead { margin-inline: 0; }
}
@media(max-width:480px) {
  .shell { width: calc(100% - 32px); }
  .header-inner { gap: 10px; flex-wrap: wrap; padding-block: 16px; }
  .all-products { font-size: .8rem; }
  .cx-brand { font-size: 1.05rem !important; gap: 7px; }
  .languages a { padding: 7px 10px; }
  .project-nav { gap: 4px 16px; }
  .project-nav a { font-size: .83rem; }
  .gh-hero h1 { font-size: 2.75rem; }
  .facts { gap: 8px; }
  .facts span { font-size: .78rem; }
  .document { padding: 24px 20px; margin-top: 26px; border-radius: 18px; }
  .document h1 { font-size: 2.15rem; }
  .board-showcase { padding: 18px; }
}
@media(prefers-reduced-motion:reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media print {
  .gh-header,.project-nav,.languages,footer,.skip-link { display: none; }
  .document { box-shadow: none; border: none; margin: 0; padding: 0; max-width: none; }
  body { background: #fff !important; }
}
