@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";html{justify-content:center;font-family:Open Sans,sans-serif;display:flex}body{flex-direction:column;justify-content:center;gap:1em;width:75%;display:flex}body h1,body h2,body h3,body h4{text-align:center;margin:0}body form{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:1em;width:100%;display:flex}body form input{width:50%}body form input,body form button{font-size:1rem}body table,body th,body td{border-collapse:collapse;border:1px solid #000;padding:.25em}body table abbr,body th abbr,body td abbr{cursor:help}body table td.bold,body th td.bold,body td td.bold{font-weight:700}body table td.seeders,body th td.seeders,body td td.seeders{color:#32cd32}body table td.leechers,body th td.leechers,body td td.leechers{color:red}body table td.completed,body th td.completed,body td td.completed{color:#00f}body table td.center,body th td.center,body td td.center{text-align:center}body table a:first-child:has(svg){margin-right:1em}body th a:first-child:has(svg){margin-right:1em}body td a:first-child:has(svg){margin-right:1em}body tbody tr:nth-child(2n){background-color:#eee}body u{text-decoration:underline}body nav{flex-direction:row;justify-content:center;align-items:center;gap:.5em;display:flex}body nav a{box-sizing:border-box;color:#000;border:1px solid #000;padding:.25em;text-decoration:none;display:flex}body nav a:visited{color:inherit}body nav a[disabled]{cursor:not-allowed;background-color:#ccc}body nav a.current{background-color:#fef;font-weight:600}body footer{flex-direction:row;flex-grow:1;justify-content:center;align-items:center;gap:1em;width:100%;display:flex}