:root{--font-sans:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
body{font-family:var(--font-sans);}
.brand-logo{height:28px;width:auto;border-radius:8px}
.cover{aspect-ratio:16/9;object-fit:cover}
.card-hover{transition:transform .12s ease, box-shadow .12s ease}
.card-hover:hover{transform:translateY(-2px)}
.content-max{max-width:860px}
.prose{font-size:1.05rem;line-height:1.85}
.prose img{max-width:100%;height:auto;border-radius:16px}
.prose h1,.prose h2,.prose h3{margin-top:1.2em;margin-bottom:.6em}
.prose pre{padding:12px;border-radius:12px;overflow:auto;background:#0b1020;color:#e7e7e7}
