.wb-ref{color:rgb(var(--color-foreground))}.wb-ref__intro{margin:0 0 2rem;max-width:70ch;color:rgba(var(--color-foreground),.75)}.wb-ref__filters{display:flex;flex-wrap:wrap;gap:.8rem;margin:0 0 2rem;align-items:stretch}.wb-ref__search,.wb-ref__select{font-family:inherit;font-size:1.4rem;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.18);border-radius:var(--inputs-radius, .4rem);padding:.9rem 1.2rem;min-height:4rem;transition:border-color .15s ease}.wb-ref__search{flex:1 1 24rem;min-width:0}.wb-ref__select{flex:0 0 auto;min-width:14rem}.wb-ref__search:focus,.wb-ref__select:focus{outline:none;border-color:rgba(var(--color-foreground),.6)}.wb-ref__clear{font:inherit;font-size:1.3rem;background:transparent;border:.1rem solid rgba(var(--color-foreground),.18);color:rgb(var(--color-foreground));border-radius:var(--inputs-radius, .4rem);padding:0 1.4rem;cursor:pointer}.wb-ref__clear:hover{border-color:rgba(var(--color-foreground),.6)}.wb-ref__count{margin-bottom:1.2rem;font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.wb-ref__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}@media screen and (min-width:750px){.wb-ref__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}@media screen and (min-width:990px){.wb-ref__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:1280px){.wb-ref__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.wb-ref__card{position:relative;display:flex;flex-direction:column;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--card-corner-radius, .6rem);overflow:hidden;cursor:pointer;text-align:left;font:inherit;color:inherit;padding:0;transition:border-color .15s ease,transform .15s ease}.wb-ref__card:hover{border-color:rgba(var(--color-foreground),.45);transform:translateY(-.2rem)}.wb-ref__card:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.wb-ref__cover{aspect-ratio:3/4;background:rgba(var(--color-foreground),.06);display:flex;align-items:center;justify-content:center;overflow:hidden}.wb-ref__cover img{width:100%;height:100%;object-fit:cover;display:block}.wb-ref__cover--empty{font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.wb-ref__meta{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.4rem}.wb-ref__pill{display:inline-block;font-weight:700;font-size:1.2rem;line-height:1.3;padding:.4rem 1rem;border-radius:99rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));align-self:flex-start;max-width:100%}.wb-ref__pill--empty{background:rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.55);font-weight:500}.wb-ref__title{font-weight:700;font-size:1.5rem;line-height:1.25}.wb-ref__sub{font-size:1.2rem;color:rgba(var(--color-foreground),.65)}.wb-ref__sub--accent{color:rgba(var(--color-foreground),.85)}.wb-ref__extra{font-size:1.1rem;color:rgba(var(--color-foreground),.55)}.wb-ref__empty{padding:4rem 2rem;text-align:center;color:rgba(var(--color-foreground),.6);font-size:1.4rem}.wb-ref__dialog{border:none;padding:0;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:var(--card-corner-radius, .6rem);max-width:min(72rem,92vw);width:92vw;max-height:90vh}.wb-ref__dialog::backdrop{background:#0000008c}.wb-ref__dialog-inner{display:grid;grid-template-columns:1fr;gap:0}@media screen and (min-width:750px){.wb-ref__dialog-inner{grid-template-columns:26rem 1fr}}.wb-ref__dialog-cover{background:rgba(var(--color-foreground),.06);aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;overflow:hidden}.wb-ref__dialog-cover img{width:100%;height:100%;object-fit:cover;display:block}.wb-ref__dialog-body{padding:2rem 2.4rem;overflow-y:auto;max-height:90vh}.wb-ref__dialog-close{position:absolute;top:.8rem;right:.8rem;background:rgba(var(--color-background),.95);border:.1rem solid rgba(var(--color-foreground),.18);color:rgb(var(--color-foreground));border-radius:99rem;width:3.2rem;height:3.2rem;font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.wb-ref__dialog-close:hover{border-color:rgba(var(--color-foreground),.6)}.wb-ref__dialog h2{margin:0 0 .4rem;font-size:2rem;line-height:1.2}.wb-ref__dialog .wb-ref__sub{margin-bottom:1.6rem}.wb-ref__events{list-style:none;margin:1.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.wb-ref__event{border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--card-corner-radius, .6rem);padding:.9rem 1.2rem;display:flex;flex-direction:column;gap:.3rem}.wb-ref__event-head{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.wb-ref__event-type{font-weight:700;font-size:1.2rem;padding:.2rem .7rem;border-radius:99rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.wb-ref__event-type--secondary{background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground))}.wb-ref__event-subject{font-weight:600;font-size:1.3rem}.wb-ref__event-series{font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.wb-ref__event-desc{font-size:1.2rem;color:rgba(var(--color-foreground),.85)}.wb-ref__detail-grid{display:grid;grid-template-columns:max-content 1fr;gap:.6rem 1.2rem;margin:1.4rem 0;font-size:1.3rem}.wb-ref__detail-grid dt{color:rgba(var(--color-foreground),.55);text-transform:uppercase;letter-spacing:.05em;font-size:1.1rem;margin:0}.wb-ref__detail-grid dd{margin:0}.wb-ref__notes{margin-top:1.2rem;padding-top:1.2rem;border-top:.1rem solid rgba(var(--color-foreground),.1);font-size:1.3rem;white-space:pre-wrap}.wb-ref__mercari{display:inline-block;margin-top:1.2rem;font-size:1.2rem;color:rgba(var(--color-foreground),.7);text-decoration:underline}.wb-ref__intro{font-size:1.5rem;line-height:1.55;margin:1rem 0 2.4rem;max-width:80ch}.wb-ref__intro p{margin:0 0 1rem}.wb-ref__intro p:last-child{margin-bottom:0}.wb-ref__static{margin:4rem 0 0;padding-top:2.4rem;border-top:.1rem solid rgba(var(--color-foreground),.12)}.wb-ref__static-title{margin:0 0 1.4rem;font-size:1.8rem;font-weight:700}.wb-ref__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.wb-ref__table{width:100%;border-collapse:collapse;font-size:1.4rem}.wb-ref__table th,.wb-ref__table td{text-align:left;padding:.9rem 1.1rem;border-bottom:.1rem solid rgba(var(--color-foreground),.1);vertical-align:top}.wb-ref__table thead th{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--color-foreground),.6);background:rgba(var(--color-foreground),.03)}.wb-ref__table tbody tr:target{background:rgba(var(--color-foreground),.06)}.wb-ref__table tbody tr:hover{background:rgba(var(--color-foreground),.02)}.wb-ref__faq{margin:4rem 0 0;padding-top:2.4rem;border-top:.1rem solid rgba(var(--color-foreground),.12)}.wb-ref__faq-title{margin:0 0 1.6rem;font-size:1.8rem;font-weight:700}.wb-ref__faq-item{border:.1rem solid rgba(var(--color-foreground),.12);border-radius:var(--card-corner-radius, .6rem);padding:1rem 1.4rem;margin:0 0 .8rem;background:rgb(var(--color-background))}.wb-ref__faq-item>summary{cursor:pointer;font-weight:700;font-size:1.5rem;list-style:none;outline:none;padding:.2rem 2.5rem .2rem 0;position:relative}.wb-ref__faq-item>summary::-webkit-details-marker{display:none}.wb-ref__faq-item>summary:after{content:"+";position:absolute;right:.4rem;top:50%;transform:translateY(-50%);font-size:1.8rem;font-weight:400;color:rgba(var(--color-foreground),.6)}.wb-ref__faq-item[open]>summary:after{content:"\2212"}.wb-ref__faq-item>div{padding:.8rem 0 .4rem;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.85)}.wb-ref__faq-item a{text-decoration:underline}.wb-ref__crosslink{margin:3rem 0 0;font-size:1.4rem;text-align:center}.wb-ref__crosslink a{text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/77/assets/reference-grid.css.map */
