/* NutriWeek — GitHub Pages (statik App Store bağlantılı site) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fafafa;
}

a {
  color: #0b5cab;
}

a:visited {
  color: #073d73;
}

a:focus-visible {
  outline: 2px solid #0b5cab;
  outline-offset: 2px;
}

.wrap {
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 3rem;
}

@media (min-width: 600px) {
  .wrap {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

header.site {
  padding: 2rem 0 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.brand {
  font-size: 1.125rem;
  font-weight: 600;
}

.brand a {
  color: inherit;
  text-decoration: none;
}

.brand a:hover {
  text-decoration: underline;
}

nav.skip {
  position: absolute;
  left: -9999px;
  top: 0;
}

nav.skip:focus-within {
  position: static;
  left: auto;
}

.skip a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #1a1a1a;
  color: #fff;
}

h1 {
  font-size: 1.65rem;
  line-height: 1.25;
  margin: 2rem 0 1rem;
  font-weight: 700;
}

h2 {
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
  font-weight: 650;
}

h3 {
  font-size: 1.0625rem;
  margin: 1.35rem 0 0.5rem;
  font-weight: 600;
}

.lead {
  font-size: 1.0625rem;
  color: #333;
}

ul,
ol {
  padding-left: 1.35rem;
}

li {
  margin: 0.35rem 0;
}

.small {
  font-size: 0.95rem;
  color: #444;
}

.muted {
  color: #555;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}

footer.site {
  margin-top: 2.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e0e0e0;
  font-size: 0.9rem;
  color: #555;
}

nav.inline a {
  margin-right: 0.75rem;
}

.callout {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  margin: 1.25rem 0;
}

.badge-soon {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: #eee;
  font-size: 0.82rem;
  font-weight: 600;
}

code {
  font-size: 0.95em;
  background: #eee;
  padding: 0.1em 0.35em;
  border-radius: 4px;
}
