@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";:root{--font-primary: "Inter", sans-serif;--color-bg-3: rgba(245, 243, 243, 1);--color-bg-1: rgba(245, 243, 243, .3);--color-bg-2: #FAFAFA;--color-text-primary: #111;--color-text-secondary: #555;--color-accent: #3f6cb3;--color-border: #EEE}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background-color:var(--color-bg);color:var(--color-text-primary);line-height:1.6;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;margin:0 0 1rem}a{color:var(--color-accent);text-decoration:none}a.point:after{content:" ↗️"}a:hover{text-decoration:underline}section{padding:5rem 2rem}@media (max-width: 768px){section{padding:3rem 1rem}}table{border-collapse:collapse;width:100%;margin:auto;text-align:center}thead{background-color:#f1f3f5}th,td{padding:.1rem;text-align:left}th{font-weight:600;color:#333;font-size:.8rem}td{font-size:.8rem;color:#444;border-top:1px solid #eee;transition:background-color .2s ease}tbody tr:nth-child(2n){background-color:#fafafa}tbody tr:hover{background-color:#eef6ff;cursor:pointer}td,th{white-space:nowrap}@media (max-width: 768px){th,td{white-space:normal}}
