:root{--color-line: #d2d2d2;--color-link: #3487ff;--color-meta: #858a94;--frame-y: 26px;--space-x: clamp(8px, 2vw, 20px);--space-y: 10px}body{margin:0;min-height:100vh;min-height:100dvh;font:500 16px "Montserrat",sans-serif;font-optical-sizing:auto}a{display:inline-block;color:var(--color-link);text-decoration:none;touch-action:manipulation;position:relative}a:before{content:"";position:absolute;top:calc(var(--space-y)/-2);left:calc(var(--space-x)/-2);right:calc(var(--space-x)/-2);bottom:calc(var(--space-y)/-2)}b{font-weight:600}button{all:unset;cursor:pointer}h1,.h1{font-size:24px;font-weight:600}.h2{font-size:20px;font-weight:600}img,svg{vertical-align:middle}input,table,textarea{font:inherit}body{display:flex;flex-direction:column}body>main{flex:1 0 0}section{margin:var(--space-y) auto;padding:0 var(--space-x);max-width:1600px;box-sizing:border-box}body{background:#1f2024;color:var(--color-meta)}header,footer{--color-line: #313339}header section,footer section{margin:0 auto;padding:var(--space-y) var(--space-x);display:flex;gap:var(--space-x)}header section a,footer section a{color:inherit}header section.small{border-bottom:1px solid var(--color-line)}header section.small a{transform:translateY(-0.1em)}header section.small a:first-child{color:var(--color-link)}header section.small a:nth-last-child(2){margin-left:auto}header section.small hr{width:0;margin:0;border:none;border-left:1px solid var(--color-line)}header section.large{padding:var(--space-y) var(--space-x);align-items:center}header section.large a:first-child{margin-right:auto}header section.large a:first-child img{width:auto;height:var(--frame-y)}header section.large form{margin:16px auto 16px 0;transform:translateY(-0.1em)}header section.large form~a{transform:translateY(-0.1em)}main{background:#fff;color:#1a1a1a}footer section{padding:var(--frame-y) var(--space-x)}footer section div{display:flex;flex-direction:column;gap:var(--space-y)}footer section div b{font-size:16px;color:#e6e6e6}footer{overflow:hidden}input,textarea{margin:0;outline:none}input::placeholder,textarea::placeholder{color:#ccc}input[type=checkbox],label:has(input[type=checkbox]){cursor:pointer}.Over{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.75);color:#fff;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:grid;place-items:center}.Over>div>.head{display:flex;gap:var(--space-x)}.Over>div>.head div{flex-grow:1;line-height:100%}.Over>div>.head svg{width:24px;height:24px}body:has(.Over){overflow-y:hidden}.Store.list{display:grid;gap:1em}.Store.list.item{grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));justify-content:start}.Store.list.item>a{border:1px solid var(--color-line);border-radius:4px;padding:var(--space-y) var(--space-x);color:inherit}.Store.list.item>a>div{margin-bottom:var(--space-y);aspect-ratio:4/3}.Store.list.item>a>div img{width:100%;height:100%;object-fit:contain}.Store.list.item>a>b{display:block;margin-top:var(--space-y)}a:not([href]){text-decoration:line-through}