.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;}
.line-clamp-4{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}

::-webkit-scrollbar{width:4px;height:4px;}
::-webkit-scrollbar-track{background:transparent;}
::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px;}
::-webkit-scrollbar-thumb:hover{background:#94a3b8;}

::selection{background:#fdf2da;color:#4d3a18;}

.scrollbar-none::-webkit-scrollbar{display:none;}
.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none;}

.article-body{font-family:'PT Serif',Georgia,serif;font-size:18px;line-height:1.9;color:#334155;}
.article-body h2{font-family:'Work Sans',sans-serif;font-size:1.5rem;font-weight:700;color:#0f172a;margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #c8a24e;}
.article-body h3{font-family:'Work Sans',sans-serif;font-size:1.25rem;font-weight:600;color:#1e293b;margin:2rem 0 .75rem;}
.article-body p{margin-bottom:1.3rem;}
.article-body strong{color:#0f172a;font-weight:700;}
.article-body a{color:#8a6c2c;text-decoration:underline;text-underline-offset:3px;}
.article-body a:hover{color:#6e5523;}
.article-body blockquote{margin:2rem 0;padding:1.25rem 2rem;border-left:4px solid #c8a24e;background:#fef9f0;font-style:italic;color:#4d3a18;border-radius:0 .5rem .5rem 0;}
.article-body img{max-width:100%;height:auto;border-radius:.75rem;margin:1.8rem 0;}
.article-body pre{background:#1e293b;color:#e2e8f0;padding:1.25rem;border-radius:.75rem;overflow-x:auto;margin:1.5rem 0;font-size:.85rem;}
.article-body code{font-family:'JetBrains Mono',monospace;font-size:.85em;background:#fef9f0;padding:.15em .4em;border-radius:.25em;color:#8a6c2c;}
.article-body pre code{background:none;padding:0;color:inherit;}
.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;}
.article-body th{background:#fef9f0;padding:.75rem 1rem;text-align:left;font-weight:600;color:#0f172a;border-bottom:2px solid #c8a24e;}
.article-body td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;}
.article-body hr{border:none;border-top:1px solid #e2e8f0;margin:2.5rem 0;}

@media print{header,footer,.no-print{display:none!important}body{background:#fff;color:#000}.article-body{font-size:12pt;color:#000}}
*:focus-visible{outline:2px solid #c8a24e;outline-offset:2px;border-radius:4px;}
