:root{--bg:#fff;--surface:#f4f5f7;--surface-2:#e9ebef;--border:#c7ccd4;--text:#16181d;--text-muted:#4a4f59;--accent:#2563eb;--accent-weak:#dbeafe;--accent-contrast:#fff;--focus:#1d4ed8;--ok:#15803d;--ok-weak:#dcfce7;--warn:#b45309;--warn-weak:#fef0d9;--muted-badge:#475569;--muted-weak:#e7ebf0;--scrim:#0000008c;--shadow:0 1px 2px #1018280f, 0 4px 12px #1018280f;--s1:.25rem;--s2:.5rem;--s3:.75rem;--s4:1rem;--s5:1.25rem;--s6:1.5rem;--s8:2rem;--s12:3rem;--radius:12px;--radius-sm:8px;--radius-pill:999px;--bar-h:0px;--font:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}[data-theme=dark]{--bg:#121316;--surface:#1c1e23;--surface-2:#262a31;--border:#3a3f49;--text:#f1f3f6;--text-muted:#aab1bd;--accent:#60a5fa;--accent-weak:#1e3a5f;--accent-contrast:#0b1220;--focus:#93c5fd;--ok:#4ade80;--ok-weak:#14331f;--warn:#fbbf24;--warn-weak:#3a2c0a;--muted-badge:#cbd3df;--muted-weak:#2a2f37;--scrim:#000000a6;--shadow:0 1px 2px #0006, 0 4px 14px #0006}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:1rem;line-height:1.5}.no-transition *{transition:none!important}h1,h2,h3{margin:0;line-height:1.2}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}button{font:inherit;cursor:pointer}:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-radius:var(--radius-sm)}.container{max-width:80rem;padding-inline:var(--s4);margin-inline:auto}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.skip-link{left:var(--s2);top:var(--s2);z-index:100;padding:var(--s2) var(--s4);background:var(--accent);color:var(--accent-contrast);border-radius:var(--radius-sm);transition:transform .15s;position:absolute;transform:translateY(-150%)}.skip-link:focus{text-decoration:none;transform:translateY(0)}.site-header{border-bottom:1px solid var(--border);background:var(--bg)}.site-header__inner{justify-content:space-between;align-items:center;gap:var(--s4);padding-block:var(--s4);display:flex}.brand{align-items:center;gap:var(--s2);color:var(--text);letter-spacing:-.01em;font-size:1.125rem;font-weight:700;display:inline-flex}.brand:hover{text-decoration:none}.brand__mark{border-radius:var(--radius-sm);background:var(--accent);color:#fff;place-items:center;width:1.9rem;height:1.9rem;font-size:1rem;display:grid}.brand__dim{color:var(--text-muted);font-weight:600}.hero{padding-block:var(--s6) var(--s4)}.hero h1{letter-spacing:-.02em;font-size:clamp(1.6rem,4vw,2.25rem)}.hero p{margin:var(--s2) 0 0;color:var(--text-muted);max-width:46rem}.theme-toggle{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);gap:2px;padding:3px;display:inline-flex}.theme-toggle button{border-radius:var(--radius-pill);width:2rem;height:2rem;color:var(--text-muted);background:0 0;border:0;place-items:center;line-height:0;display:grid}.theme-toggle button[aria-pressed=true]{background:var(--bg);color:var(--text);box-shadow:var(--shadow)}.theme-toggle svg{width:1.05rem;height:1.05rem}.filterbar{z-index:10;background:var(--bg);border-bottom:1px solid var(--border);padding-top:env(safe-area-inset-top,0);transition:transform .25s;position:sticky;top:0}.filterbar__inner{gap:var(--s3);padding-block:var(--s3);flex-direction:column;display:flex}.filterbar__row{align-items:center;gap:var(--s2) var(--s4);flex-wrap:wrap;display:flex}.filter-group{align-items:center;gap:var(--s2);min-width:0;display:flex}.filter-group__label{color:var(--text-muted);white-space:nowrap;font-size:.8125rem;font-weight:600}.chips{gap:var(--s2);flex-wrap:wrap;min-width:0;display:flex}.genre-filter{width:100%}.genre-filter__summary{align-items:center;gap:var(--s2);cursor:pointer;-webkit-user-select:none;user-select:none;width:fit-content;min-height:2.25rem;list-style:none;display:inline-flex}.genre-filter__summary::-webkit-details-marker{display:none}.genre-filter__summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.genre-filter__summary .filter-group__label{display:inline}.genre-filter__count{min-width:1.25rem;height:1.25rem;color:var(--accent-contrast);background:var(--accent);border-radius:var(--radius-pill);justify-content:center;align-items:center;padding:0 .35rem;font-size:.75rem;font-weight:700;display:inline-flex}.genre-filter__count[hidden]{display:none}.genre-filter__caret{fill:none;width:1rem;height:1rem;stroke:var(--text-muted);stroke-width:2px;transition:transform .15s}.genre-filter[open] .genre-filter__caret{transform:rotate(180deg)}.genre-filter__chips{margin-top:var(--s3)}.genre-filter:not([open]) .genre-filter__chips{display:none}.chip{align-items:center;gap:var(--s1);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);min-height:2.25rem;color:var(--text);white-space:nowrap;padding:.4rem .7rem;font-size:.875rem;font-weight:500;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.chip:hover{background:var(--surface-2)}.chip[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.chip[aria-pressed=true] .chip__check{display:inline}.chip__check{font-weight:700;display:none}.segmented{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);scrollbar-width:none;gap:2px;padding:3px;display:inline-flex;overflow-x:auto}.segmented::-webkit-scrollbar{display:none}.segmented button{color:var(--text-muted);border-radius:var(--radius-pill);white-space:nowrap;background:0 0;border:0;min-height:2rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:600}.segmented button[aria-pressed=true]{background:var(--bg);color:var(--text);box-shadow:var(--shadow)}.toggle-btn{align-items:center;gap:var(--s2);border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);min-height:2.25rem;color:var(--text);padding:.4rem .7rem;font-size:.8125rem;font-weight:600;display:inline-flex}.toggle-btn[aria-pressed=true]{background:var(--ok-weak);border-color:var(--ok);color:var(--ok)}.toggle-btn__dot{border:2px solid;border-radius:50%;width:.6rem;height:.6rem}.toggle-btn[aria-pressed=true] .toggle-btn__dot{background:currentColor}.linkbtn{color:var(--accent);border-radius:var(--radius-sm);background:0 0;border:0;padding:.4rem .5rem;font-size:.8125rem;font-weight:600}.linkbtn[hidden]{display:none}.results-head{justify-content:space-between;align-items:baseline;gap:var(--s4);padding-block:var(--s5) var(--s3);flex-wrap:wrap;display:flex}.results-count{font-size:1.05rem;font-weight:700}.results-count strong{color:var(--accent)}.results-active{color:var(--text-muted);font-size:.875rem}.calendar{padding:0 0 var(--s12);gap:var(--s4);grid-template-columns:repeat(auto-fill,minmax(min(100%,14rem),1fr));margin:0;list-style:none;display:grid}.cal-divider{align-items:center;gap:var(--s3);margin-top:var(--s5);grid-column:1/-1;scroll-margin-top:9.5rem;display:flex}.cal-divider:first-child{margin-top:0}.cal-divider h2{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.cal-divider__rule{background:var(--border);flex:1;height:1px}.cal-divider__count{color:var(--text-muted);font-size:.8125rem;font-weight:600}.cal-divider--window h2,.cal-divider--tba h2{color:var(--text-muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;scroll-margin-top:9.5rem;transition:transform .12s,box-shadow .12s,border-color .12s;display:flex;position:relative;overflow:hidden}.card[hidden]{display:none}.card:hover{box-shadow:var(--shadow);border-color:var(--accent);transform:translateY(-3px)}.card:focus-within{border-color:var(--accent);box-shadow:var(--shadow)}.cover{aspect-ratio:3/4;background:linear-gradient(150deg, hsl(var(--cv-h1) 55% 42%), hsl(var(--cv-h2) 60% 28%));position:relative;overflow:hidden}.cover__art{padding:var(--s3);background:radial-gradient(120% 80% at 80% 0,#ffffff2e,#0000 60%),linear-gradient(#0000 45%,#00000073);flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.cover__title{color:#fff;letter-spacing:-.01em;text-shadow:0 1px 2px #0009;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:1.05rem;font-weight:800;line-height:1.15;display:-webkit-box;overflow:hidden}.cover__sigil{top:var(--s3);left:var(--s3);color:#ffffffd9;font-size:1.5rem;font-weight:900;line-height:1;position:absolute}.cover__img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.cover__img[hidden]{display:none}.card-wish{right:var(--s2);bottom:var(--s2);z-index:2;background:var(--scrim);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:background .12s,transform .12s;display:inline-flex;position:absolute}.card-wish:hover{transform:scale(1.08)}.card-wish:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.card-wish__star{fill:none;stroke:currentColor;stroke-width:2px;width:1.05rem;height:1.05rem}.card-wish[aria-pressed=true]{background:var(--accent);color:var(--accent-contrast)}.card-wish[aria-pressed=true] .card-wish__star{fill:currentColor}.card__body{gap:var(--s2);padding:var(--s3);flex-direction:column;flex:1;display:flex}.card__title{letter-spacing:-.01em;font-size:1rem;font-weight:700}.card__title a{color:var(--text)}.card__title a:after{content:"";position:absolute;inset:0}.card__platforms{gap:var(--s1);flex-wrap:wrap;display:flex}.plat{letter-spacing:.02em;color:var(--text-muted);background:var(--surface-2);border-radius:4px;padding:2px 5px;font-size:.6875rem;font-weight:700}.card__genres{gap:var(--s1);flex-wrap:wrap;margin-top:auto;display:flex}.genre-tag{color:var(--text-muted);font-size:.6875rem}.genre-tag:before{content:"#";opacity:.5}.card__footer{justify-content:space-between;align-items:center;gap:var(--s2);padding-top:var(--s2);border-top:1px solid var(--border);display:flex;position:relative}.badge{align-items:center;gap:var(--s1);border-radius:var(--radius-pill);white-space:nowrap;padding:3px 7px;font-size:.6875rem;font-weight:700;display:inline-flex}.badge__icon{width:.7rem;height:.7rem}.badge--confirmed{background:var(--ok-weak);color:var(--ok)}.badge--window{background:var(--warn-weak);color:var(--warn)}.badge--tba{background:var(--muted-weak);color:var(--muted-badge)}.date-line{flex-direction:column;gap:1px;min-width:0;display:flex}.date-line__date{color:var(--text);font-size:.8125rem;font-weight:700}.date-line__count{color:var(--text-muted);font-size:.6875rem}.hype{color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:.75rem;font-weight:700;line-height:1;transition:transform .12s;display:inline-flex}.hype:hover{transform:scale(1.08)}.hype:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.hype svg{fill:none;stroke:#fb7185;stroke-width:2.2px;width:.95rem;height:.95rem}.hype[aria-pressed=true] svg{fill:#fb7185}.hype__count[hidden]{display:none}.hype--overlay{top:var(--s2);right:var(--s2);z-index:2;border-radius:var(--radius-pill);background:var(--scrim);color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:4px 8px;position:absolute}.empty{text-align:center;padding:var(--s12) var(--s4);color:var(--text-muted);display:none}.empty.is-visible{display:block}.empty h2{color:var(--text);margin-bottom:var(--s2)}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);font-size:.8125rem}.site-footer__inner{justify-content:space-between;align-items:center;gap:var(--s3);padding-block:var(--s6);flex-wrap:wrap;display:flex}.site-footer a{color:var(--text-muted);text-decoration:underline}.source-pill{align-items:center;gap:var(--s2);border:1px solid var(--border);border-radius:var(--radius-pill);padding:3px 10px;font-weight:600;display:inline-flex}.source-pill__dot{background:var(--warn);border-radius:50%;width:.55rem;height:.55rem}.source-pill[data-source=igdb] .source-pill__dot,.source-pill[data-source=rawg] .source-pill__dot,.source-pill[data-source=mixed] .source-pill__dot{background:var(--ok)}.prose{max-width:42rem;padding-block:var(--s8)}.prose h1{letter-spacing:-.02em;font-size:clamp(1.6rem,4vw,2.25rem)}.prose h2{margin-top:var(--s8);font-size:1.25rem}.prose p,.prose li{color:var(--text);line-height:1.65}.prose ul{padding-left:1.25rem}.prose li{margin-block:var(--s2)}@media (width<=640px){.calendar{gap:var(--s3);grid-template-columns:repeat(auto-fill,minmax(min(100%,9.5rem),1fr))}.cover__title{font-size:.9rem}.hero{padding-block:var(--s4) var(--s2)}.filter-group__label{display:none}.filterbar--hidden{transform:translateY(-100%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}.site-header__tools{align-items:center;gap:var(--s3);min-width:0;display:flex}.search{min-width:0;position:relative}.search__field{align-items:center;gap:var(--s2);height:2.25rem;padding:0 var(--s3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);display:flex}.search__field:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus)}.search__icon{width:1rem;height:1rem;color:var(--text-muted);flex:none}.search input{width:11rem;max-width:42vw;color:var(--text);font:inherit;background:0 0;border:0;outline:none;font-size:.9rem}.search input::placeholder{color:var(--text-muted)}.search--big{max-width:40rem;margin-block:var(--s4) var(--s6)}.search--big .search__field{height:3rem}.search--big input{width:100%;max-width:none;font-size:1.05rem}.search__list{z-index:50;min-width:17rem;padding:var(--s1);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);max-height:70vh;margin:0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto}.search__list[hidden]{display:none}.search__opt{align-items:center;gap:var(--s3);padding:var(--s2);border-radius:var(--radius-sm);cursor:pointer;display:flex}.search__opt[aria-selected=true]{background:var(--surface-2)}.search__thumb{background:var(--surface-2);border-radius:4px;flex:none;width:36px;height:51px;overflow:hidden}.search__thumb img{object-fit:cover;width:100%;height:100%}.search__opt-text{flex-direction:column;min-width:0;display:flex}.search__opt-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.search__opt-meta{color:var(--text-muted);font-size:.75rem}.search-page{padding-block:var(--s6) var(--s12)}.search-page h1{letter-spacing:-.01em;font-size:clamp(1.4rem,3vw,2rem)}.calendar--flat{padding-top:var(--s4)}.detail{padding-block:var(--s5) var(--s12)}.detail__back{margin-bottom:var(--s4);font-size:.875rem}.detail__muted{color:var(--text-muted);font-size:.8125rem}.detail-hero{gap:var(--s6);grid-template-columns:15rem 1fr;align-items:start;display:grid}.detail-hero__cover{border-radius:var(--radius);width:15rem;max-width:100%}.detail-hero__info{min-width:0}.detail-hero__platforms{gap:var(--s1);margin-bottom:var(--s2);flex-wrap:wrap;display:flex}.detail-hero__title{letter-spacing:-.02em;margin-bottom:var(--s3);font-size:clamp(1.6rem,4vw,2.4rem)}.detail-hero__meta{align-items:center;gap:var(--s2);margin-bottom:var(--s3);flex-wrap:wrap;display:flex}.detail-hero__date{font-weight:700}.detail-hero__count{color:var(--text-muted)}.detail-hero__hype{margin:var(--s2) 0 var(--s4);align-items:center;gap:var(--s2);display:flex}.detail__finewt{margin-top:var(--s2)}.detail__section{margin-top:var(--s8)}.detail__section h2{margin-bottom:var(--s3);font-size:1.25rem}.detail__prose{white-space:pre-line;max-width:62ch;line-height:1.7}.detail__facts p{gap:var(--s2) var(--s6);margin:var(--s2) 0;flex-wrap:wrap;display:flex}.detail__facts .detail__muted{margin-right:var(--s2)}.detail__genres{gap:var(--s2)}.chip--link{text-decoration:none}.chip--link:hover{background:var(--surface-2);text-decoration:none}.store-links{gap:var(--s2);margin-top:var(--s3);flex-wrap:wrap;display:flex}.store-link{align-items:center;gap:var(--s1);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);padding:.4rem .7rem;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.store-link:hover{border-color:var(--accent);text-decoration:none}.store-link__ext{opacity:.5;width:.7rem;height:.7rem}.trailer{aspect-ratio:16/9;border-radius:var(--radius);background:#000;max-width:48rem;position:relative;overflow:hidden}.trailer__btn{cursor:pointer;background:0 0;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.trailer__poster{object-fit:cover;width:100%;height:100%}.trailer__play{color:#fff;background:#0009;border-radius:50%;place-items:center;width:4rem;height:4rem;transition:background .12s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.trailer__play svg{width:1.8rem;height:1.8rem;margin-left:3px}.trailer__btn:hover .trailer__play{background:var(--accent)}.trailer__label{padding:var(--s2) var(--s3);color:#fff;text-align:left;background:linear-gradient(#0000,#0009);font-size:.8125rem;position:absolute;bottom:0;left:0;right:0}.trailer__iframe{border:0;width:100%;height:100%;display:block}.shots{padding:0 0 var(--s2);gap:var(--s3);scroll-snap-type:x mandatory;scrollbar-width:thin;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;margin:0;list-style:none;display:flex;overflow-x:auto}.shots__item{scroll-snap-align:start;flex:none;width:min(85%,32rem)}.shots__link{border:1px solid var(--border);border-radius:var(--radius-sm);display:block;overflow:hidden}.shots__link img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.shots__link:hover{border-color:var(--accent)}.lightbox{background:0 0;border:0;width:100%;max-width:100vw;height:100%;max-height:100vh;margin:0;padding:0;overflow:hidden}.lightbox::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000e0}.lightbox__stage{width:100vw;height:100vh;padding:var(--s8) var(--s4);box-sizing:border-box;place-items:center;display:grid;position:relative}.lightbox__img{object-fit:contain;border-radius:var(--radius-sm);width:auto;max-width:min(96vw,1280px);height:auto;max-height:86vh;transition:opacity .2s}.lightbox__stage.is-loading .lightbox__img{opacity:.5}.lightbox__stage.is-loading:after{content:"";border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:2.5rem;height:2.5rem;margin:auto;animation:.7s linear infinite lb-spin;position:absolute;inset:0}@keyframes lb-spin{to{transform:rotate(360deg)}}.lightbox__close,.lightbox__nav{color:#fff;cursor:pointer;background:#00000080;border:0;border-radius:50%;place-items:center;transition:background .12s;display:grid;position:absolute}.lightbox__close:hover,.lightbox__nav:hover{background:var(--accent)}.lightbox__close{top:var(--s4);right:var(--s4);width:2.75rem;height:2.75rem}.lightbox__close svg{width:1.3rem;height:1.3rem}.lightbox__nav{width:3rem;height:3rem;top:50%;transform:translateY(-50%)}.lightbox__nav svg{width:1.6rem;height:1.6rem}.lightbox__nav--prev{left:var(--s4)}.lightbox__nav--next{right:var(--s4)}.lightbox__counter{bottom:var(--s4);border-radius:var(--radius-pill);color:#fff;background:#00000080;margin:0;padding:.2rem .7rem;font-size:.8125rem;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.rdt{border-collapse:collapse;width:100%;max-width:40rem;font-size:.875rem}.rdt th,.rdt td{text-align:left;padding:var(--s2) var(--s3);border-bottom:1px solid var(--border)}.rdt th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.similar{gap:var(--s3);grid-template-columns:repeat(auto-fill,minmax(min(100%,13rem),1fr));margin:0;padding:0;list-style:none;display:grid}.similar__item{align-items:center;gap:var(--s2);padding:var(--s2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);text-decoration:none;display:flex}.similar__item:hover{border-color:var(--accent);text-decoration:none}.similar__cover{background:var(--surface-2);border-radius:4px;flex:none;place-items:center;width:36px;height:51px;display:grid;overflow:hidden}.similar__cover img{object-fit:cover;width:100%;height:100%}.similar__sigil{color:var(--text-muted);font-size:.8rem;font-weight:800}.similar__name{min-width:0;font-size:.875rem;font-weight:600}@media (width<=720px){.detail-hero{gap:var(--s4);grid-template-columns:8rem 1fr}.detail-hero__cover{width:8rem}}.wishlink{align-items:center;gap:var(--s1);border-radius:var(--radius-pill);color:var(--text-muted);white-space:nowrap;padding:.4rem .6rem;font-size:.875rem;font-weight:600;display:inline-flex}.wishlink:hover{color:var(--text);background:var(--surface);text-decoration:none}.wishlink__star{fill:none;stroke:currentColor;stroke-width:2px;width:1.05rem;height:1.05rem}.wishlink__count{border-radius:var(--radius-pill);background:var(--accent);min-width:1.2rem;height:1.2rem;color:var(--accent-contrast);place-items:center;padding:0 .3rem;font-size:.7rem;font-weight:700;display:inline-grid}.wishlink__count[hidden]{display:none}.save-bar{gap:var(--s2);margin:var(--s3) 0;flex-wrap:wrap;display:flex}.wish-btn,.cal-btn{align-items:center;gap:var(--s2);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);padding:.5rem .9rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.wish-btn{font-weight:700}.wish-btn:hover,.cal-btn:hover{border-color:var(--accent);text-decoration:none}.wish-btn__star{fill:none;stroke:currentColor;stroke-width:2px;width:1.1rem;height:1.1rem}.wish-btn[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.wish-btn[aria-pressed=true] .wish-btn__star{fill:currentColor}.cal-btn svg{width:1.05rem;height:1.05rem}.wishlist-page{padding-block:var(--s6) var(--s12)}.wishlist-page h1{font-size:clamp(1.4rem,3vw,2rem)}.wishlist-page__note{margin-bottom:var(--s5)}.wishlist{gap:var(--s2);flex-direction:column;max-width:46rem;margin:0;padding:0;list-style:none;display:flex}.wish-row{align-items:center;gap:var(--s3);padding:var(--s2) var(--s3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-wrap:wrap;display:flex}.wish-row__main{align-items:center;gap:var(--s3);min-width:12rem;color:var(--text);flex:1;text-decoration:none;display:flex}.wish-row__main:hover .wish-row__name{color:var(--accent)}.wish-row__cover{background:var(--surface-2);border-radius:4px;flex:none;place-items:center;width:45px;height:64px;display:grid;overflow:hidden}.wish-row__cover img{object-fit:cover;width:100%;height:100%}.wish-row__sigil{color:var(--text-muted);font-weight:800}.wish-row__text{flex-direction:column;min-width:0;display:flex}.wish-row__name{font-weight:700}.wish-row__meta{color:var(--text-muted);font-size:.8125rem}.wish-row__actions{align-items:center;gap:var(--s2);flex:none;display:flex}.wish-row__cal{white-space:nowrap;font-size:.8125rem;font-weight:600}.wish-row__remove{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:var(--radius-sm);padding:.3rem .6rem;font-size:.8125rem;font-weight:600}.wish-row__remove:hover{border-color:var(--warn);color:var(--warn)}@media (width<=560px){.brand>span:last-child{display:none}.search input{width:100%}.wishlink__text{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}
