.article{display:flex;flex-direction:column;gap:2rem;padding:2rem;background-color:#fff;font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.6;color:#1a1a1a}.article-summary{display:grid;gap:.5rem;padding:1rem;font-style:italic;background-color:#f0f4ff;border-left:.25rem solid #07f;border-radius:.5rem}.article-toc{display:grid;gap:.5rem;padding:1rem;background-color:#fafafa;border-radius:.5rem}.article-toc ul{display:grid;gap:.25rem;list-style:none;padding:0}.article-toc a{text-decoration:none;color:#07f;font-weight:600;transition:color .25s ease,transform .25s ease}.article-toc a:hover{color:#005fcc;transform:translateX(.25rem)}.article-section{display:grid;gap:1.5rem}.section-heading{font-size:clamp(1.5rem,2vw,2rem);line-height:1.3;border-bottom:.125rem solid #07f;padding-bottom:.5rem;letter-spacing:.02em}.subsection-heading{font-size:clamp(1.2rem,1.5vw,1.5rem);line-height:1.4;color:#1a1a1a}.subsection-content{line-height:1.7;display:grid;gap:.75rem}.subsection-table-wrapper{overflow-x:auto;border-radius:.5rem}.subsection-table{border-collapse:collapse;border-spacing:0}.subsection-table thead{background-color:#07f;color:#fff}.subsection-table th,.subsection-table td{padding:.75rem;border:.0625rem solid #e0e0e0;text-align:left}.subsection-table tbody tr{transition:background-color .25s ease}.subsection-table tbody tr:nth-child(even){background-color:#f9f9f9}.subsection-table tbody tr:hover{background-color:#eef4ff}a{color:#07f;text-decoration:none;transition:color .25s ease,transform .25s ease}a:hover{text-decoration:underline;transform:translateX(.125rem)}