@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap';:root{--color-accent-main:#F2591F;--color-accent-secondary:#1FD7F2;--color-accent-strong:#F21F5C;--color-thumbnail-background:#222222;--color-tag:#486D73;--color-tag-shape:#484E73;--color-tag-manufacturer:#F21F32;--color-tag-standard:#C8613B}*{box-sizing:border-box}body{background-color:#000;color:#fff;font-family:inter,sans-serif;margin:0;padding:16px}@media only screen and (min-width:800px){body{padding:16px 32px}}a{color:#fff}a.undefined{color:#999}h1{margin:0;font-size:32px;font-weight:600;color:var(--color-accent-secondary)}h2{margin:0 0 8px;font-size:24px;font-weight:300}nav{margin-bottom:16px;display:flex;justify-content:space-between}nav .logo{background-color:var(--color-accent-main);color:#fff;text-decoration:none;display:block;width:min-content;font-size:24px;font-weight:600;padding:4px 8px}nav ul{list-style-type:none;font-weight:600}nav ul a{text-decoration:none}nav ul a:hover{text-decoration:underline}footer{font-size:12px;padding:32px 0;color:#999;@media only screen and (min-width:800px){display: grid; grid-template-columns: 2fr 1fr;}}footer a{color:#999}footer a:hover{color:#fff}div.thumbnails{display:grid;gap:8px;grid-template-columns:1fr 1fr;grid-template-rows:auto;justify-content:space-between}@media only screen and (min-width:560px){div.thumbnails{grid-template-columns:1fr 1fr 1fr}}@media only screen and (min-width:800px){div.thumbnails{grid-template-columns:repeat(auto-fill,216px)}}a.thumbnail img{width:100%;height:auto;max-width:200px;max-height:200px;margin-bottom:4px}a.thumbnail{position:relative;display:block;padding:8px 8px 12px;border-radius:8px;background-color:var(--color-thumbnail-background);text-decoration:none}a.thumbnail:hover{text-decoration:underline}a.thumbnail>div{font-size:14px;font-weight:600}a.thumbnail>div.icon.-multiple{position:absolute;right:4px;top:4px;background-color:var(--color-tag);padding:4px;border-radius:16px;width:20px;height:20px;font-size:12px;font-weight:600;display:flex;justify-content:center;align-items:center}div.cover-page{max-width:1200px;margin:16px auto;display:grid;gap:16px;grid-template-columns:1fr}div.cover-page h1{color:#fff}@media only screen and (min-width:800px){div.cover-page{margin:32px auto;grid-template-columns:minmax(200px,556px)auto}}div.cover-page .image img{display:block;width:100%;height:auto;max-width:556px;max-height:556px;margin:0 0 16px;border:8px solid #333}.tags{display:flex;flex-wrap:wrap;margin-bottom:8px;gap:4px}.tag{display:inline-block;background-color:var(--color-tag);border-radius:32px;padding:2px 8px;font-size:14px;font-weight:600;text-decoration:none}.tag:hover{text-decoration:underline}.tag.-category{background-color:var(--color-accent-secondary);color:#000}.tag.-shape{background-color:var(--color-tag-shape);color:#fff}.tag.-manufacturer{background-color:var(--color-tag-manufacturer);color:#fff}.tags.-standard .tag,.tag.-standard{background-color:var(--color-tag-standard);color:#fff}dl.taxonomy dt a{font-size:20px;color:var(--color-accent-secondary)}dl.taxonomy dd{margin:0 0 16px;font-size:16px;line-height:24px}.term-content{max-width:600px}ul.terms{color:#999}ul.terms li{margin-bottom:8px}ul.terms a{text-decoration:none}ul.terms a:hover{text-decoration:underline}@media only screen and (min-width:800px){ul.terms{column-count:3;column-gap:32px}}div.bc{margin-bottom:8px}div.bc a{color:#999}div.bc a:hover{color:#fff}div.term-thubmnails{margin-top:16px}.info-block{margin-top:32px}.info-block h3{margin:0 0 8px}.info-block .thumbnails{justify-content:start}section.country{margin-bottom:48px}section.country h3{margin-bottom:8px}div.announce{margin-bottom:32px;font-size:24px}div.announce a{color:var(--color-accent-secondary);text-decoration:none}div.announce a:hover{text-decoration:underline}.location.-term{color:#999}.country-manufacturers,.country-manufacturers a{color:#999}.country-manufacturers a:hover{color:#fff}