/* Blog (estático em public/, sem build). Tokens copiados de src/landing.css. Arquivo próprio porque a CSP proíbe style inline. */
*, *::before, *::after { box-sizing: border-box; min-width: 0; }
body { margin: 0; font-family: "Instrument Sans", system-ui, sans-serif; background: #1c1917; color: #fafaf9; font-variant-numeric: tabular-nums; -webkit-font-smoothing: antialiased; }
a { color: #34d399; text-decoration: none; } a:hover { color: #6ee7b7; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
h1 { font-size: 36px; font-weight: 600; line-height: 1.08; letter-spacing: -0.025em; }
h2 { font-size: 24px; font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; margin-top: 24px; }
h3 { font-size: 17px; font-weight: 600; margin-top: 8px; }
p, li { font-size: 16px; line-height: 1.6; color: #d6d3d1; text-wrap: pretty; }
p { margin: 0; }
ul, ol { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 6px; }
.muted { color: #a8a29e; } .small { font-size: 13px; }
.nav, .foot, main { padding-left: max(20px, calc(50% - 360px)); padding-right: max(20px, calc(50% - 360px)); }
.nav { height: 64px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2c2825; }
.brand { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 600; color: #fafaf9; }
main { padding-top: 48px; padding-bottom: 56px; display: flex; flex-direction: column; gap: 18px; }
.lead { font-size: 18px; color: #fafaf9; }
.tbl { width: 100%; border-collapse: collapse; font-size: 14px; margin: 8px 0; display: block; overflow-x: auto; }
.tbl th, .tbl td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #44403c; vertical-align: top; color: #d6d3d1; }
.tbl th { color: #a8a29e; font-weight: 500; }
.tbl td:first-child { color: #fafaf9; font-weight: 600; white-space: nowrap; }
.card { padding: 20px; border-radius: 16px; background: #292524; display: flex; flex-direction: column; gap: 8px; }
.card p, .card li { font-size: 15px; }
.win { padding: 14px 16px; border-radius: 12px; background: #10281e; color: #a7f3d0; font-size: 15px; } .win b { color: #6ee7b7; }
.lose { padding: 14px 16px; border-radius: 12px; background: #2c2825; color: #d6d3d1; font-size: 15px; } .lose b { color: #fafaf9; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 50px; padding: 0 24px; border-radius: 12px; font-size: 15px; font-weight: 600; background: #34d399; color: #0c0a09; align-self: flex-start; } .btn:hover { background: #6ee7b7; color: #0c0a09; }
.cta { margin-top: 16px; padding: 24px; border-radius: 16px; background: #0c0a09; display: flex; flex-direction: column; gap: 12px; }
.posts { display: flex; flex-direction: column; gap: 16px; }
.posts a { color: #fafaf9; } .posts a:hover h3 { color: #34d399; }
.foot { padding-top: 24px; padding-bottom: 32px; display: flex; flex-direction: column; gap: 14px; font-size: 13px; color: #a8a29e; border-top: 1px solid #2c2825; }
.foot .links { display: flex; gap: 20px; flex-wrap: wrap; } .foot .links a { color: #a8a29e; } .foot .links a:hover { color: #34d399; }
@media (min-width: 768px) { h1 { font-size: 44px; } .tbl { display: table; } .nav, .foot, main { padding-left: max(20px, calc(50% - 400px)); padding-right: max(20px, calc(50% - 400px)); } }
