.wishlist-page{max-width:1440px;margin:1rem auto 2rem;padding:0 .75rem 2rem}.wishlist-page a{color:var(--link)}.wishlist-page h1,.wishlist-page h2,.wishlist-page p{margin-top:0}.wishlist-page .topbar{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;margin-bottom:.75rem}.wishlist-page .card{border:1px solid var(--border);background:var(--bg-2);border-radius:12px;padding:.9rem}.wishlist-page .muted{opacity:.78}.wishlist-page .small{font-size:.9rem}.wishlist-page .controls{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;margin-bottom:.75rem}.wishlist-page input[type=number],.wishlist-page input[type=search],.wishlist-page select,.wishlist-page button{padding:.5rem .7rem;background:var(--bg-1);border:1px solid var(--border-strong);color:var(--text);border-radius:8px}.wishlist-page button{cursor:pointer;background:var(--bg-2)}.wishlist-page button:hover{background:var(--bg-3)}.wishlist-page button:disabled{opacity:.6;cursor:default}.wishlist-page input[type=search]{min-width:260px}.wishlist-page .pill{display:inline-block;padding:.16rem .55rem;border-radius:999px;border:1px solid var(--border-strong);font-size:.78rem;white-space:nowrap}.wishlist-page .pill.good{border-color:#14532d;color:#bbf7d0}.wishlist-page .pill.warn{border-color:#854d0e;color:#fde68a}.wishlist-page .pill.bad{border-color:#7f1d1d;color:#fecaca}.wishlist-page .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:.75rem}.wishlist-page .stat{display:flex;flex-direction:column;gap:.2rem}.wishlist-page .stat b{font-size:1.1rem}.wishlist-page .table-scroll{overflow-x:auto}.wishlist-page .games-table,.wishlist-page .wishlist-table{width:100%;border-collapse:collapse;margin-top:.75rem}.wishlist-page .games-table th,.wishlist-page .games-table td,.wishlist-page .wishlist-table th,.wishlist-page .wishlist-table td{border-bottom:1px solid var(--border-strong);padding:.5rem;font-size:.92rem;vertical-align:middle}.wishlist-page .games-table th,.wishlist-page .wishlist-table th{background:transparent;text-align:center;white-space:nowrap}.wishlist-page td.right,.wishlist-page th.right{text-align:center}.wishlist-page .rank-col{width:70px}.wishlist-page .name-cell{display:flex;align-items:center;gap:8px;min-width:320px}.wishlist-page .game-thumb{display:block;width:120px;min-width:120px;height:56px;object-fit:cover;border-radius:0;background:var(--bg-3)}.wishlist-page .game-meta{display:flex;flex-direction:column;gap:.2rem}.wishlist-page .game-title{font-weight:700;margin:0}.wishlist-page .appid-line{opacity:.78;font-size:.92em}.wishlist-page .velocity.good{color:#86efac;font-weight:700}.wishlist-page .velocity.bad{color:#fca5a5;font-weight:700}.wishlist-page .velocity.flat{color:var(--text-dim);font-weight:700}.wishlist-page .momentum-cell{display:flex;flex-direction:column;align-items:center;gap:2px}.wishlist-page .spark{display:block}.wishlist-page .spark .line{stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round;fill:none}.wishlist-page .spark.trend-up .line{stroke:#86efac}.wishlist-page .spark.trend-up .area{fill:#86efac24}.wishlist-page .spark.trend-down .line{stroke:#fca5a5}.wishlist-page .spark.trend-down .area{fill:#fca5a524}.wishlist-page .spark.trend-flat .line{stroke:var(--text-dim)}.wishlist-page .spark.trend-flat .area{fill:#94a3b81a}:root[data-theme=light] .wishlist-page .spark.trend-up .line{stroke:#15803d}:root[data-theme=light] .wishlist-page .spark.trend-up .area{fill:#15803d24}:root[data-theme=light] .wishlist-page .spark.trend-down .line{stroke:#b91c1c}:root[data-theme=light] .wishlist-page .spark.trend-down .area{fill:#b91c1c24}:root[data-theme=light] .wishlist-page .spark.trend-flat .line{stroke:#4b5563}:root[data-theme=light] .wishlist-page .spark.trend-flat .area{fill:#4b55631a}.wishlist-page .pagination{text-align:center}.wishlist-page .pagination button{background:var(--bg-1);border:1px solid var(--border-strong);color:var(--text);padding:.35rem .65rem;border-radius:6px;margin:0 .15rem;cursor:pointer;font-size:.9rem}.wishlist-page .pagination button:hover:not(:disabled){background:var(--bg-3);border-color:var(--accent)}.wishlist-page .pagination button:disabled{background:var(--accent);border-color:var(--accent);color:#fff;cursor:default}.wishlist-page .pagination strong{margin-right:.5rem}.wishlist-page .pager{display:flex;gap:.5rem;align-items:center;justify-content:center;flex-direction:column;flex-wrap:wrap;margin-top:.8rem}.wishlist-page .hidden{display:none}.wishlist-page .error{color:#fecaca;border:1px solid #7f1d1d;background:#7f1d1d26;padding:.75rem;border-radius:10px}.wishlist-page tr.focus-row td{background:#60a5fa1f;box-shadow:inset 2px 0 #60a5fa;transition:background .4s}@media (max-width: 980px){.wishlist-page .grid{grid-template-columns:1fr}.wishlist-page .table-scroll{overflow-x:auto}}
