:root { --brand: #f27a1a; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: Inter, ui-sans-serif, system-ui, "Segoe UI", Arial, sans-serif; }
.line-clamp-2 { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.line-clamp-3 { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
[x-cloak] { display: none !important; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
.prose img { border-radius: .75rem; }
.tb-skeleton { background: linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 37%,#f1f5f9 63%); background-size:400% 100%; animation: tbsk 1.2s ease infinite; }
@keyframes tbsk { 0%{background-position:100% 50%} 100%{background-position:0 50%} }
@media print { header, footer, .no-print { display:none !important; } }
