@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;700&family=Merriweather:wght@400;700&display=swap");:root{--text-color:#333;--background-color:#f9f9f9;--card-background:#fff;--border-color:#eee;--emphasis-color:gold;--rank-high:#4caf50;--rank-medium:grey;--rank-low:orange}body{font-family:Merriweather,serif;margin:0;padding:0;background-color:var(--background-color);color:var(--text-color);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Source Sans\ 3,sans-serif;margin-top:0}h1{font-size:2.5em}h1,h2{margin-bottom:.5em}h2{font-size:2em}h3{font-size:1.5em;margin-bottom:.5em}p{margin-bottom:1em}.container{max-width:1200px;margin:0 auto;padding:20px}a{color:var(--text-color);text-decoration:none}a:hover{text-decoration:underline}.text-center{text-align:center}.hidden{display:none}@media (max-width:768px){.container{padding:10px}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.2em}}.chip{display:inline-block;padding:2px 8px;border-radius:12px;font-family:Source Sans\ 3,sans-serif;font-size:12px;color:var(--text-color);background-color:var(--background-color);border:1px solid var(--text-color)}.rank-segmented{display:inline-flex;border:1px solid #d0d0d0;border-radius:2px;overflow:hidden;height:6px}.rank-square{width:8px;height:100%;background-color:#e0e0e0;border-right:1px solid #d0d0d0}.rank-square:last-child{border-right:none}.rank-low .rank-square:first-child{background-color:var(--rank-low)}.rank-medium .rank-square:nth-child(-n+2){background-color:var(--rank-medium)}.rank-high .rank-square{background-color:var(--rank-high)}