:root {
  --teal: #3ab8ad;
  --teal-deep: #2a9d93;
  --teal-ink: #2b4743;
  --purple: #8e6fd8;
  --gold: #f5c842;
  --body: #4f6a67;
  --muted: #8aa8a3;
  --card-line: rgba(94, 201, 190, 0.35);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--teal-ink);
  background: linear-gradient(160deg, #d4f0ec 0%, #e8f8f5 30%, #fef9e7 70%, #fde8c8 100%);
  background-attachment: fixed;
  line-height: 1.7;
}
.pixel { font-family: 'Pixelify Sans', 'Nunito', sans-serif; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 22px; }
nav { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; gap: 14px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--teal-deep); font-size: 1.3rem; font-weight: 600; }
.brand img { width: 36px; height: 36px; image-rendering: pixelated; }
.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-links a { color: var(--body); text-decoration: none; font-weight: 700; font-size: 0.93rem; }
.nav-links a:hover { color: var(--teal-deep); }
.nav-links a.nav-cta { background: var(--teal); color: #fff; padding: 8px 16px; border-radius: 999px; box-shadow: 0 3px 10px rgba(58,184,173,0.35); }
@media (max-width: 520px) { .nav-links a:not(.nav-cta) { display: none; } }

article, .list { background: rgba(255,255,255,0.78); border: 1.5px solid var(--card-line); border-radius: 26px; padding: 40px 38px; margin: 18px 0 30px; box-shadow: 0 10px 30px rgba(94,201,190,0.12); }
@media (max-width: 600px) { article, .list { padding: 28px 20px; border-radius: 20px; } }
.eyebrow { font-size: 0.78rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--purple); }
h1 { font-size: clamp(1.8rem, 5vw, 2.5rem); line-height: 1.15; letter-spacing: 0.3px; margin: 10px 0 14px; color: var(--teal-ink); }
.meta { font-size: 0.9rem; color: var(--muted); font-weight: 700; margin-bottom: 26px; }
.meta a { color: var(--teal-deep); text-decoration: none; }
h2 { font-size: 1.45rem; margin: 34px 0 10px; color: var(--teal-deep); letter-spacing: 0.3px; }
h3 { font-size: 1.12rem; margin: 24px 0 6px; color: var(--teal-ink); }
p { margin: 0 0 16px; font-size: 1.05rem; color: var(--body); }
p strong { color: var(--teal-ink); }
ul, ol { margin: 0 0 18px 24px; color: var(--body); font-size: 1.05rem; }
li { margin-bottom: 8px; }
a { color: var(--teal-deep); font-weight: 700; }
blockquote { border-left: 4px solid var(--purple); padding: 6px 18px; margin: 0 0 18px; color: var(--teal-ink); font-style: italic; background: rgba(142,111,216,0.08); border-radius: 0 12px 12px 0; }
blockquote p { margin: 0; }
img.shot { width: 100%; border-radius: 16px; border: 1.5px solid rgba(58,184,173,0.4); box-shadow: 0 10px 28px rgba(58,184,173,0.2); margin: 6px 0 20px; }
table { width: 100%; border-collapse: collapse; margin: 0 0 22px; font-size: 0.97rem; }
th, td { text-align: left; padding: 10px 10px; border-bottom: 1px solid rgba(58,184,173,0.25); vertical-align: top; color: var(--body); }
th { color: var(--teal-deep); font-size: 0.85rem; letter-spacing: 0.5px; text-transform: uppercase; }
.table-wrap { overflow-x: auto; }
.note { background: rgba(245,200,66,0.18); border: 1.5px solid rgba(245,200,66,0.6); border-radius: 14px; padding: 14px 18px; margin: 0 0 20px; font-size: 0.98rem; color: var(--teal-ink); }
.cta { margin: 34px 0 6px; padding: 22px 24px; border-radius: 18px; background: linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%); color: #fff; box-shadow: 0 10px 28px rgba(58,184,173,0.3); }
.cta p { color: #fff; margin-bottom: 12px; }
.cta a.btn { display: inline-block; background: #111; color: #fff; text-decoration: none; padding: 10px 18px; border-radius: 12px; font-weight: 800; }
.author { display: flex; gap: 14px; align-items: center; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(58,184,173,0.25); font-size: 0.95rem; color: var(--body); }
.author img { width: 56px; height: 56px; image-rendering: pixelated; }
.post-card { display: block; text-decoration: none; padding: 20px 0; border-bottom: 1px solid rgba(58,184,173,0.25); }
.post-card:last-child { border-bottom: none; }
.post-card h2 { margin: 0 0 6px; font-size: 1.3rem; }
.post-card p { margin: 0; font-size: 0.98rem; }
.post-card .date { font-size: 0.85rem; color: var(--muted); font-weight: 700; }
footer { text-align: center; padding: 20px 20px 40px; font-size: 0.85rem; font-weight: 600; color: var(--muted); }
footer a { color: var(--teal-deep); text-decoration: none; font-weight: 700; }

/* iPad-style frame for screenshots */
figure.device { margin: 10px auto 26px; max-width: 540px; }
figure.device .bezel { background: #1f2a29; border-radius: 26px; padding: 14px; box-shadow: 0 18px 40px rgba(43, 71, 67, 0.22), inset 0 0 0 1.5px rgba(255,255,255,0.08); }
figure.device img { display: block; width: 100%; height: auto; border-radius: 14px; }
figure.device figcaption { text-align: center; font-size: 0.86rem; font-weight: 700; color: var(--muted); margin-top: 10px; line-height: 1.45; }
