:root,[data-theme=light]{color-scheme:light;--bg: #edf1f2;--surface: #ffffff;--surface-2: #eef5f6;--surface-3: #dce5e8;--surface-4: #9ba8af;--brand: #1a5968;--brand-strong: #123845;--text: #172026;--text-muted: #304852;--text-subtle: #54707a;--text-faint: #7d898f;--text-on-brand: #ffffff;--border: #cfd9dd;--border-soft: #e0e7e9;--border-strong: #54707a;--surface-info: #eef1f8;--surface-success: #e9f6ed;--surface-danger: #fff5f3;--surface-warning: #fbf3df;--fill-info: #0070d1;--fill-success: #24643c;--fill-danger: #a84242;--fill-warning: #ffd72d;--text-info: #2367a8;--text-success: #22683d;--text-danger: #8f3328;--text-warning: #765900;--border-info: #a9c9e8;--border-success: #22683d;--border-danger: #e1b4ad;--border-warning: #e2bc24;--rgb-surface: 255, 255, 255;--rgb-tint: 84, 112, 122;--rgb-panel: 84, 112, 122;--rgb-scrim: 84, 112, 122;--rgb-hairline: 255, 255, 255;--rgb-line: 77, 99, 151;--chart-owned: #1a5968;--chart-1: #0070d1;--chart-2: #7c5cff;--chart-3: #e0930c;--chart-4: #1f9e6b;--chart-5: #e0556e;--chart-6: #119bc4}[data-theme=black]{color-scheme:dark;--bg: #000000;--surface: #0c0c0d;--surface-2: #141416;--surface-3: #1c1c1f;--surface-4: #34343a;--brand: #3a3a40;--brand-strong: #2a2a2e;--text: #f2f2f4;--text-muted: #c2c2c7;--text-subtle: #98989e;--text-faint: #6f6f76;--text-on-brand: #ffffff;--border: #2a2a2d;--border-soft: #19191b;--border-strong: #404046;--surface-info: #0a1826;--surface-success: #0a1f15;--surface-danger: #210f0e;--surface-warning: #1f1808;--fill-info: #2f7fd6;--fill-success: #2ba164;--fill-danger: #d6584c;--fill-warning: #efc63f;--text-info: #6db0f0;--text-success: #57cf8d;--text-danger: #f0897e;--text-warning: #e6b94f;--border-info: #1f3a52;--border-success: #1c4d36;--border-danger: #4d231f;--border-warning: #4d3f18;--rgb-surface: 12, 12, 13;--rgb-tint: 150, 150, 160;--rgb-panel: 30, 30, 33;--rgb-scrim: 0, 0, 0;--rgb-hairline: 230, 230, 235;--rgb-line: 130, 130, 140;--chart-owned: #6c6c74;--chart-1: #3a92e6;--chart-2: #9d83ff;--chart-3: #f0b54a;--chart-4: #34c98a;--chart-5: #f0738a;--chart-6: #38c0e0;--chip-bd-s: 20%;--chip-bg-s: 22%;--chip-fg-s: 42%;--chip-bd-l: 32%;--chip-bg-l: 15%;--chip-fg-l: 78%;--chip-bd-hover-l: 40%;--chip-bg-hover-l: 20%;--chip-fg-hover-l: 84%}@media(prefers-reduced-motion:no-preference){body,body *{transition:background-color .22s ease,border-color .22s ease,color .22s ease}}:root{color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{margin:0;min-width:320px;min-height:100vh}.auth-shell{display:grid;min-height:100vh;place-items:center;padding:24px;background:linear-gradient(135deg,rgba(var(--rgb-tint),.16),transparent 38%),linear-gradient(315deg,rgba(var(--rgb-tint),.14),transparent 34%),var(--bg)}.auth-card{display:grid;width:min(440px,100%);gap:24px;padding:30px;border:1px solid var(--border);border-radius:12px;background:rgba(var(--rgb-surface),.9);box-shadow:0 24px 70px #1720261f}.auth-card h1{font-size:clamp(2rem,8vw,3.2rem);line-height:1}.auth-intro{margin-top:12px;color:var(--text-subtle);font-weight:700;line-height:1.5}.auth-form,.auth-form label{display:grid;gap:8px}.auth-form{gap:16px}.auth-form label span{color:var(--text-muted);font-size:.8rem;font-weight:900}.auth-form input{width:100%;height:46px;padding:0 13px;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface);color:var(--text)}.auth-form input:focus{border-color:var(--border-strong);box-shadow:0 0 0 3px #54707a2e}.auth-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;border:1px solid var(--border-strong);border-radius:8px;background:var(--brand-strong);color:var(--text-on-brand);cursor:pointer;font-weight:900}.auth-submit:disabled{cursor:wait;opacity:.7}.auth-submit svg{width:18px;height:18px}.auth-message{padding:10px 12px;border-radius:8px;background:var(--surface-2);color:var(--text-muted);font-size:.85rem;font-weight:700}.auth-message.error{background:var(--surface-danger);color:var(--text-danger)}.auth-loading{place-items:center;color:var(--text-subtle);font-weight:900}.auth-loading svg{width:28px;height:28px}button,input,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh;padding:24px;background:linear-gradient(135deg,rgba(var(--rgb-tint),.14),transparent 34%),linear-gradient(315deg,rgba(var(--rgb-tint),.13),transparent 30%),var(--bg)}.back-to-top{position:fixed;right:max(24px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));z-index:15;display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:0 17px 0 14px;border:1px solid rgba(var(--rgb-hairline),.34);border-radius:999px;outline:0;background:radial-gradient(circle at 18% 0%,rgba(var(--rgb-surface),.2),transparent 40%),linear-gradient(135deg,var(--brand),var(--brand-strong));box-shadow:0 12px 30px #1238453d,0 3px 8px #12384529;color:var(--text-on-brand);cursor:pointer;font-size:.78rem;font-weight:900;letter-spacing:.01em;opacity:0;pointer-events:none;transform:translateY(14px) scale(.96);transition:opacity .18s ease,transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .18s ease,background .18s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.back-to-top:hover{background:radial-gradient(circle at 18% 0%,rgba(var(--rgb-surface),.24),transparent 40%),linear-gradient(135deg,var(--brand),var(--brand-strong));box-shadow:0 16px 34px #1238454a,0 4px 10px #1238452e;transform:translateY(-2px)}.back-to-top:active{box-shadow:0 7px 18px #12384538;transform:translateY(1px)}.back-to-top:focus-visible{box-shadow:0 0 0 3px #edf1f2,0 0 0 6px #1b6b8c6b,0 12px 30px #1238453d}.back-to-top svg{width:18px;height:18px;stroke-width:2.5}.floating-edit-button{position:fixed;right:max(24px,env(safe-area-inset-right));bottom:calc(max(24px,env(safe-area-inset-bottom)) + 64px);z-index:16;display:none;align-items:center;gap:9px;min-height:48px;padding:0 17px 0 14px;border:1px solid rgba(var(--rgb-hairline),.34);border-radius:999px;outline:0;background:radial-gradient(circle at 18% 0%,rgba(var(--rgb-surface),.22),transparent 40%),linear-gradient(135deg,var(--brand),var(--brand-strong));box-shadow:0 12px 30px #1238453d,0 3px 8px #12384529;color:var(--text-on-brand);cursor:pointer;font-size:.78rem;font-weight:900;letter-spacing:.01em;touch-action:manipulation;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.floating-edit-button:hover{box-shadow:0 16px 34px #1238454a,0 4px 10px #1238452e;transform:translateY(-2px)}.floating-edit-button:active{box-shadow:0 7px 18px #12384538;transform:translateY(1px)}.floating-edit-button:focus-visible{box-shadow:0 0 0 3px #edf1f2,0 0 0 6px #1b6b8c6b,0 12px 30px #1238453d}.floating-edit-button.active{background:radial-gradient(circle at 18% 0%,rgba(var(--rgb-surface),.18),transparent 40%),linear-gradient(135deg,var(--fill-success),var(--brand-strong))}.floating-edit-button svg{width:18px;height:18px;stroke-width:2.5}.workspace{width:min(1420px,100%);margin:0 auto}.page-stack{display:grid;gap:18px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 2px 22px}.eyebrow{margin:0 0 6px;color:var(--text-subtle);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{color:var(--text);font-size:clamp(2rem,4vw,4.5rem);line-height:.95;letter-spacing:0}.topbar-actions{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.psn-profile-summary{display:grid;grid-template-columns:minmax(230px,.8fr) minmax(0,2.2fr);align-items:stretch;gap:12px;min-height:96px;margin-top:-22px;padding:12px;border:1px solid var(--border);border-radius:10px;background:linear-gradient(135deg,rgba(var(--rgb-tint),.08),transparent 42%),rgba(var(--rgb-surface),.82);box-shadow:0 14px 36px #1720260f;color:var(--text)}.psn-profile-identity{display:flex;align-items:center;gap:13px;min-width:0;padding:4px 8px 4px 4px}.psn-profile-avatar{display:grid;flex:0 0 auto;width:64px;height:64px;place-items:center;border:2px solid var(--surface);border-radius:9px;object-fit:cover;background:var(--surface-2);box-shadow:0 0 0 1px var(--border)}.psn-profile-avatar.fallback svg{width:28px;height:28px;color:var(--text-subtle)}.psn-profile-copy{display:flex;align-items:center;min-width:0}.psn-profile-copy strong{overflow:hidden;max-width:250px;font-size:1.18rem;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.psn-trophy-summary{display:grid;grid-template-columns:minmax(135px,1.25fr) repeat(5,minmax(82px,1fr));gap:8px}.psn-trophy-level,.psn-trophy-stat{min-width:0;border:1px solid var(--border-soft);border-radius:8px;background:rgba(var(--rgb-surface),.72)}.psn-trophy-level{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;align-items:center;gap:3px 9px;padding:11px 12px 9px}.psn-trophy-level-icon,.psn-trophy-stat-icon{display:grid;place-items:center}.psn-trophy-level-icon{grid-row:1;width:34px;height:34px}.psn-trophy-level-icon img{width:34px;height:34px;object-fit:contain}.psn-trophy-level-copy{display:flex;align-items:baseline;justify-content:space-between;gap:5px}.psn-trophy-level-copy>span,.psn-trophy-stat small{color:var(--text-subtle);font-size:.65rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase}.psn-trophy-level-copy strong{font-size:1.35rem;line-height:1}.psn-trophy-level-progress{grid-column:1 / -1;height:4px;overflow:hidden;border-radius:999px;background:var(--surface-3)}.psn-trophy-level-progress i{display:block;height:100%;border-radius:inherit;background:var(--fill-info)}.psn-trophy-stat{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 8px;text-align:left}.psn-trophy-stat-icon{display:grid;flex:0 0 auto;width:42px;height:42px;place-items:center}.psn-trophy-stat-icon svg{width:36px;height:36px;stroke-width:2.4}.psn-trophy-stat.total .psn-trophy-stat-icon{width:42px}.psn-all-trophies-icon{display:block;width:42px;height:42px;object-fit:contain}.psn-trophy-type-icon{display:block;width:38px;height:38px;object-fit:contain}.psn-trophy-type-icon.platinum{width:36px;height:36px}.psn-trophy-stat>span:last-child{display:grid;gap:3px;min-width:0}.psn-trophy-stat strong{overflow:hidden;font-size:1rem;line-height:1;text-overflow:ellipsis}.psn-sync-summary{position:relative;display:grid;gap:12px;padding:14px 16px;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:rgba(var(--rgb-surface),.82);box-shadow:0 12px 30px #1720260f;animation:psn-sync-enter .26s cubic-bezier(.22,1,.36,1)}.psn-sync-summary.is-leaving{animation:psn-sync-leave .2s ease forwards}.psn-sync-summary-heading{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-weight:900}.psn-sync-summary-badge{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--border-soft);border-radius:50%;background:rgba(var(--rgb-tint),.08);color:var(--text-subtle)}.psn-sync-summary-badge svg{width:16px;height:16px}.psn-sync-summary-text{flex:1;min-width:0}.psn-sync-summary-heading .eyebrow{margin:0 0 2px}.psn-sync-summary-close{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;margin:-4px -6px -4px 0;padding:0;border:0;border-radius:8px;background:transparent;color:var(--text-subtle);cursor:pointer;transition:color .15s ease,background .15s ease}.psn-sync-summary-close:hover{background:rgba(var(--rgb-tint),.12);color:var(--text)}.psn-sync-summary-close svg{width:16px;height:16px}@keyframes psn-sync-enter{0%{opacity:0;transform:translateY(-8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes psn-sync-leave{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@media(prefers-reduced-motion:reduce){.psn-sync-summary{animation:psn-sync-fade .2s ease}.psn-sync-summary.is-leaving{animation:psn-sync-leave .16s ease forwards}}@keyframes psn-sync-fade{0%{opacity:0}to{opacity:1}}.psn-sync-skipped{display:grid;gap:8px;padding-top:10px;border-top:1px solid var(--border-soft)}.psn-sync-skipped>p{color:var(--text-danger);font-size:.8rem;font-weight:900}.psn-sync-skipped ul{display:grid;gap:6px;margin:0;padding:0;list-style:none}.psn-sync-skipped li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid var(--border-soft);border-radius:8px;background:var(--surface)}.psn-sync-skipped span{color:var(--text);font-weight:850}.psn-sync-skipped small{color:var(--text-subtle);font-weight:800;white-space:nowrap}.psn-sync-button,.cloud-sync-status,.trophy-guide-backfill,.account-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:rgba(var(--rgb-surface),.76);color:var(--text-subtle);font-size:.78rem;font-weight:900}.trophy-guide-backfill{border-color:var(--border-strong);color:var(--text);animation:trophy-guide-backfill-pulse 1.6s ease-in-out infinite}@keyframes trophy-guide-backfill-pulse{0%,to{opacity:1}50%{opacity:.62}}.trophy-guide-confirm-chip{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:40px;padding:0 12px;border:1px solid var(--border-strong);border-radius:8px;background:rgba(var(--rgb-surface),.76);color:var(--text);font-size:.78rem;font-weight:900;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.trophy-guide-confirm-chip:hover{border-color:var(--accent, var(--border-strong));background:var(--surface);transform:translateY(-1px)}.trophy-guide-confirm-chip svg{width:17px;height:17px;color:var(--accent, var(--text))}.topbar-actions .trophy-guide-confirm-chip{gap:9px;height:52px;padding:0 18px;font-size:1rem}.psn-sync-button{width:52px;height:52px;padding:0;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease,opacity .16s ease,transform .16s ease}.psn-sync-button:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface);color:var(--text);transform:translateY(-1px)}.psn-sync-button:disabled{cursor:default;opacity:.62}.psn-sync-button svg{width:20px;height:20px}.cloud-sync-status.error{border-color:var(--border-danger);background:var(--surface-danger);color:var(--text-danger)}.cloud-sync-status svg,.trophy-guide-backfill svg,.account-button svg{width:17px;height:17px}.account-button{cursor:pointer}.topbar-actions .cloud-sync-status,.topbar-actions .trophy-guide-backfill,.topbar-actions .account-button{gap:9px;height:52px;padding:0 18px;font-size:1rem}.topbar-actions .cloud-sync-status svg,.topbar-actions .trophy-guide-backfill svg,.topbar-actions .account-button svg{width:20px;height:20px}.account-button:hover{background:var(--surface)}.settings-menu{position:relative;display:inline-flex}.settings-menu-button{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid var(--border);border-radius:8px;background:rgba(var(--rgb-surface),.76);color:var(--text-muted);cursor:pointer}.settings-menu-button:hover{background:var(--surface)}.settings-menu-button.active{border-color:var(--border-strong);background:var(--brand-strong);color:var(--text-on-brand);box-shadow:0 8px 20px #1238452e}.settings-menu-button svg{width:20px;height:20px}.settings-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:30;display:flex;flex-direction:column;min-width:188px;padding:6px;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:0 16px 36px #1238452e}.settings-menu-item{display:inline-flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:var(--text-muted);font-size:.95rem;font-weight:800;text-align:left;cursor:pointer}.settings-menu-item:hover{background:var(--surface-2);color:var(--text)}.settings-menu-item.active{background:var(--surface-info);color:var(--text-info)}.settings-menu-item svg{width:18px;height:18px}.topbar-stats{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:6px;border:1px solid var(--border);border-radius:8px;background:rgba(var(--rgb-surface),.76)}.add-game-button{width:52px;height:52px;border:1px solid var(--border-strong);background:var(--brand-strong);color:var(--text-on-brand);box-shadow:0 8px 20px #1238453d}.add-game-button:hover{border-color:var(--border-strong);background:var(--brand-strong)}.add-game-button.active{border-color:var(--border-strong);background:var(--brand-strong);color:var(--text-on-brand)}.add-game-button svg{width:26px;height:26px}.topbar-stat{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:62px;height:38px;padding:0 10px;border-radius:7px;background:var(--surface);color:var(--text);font-weight:800}.topbar-stat svg{width:20px;height:20px}.topbar-stat .platinum-badge,.topbar-stat .playstation-plus-badge{width:20px;height:20px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;align-items:start}.search-band,.results-panel,.list-panel{border:1px solid var(--border);border-radius:8px;background:rgba(var(--rgb-surface),.82);box-shadow:0 18px 50px #17202614}.search-band,.results-panel{padding:16px}.results-panel{min-height:560px}.search-form{display:grid;grid-template-columns:24px minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:64px;padding:9px 10px 9px 18px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.search-icon{color:var(--text-subtle)}.search-form input{width:100%;min-width:0;border:0;outline:0;color:var(--text);background:transparent;font-size:1.06rem;font-weight:700}.search-form input::placeholder{color:var(--text-faint)}.search-button,.add-button,.icon-button,.back-button,.edit-list-button,.statistics-button,.system-health-button,.sort-button,.refresh-page-button,.filter-toggle,.add-game-button,.status-tabs button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;cursor:pointer;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.search-button:hover,.add-button:hover,.icon-button:hover,.back-button:hover,.edit-list-button:hover,.statistics-button:hover,.system-health-button:hover,.sort-button:hover,.refresh-page-button:hover,.filter-toggle:hover,.add-game-button:hover,.status-tabs button:hover{transform:translateY(-1px)}.search-button{gap:8px;min-width:112px;height:46px;padding:0 16px;background:var(--brand-strong);color:var(--text-on-brand);font-weight:800}.search-button svg,.add-button svg,.icon-button svg{width:18px;height:18px;flex:0 0 auto}.icon-button{width:42px;height:42px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);text-decoration:none}.icon-button.ghost{width:38px;height:38px;border-color:transparent;background:var(--surface-2)}.icon-button.danger{color:var(--text-danger)}.page-heading{display:flex;align-items:center;justify-content:flex-start;padding:2px 2px 14px}.back-button{gap:8px;height:42px;padding:0 13px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-weight:900}.back-button svg{width:18px;height:18px}.notice{margin-top:14px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-subtle);font-weight:700}.notice.error{border-color:var(--border-danger);background:var(--surface-danger);color:var(--text-danger)}.result-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px;padding-top:16px}.game-card{display:grid;grid-template-rows:320px auto;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.game-card.is-tracked{border-color:var(--border);background:var(--bg)}.game-card.is-tracked .cover{filter:grayscale(1);opacity:.55}.game-card.is-tracked .game-card-body{opacity:.65}.game-card.skeleton{min-height:440px;background:linear-gradient(90deg,transparent,rgba(var(--rgb-surface),.65),transparent),var(--surface-3);background-size:220% 100%;animation:shimmer 1.35s infinite}.cover{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:180px;overflow:hidden;background:var(--surface-3);color:var(--text-faint)}.cover img{width:100%;height:100%;object-fit:cover}.cover svg{width:52px;height:52px}.cover.compact{width:58px;height:78px;min-height:78px;border-radius:6px;flex:0 0 auto}.cover.compact svg{width:24px;height:24px}.game-card-body{display:grid;grid-template-rows:1fr auto;gap:12px;padding:14px}.game-title-row{display:flex;align-items:start;justify-content:space-between;gap:10px}.game-title-row h2{color:var(--text);font-size:1.05rem;line-height:1.2;letter-spacing:0}.psvr2-flair{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:21px;padding:0 7px;border:1px solid var(--border-info);border-radius:999px;background:var(--surface-info);color:var(--text-info);font-size:.62rem;font-weight:950;letter-spacing:.035em;line-height:1}.playstation-plus-flair{display:inline-flex;align-items:center;flex:0 0 auto;gap:3px;height:21px;padding:0 7px 0 4px;border:1px solid var(--border-warning);border-radius:999px;background:var(--surface-warning);color:var(--text-warning);font-size:.62rem;font-weight:950;letter-spacing:.035em;line-height:1}.playstation-plus-badge{width:17px;height:17px;object-fit:contain}.no-platinum-flair{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:21px;color:var(--text-danger)}.no-platinum-badge{position:relative;display:inline-grid;width:18px;height:18px;flex:0 0 auto;place-items:center}.no-platinum-badge:after{position:absolute;width:21px;height:2px;border-radius:999px;background:var(--fill-danger);box-shadow:0 0 0 1px #ffffffb8;content:"";transform:rotate(-45deg)}.metadata{margin-top:6px;min-height:20px;color:var(--text-subtle);font-size:.88rem;font-weight:700}.card-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.add-button{flex:1;gap:8px;height:42px;padding:0 14px;background:var(--brand-strong);color:var(--text-on-brand);font-weight:900}.add-button:hover{background:var(--brand-strong)}.add-button:disabled{cursor:default;background:var(--surface-2);color:var(--text-subtle)}.add-button:disabled:hover{transform:none}.plus-monthly-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:52px;padding:0 16px;border:1px solid var(--border);border-radius:10px;background:rgba(var(--rgb-surface),.76);color:var(--text);font-weight:900;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.plus-monthly-toggle:hover{transform:translateY(-1px)}.plus-monthly-toggle.active{border-color:var(--border-info);background:var(--surface-info)}.plus-monthly-toggle .playstation-plus-badge{width:24px;height:24px}.plus-monthly-toggle-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--fill-info);color:var(--text-on-brand);font-size:.8rem;font-weight:900}.plus-monthly{margin-bottom:18px;padding:18px 20px 20px;border:1px solid var(--border-info);border-radius:14px;background:radial-gradient(120% 140% at 0% 0%,rgba(var(--rgb-tint),.1),transparent 52%),var(--surface)}.plus-monthly-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.plus-monthly-heading{display:flex;align-items:center;gap:12px}.plus-monthly-heading .playstation-plus-badge{width:32px;height:32px}.plus-monthly-heading .eyebrow{margin:0 0 2px;color:var(--text-info)}.plus-monthly-heading h2{margin:0;font-size:1.18rem;line-height:1.1}.plus-monthly-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.plus-monthly-card{display:flex;gap:14px;padding:12px;border:1px solid var(--border-soft);border-radius:12px;background:var(--surface);box-shadow:0 6px 18px #0d2d5c0d;transition:transform .16s ease,box-shadow .16s ease}.plus-monthly-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px #0d2d5c1a}.plus-monthly-card .cover.compact{width:68px;height:auto;min-height:92px;align-self:stretch}.plus-monthly-card.is-unmatched .cover.compact{background:radial-gradient(120% 120% at 30% 20%,rgba(var(--rgb-tint),.18),transparent 60%),var(--surface-info);color:var(--text-info)}.plus-monthly-card-body{display:grid;grid-template-rows:1fr auto;flex:1;min-width:0;gap:12px}.plus-monthly-card-text{min-width:0}.plus-monthly-card-text h3{margin:0;font-size:1.02rem;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.plus-monthly-card-text .metadata{margin:6px 0 0}.plus-monthly-actions{display:flex;align-items:center;gap:8px}.plus-monthly-actions .add-button{height:40px}.plus-monthly-store-link{width:40px;height:40px;flex:0 0 auto;border:1px solid var(--border);background:var(--surface);color:var(--text-muted)}.list-panel{padding:18px}.list-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.list-header h2{color:var(--text);font-size:1.35rem}.list-header svg{width:23px;height:23px;color:var(--text-subtle)}.list-header-actions{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.no-platinum-sort-toggle,.guide-sort-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-muted);cursor:pointer}.no-platinum-sort-toggle:focus-within,.guide-sort-toggle:focus-within{outline:0;border-color:var(--border-strong);box-shadow:0 0 0 3px #54707a2e}.no-platinum-sort-toggle:has(input:checked),.guide-sort-toggle:has(input:checked){border-color:var(--border-strong);background:var(--surface-2)}.no-platinum-sort-toggle input,.guide-sort-toggle input{width:17px;height:17px;margin:0;accent-color:var(--text);cursor:pointer}.guide-sort-toggle svg{width:20px;height:20px;color:currentColor;stroke-width:2.4}.sort-control{position:relative;display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-muted);font-weight:400}.sort-control:focus-within{outline:0;border-color:var(--border-strong);box-shadow:0 0 0 3px #54707a2e}.sort-control svg{width:17px;height:17px;flex:0 0 auto;color:currentColor}.sort-control select{max-width:220px;height:100%;padding:0 22px 0 0;border:0;outline:0;background:transparent;color:inherit;cursor:pointer;font-weight:400}.filter-toggle,.refresh-page-button{gap:8px;height:40px;padding:0 12px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-weight:400}.refresh-page-button:disabled{cursor:default;opacity:.58}.refresh-page-button:disabled:hover{transform:none}.refresh-page-button svg{width:17px;height:17px;color:currentColor}.filter-toggle.active{border-color:var(--border-strong);background:var(--surface-2);color:var(--text)}.filter-toggle svg{width:17px;height:17px}.filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:var(--brand-strong);color:var(--text-on-brand);font-size:.72rem}.edit-list-button{gap:8px;height:40px;padding:0 12px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-weight:900}.topbar-actions .edit-list-button{width:52px;height:52px;padding:0;border-color:var(--border);background:rgba(var(--rgb-surface),.76)}.topbar-actions .edit-list-button:hover{background:var(--surface)}.topbar-actions .edit-list-button svg{width:20px;height:20px}.statistics-button,.system-health-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;height:52px;padding:0 18px;border:1px solid var(--border);border-radius:8px;background:rgba(var(--rgb-surface),.76);color:var(--text-muted);cursor:pointer;font-weight:900}.statistics-button{width:52px;padding:0}.statistics-button:hover,.system-health-button:hover{background:var(--surface)}.statistics-button.active,.system-health-button.active{border-color:var(--border-strong);background:var(--brand-strong);color:var(--text-on-brand);box-shadow:0 8px 20px #1238452e}.system-health-button.issue,.system-health-button.issue:hover,.system-health-button.issue.active{border-color:var(--border-danger);background:var(--surface-danger);color:var(--text-danger);box-shadow:0 8px 20px #8f332824}.statistics-button svg,.system-health-button svg{width:20px;height:20px}.edit-list-button.active{border-color:var(--border-danger);background:var(--surface);color:var(--text)}.edit-list-button svg{width:17px;height:17px;color:currentColor}.view-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;border:1px solid var(--border);border-radius:8px;background:rgba(var(--rgb-surface),.82);box-shadow:0 18px 50px #17202614}.view-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 16px;border:0;border-radius:8px;background:transparent;color:var(--text-subtle);cursor:pointer;font-size:.98rem;font-weight:900;transition:transform .16s ease,background .16s ease,color .16s ease}.view-tabs button:hover{color:var(--text)}.view-tabs button.active{background:var(--brand-strong);color:var(--text-on-brand);box-shadow:0 8px 22px #12384538}.view-tabs button svg{width:20px;height:20px;flex:0 0 auto}.view-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:24px;padding:0 8px;border-radius:999px;background:rgba(var(--rgb-tint),.16);color:inherit;font-size:.8rem;font-weight:900}.view-tabs button.active .view-tab-count{background:rgba(var(--rgb-surface),.22)}.status-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:16px 0;padding:5px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2)}.status-tabs button{min-width:0;height:34px;padding:0 6px;background:transparent;color:var(--text-subtle);font-size:.76rem;font-weight:900}.status-tabs button.active{background:var(--surface);color:var(--text);box-shadow:0 6px 18px #17202614}.status-tabs.wishlist-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.library-status-tabs button,.wishlist-tabs button{gap:7px}.library-status-count,.wishlist-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 6px;border-radius:999px;background:rgba(var(--rgb-tint),.14);font-size:.7rem}.library-status-tabs button.active .library-status-count,.wishlist-tabs button.active .wishlist-section-count{background:var(--surface-2)}.status-tabs.owned-section-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.owned-section-tabs button{gap:7px}.owned-section-tabs button>svg{width:16px;height:16px}.owned-section-tabs .playstation-plus-badge{width:18px;height:18px}.owned-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 6px;border-radius:999px;background:rgba(var(--rgb-tint),.14);font-size:.7rem}.owned-section-tabs button.active .owned-section-count{background:var(--surface-2)}.filter-panel{margin:-6px 0 16px;padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.filter-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;color:var(--text-subtle);font-size:.82rem}.filter-panel-heading strong{color:var(--text-muted)}.filter-panel-heading button,.empty-state button{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:.78rem;font-weight:900}.filter-panel-heading button:hover,.empty-state button:hover{border-color:var(--border-strong);background:var(--surface-2)}.filter-panel-heading button svg{width:14px;height:14px}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:12px}.filter-field{display:grid;gap:6px;min-width:0;color:var(--text-subtle);font-size:.72rem;font-weight:900}.filter-field>span,.filter-range legend{letter-spacing:.025em}.filter-field input,.filter-field select,.filter-range input,.filter-range select{width:100%;min-width:0;height:40px;padding:0 10px;border:1px solid var(--border);border-radius:7px;outline:0;background:var(--surface);color:var(--text);font-size:.82rem;font-weight:700}.filter-field input:focus,.filter-field select:focus,.filter-range input:focus,.filter-range select:focus{border-color:var(--border-strong);box-shadow:0 0 0 3px #54707a24}.filter-search{grid-column:span 2}.filter-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:7px;min-width:0;margin:0;padding:0;border:0}.filter-range legend{grid-column:1 / -1;margin-bottom:6px;padding:0;color:var(--text-subtle);font-size:.72rem;font-weight:900}.filter-range>span{align-self:center;color:var(--text-faint)}.rating-range{grid-column:span 2;grid-template-columns:minmax(90px,1.2fr) minmax(0,1fr) auto minmax(0,1fr)}.tracked-list{display:grid;grid-template-columns:1fr;gap:8px;overflow:visible}.load-more-button{display:block;justify-self:center;margin:18px auto 0;padding:10px 20px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:.82rem;font-weight:900;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.load-more-button:hover{border-color:var(--border-strong);box-shadow:0 8px 20px #173d4b1f;transform:translateY(-1px)}.load-more-button:focus-visible{outline:2px solid var(--border-success);outline-offset:3px}.tracked-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;align-items:center;min-width:0;padding:9px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.tracked-item.is-platinumed{grid-template-columns:64px 58px minmax(0,1fr) auto}.tracked-item.is-editing{grid-template-columns:58px minmax(0,1fr) auto}.tracked-item.is-platinumed.is-editing{grid-template-columns:72px 58px minmax(0,1fr) auto}.tracked-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;min-width:0}.tracked-headline{display:flex;flex-direction:column;gap:2px;min-width:0}.tracked-title-row{display:flex;align-items:center;gap:7px;min-width:0}.tracked-copy .tracked-release-date{margin:0;color:var(--text-subtle);font-size:.78rem;font-weight:700}.tracked-date-line{display:flex;align-items:center;flex-wrap:wrap;gap:5px 9px}.tracked-copy .tracked-playstation-plus-date{display:inline-flex;align-items:center;gap:4px;color:var(--text-info);font-size:.72rem;font-weight:850}.tracked-playstation-plus-date svg{width:12px;height:12px}.tracked-copy .tracked-platinum-date{display:inline-flex;align-items:center;gap:4px;height:22px;margin:0;padding:0 7px;border-radius:999px;background:var(--surface-info);color:var(--text-info);font-size:.7rem;font-weight:900;line-height:1;white-space:nowrap}.tracked-copy .tracked-platinum-date svg{width:13px;height:13px}.tracked-copy h3{min-width:0;overflow:hidden;color:var(--text);font-size:.95rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.tracked-title-link{color:inherit;text-decoration:none}.tracked-title-link:hover{text-decoration:underline;text-underline-offset:2px}.tracked-title-link:focus-visible{border-radius:2px;outline:2px solid var(--border-success);outline-offset:2px}.tracked-copy p{margin:0;color:var(--text-subtle);font-size:.82rem;font-weight:800}.tracked-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin:0}.tracked-meta.owned-meta{display:grid;grid-template-columns:repeat(2,max-content);align-items:center;justify-content:end;gap:8px}.tracked-meta.owned-meta.editing-meta{grid-template-columns:repeat(2,max-content)}.tracked-meta.platinumed-meta{align-items:center;gap:8px;justify-content:end}.platinumed-meta .psn-playtime-pill{box-sizing:border-box;width:148px;justify-content:center}.platinumed-meta .psn-trophy-breakdown-pill{box-sizing:border-box;width:126px;justify-content:center}.platinumed-meta .tracked-platinum-date{box-sizing:border-box;width:154px;justify-content:center}.platinumed-meta .tracked-rating{justify-content:center}.tracked-rating-slot,.tracked-time-slot{display:flex;align-items:center;justify-content:center;min-width:0}.owned-meta .tracked-rating-slot{grid-column:2}.owned-meta .tracked-rating,.owned-meta .time-to-beat-pill{justify-content:center}.plus-monthly-meta{justify-content:flex-start;margin-top:8px}.tracked-rating{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 7px;border-radius:999px;background:var(--surface-success);color:var(--text-success);font-size:.7rem;font-weight:900;line-height:1;text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}a.tracked-rating:hover{background:var(--surface-success);color:var(--text-success);transform:translateY(-1px)}a.tracked-rating:focus-visible{outline:2px solid var(--border-success);outline-offset:2px}.tracked-rating .rating-icon{width:12px;height:12px;fill:currentColor}.time-to-beat-pill,.psn-playtime-pill,.psn-trophy-breakdown-pill,.store-price-pill{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 7px;border-radius:999px;background:var(--surface-info);color:var(--text-info);font-size:.7rem;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.time-to-beat-pill:hover{background:var(--surface-info);color:var(--text-info);transform:translateY(-1px)}.psn-playtime-pill{background:var(--surface-3);color:var(--text-muted);justify-content:center}.psn-trophy-breakdown-pill{flex:0 0 auto;gap:7px;height:22px;padding:0 8px;background:var(--surface-warning);color:var(--text-warning);justify-content:center}.psn-trophy-breakdown-pill>span{display:inline-flex;align-items:center;gap:2px;min-width:0}.psn-trophy-breakdown-pill strong{color:var(--text-warning);font-size:.68rem;line-height:1}.time-to-beat-pill svg,.psn-playtime-pill svg,.store-price-pill svg{width:13px;height:13px;flex:0 0 auto}.psn-trophy-breakdown-pill .psn-trophy-type-icon{width:14px;height:14px;flex:0 0 auto;object-fit:contain}.store-price-pill{background:var(--surface-info);color:var(--text-info);text-decoration:none}a.store-price-pill:hover{transform:translateY(-1px)}.spectrum-pill{border:1px solid hsl(var(--spectrum-hue) var(--chip-bd-s, 46%) var(--chip-bd-l, 76%));background:hsl(var(--spectrum-hue) var(--chip-bg-s, 64%) var(--chip-bg-l, 92%));color:hsl(var(--spectrum-hue) var(--chip-fg-s, 56%) var(--chip-fg-l, 28%))}a.spectrum-pill:hover{border-color:hsl(var(--spectrum-hue) var(--chip-bd-s, 48%) var(--chip-bd-hover-l, 67%));background:hsl(var(--spectrum-hue) var(--chip-bg-s, 62%) var(--chip-bg-hover-l, 87%));color:hsl(var(--spectrum-hue) var(--chip-fg-s, 62%) var(--chip-fg-hover-l, 23%))}a.spectrum-pill:focus-visible{outline-color:hsl(var(--spectrum-hue) 58% var(--chip-fg-l, 34%))}.store-price-pill.on-sale{background:var(--surface-success);color:var(--text-success)}.store-price-pill.loading{background:var(--surface-2);color:var(--text-subtle)}.store-price-pill.unavailable{background:var(--surface-danger);color:var(--text-danger)}.trophy-guide-pill{position:relative;display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 9px;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--surface) 70%,var(--surface-2));color:var(--text-info);font-size:.7rem;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap;transition:background .16s ease,color .16s ease,transform .16s ease}a.trophy-guide-pill:hover{background:var(--surface-2);transform:translateY(-1px);box-shadow:none}.trophy-guide-pill>svg{width:13px;height:13px;flex:0 0 auto}.trophy-guide-metrics{display:inline-flex;align-items:center;gap:8px;min-width:0}.trophy-guide-metric{display:inline-flex;align-items:center;gap:3px;font-weight:900;font-variant-numeric:tabular-nums;color:hsl(var(--spectrum-hue) 85% var(--chip-fg-l, 32%))}.trophy-guide-metric svg{width:12px;height:12px;flex:0 0 auto;opacity:.9}.trophy-guide-online{display:inline-flex;align-items:center;flex:0 0 auto;color:hsl(205 80% var(--chip-fg-l, 42%))}.trophy-guide-online svg{width:12px;height:12px;flex:0 0 auto}.trophy-guide-pill.loading{background:var(--surface-2);color:var(--text-subtle)}.tracked-guide-slot{display:flex;align-items:center;justify-content:center;min-width:0}.tracked-meta.owned-meta.has-guide{grid-template-columns:repeat(2,max-content)}.platinum-badge{width:22px;height:22px;flex:0 0 auto;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(23,32,38,.16))}.platinum-badge.compact{width:18px;height:18px}.platinum-marker{display:grid;place-items:center;align-self:center;gap:3px;min-width:0;color:var(--text-muted);font-weight:900;line-height:1}.platinum-marker .platinum-badge{width:26px;height:26px}.platinum-marker span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:20px;padding:0 6px;border-radius:999px;background:var(--surface-2);color:var(--text-muted);font-size:.72rem}.platinum-marker input{width:58px;height:30px;min-width:0;border:1px solid var(--border);border-radius:7px;outline:0;background:var(--surface);color:var(--text);font-size:.82rem;font-weight:900;text-align:center}.platinum-marker input:focus{border-color:var(--border-strong);box-shadow:0 0 0 3px #54707a29}.platinum-date-field{display:inline-flex;align-items:center;gap:6px;margin-top:4px}.playstation-plus-date-field .platinum-date-label{color:var(--text-info)}.platinum-date-label{color:var(--text-subtle);font-size:.74rem;font-weight:800}.platinum-date-input{height:30px;padding:0 8px;border:1px solid var(--border);border-radius:7px;outline:0;background:var(--surface);color:var(--text);font-size:.78rem;font-weight:700}.platinum-date-input:focus{border-color:var(--border-strong);box-shadow:0 0 0 3px #54707a29}.tracked-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;max-width:100%}.tracked-actions .icon-button{width:36px;height:36px}.guide-action-slot,.guide-button-placeholder{display:inline-flex;width:36px;height:36px;flex:0 0 36px}.guide-button-placeholder{visibility:hidden}.icon-button.disabled-card-action{border-color:var(--border);background:var(--surface-2);color:var(--text-faint);opacity:.55;cursor:not-allowed}.icon-button.disabled-card-action:hover{transform:none}.guide-button-glyph{position:relative;display:grid;place-items:center}.icon-button .guide-retry-mark,.icon-button .guide-fetched-mark{position:absolute;right:-6px;bottom:-5px;width:12px;height:12px;padding:2px;border:1px solid var(--border);border-radius:50%;background:var(--surface);box-sizing:content-box}.icon-button.guide-button.is-empty{color:var(--text-subtle);border-style:dashed;background:var(--surface-2)}.icon-button.guide-button.is-empty:hover{border-color:var(--border-strong);color:var(--text-muted)}.icon-button.guide-button.is-fetched{color:var(--text-muted);border-style:solid;border-color:var(--border);background:var(--surface)}.icon-button.guide-button.is-loading{color:var(--text-subtle);cursor:progress}.icon-button.guide-button.needs-confirm{color:var(--accent, var(--text));border-color:var(--accent, var(--border-strong))}.icon-button.guide-button.needs-confirm:hover{background:var(--surface)}.guide-confirm-count{position:absolute;top:-5px;right:-5px;min-width:15px;height:15px;padding:0 3px;border-radius:999px;background:var(--accent, var(--text));color:var(--surface);font-size:.6rem;font-weight:900;line-height:15px;text-align:center}.guide-confirm-modal{display:flex;flex-direction:column;width:min(560px,calc(100vw - 32px));max-height:min(80vh,760px);padding:20px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 24px 60px #12252c47}.guide-confirm-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.guide-confirm-hint{margin:6px 0 14px;color:var(--text-muted);font-size:.82rem}.guide-confirm-list{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;overflow-y:auto;list-style:none}.guide-confirm-game{padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.guide-confirm-game-name{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-weight:900}.guide-confirm-game-name svg{width:15px;height:15px}.guide-confirm-options{display:flex;flex-direction:column;gap:6px}.guide-confirm-option{display:flex;align-items:stretch;gap:6px}.guide-confirm-pick{display:flex;flex:1 1 auto;align-items:center;gap:8px;min-width:0;padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);font-size:.82rem;font-weight:700;text-align:left;cursor:pointer;transition:border-color .14s ease,background .14s ease}.guide-confirm-pick:hover:not(:disabled){border-color:var(--accent, var(--border-strong));background:var(--surface-2)}.guide-confirm-pick:disabled{cursor:default;opacity:.6}.guide-confirm-pick svg{width:15px;height:15px;flex:0 0 auto;color:var(--accent, var(--text-muted))}.guide-confirm-option-title{overflow:hidden;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap}.guide-confirm-option-platforms{flex:0 0 auto;color:var(--text-subtle);font-size:.72rem;font-weight:900}.guide-confirm-preview{display:inline-flex;align-items:center;justify-content:center;width:34px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text-muted)}.guide-confirm-preview:hover{border-color:var(--border-strong);color:var(--text)}.guide-confirm-preview svg{width:15px;height:15px}.guide-confirm-none{align-self:flex-start;margin-top:2px;padding:6px 10px;border:1px dashed var(--border-strong);border-radius:9px;background:transparent;color:var(--text-subtle);font-size:.78rem;font-weight:700;cursor:pointer}.guide-confirm-none:hover:not(:disabled){color:var(--text-muted)}.guide-confirm-none:disabled{cursor:default;opacity:.6}.guide-confirm-manual{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;padding-top:10px;border-top:1px dashed var(--border)}.guide-confirm-psnp{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:7px 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text-muted);font-size:.78rem;font-weight:700;text-decoration:none}.guide-confirm-psnp:hover{border-color:var(--border-strong);color:var(--text)}.guide-confirm-psnp svg{width:14px;height:14px}.guide-confirm-url{flex:1 1 180px;min-width:0;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);font-size:.8rem}.guide-confirm-url:focus{outline:none;border-color:var(--accent, var(--border-strong))}.guide-confirm-url-go{flex:0 0 auto;height:34px;padding:0 12px;border:1px solid var(--accent, var(--border-strong));border-radius:9px;background:var(--surface);color:var(--accent, var(--text));font-size:.78rem;font-weight:900;cursor:pointer}.guide-confirm-url-go:hover:not(:disabled){background:var(--surface-2)}.guide-confirm-url-go:disabled{cursor:default;opacity:.5}.guide-url-modal{display:flex;flex-direction:column;gap:14px;width:min(520px,calc(100vw - 32px));padding:20px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 24px 60px #12252c47}.guide-url-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.guide-url-modal-header h2{margin:2px 0 0}.guide-url-modal-row{margin-top:0;padding-top:0;border-top:none}.guide-lookup-toast{position:fixed;z-index:1000;right:24px;bottom:24px;display:grid;grid-template-columns:34px minmax(0,1fr) 28px;gap:11px;align-items:center;width:min(420px,calc(100vw - 32px));padding:12px;border:1px solid var(--border);border-radius:12px;background:rgba(var(--rgb-surface),.96);box-shadow:0 16px 42px #12252c33;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:guide-toast-lifetime 4.5s ease both}.guide-lookup-toast.success{border-color:var(--border-success)}.guide-lookup-toast.error{border-color:var(--border-danger)}.guide-lookup-toast-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--surface-2);color:var(--text-subtle)}.guide-lookup-toast.success .guide-lookup-toast-icon{background:var(--surface-success);color:var(--text-success)}.guide-lookup-toast.error .guide-lookup-toast-icon{background:var(--surface-danger);color:var(--text-danger)}.guide-lookup-toast-icon svg,.guide-lookup-toast>button svg{width:16px;height:16px}.guide-lookup-toast-copy{display:grid;gap:2px;min-width:0}.guide-lookup-toast-copy strong{color:var(--text);font-size:.78rem}.guide-lookup-toast-copy>span{overflow:hidden;color:var(--text-subtle);font-size:.7rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.guide-lookup-toast>button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--text-subtle);cursor:pointer}.guide-lookup-toast>button:hover{background:var(--surface-2);color:var(--text)}@keyframes guide-toast-lifetime{0%{opacity:0;transform:translateY(8px) scale(.98)}6%,92%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(4px) scale(.99)}}.health-monitor-toast{position:fixed;z-index:1001;right:24px;bottom:96px;display:grid;grid-template-columns:34px minmax(0,1fr) 28px;gap:11px;align-items:center;width:min(440px,calc(100vw - 32px));padding:12px;border:1px solid var(--border);border-radius:8px;background:rgba(var(--rgb-surface),.98);box-shadow:0 16px 42px #12252c33;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:health-toast-enter .18s ease-out both}.health-monitor-toast.error{border-color:var(--border-danger)}.health-monitor-toast.success{border-color:var(--border-success)}.health-monitor-toast-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%}.health-monitor-toast.error .health-monitor-toast-icon{background:var(--surface-danger);color:var(--text-danger)}.health-monitor-toast.success .health-monitor-toast-icon{background:var(--surface-success);color:var(--text-success)}.health-monitor-toast-icon svg,.health-monitor-toast>button svg{width:16px;height:16px}.health-monitor-toast-copy{display:grid;gap:3px;min-width:0}.health-monitor-toast-copy strong{color:var(--text);font-size:.8rem}.health-monitor-toast-copy>span{color:var(--text-subtle);font-size:.72rem;font-weight:700;line-height:1.4}.health-monitor-toast>button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--text-subtle);cursor:pointer}.health-monitor-toast>button:hover{background:var(--surface-2);color:var(--text)}@keyframes health-toast-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.status-action-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;min-width:0;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:.78rem;font-weight:900;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.status-action-button:hover{transform:translateY(-1px);border-color:var(--border);background:var(--surface-2)}.status-action-button.active{border-color:var(--border);background:var(--brand-strong);color:var(--text-on-brand);cursor:default}.status-action-button.active:hover{transform:none}.wishlist-move-button{border-color:var(--border);background:var(--surface-success);color:var(--text-success)}.playstation-plus-toggle{border-color:var(--border-warning);background:var(--surface-warning);color:var(--text-warning)}.playstation-plus-toggle.active{border-color:var(--border-warning);background:var(--fill-warning);color:var(--text-warning);cursor:pointer}.playstation-plus-toggle.active:hover{border-color:var(--border-warning);background:var(--fill-warning)}.no-platinum-toggle{width:36px;padding:0;border-color:var(--border-danger);background:var(--surface-danger);color:var(--text-danger)}.no-platinum-toggle.active{border-color:var(--border-danger);background:var(--fill-danger);color:var(--text-on-brand);cursor:pointer}.no-platinum-toggle.active:hover{border-color:var(--border-danger);background:var(--fill-danger)}.no-platinum-toggle.active .no-platinum-badge:after{background:var(--surface);box-shadow:0 0 0 1px #8d4444b8}.status-action-button svg,.status-action-button .platinum-badge,.status-action-button .playstation-plus-badge,.status-action-button .no-platinum-badge{width:16px;height:16px;flex:0 0 auto}.status-action-button .no-platinum-badge:after{width:19px}.empty-state{display:grid;grid-column:1 / -1;place-items:center;gap:10px;min-height:220px;border:1px dashed var(--border);border-radius:8px;color:var(--text-subtle);font-weight:800}.empty-state svg{width:38px;height:38px}.wishlist-empty{min-height:120px}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:20px;background:rgba(var(--rgb-scrim),.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.add-modal{width:min(700px,100%);border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 24px 80px #10171b3d}.add-modal-header{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:12px;align-items:start;padding:18px 18px 12px}.add-modal-header h2{overflow-wrap:anywhere;color:var(--text);font-size:1.18rem;line-height:1.25}.add-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:0 18px 18px}.release-calendar-add-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.add-choice{display:grid;place-items:center;gap:8px;min-width:0;min-height:92px;padding:12px 6px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:.82rem;font-weight:900;text-align:center;transition:transform .16s ease,background .16s ease,border-color .16s ease}.add-choice:hover{transform:translateY(-1px);border-color:var(--border);background:var(--surface-2)}.add-choice svg{width:24px;height:24px;color:var(--text-subtle)}.add-choice .platinum-badge,.add-choice .playstation-plus-badge{width:28px;height:28px}.confirm-modal{width:min(420px,100%)}.confirm-modal-body{display:grid;gap:18px;padding:0 18px 18px}.confirm-modal-body p{margin:0;color:var(--text-muted);font-size:.95rem;line-height:1.45}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:10px}.confirm-cancel-button,.confirm-remove-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;border-radius:8px;cursor:pointer;font-weight:900;transition:transform .16s ease,background .16s ease,border-color .16s ease}.confirm-cancel-button:hover,.confirm-remove-button:hover{transform:translateY(-1px)}.confirm-cancel-button{border:1px solid var(--border);background:var(--surface);color:var(--text-muted)}.confirm-cancel-button:hover{border-color:var(--border);background:var(--surface-2)}.confirm-remove-button{border:1px solid var(--border-danger);background:var(--fill-danger);color:var(--text-on-brand)}.confirm-remove-button:hover{background:var(--fill-danger);border-color:var(--border-danger)}.confirm-remove-button svg{width:18px;height:18px;flex:0 0 auto}.statistics-page{display:grid;gap:18px}.statistics-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:36px;min-height:300px;overflow:hidden;padding:38px;border:1px solid rgba(var(--rgb-hairline),.11);border-radius:18px;background:radial-gradient(circle at 88% 20%,rgba(var(--rgb-tint),.3),transparent 24%),radial-gradient(circle at 60% 110%,rgba(var(--rgb-tint),.34),transparent 35%),linear-gradient(135deg,var(--brand-strong),var(--brand-strong) 56%,var(--brand-strong));box-shadow:0 24px 70px #11323d38;color:var(--text-on-brand)}.statistics-hero:before,.statistics-hero:after{position:absolute;content:"";border:1px solid rgba(var(--rgb-hairline),.08);border-radius:50%;pointer-events:none}.statistics-hero:before{top:-190px;right:-105px;width:440px;height:440px}.statistics-hero:after{right:36px;bottom:-245px;width:390px;height:390px}.statistics-hero-copy,.statistics-hero-spotlight{position:relative;z-index:1}.statistics-hero .eyebrow{margin-bottom:12px;color:var(--text-faint)}.statistics-hero h2{max-width:760px;color:var(--text-on-brand);font-size:clamp(2.25rem,5vw,4.8rem);line-height:.98;letter-spacing:-.045em}.statistics-intro{max-width:650px;margin-top:18px;color:var(--text-faint);font-size:1.02rem;line-height:1.6}.statistics-back{display:inline-flex;align-items:center;gap:10px;min-height:46px;margin-bottom:28px;padding:7px 15px 7px 8px;border:1px solid var(--border-strong);border-radius:12px;background:rgba(var(--rgb-panel),.96);box-shadow:0 10px 24px #04161d38,inset 0 1px rgba(var(--rgb-hairline),.3);color:var(--text-on-brand);cursor:pointer;font-size:.86rem;font-weight:900;letter-spacing:.01em;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.statistics-back:hover{transform:translateY(-2px);border-color:var(--border-strong);background:var(--brand);box-shadow:0 14px 30px #04161d47,inset 0 1px rgba(var(--rgb-hairline),.3)}.statistics-back:active{transform:translateY(0);box-shadow:0 6px 16px #04161d38,inset 0 1px rgba(var(--rgb-hairline),.3)}.statistics-back:focus-visible{outline:3px solid var(--border-warning);outline-offset:3px}.statistics-back-icon{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:8px;background:var(--brand-strong);color:var(--text-on-brand);transition:transform .16s ease,background .16s ease}.statistics-back:hover .statistics-back-icon{transform:translate(-2px);background:var(--brand-strong)}.statistics-back-icon svg{width:16px;height:16px;stroke-width:2.4}.statistics-hero-spotlight{align-self:end;min-height:190px;padding:24px;border:1px solid rgba(var(--rgb-hairline),.16);border-radius:16px;background:rgba(var(--rgb-surface),.09);box-shadow:inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.spotlight-icon{display:grid;width:38px;height:38px;margin-bottom:20px;place-items:center;border-radius:11px;background:var(--fill-warning);color:var(--text)}.spotlight-icon svg{width:19px;height:19px}.statistics-hero-spotlight p{color:var(--text-faint);font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.statistics-hero-spotlight strong{display:block;margin:4px 0 2px;font-size:2.75rem;letter-spacing:-.05em;line-height:1}.statistics-hero-spotlight span{color:var(--text-on-brand);font-size:.82rem;font-weight:700}.statistics-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stat-metric{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr);gap:15px;min-height:142px;align-items:center;overflow:hidden;padding:20px;border:1px solid var(--border);border-radius:14px;background:rgba(var(--rgb-surface),.88);box-shadow:0 14px 35px #17202612}.stat-metric:after{position:absolute;right:-28px;bottom:-40px;width:100px;height:100px;border-radius:50%;background:currentColor;content:"";opacity:.045}.stat-metric-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:15px;background:var(--surface-2);color:var(--text-muted)}.stat-metric-icon svg{width:24px;height:24px}.stat-metric-icon .platinum-badge{width:30px;height:30px}.stat-metric>div:last-child{display:grid}.stat-metric span{color:var(--text-subtle);font-size:.72rem;font-weight:900;letter-spacing:.02em}.stat-metric strong{margin:3px 0;color:var(--text);font-size:2rem;letter-spacing:-.05em;line-height:1}.stat-metric strong em{margin-left:2px;color:var(--text-subtle);font-size:.9rem;font-style:normal;letter-spacing:0}.stat-metric small{color:var(--text-faint);font-size:.69rem;font-weight:700}.metric-platinum .stat-metric-icon{background:var(--surface-info)}.metric-hours .stat-metric-icon{background:var(--surface-success);color:var(--text-muted)}.metric-rating .stat-metric-icon{background:var(--surface-warning);color:var(--text-warning)}.platinum-next{position:relative;overflow:hidden;padding:28px;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at 98% 4%,rgba(var(--rgb-tint),.13),transparent 25%),linear-gradient(145deg,rgba(var(--rgb-surface),.96),rgba(var(--rgb-panel),.96));box-shadow:0 18px 50px #17202613}.platinum-next:after{position:absolute;top:-125px;right:-95px;width:270px;height:270px;border:1px solid rgba(var(--rgb-line),.1);border-radius:50%;content:"";pointer-events:none}.platinum-next-heading{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:22px}.platinum-next-heading .eyebrow{margin-bottom:5px;color:var(--text-info);font-size:.67rem}.platinum-next-heading h3{color:var(--text);font-size:clamp(1.5rem,2.6vw,2.2rem);letter-spacing:-.04em}.platinum-next-heading>div:first-child>p:last-child{max-width:660px;margin-top:8px;color:var(--text-subtle);font-size:.8rem;font-weight:650;line-height:1.5}.platinum-next-formula{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;min-height:40px;padding:0 13px;border:1px solid var(--border-info);border-radius:999px;background:rgba(var(--rgb-surface),.82);color:var(--text-info);font-size:.68rem;font-weight:900;white-space:nowrap}.platinum-next-formula svg{width:16px;height:16px}.platinum-next-formula i{width:3px;height:3px;border-radius:50%;background:var(--surface-4)}.platinum-next-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.platinum-next-option{display:grid;grid-template-columns:118px minmax(0,1fr);min-width:0;min-height:190px;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:rgba(var(--rgb-surface),.94);box-shadow:0 10px 28px #1f353d12;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.platinum-next-option:hover{transform:translateY(-2px);border-color:var(--border);box-shadow:0 15px 32px #1f353d1c}.platinum-next-cover{position:relative;min-width:0;overflow:hidden;background:var(--surface-3)}.platinum-next-cover .cover{min-height:100%}.platinum-next-cover:after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(var(--rgb-tint),.03) 35%,rgba(var(--rgb-panel),.7));content:"";pointer-events:none}.platinum-next-position,.platinum-next-playing{position:absolute;z-index:1;left:9px;display:inline-flex;align-items:center;max-width:calc(100% - 18px);border:1px solid rgba(var(--rgb-hairline),.32);border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.platinum-next-position{bottom:9px;gap:5px;min-height:28px;padding:0 8px;background:rgba(var(--rgb-panel),.78);color:var(--text-on-brand);font-size:.6rem;font-weight:850;white-space:nowrap}.platinum-next-position strong{color:var(--text-on-brand);font-size:.74rem}.platinum-next-playing{top:9px;gap:4px;min-height:25px;padding:0 7px;background:rgba(var(--rgb-panel),.92);color:var(--text-warning);font-size:.57rem;font-weight:900}.platinum-next-playing svg{width:11px;height:11px}.platinum-next-copy{display:flex;flex-direction:column;min-width:0;padding:15px}.platinum-next-title-row{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:9px;align-items:start}.platinum-next-title-row>div:first-child{min-width:0}.platinum-next-title-row h4{display:-webkit-box;overflow:hidden;margin:0;color:var(--text-muted);font-size:.83rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.platinum-next-title-row p{overflow:hidden;margin-top:4px;color:var(--text-faint);font-size:.61rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.platinum-next-score{display:grid;width:44px;height:44px;place-content:center;border:1px solid var(--border-info);border-radius:50%;background:var(--surface-info);text-align:center}.platinum-next-score strong{color:var(--text-info);font-size:.86rem;line-height:1}.platinum-next-score span{margin-top:2px;color:var(--text-info);font-size:.46rem;font-weight:900;text-transform:uppercase}.platinum-next-stats{display:grid;gap:7px;margin-top:16px}.platinum-next-stats>div{display:flex;align-items:center;gap:7px;color:var(--text-faint);font-size:.66rem;font-weight:750}.platinum-next-stats svg{width:14px;height:14px;color:var(--text-info)}.platinum-next-stats>div:first-child svg{color:var(--text-warning);fill:currentColor}.platinum-next-stats strong{color:var(--text-muted);font-size:.73rem}.platinum-next-ranks{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:auto;padding-top:12px}.platinum-next-ranks span{padding:5px 7px;border-radius:6px;background:var(--surface-2);color:var(--text-subtle);font-size:.55rem;font-weight:900}.platinum-next-empty{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:14px;min-height:150px;border:1px dashed var(--border);border-radius:14px;background:rgba(var(--rgb-surface),.58);color:var(--text-faint)}.platinum-next-empty>svg{width:28px;height:28px;color:var(--text-info)}.platinum-next-empty strong{color:var(--text-muted);font-size:.83rem}.platinum-next-empty p{max-width:500px;margin-top:4px;font-size:.7rem;font-weight:700}.statistics-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.statistics-card{min-width:0;padding:24px;border:1px solid var(--border);border-radius:16px;background:rgba(var(--rgb-surface),.88);box-shadow:0 18px 50px #17202613}.statistics-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.statistics-card-heading .eyebrow{margin-bottom:5px;color:var(--text-faint);font-size:.66rem}.statistics-card-heading h3{color:var(--text);font-size:1.22rem;letter-spacing:-.02em}.statistics-card-heading>svg{color:var(--text-faint)}.statistics-card-badge{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border-radius:999px;background:var(--surface-success);color:var(--text-success);font-size:.7rem;font-weight:900;white-space:nowrap}.statistics-card-badge svg{width:14px;height:14px}.activity-card{grid-column:span 8}.mix-card{grid-column:span 4}.ps-plus-history-card{grid-column:1 / -1}.psn-trophy-card{display:flex;grid-column:span 4;flex-direction:column}.most-played-card{grid-column:span 8}.psn-rhythm-card,.rarest-trophy-card{display:flex;grid-column:span 4;flex-direction:column}.ps-plus-history-source{text-decoration:none}.ps-plus-history-source .playstation-plus-badge{width:16px;height:16px}.ps-plus-history-source>svg{width:12px;height:12px}.ps-plus-history-content{display:grid;grid-template-columns:minmax(0,2fr) minmax(250px,1fr);gap:26px;align-items:stretch}.ps-plus-history-chart{min-height:210px}.ps-plus-history-chart .activity-track{min-height:135px}.ps-plus-recent-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-content:start}.ps-plus-recent-list>.eyebrow{grid-column:1 / -1;margin-bottom:2px}.ps-plus-recent-game{display:grid;grid-template-columns:38px minmax(0,1fr);gap:9px;align-items:center;min-width:0;padding:7px;border:1px solid var(--border-soft);border-radius:10px;background:var(--surface)}.ps-plus-recent-game .cover.compact{width:38px;height:50px;min-height:50px}.ps-plus-recent-game>div{display:grid;gap:4px;min-width:0}.ps-plus-recent-game strong{overflow:hidden;color:var(--text-muted);font-size:.7rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.ps-plus-recent-game span{color:var(--text-subtle);font-size:.62rem;font-weight:800}.psn-level-badge{gap:8px;height:42px;padding:0 12px 0 7px;background:var(--surface-info);color:var(--text-info)}.psn-level-badge-ring{display:grid;width:30px;height:30px;place-items:center;border-radius:50%}.psn-level-badge-ring:before{grid-area:1 / 1;width:24px;height:24px;border-radius:inherit;background:var(--surface-info);content:""}.psn-level-badge-ring img{z-index:1;grid-area:1 / 1;width:16px;height:16px}.psn-level-badge-copy{display:grid;gap:1px;line-height:1}.psn-level-badge-copy small{color:var(--text-subtle);font-size:.52rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.psn-level-badge-copy strong{color:var(--text-info);font-size:.82rem}.psn-trophy-card-content{display:grid;flex:1;gap:16px;align-items:stretch;min-height:0}.psn-trophy-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,.72fr);gap:16px 20px;min-width:0;overflow:hidden;padding:18px;border:1px solid var(--border-info);border-radius:14px;background:radial-gradient(circle at 100% 0,rgba(var(--rgb-line),.12),transparent 46%),linear-gradient(145deg,var(--surface-info),rgba(var(--rgb-surface),.96));box-shadow:inset 0 1px rgba(var(--rgb-hairline),.5)}.psn-trophy-total{display:grid;align-content:center;min-width:0}.psn-trophy-total span,.psn-gap-detail span{color:var(--text-subtle);font-size:.66rem;font-weight:900}.psn-trophy-total strong{overflow-wrap:anywhere;color:var(--text);font-size:clamp(2.1rem,4vw,2.7rem);letter-spacing:-.045em;line-height:1}.psn-trophy-total small{margin-top:7px;color:var(--text-faint);font-size:.61rem;font-weight:750}.psn-level-progress{display:grid;align-content:center;gap:7px;min-width:0;padding-left:20px;border-left:1px solid var(--border-info)}.psn-level-progress>div,.psn-trophy-distribution-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.psn-level-progress>div span,.psn-trophy-distribution-heading span{color:var(--text-subtle);font-size:.62rem;font-weight:850}.psn-level-progress>div strong{color:var(--text-info);font-size:.82rem}.psn-level-progress>i{display:block;height:7px;overflow:hidden;border-radius:999px;background:var(--surface-3)}.psn-level-progress>i span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--fill-info),var(--text-info));box-shadow:0 0 10px rgba(var(--rgb-line),.25)}.psn-level-progress>small,.psn-trophy-distribution-heading small{color:var(--text-faint);font-size:.57rem;font-weight:750}.psn-trophy-distribution-heading{grid-column:1 / -1;margin-bottom:-8px}.psn-trophy-distribution{display:flex;grid-column:1 / -1;height:10px;overflow:hidden;gap:2px;padding:2px;border-radius:999px;background:var(--surface-3)}.psn-trophy-distribution>span{flex-basis:0;min-width:3px;border-radius:999px}.psn-trophy-distribution .platinum{background:linear-gradient(90deg,#9fc7e9,#5c8fc4)}.psn-trophy-distribution .gold{background:linear-gradient(90deg,#f2c04d,#c98a19)}.psn-trophy-distribution .silver{background:linear-gradient(90deg,#c9d0d7,#8997a4)}.psn-trophy-distribution .bronze{background:linear-gradient(90deg,#cf7c45,#9e4e29)}.psn-trophy-mix,.most-played-list,.psn-rhythm-content{display:grid;gap:11px}.psn-trophy-mix{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px}.psn-trophy-row{--trophy-accent: var(--text-info);--trophy-wash: var(--surface-info);display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:11px;align-items:center;min-width:0;padding:10px;border:1px solid var(--border-soft);border-radius:12px;background:rgba(var(--rgb-surface),.55)}.psn-trophy-row.platinum{--trophy-accent: #5c8fc4;--trophy-wash: rgba(112, 163, 210, .13)}.psn-trophy-row.gold{--trophy-accent: #b77a13;--trophy-wash: rgba(221, 165, 48, .14)}.psn-trophy-row.silver{--trophy-accent: #7a8997;--trophy-wash: rgba(144, 157, 169, .14)}.psn-trophy-row.bronze{--trophy-accent: #a95930;--trophy-wash: rgba(190, 102, 58, .13)}.psn-trophy-row-icon{display:grid;width:38px;height:38px;place-items:center;border:1px solid color-mix(in srgb,var(--trophy-accent) 24%,transparent);border-radius:10px;background:var(--trophy-wash)}.psn-trophy-row-icon .psn-trophy-type-icon{width:25px;height:25px}.psn-trophy-row>div{display:grid;gap:3px;min-width:0}.psn-trophy-row>div>span,.most-played-row>div>strong{overflow:hidden;color:var(--text-muted);font-size:.74rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.psn-trophy-row>div>small{overflow:hidden;color:var(--text-faint);font-size:.58rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.psn-trophy-row strong,.most-played-duration{color:var(--trophy-accent);font-size:.76rem;font-weight:950}.most-played-pages{min-width:0;perspective:1200px}.most-played-list{grid-template-columns:repeat(2,minmax(0,1fr));min-height:0;align-content:start;gap:10px}.most-played-list.page-next{animation:most-played-page-next .24s ease-out;transform-origin:left center}.most-played-list.page-previous{animation:most-played-page-previous .24s ease-out;transform-origin:right center}@keyframes most-played-page-next{0%{opacity:0;transform:translate(18px) rotateY(-2deg)}}@keyframes most-played-page-previous{0%{opacity:0;transform:translate(-18px) rotateY(2deg)}}.most-played-row{position:relative;display:grid;grid-template-columns:26px 42px minmax(0,1fr) auto;gap:8px 10px;align-items:center;min-width:0;padding:9px 11px;border:1px solid var(--border-soft);border-radius:10px;background:var(--surface)}.most-played-row .cover.compact{width:42px;height:56px;min-height:56px}.most-played-rank{display:grid;width:25px;height:25px;place-items:center;border-radius:999px;background:var(--surface-2);color:var(--text-faint);font-size:.64rem;font-weight:950;text-align:center}.most-played-row>div{display:grid;gap:3px;min-width:0}.most-played-row small{overflow:hidden;color:var(--text-faint);font-size:.63rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.most-played-duration{display:inline-flex;gap:5px;align-items:center;justify-self:end;padding:6px 9px;border:1px solid var(--border-info);border-radius:999px;background:var(--surface-info);color:var(--text-info);white-space:nowrap}.most-played-duration svg{width:13px;height:13px}.most-played-pagination{display:flex;align-items:center;justify-content:center;gap:12px}.most-played-pagination button{display:grid;width:32px;height:32px;padding:0;place-items:center;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);cursor:pointer}.most-played-pagination button:hover:not(:disabled){border-color:var(--border-info);background:var(--surface-info);color:var(--text-info)}.most-played-pagination button:disabled{opacity:.38;cursor:default}.most-played-pagination button svg{width:16px;height:16px}.most-played-pagination>span{min-width:82px;color:var(--text-faint);font-size:.66rem;font-weight:850;text-align:center}.psn-rhythm-content{display:flex;flex:1;flex-direction:column;justify-content:space-between;min-height:0;gap:14px}.radial-gauge{position:relative;display:inline-grid;flex-shrink:0;place-items:center}.radial-gauge svg{display:block;width:100%;height:100%}.radial-gauge-track{stroke:var(--surface-3)}.radial-gauge-fill{transition:stroke-dasharray .7s cubic-bezier(.22,1,.36,1)}.radial-gauge-label{position:absolute;display:grid;place-items:center;line-height:1;text-align:center}.radial-gauge-label strong{color:var(--text);letter-spacing:-.02em}.psn-cadence-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:16px;border:1px solid var(--border-info);border-radius:14px;background:linear-gradient(145deg,var(--surface-info),rgba(var(--rgb-surface),.92));box-shadow:inset 0 1px rgba(var(--rgb-hairline),.5)}.psn-cadence-gauge{color:var(--text-info)}.psn-cadence-gauge .radial-gauge-label strong{font-size:2.05rem}.psn-cadence-gauge .radial-gauge-label small{display:block;max-width:78px;margin-top:4px;color:var(--text-info);font-size:.54rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.psn-cadence-stats{display:grid;gap:9px;min-width:0}.psn-cadence-stats>div{display:grid;gap:3px;min-width:0;padding:10px 13px;border:1px solid var(--border-soft);border-radius:11px;background:rgba(var(--rgb-surface),.72)}.psn-cadence-stats span{color:var(--text-subtle);font-size:.6rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.psn-cadence-stats strong{overflow:hidden;color:var(--text-muted);font-size:1rem;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.psn-cadence-chart{display:flex;flex:1;flex-direction:column;justify-content:center;gap:7px;min-height:116px;padding:12px 13px 9px;border:1px solid var(--border-soft);border-radius:14px;background:linear-gradient(180deg,rgba(var(--rgb-surface),.96),rgba(var(--rgb-tint),.035))}.psn-cadence-chart-title{color:var(--text-faint);font-size:.6rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.spark-area{display:grid;gap:6px}.spark-area>svg{width:100%;height:78px;overflow:visible}.spark-labels{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.spark-labels>span{display:grid;gap:2px;justify-items:center;min-width:0}.spark-labels b{color:var(--text-subtle);font-size:.56rem;font-weight:950;line-height:1}.spark-labels small{overflow:hidden;color:var(--text-faint);font-size:.5rem;font-weight:850}.spark-labels .is-current b,.spark-labels .is-current small{color:var(--text-info);font-weight:950}.donut-chart{position:relative;display:inline-grid;flex-shrink:0;place-items:center}.donut-chart svg{display:block;width:100%;height:100%}.donut-chart-track{stroke:var(--surface-2)}.donut-chart circle{transition:stroke-dasharray .7s cubic-bezier(.22,1,.36,1)}.donut-chart-label{position:absolute;display:grid;gap:3px;place-items:center;max-width:92px;line-height:1.05;text-align:center}.donut-chart-label strong{color:var(--text);font-size:1.55rem;letter-spacing:-.02em}.donut-chart-label small{overflow:hidden;max-width:92px;color:var(--text-subtle);font-size:.6rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.psn-gap-detail{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:center;min-width:0;padding:11px;border:1px solid var(--border-soft);border-radius:11px;background:linear-gradient(180deg,rgba(var(--rgb-surface),.98),rgba(var(--rgb-tint),.04))}.psn-gap-detail>svg{width:18px;height:18px;justify-self:center;color:var(--text-info)}.psn-gap-detail>div{display:grid;min-width:0}.psn-gap-detail strong,.psn-gap-detail small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.psn-gap-detail strong{color:var(--text-muted);font-size:.73rem}.psn-gap-detail small{color:var(--text-faint);font-size:.62rem;font-weight:750}.rarest-trophy-card{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 7%,rgba(222,174,57,.12),transparent 28%),rgba(var(--rgb-surface),.92)}.rarest-trophy-card:before{position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(rgba(184,139,38,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(184,139,38,.025) 1px,transparent 1px);background-size:18px 18px;content:"";pointer-events:none}.rarest-trophy-card>*{position:relative;z-index:1}.rarest-trophy-badge{display:inline-flex;align-items:center;gap:6px;height:31px;padding:0 10px;border:1px solid rgba(184,139,38,.32);border-radius:999px;background:linear-gradient(135deg,#fff9df,#f2dfa5);box-shadow:inset 0 1px #ffffffd9;color:#765408;font-size:.62rem;font-weight:950;letter-spacing:.02em;white-space:nowrap}.rarest-trophy-badge svg{width:13px;height:13px}.rarest-trophy-cabinet{position:relative;display:flex;flex:1;flex-direction:column;width:100%;min-height:430px;margin:2px auto 0;padding:13px 13px 16px;border:1px solid #7b5c1c;border-radius:10px 10px 16px 16px;background:linear-gradient(90deg,rgba(255,255,255,.07),transparent 9% 91%,rgba(0,0,0,.28)),linear-gradient(145deg,#253755,#101c33 48%,#091426);box-shadow:0 24px 45px #09121f47,inset 0 0 0 4px #15243d,inset 0 0 0 5px #e2b34285}.rarest-cabinet-cornice{position:relative;display:flex;height:18px;align-items:center;justify-content:center;gap:8px;margin:-20px -19px 9px;border:1px solid #816322;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#f1d683 0 14%,#9d7722 15% 38%,#402e0d 39% 57%,#b78b2d 58% 100%);box-shadow:0 5px 9px #04091159,inset 0 1px #fff4bd}.rarest-cabinet-cornice:before,.rarest-cabinet-cornice:after{width:28px;height:1px;background:#ffecaab8;content:""}.rarest-cabinet-cornice span{width:5px;height:5px;border-radius:50%;background:#f6df91;box-shadow:0 0 8px #ffda66bd}.rarest-cabinet-cornice i{width:26px;height:7px;border:1px solid #f0d37b;border-radius:50% 50% 35% 35%;background:#5c4315}.rarest-cabinet-glass{position:relative;display:grid;flex:1;min-height:260px;overflow:hidden;place-items:center;border:1px solid rgba(244,215,126,.68);border-radius:5px 5px 2px 2px;background:radial-gradient(ellipse at 50% 28%,rgba(194,226,255,.25),transparent 37%),linear-gradient(90deg,#93c1e30d,#acd6f121 50%,#93c1e30a),#081426;box-shadow:inset 0 0 36px #000000c7,inset 0 0 0 5px #172944,0 0 0 3px #8a6825}.rarest-cabinet-glass:before,.rarest-cabinet-glass:after{position:absolute;z-index:4;top:0;bottom:0;width:5px;border-inline:1px solid rgba(245,213,118,.33);background:#172944;content:""}.rarest-cabinet-glass:before{left:7px}.rarest-cabinet-glass:after{right:7px}.rarest-cabinet-light{position:absolute;z-index:2;top:-18px;width:116px;height:44px;border-radius:50%;background:#ffebabe0;box-shadow:0 18px 34px 13px #ffe28538,0 42px 64px 18px #72bcff1f;filter:blur(5px)}.rarest-cabinet-portrait{position:absolute;z-index:1;top:21px;right:23px;display:grid;width:54px;height:66px;overflow:hidden;place-items:center;border:2px solid #a67f2b;background:#101d31;box-shadow:0 6px 14px #00000085,0 0 0 2px #35270e,0 0 0 3px #f3d57e8c;color:#d6e8fa;transform:rotate(2deg)}.rarest-cabinet-portrait img{width:100%;height:100%;object-fit:cover}.rarest-cabinet-portrait svg{width:24px;height:24px}.rarest-trophy-showpiece{position:relative;z-index:3;display:grid;align-self:end;width:190px;height:230px;place-items:center;padding-top:20px}.rarest-trophy-halo{position:absolute;top:38px;width:146px;height:146px;border:1px solid rgba(179,222,255,.32);border-radius:50%;background:radial-gradient(circle,rgba(126,197,255,.26),rgba(80,139,214,.08) 48%,transparent 69%);box-shadow:inset 0 0 24px #bee5ff29,0 0 34px #6bb8ff21}.rarest-trophy-showpiece .psn-trophy-type-icon{position:relative;z-index:2;width:116px;height:116px;object-fit:contain;filter:drop-shadow(0 17px 12px rgba(0,0,0,.42)) drop-shadow(0 0 13px rgba(149,207,255,.32));transform:translateY(-15px)}.rarest-trophy-pedestal{position:absolute;right:19px;bottom:2px;left:19px;height:40px;border:1px solid #c9a344;border-radius:50% 50% 6px 6px/30% 30% 6px 6px;background:linear-gradient(90deg,#3f2e0e,#bd9432 18%,#f1d778 47%,#9b7222 80%,#34250c);box-shadow:0 12px 15px #00000070,inset 0 2px 1px #fff5baa6}.rarest-trophy-pedestal i{position:absolute;inset:9px 30px 8px;border:1px solid #f0d47e;border-radius:2px;background:#16233a;box-shadow:inset 0 0 7px #000000b3}.rarest-cabinet-sheen{position:absolute;z-index:5;inset:-35% 48% -25% -18%;background:linear-gradient(90deg,transparent,rgba(221,242,255,.11),transparent);pointer-events:none;transform:rotate(13deg)}.rarest-cabinet-plaque{position:relative;z-index:6;display:grid;justify-items:center;min-width:0;margin:10px 5px 0;padding:12px 11px 11px;border:1px solid #d7b958;border-radius:4px;background:linear-gradient(145deg,#fff7c6ed,#c99e33f2);box-shadow:inset 0 0 0 2px #5d410b52,0 6px 12px #02081257;color:#2c220f;text-align:center}.rarest-cabinet-plaque>span{color:#6d5013;font-size:.52rem;font-weight:950;letter-spacing:.15em;text-transform:uppercase}.rarest-cabinet-plaque>strong{overflow:hidden;max-width:100%;margin-top:4px;font-family:Georgia,Times New Roman,serif;font-size:.93rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.rarest-cabinet-plaque>div{display:flex;justify-content:center;gap:5px;width:100%;margin-top:8px;flex-wrap:wrap}.rarest-cabinet-plaque small{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border:1px solid rgba(81,56,8,.22);border-radius:999px;background:#fff8d36b;color:#5b4211;font-size:.51rem;font-weight:900;white-space:nowrap}.rarest-cabinet-plaque small svg{width:10px;height:10px}.rarest-cabinet-base{position:relative;height:15px;margin:9px -19px -23px;border:1px solid #765719;border-radius:3px 3px 8px 8px;background:linear-gradient(180deg,#d5b44f,#59400f 38%,#171a22 42%,#0a101c);box-shadow:0 10px 17px #03091147}.rarest-cabinet-base span{position:absolute;right:12%;bottom:-5px;left:12%;height:6px;border-radius:0 0 5px 5px;background:#08101f}.rarest-trophy-card{overflow:visible;background:rgba(var(--rgb-surface),.88)}.rarest-trophy-card:before{display:none}.rarest-trophy-badge{height:32px;border:0;background:var(--surface-info);box-shadow:none;color:var(--text-info);font-size:.7rem;letter-spacing:0}.rarest-trophy-list{display:grid;flex:1;grid-template-columns:1fr;gap:8px}.rarest-trophy-row{display:grid;grid-template-columns:28px 48px minmax(0,1fr) auto;gap:11px;align-items:center;min-width:0;min-height:72px;padding:10px 12px;border:1px solid var(--border-soft);border-radius:12px;background:linear-gradient(145deg,rgba(var(--rgb-surface),.98),rgba(var(--rgb-tint),.035));box-shadow:inset 0 1px rgba(var(--rgb-hairline),.42)}.rarest-trophy-row:first-child{border-color:var(--border-info);background:radial-gradient(circle at 50% 0,rgba(var(--rgb-line),.13),transparent 52%),linear-gradient(135deg,var(--surface-info),rgba(var(--rgb-surface),.97))}.rarest-trophy-rank{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--surface-2);color:var(--text-faint);font-size:.58rem;font-weight:950;font-variant-numeric:tabular-nums;text-align:center}.rarest-trophy-row:first-child .rarest-trophy-rank{background:var(--surface-info);color:var(--text-info)}.rarest-trophy-icon{display:grid;width:48px;height:48px;overflow:hidden;place-items:center;border:1px solid var(--border);border-radius:9px;background:var(--surface-2)}.rarest-trophy-icon>img{width:100%;height:100%;object-fit:cover}.rarest-trophy-icon .psn-trophy-type-icon{width:31px;height:31px;object-fit:contain}.rarest-trophy-copy{display:grid;align-self:center;gap:3px;min-width:0}.rarest-trophy-copy>strong,.rarest-trophy-copy>small span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rarest-trophy-copy strong{color:var(--text-muted);font-size:.72rem;line-height:1.2}.rarest-trophy-copy small{display:flex;align-items:center;gap:5px;min-width:0;color:var(--text-faint);font-size:.57rem;font-weight:750}.rarest-trophy-copy small img{flex:0 0 auto;width:13px;height:13px;object-fit:contain}.rarest-trophy-rate{--rarity-color: var(--text-faint);display:grid;min-width:68px;gap:2px;justify-items:end;justify-self:end;padding:7px 9px;border:1px solid color-mix(in srgb,var(--rarity-color) 28%,transparent);border-radius:10px;background:var(--surface-2)}.rarest-trophy-rate.has-rate{background:color-mix(in srgb,var(--rarity-color) 9%,var(--surface))}.rarest-trophy-rate.rarity-violet{--rarity-color: var(--chart-2)}.rarest-trophy-rate.rarity-blue{--rarity-color: var(--chart-1)}.rarest-trophy-rate.rarity-teal{--rarity-color: var(--chart-4)}.rarest-trophy-rate strong{color:var(--rarity-color);font-size:.72rem;font-variant-numeric:tabular-nums;line-height:1}.rarest-trophy-rate span{display:block;color:var(--rarity-color);font-size:.4rem;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.genres-card,.rated-card{display:flex;grid-column:span 4;flex-direction:column}.milestones-card{grid-column:1 / -1}.activity-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(38px,1fr));gap:9px;min-height:225px;padding-top:6px}.activity-column{display:grid;grid-template-rows:20px 1fr 20px;gap:7px;min-width:0;text-align:center}.activity-value{color:var(--text-subtle);font-size:.72rem;font-weight:900}.activity-track{position:relative;min-height:155px;overflow:hidden;border-radius:8px;background:linear-gradient(to top,rgba(var(--rgb-tint),.045) 1px,transparent 1px);background-size:100% 25%}.activity-bar{position:absolute;right:5px;bottom:0;left:5px;min-height:0;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,var(--brand),var(--brand-strong));box-shadow:0 8px 16px #154b5529;transition:height .4s ease}.activity-column:nth-child(3n+2) .activity-bar{background:linear-gradient(180deg,var(--fill-info),var(--fill-info))}.activity-column>span{overflow:hidden;color:var(--text-faint);font-size:.65rem;font-weight:800;text-overflow:ellipsis}.library-mix{display:grid;grid-template-columns:minmax(120px,1fr) minmax(120px,1fr);gap:24px;align-items:center;min-height:225px}.library-donut{display:grid;width:min(180px,100%);aspect-ratio:1;place-items:center;border-radius:50%;box-shadow:0 13px 28px #1f424d1f}.library-donut>div{display:grid;width:66%;aspect-ratio:1;place-content:center;border-radius:50%;background:var(--surface);text-align:center}.library-donut strong{color:var(--text);font-size:clamp(1.35rem,2.5vw,2rem);letter-spacing:-.05em}.library-donut span{color:var(--text-faint);font-size:.62rem;font-weight:900}.mix-legend{display:grid;gap:10px}.mix-legend-row,.mix-wishlist{display:grid;grid-template-columns:9px minmax(0,1fr) auto;gap:8px;align-items:center;color:var(--text-subtle);font-size:.72rem;font-weight:800}.mix-legend-row strong,.mix-wishlist strong{color:var(--text-muted)}.mix-dot{width:8px;height:8px;border-radius:50%;background:var(--fill-info)}.mix-dot.owned{background:var(--chart-owned)}.mix-dot.playing{background:var(--fill-danger)}.mix-wishlist{grid-template-columns:16px minmax(0,1fr) auto;margin-top:4px;padding-top:12px;border-top:1px solid var(--border-soft)}.mix-wishlist svg{width:14px;height:14px}.genre-viz{display:flex;flex:1;flex-direction:column;align-items:center;gap:20px}.genre-viz .donut-chart{margin-top:4px}.genre-legend{display:grid;flex:1;width:100%;align-content:space-between;gap:10px}.genre-legend-row{display:grid;gap:6px;min-width:0}.genre-legend-head{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:9px;align-items:center}.genre-legend-dot{width:10px;height:10px;border-radius:50%}.genre-legend-name{overflow:hidden;color:var(--text-muted);font-size:.78rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.genre-legend-head strong{color:var(--text-subtle);font-size:.74rem;font-weight:950}.genre-legend-bar{height:6px;overflow:hidden;border-radius:99px;background:var(--surface-2);box-shadow:inset 0 1px 2px rgba(var(--rgb-tint),.12)}.genre-legend-bar>i{display:block;height:100%;border-radius:inherit;box-shadow:0 1px 4px rgba(var(--rgb-line),.22);transition:width .7s cubic-bezier(.22,1,.36,1)}.rating-orb-gauge .radial-gauge-label strong{font-size:.82rem}.rating-ring{justify-self:end}.rating-ring .radial-gauge-label strong{font-size:.78rem}.top-rated-list{display:grid;flex:1;grid-template-columns:1fr;gap:8px}.top-rated-game{display:grid;grid-template-columns:24px 42px minmax(0,1fr) auto;gap:10px;align-items:center;min-width:0;padding:8px 10px;border:1px solid var(--border-soft);border-radius:10px;background:var(--surface);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.top-rated-game:hover{transform:translateY(-1px);border-color:var(--border);box-shadow:0 10px 22px rgba(var(--rgb-tint),.12)}.top-rated-game>span{display:grid;width:23px;height:23px;place-items:center;border-radius:999px;background:var(--surface-2);color:var(--text-faint);font-size:.66rem;font-weight:950;text-align:center}.top-rated-game .cover.compact{width:42px;height:54px;min-height:54px}.top-rated-game>div:nth-child(3){display:grid;gap:3px;min-width:0}.top-rated-game>div:nth-child(3) strong{overflow:hidden;color:var(--text-muted);font-size:.74rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.top-rated-game small{overflow:hidden;color:var(--text-faint);font-size:.62rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.milestone-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.milestone{position:relative;min-width:0;overflow:hidden;border:1px solid var(--border-soft);border-radius:12px;background:var(--surface)}.milestone .cover.compact{width:100%;height:145px;min-height:145px;border-radius:0}.milestone-number{position:absolute;z-index:1;top:8px;left:8px;display:inline-flex;align-items:center;gap:4px;height:27px;padding:0 8px 0 5px;border:1px solid rgba(var(--rgb-hairline),.65);border-radius:999px;background:rgba(var(--rgb-surface),.9);box-shadow:0 5px 14px #152a3126;color:var(--text-info);font-size:.68rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.milestone-number .platinum-badge{width:16px;height:16px}.milestone-copy{display:grid;gap:4px;padding:11px}.milestone-copy strong{overflow:hidden;color:var(--text-muted);font-size:.72rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.milestone-copy span{color:var(--text-faint);font-size:.62rem;font-weight:750}.statistics-empty{display:grid;min-height:180px;place-content:center;gap:9px;color:var(--text-faint);text-align:center}.statistics-empty svg{width:28px;height:28px;margin:0 auto}.statistics-empty p{font-size:.76rem;font-weight:750}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-220% 0}}.system-health-page{display:grid;gap:18px}.system-health-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:36px;min-height:300px;overflow:hidden;padding:38px;border:1px solid rgba(var(--rgb-hairline),.11);border-radius:18px;background:radial-gradient(circle at 88% 20%,rgba(var(--rgb-tint),.3),transparent 24%),radial-gradient(circle at 60% 110%,rgba(var(--rgb-tint),.34),transparent 35%),linear-gradient(135deg,var(--brand-strong),var(--brand-strong) 56%,var(--brand-strong));box-shadow:0 24px 70px #11323d38;color:var(--text-on-brand)}.system-health-hero:before,.system-health-hero:after{position:absolute;content:"";border:1px solid rgba(var(--rgb-hairline),.08);border-radius:50%;pointer-events:none}.system-health-hero:before{top:-190px;right:-105px;width:440px;height:440px}.system-health-hero:after{right:36px;bottom:-245px;width:390px;height:390px}.system-health-hero-copy,.system-health-hero-panel{position:relative;z-index:1}.system-health-hero-copy{min-width:0}.system-health-hero .eyebrow{margin-bottom:12px;color:var(--text-faint)}.system-health-hero h2{max-width:760px;color:var(--text-on-brand);font-size:clamp(2.25rem,5vw,4.6rem);line-height:.98;letter-spacing:-.045em}.system-health-hero-intro{max-width:540px;margin-top:18px;color:var(--text-faint);font-size:1rem;line-height:1.6}.system-health-hero-panel{display:grid;align-content:start;align-self:end;gap:3px;min-height:190px;padding:24px;border:1px solid rgba(var(--rgb-hairline),.16);border-radius:16px;background:rgba(var(--rgb-surface),.09);box-shadow:inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.system-health-spotlight-icon{display:grid;width:44px;height:44px;margin-bottom:18px;place-items:center;border-radius:13px;background:var(--surface-success);color:var(--text-success)}.system-health-spotlight-icon.degraded{background:var(--surface-warning);color:var(--text-warning)}.system-health-spotlight-icon.down{background:var(--surface-danger);color:var(--text-danger)}.system-health-spotlight-icon.unconfigured{background:var(--surface-info);color:var(--text-info)}.system-health-spotlight-icon svg{width:22px;height:22px}.system-health-hero-panel>p{color:var(--text-faint);font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.system-health-hero-panel strong{display:block;margin:4px 0 2px;color:var(--text-on-brand);font-size:2.75rem;letter-spacing:-.05em;line-height:1}.system-health-hero-panel>span{color:var(--text-on-brand);font-size:.82rem;font-weight:700;line-height:1.45}.system-health-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border:1px solid var(--border);border-radius:16px;background:rgba(var(--rgb-surface),.88);box-shadow:0 14px 35px #17202612}.system-health-toolbar>div:first-child{display:grid;gap:4px;min-width:0}.system-health-toolbar .eyebrow{margin:0;color:var(--text-faint);font-size:.66rem}.system-health-toolbar strong{color:var(--text);font-size:1.15rem;letter-spacing:-.02em}.system-health-toolbar span{color:var(--text-subtle);font-size:.8rem;font-weight:800}.system-health-actions{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.system-health-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:.86rem;font-weight:900;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.system-health-action:not(:disabled):hover{transform:translateY(-2px);border-color:var(--border-strong);color:var(--text)}.system-health-monitor-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text-muted);cursor:pointer;font-size:.86rem;font-weight:900;transition:border-color .16s ease,color .16s ease}.system-health-monitor-toggle.active{border-color:var(--border-success);color:var(--text-success)}.system-health-monitor-toggle input{position:absolute;width:1px;height:1px;opacity:0}.system-health-monitor-toggle:after{width:28px;height:16px;border-radius:8px;background:radial-gradient(circle at 8px 50%,var(--text-faint) 0 5px,transparent 5.5px),var(--surface-3);content:"";transition:background .16s ease,border-color .16s ease}.system-health-monitor-toggle.active:after{background:radial-gradient(circle at 20px 50%,var(--text-on-brand) 0 5px,transparent 5.5px),var(--text-success)}.system-health-monitor-toggle:focus-within{outline:2px solid var(--focus);outline-offset:2px}.system-health-monitor-toggle svg{width:17px;height:17px}.system-health-action.primary{border-color:var(--border-strong);background:var(--brand-strong);color:var(--text-on-brand)}.system-health-action.primary:not(:disabled):hover{border-color:var(--border-strong);background:var(--brand);color:var(--text-on-brand)}.system-health-action:disabled{cursor:wait;opacity:.68}.system-health-action svg{width:17px;height:17px}.system-health-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.system-health-metric{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr);gap:15px;align-items:center;min-width:0;min-height:132px;overflow:hidden;padding:20px;border:1px solid var(--border);border-radius:14px;background:rgba(var(--rgb-surface),.88);box-shadow:0 14px 35px #17202612}.system-health-metric:after{position:absolute;right:-28px;bottom:-40px;width:100px;height:100px;border-radius:50%;background:currentColor;content:"";opacity:.05}.system-health-metric.ok{color:var(--text-success)}.system-health-metric.degraded{color:var(--text-warning)}.system-health-metric.down{color:var(--text-danger)}.system-health-metric.unconfigured{color:var(--text-info)}.system-health-metric-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:15px;background:var(--surface-2);color:currentColor}.system-health-metric.ok .system-health-metric-icon{background:var(--surface-success)}.system-health-metric.degraded .system-health-metric-icon{background:var(--surface-warning)}.system-health-metric.down .system-health-metric-icon{background:var(--surface-danger)}.system-health-metric.unconfigured .system-health-metric-icon{background:var(--surface-info)}.system-health-metric-icon svg{width:24px;height:24px}.system-health-metric>div:last-child{display:grid;min-width:0}.system-health-metric span{color:var(--text-subtle);font-size:.72rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.system-health-metric strong{margin:3px 0;color:var(--text);font-size:2rem;letter-spacing:-.05em;line-height:1}.system-health-metric small{color:var(--text-faint);font-size:.69rem;font-weight:700}.system-health-environment-card{min-width:0;padding:24px;border:1px solid var(--border);border-radius:16px;background:rgba(var(--rgb-surface),.88);box-shadow:0 18px 50px #17202613}.system-health-environment{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.system-health-environment>div{display:grid;gap:8px;min-width:0;min-height:104px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.system-health-environment-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;background:var(--surface);color:var(--text-muted)}.system-health-environment-icon svg{width:16px;height:16px}.system-health-environment p{color:var(--text-subtle);font-size:.7rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.system-health-environment strong{overflow:hidden;color:var(--text);font-size:1.02rem;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap}.system-health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.system-health-check{position:relative;display:grid;gap:18px;min-width:0;min-height:196px;overflow:hidden;padding:24px;border:1px solid var(--border);border-radius:16px;background:rgba(var(--rgb-surface),.88);box-shadow:0 18px 50px #17202613;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.system-health-check:not(.skeleton):hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:0 24px 60px #1720261a}.system-health-check:before{position:absolute;top:0;left:0;width:100%;height:3px;background:var(--border);content:""}.system-health-check.ok:before{background:var(--border-success)}.system-health-check.degraded:before{background:var(--border-warning)}.system-health-check.down:before{background:var(--border-danger)}.system-health-check.unconfigured:before{background:var(--border-info)}.system-health-check.featured{grid-column:1 / -1;min-height:0;background:radial-gradient(circle at 92% 8%,rgba(var(--rgb-tint),.16),transparent 30%),rgba(var(--rgb-surface),.94)}.system-health-check.skeleton{min-height:196px;background:linear-gradient(90deg,transparent,rgba(var(--rgb-surface),.68),transparent),var(--surface-3);background-size:220% 100%;animation:shimmer 1.35s infinite}.system-health-check.skeleton:before{display:none}.system-health-check-main{display:flex;align-items:flex-start;gap:14px;min-width:0}.system-health-check-icon{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;border-radius:14px;background:var(--surface-2);color:var(--text-muted)}.system-health-check.ok .system-health-check-icon{background:var(--surface-success);color:var(--text-success)}.system-health-check.degraded .system-health-check-icon{background:var(--surface-warning);color:var(--text-warning)}.system-health-check.down .system-health-check-icon{background:var(--surface-danger);color:var(--text-danger)}.system-health-check.unconfigured .system-health-check-icon{background:var(--surface-info);color:var(--text-info)}.system-health-check-icon svg,.system-health-check-icon .playstation-plus-badge{width:22px;height:22px}.system-health-check-copy{min-width:0;flex:1 1 auto}.system-health-check-title{display:flex;align-items:center;gap:8px;min-width:0}.system-health-check-title h3{overflow:hidden;color:var(--text);font-size:1.12rem;letter-spacing:-.02em;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.system-health-check-title span{flex:0 0 auto;padding:3px 8px;border-radius:999px;background:var(--surface-info);color:var(--text-info);font-size:.62rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.system-health-check-copy p{margin-top:6px;color:var(--text-subtle);font-size:.88rem;font-weight:750;line-height:1.45}.system-health-check-status{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;gap:8px;margin-left:auto}.system-health-check-latency{color:var(--text-faint);font-size:.76rem;font-weight:900}.system-health-status-pill{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid transparent;border-radius:999px;font-size:.72rem;font-weight:900;white-space:nowrap}.system-health-status-pill svg{width:14px;height:14px}.system-health-status-pill.ok{border-color:var(--border-success);background:var(--surface-success);color:var(--text-success)}.system-health-status-pill.degraded{border-color:var(--border-warning);background:var(--surface-warning);color:var(--text-warning)}.system-health-status-pill.down{border-color:var(--border-danger);background:var(--surface-danger);color:var(--text-danger)}.system-health-status-pill.unconfigured{border-color:var(--border-info);background:var(--surface-info);color:var(--text-info)}.system-health-hero .system-health-status-pill{border-color:rgba(var(--rgb-hairline),.24);background:rgba(var(--rgb-surface),.12);color:var(--text-on-brand)}.system-health-details{display:grid;gap:8px;margin:0;padding:0;list-style:none}.system-health-check.featured .system-health-details{grid-template-columns:repeat(3,minmax(0,1fr))}.system-health-details li{min-width:0;overflow:hidden;padding:9px 12px;border-radius:10px;background:var(--surface-2);color:var(--text-muted);font-size:.76rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1120px){.system-health-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.system-health-environment{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.system-health-hero{grid-template-columns:1fr}.system-health-hero-panel{align-self:start}.system-health-grid{grid-template-columns:1fr}.system-health-check.featured .system-health-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.system-health-hero{gap:22px;min-height:auto;padding:24px}.system-health-hero h2{font-size:2.55rem}.system-health-toolbar{align-items:stretch;flex-direction:column}.system-health-actions,.system-health-monitor-toggle,.system-health-action{width:100%}.system-health-metrics,.system-health-environment,.system-health-check.featured .system-health-details{grid-template-columns:1fr}.system-health-environment-card,.system-health-check{padding:18px}.system-health-details li{white-space:normal}}@media(max-width:1120px){.content-grid,.tracked-list{grid-template-columns:1fr}.statistics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.platinum-next-grid{grid-template-columns:1fr}.platinum-next-option{grid-template-columns:126px minmax(0,1fr)}}@media(max-width:980px){.psn-trophy-card,.most-played-card,.psn-rhythm-card,.rarest-trophy-card,.genres-card,.rated-card{grid-column:1 / -1}.rated-card .top-rated-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.topbar{align-items:flex-start;flex-direction:column}.topbar-actions{width:100%;flex-wrap:wrap}.psn-profile-summary{grid-template-columns:1fr}.activity-card,.mix-card,.ps-plus-history-card,.psn-trophy-card,.most-played-card,.psn-rhythm-card,.rarest-trophy-card,.genres-card,.rated-card,.milestones-card{grid-column:1 / -1}.ps-plus-history-content,.psn-trophy-card-content{grid-template-columns:1fr}}@media(any-pointer:coarse),(max-width:900px){.floating-edit-button{display:inline-flex}}@media(max-width:720px){.app-shell{padding:14px}.back-to-top{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));width:48px;min-height:48px;justify-content:center;padding:0}.back-to-top span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.floating-edit-button{right:max(14px,env(safe-area-inset-right));bottom:calc(max(14px,env(safe-area-inset-bottom)) + 62px);min-height:48px;padding:0 16px 0 14px}.topbar{align-items:start}.psn-profile-summary{padding:10px}.psn-trophy-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.psn-trophy-level{grid-column:1 / -1}.topbar-stats{order:3;width:100%}.topbar-stat,.system-health-button{flex:1}h1{font-size:2.45rem}.search-band,.results-panel,.list-panel{padding:12px}.search-form{grid-template-columns:22px minmax(0,1fr) auto;min-height:58px;padding:8px 8px 8px 13px}.search-button{grid-column:1 / -1;width:100%}.result-grid{grid-template-columns:1fr}.game-card{grid-template-rows:280px auto}.status-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.list-header{align-items:flex-start}.list-header-actions{max-width:70%}.sort-control select{max-width:155px}.filter-grid{grid-template-columns:1fr}.filter-search,.rating-range{grid-column:auto}.rating-range{grid-template-columns:1fr 1fr auto 1fr}.tracked-item{grid-template-columns:50px minmax(0,1fr);gap:10px}.tracked-item.is-platinumed{grid-template-columns:58px 50px minmax(0,1fr)}.tracked-item.is-editing{grid-template-columns:50px minmax(0,1fr)}.tracked-item.is-platinumed.is-editing{grid-template-columns:64px 50px minmax(0,1fr)}.tracked-copy{grid-template-columns:1fr;gap:2px}.tracked-meta{justify-content:flex-start}.tracked-meta.platinumed-meta{display:flex;justify-content:flex-start}.platinumed-meta .psn-playtime-pill,.platinumed-meta .psn-trophy-breakdown-pill,.platinumed-meta .tracked-platinum-date,.platinumed-meta .tracked-rating{width:auto}.tracked-actions{grid-column:1 / -1;justify-content:flex-start;flex-wrap:wrap}.platinum-marker input{width:52px}.status-action-button{flex:1 1 130px}.cover.compact{width:50px;height:68px;min-height:68px}.add-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.add-choice{min-height:58px;padding:12px 14px}.statistics-hero{grid-template-columns:1fr;gap:26px;min-height:auto;padding:24px}.statistics-hero h2{font-size:2.55rem}.statistics-hero-spotlight{min-height:0}.statistics-metrics{grid-template-columns:1fr}.platinum-next{padding:20px}.platinum-next-heading{align-items:flex-start;flex-direction:column;gap:15px}.stat-metric{min-height:118px}.statistics-card{padding:18px}.activity-chart{gap:4px;overflow-x:auto}.ps-plus-recent-list,.most-played-list{grid-template-columns:1fr}.activity-column{min-width:38px}.library-mix{grid-template-columns:1fr 1fr;gap:17px}.top-rated-list,.rated-card .top-rated-list{grid-template-columns:1fr}.milestone-list{grid-template-columns:repeat(2,minmax(0,1fr))}.milestone:last-child{display:none}}@media(prefers-reduced-motion:reduce){.back-to-top{transition:opacity .1s linear}.most-played-list.page-next,.most-played-list.page-previous,.guide-lookup-toast,.health-monitor-toast{animation:none}}@media(max-width:440px){.guide-lookup-toast{right:16px;bottom:16px;width:calc(100vw - 32px)}.health-monitor-toast{right:16px;bottom:92px;width:calc(100vw - 32px)}.psn-trophy-overview,.psn-trophy-mix,.rarest-trophy-list{grid-template-columns:1fr}.psn-level-progress{padding:14px 0 0;border-top:1px solid var(--border-info);border-left:0}.psn-trophy-distribution-heading,.psn-trophy-distribution{grid-column:1}.psn-profile-avatar{width:56px;height:56px}.psn-trophy-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.psn-trophy-level{grid-column:1 / -1}.tracked-meta.owned-meta{grid-template-columns:repeat(2,max-content);justify-content:start;width:100%;gap:8px}.tracked-meta.owned-meta.has-guide{grid-template-columns:repeat(2,max-content)}.tracked-meta.owned-meta.has-guide .tracked-guide-slot{grid-column:1 / -1}.tracked-meta.owned-meta.editing-meta{grid-template-columns:repeat(2,max-content)}.platinum-next{padding:16px}.platinum-next-formula{width:100%;justify-content:center}.platinum-next-option{grid-template-columns:96px minmax(0,1fr)}.platinum-next-copy{padding:12px}.platinum-next-title-row{grid-template-columns:1fr}.platinum-next-score{display:flex;width:max-content;height:26px;gap:4px;padding:0 8px;border-radius:999px}.platinum-next-score span{margin:0}.platinum-next-stats{margin-top:10px}.platinum-next-empty{align-items:flex-start;padding:18px}}.theme-switcher-trigger{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid var(--border);border-radius:8px;background:rgba(var(--rgb-surface),.76);color:var(--text-subtle);cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease,transform .16s ease}.theme-switcher-trigger svg{width:22px;height:22px}.theme-switcher-trigger:hover{border-color:var(--border-strong);color:var(--text);transform:translateY(-1px)}.theme-switcher-trigger:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.calendar-button{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid var(--border);border-radius:8px;background:rgba(var(--rgb-surface),.76);color:var(--text-muted);cursor:pointer;font-weight:900}.calendar-button:hover{background:var(--surface)}.calendar-button.active{border-color:var(--border-strong);background:var(--brand-strong);color:var(--text-on-brand);box-shadow:0 8px 20px #1238452e}.calendar-button svg{width:20px;height:20px}.calendar-page{display:flex;flex-direction:column;gap:18px}.calendar-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.calendar-month-nav{display:flex;align-items:center;gap:10px}.calendar-month-label{min-width:190px;margin:0;font-size:1.4rem;font-weight:900;text-align:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:start;gap:8px}.calendar-weekday{padding:4px 0;color:var(--text-faint);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;text-align:center}.calendar-cell{position:relative;display:flex;flex-direction:column;gap:8px;min-height:96px;padding:26px 8px 8px;border:1px solid var(--border);border-radius:10px;background:rgba(var(--rgb-surface),.45)}.calendar-cell.is-blank{min-height:96px;border-style:dashed;border-color:color-mix(in srgb,var(--border) 55%,transparent);background:transparent}.calendar-cell.has-games{background:var(--surface)}.calendar-cell.is-today{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.calendar-day-number{position:absolute;top:6px;left:10px;color:var(--text-faint);font-size:.85rem;font-weight:800}.calendar-cell.is-today .calendar-day-number{color:var(--brand)}.calendar-game-card{position:relative;display:block;height:188px;overflow:hidden;border-radius:8px;background:var(--surface-3)}.calendar-approximate-grid .calendar-game-card{height:210px}.calendar-game-card .cover{position:absolute;inset:0;min-height:0}.calendar-game-card.is-tracked .cover{filter:grayscale(.5);opacity:.8}.calendar-game-overlay{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;padding:8px;background:linear-gradient(to top,#000000e0,#00000073 42%,#0000 72%);color:#fff}.calendar-game-heading h3{margin:0;font-size:.82rem;font-weight:800;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.calendar-game-date{margin:3px 0 0;font-size:.68rem;font-weight:700;color:#ffffffd1}.calendar-game-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:6px}.calendar-platform-badges{display:flex;flex-wrap:wrap;gap:4px}.calendar-platform-badge{padding:2px 5px;border-radius:4px;font-size:.6rem;font-weight:900;letter-spacing:.02em;color:#fff;background:#1f6feb}.calendar-platform-badge.PS5{background:#0070d1}.calendar-platform-badge.PS4{background:#2f6fd8}.calendar-platform-badge.PSVR2,.calendar-platform-badge.PSVR{background:#0e8a9a}.calendar-add-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#0006;color:#fff;cursor:pointer}.calendar-add-button:hover{background:var(--brand-strong);border-color:var(--brand-strong)}.calendar-add-button svg{width:15px;height:15px}.calendar-tracked-flag{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;border-radius:999px;background:#2ea043d9;color:#fff}.calendar-tracked-flag svg{width:15px;height:15px}.calendar-approximate{display:flex;flex-direction:column;gap:12px;padding-top:8px;border-top:1px solid var(--border)}.calendar-approximate-heading{margin:0;color:var(--text-subtle);font-size:.9rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.calendar-approximate-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.calendar-cell.skeleton{border-style:solid;background:linear-gradient(90deg,transparent,rgba(var(--rgb-surface),.65),transparent),var(--surface-3);background-size:220% 100%;animation:shimmer 1.35s infinite}@media(max-width:760px){.calendar-grid{gap:5px}.calendar-cell{min-height:70px;padding:22px 5px 5px;border-radius:8px}.calendar-weekday{font-size:.62rem}.calendar-day-number{font-size:.72rem}.calendar-game-heading h3{font-size:.68rem}.calendar-month-label{min-width:0;font-size:1.15rem}}.radar-page{gap:22px;background:radial-gradient(900px 520px at 100% 0%,rgba(var(--rgb-tint),.09),transparent 55%),radial-gradient(820px 620px at 0% 12%,rgba(var(--rgb-tint),.06),transparent 55%)}.radar-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:36px;min-height:280px;overflow:hidden;padding:34px 38px;border:1px solid rgba(var(--rgb-hairline),.11);border-radius:18px;background:radial-gradient(circle at 88% 20%,rgba(var(--rgb-tint),.3),transparent 24%),radial-gradient(circle at 60% 110%,rgba(var(--rgb-tint),.34),transparent 35%),linear-gradient(135deg,var(--brand-strong),var(--brand-strong) 56%,var(--brand-strong));box-shadow:0 24px 70px #11323d38;color:var(--text-on-brand)}.radar-hero:before,.radar-hero:after{position:absolute;content:"";border:1px solid rgba(var(--rgb-hairline),.08);border-radius:50%;pointer-events:none}.radar-hero:before{top:-190px;right:-105px;width:440px;height:440px}.radar-hero:after{right:40px;bottom:-250px;width:380px;height:380px}.radar-hero-copy,.radar-hero-spotlight{position:relative;z-index:1}.radar-hero-copy{display:flex;flex-direction:column;align-items:flex-start}.radar-hero .eyebrow{margin-bottom:10px;color:var(--text-faint)}.radar-hero h2{margin:0;max-width:620px;color:var(--text-on-brand);font-size:clamp(1.9rem,3.4vw,3.1rem);line-height:1.02;letter-spacing:-.04em}.radar-hero-lead{margin:14px 0 0;max-width:470px;color:var(--text-faint);font-size:.98rem;font-weight:600;line-height:1.5}.radar-month-nav{display:flex;align-items:center;gap:8px;margin-top:22px}.radar-month-arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(var(--rgb-hairline),.22);border-radius:10px;background:rgba(var(--rgb-surface),.12);color:var(--text-on-brand);cursor:pointer;transition:background .16s ease,border-color .16s ease}.radar-month-arrow:hover{background:rgba(var(--rgb-surface),.22);border-color:rgba(var(--rgb-hairline),.4)}.radar-month-arrow svg{width:18px;height:18px}.radar-month-label{min-width:168px;text-align:center;color:var(--text-on-brand);font-size:1.05rem;font-weight:900;letter-spacing:-.01em}.radar-today-button{height:40px;padding:0 16px;border:1px solid rgba(var(--rgb-hairline),.22);border-radius:10px;background:rgba(var(--rgb-surface),.12);color:var(--text-on-brand);cursor:pointer;font-size:.82rem;font-weight:800;transition:background .16s ease,border-color .16s ease}.radar-today-button:hover{background:rgba(var(--rgb-surface),.22);border-color:rgba(var(--rgb-hairline),.4)}.radar-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:28px}.radar-hero-actions .statistics-back{margin-bottom:0}.radar-external-link{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:7px 15px 7px 8px;border:1px solid rgba(var(--rgb-hairline),.22);border-radius:12px;background:rgba(var(--rgb-surface),.12);color:var(--text-on-brand);cursor:pointer;font-size:.86rem;font-weight:900;letter-spacing:.01em;text-decoration:none;transition:transform .16s ease,background .16s ease,border-color .16s ease}.radar-external-link:hover{transform:translateY(-2px);background:rgba(var(--rgb-surface),.22);border-color:rgba(var(--rgb-hairline),.4)}.radar-external-link:focus-visible{outline:3px solid var(--border-warning);outline-offset:3px}.radar-external-link-icon{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:8px;background:rgba(var(--rgb-surface),.18);color:var(--text-on-brand);transition:transform .16s ease}.radar-external-link:hover .radar-external-link-icon{transform:translateY(-1px)}.radar-external-link-icon img{width:27px;height:25px;object-fit:contain}.radar-hero-spotlight{align-self:stretch;display:flex}.radar-spotlight-card{display:flex;align-items:center;gap:16px;width:100%;padding:18px;border:1px solid rgba(var(--rgb-hairline),.16);border-radius:16px;background:rgba(var(--rgb-surface),.09);box-shadow:inset 0 1px #ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.radar-spotlight-cover{position:relative;flex:0 0 auto;width:94px;aspect-ratio:3 / 4;overflow:hidden;border-radius:10px;background:rgba(var(--rgb-surface),.16);box-shadow:0 10px 24px #00000047}.radar-spotlight-cover .cover{height:100%;min-height:0}.radar-spotlight-cover>svg{position:absolute;inset:0;width:34px;height:34px;margin:auto;color:var(--text-faint)}.radar-spotlight-cover.skeleton{background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent),rgba(var(--rgb-surface),.16);background-size:220% 100%;animation:shimmer 1.35s infinite}.radar-spotlight-body{display:flex;flex-direction:column;gap:3px;min-width:0}.radar-spotlight-label{display:inline-flex;align-items:center;gap:6px;margin:0;color:var(--text-faint);font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.radar-spotlight-label svg{width:14px;height:14px}.radar-spotlight-body strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:3px 0 5px;color:var(--text-on-brand);font-size:1.15rem;font-weight:900;line-height:1.15;letter-spacing:-.01em}.radar-spotlight-note{margin:0;color:var(--text-faint);font-size:.82rem;font-weight:600}.radar-spotlight-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.radar-spotlight-pills .radar-pill.date{background:rgba(var(--rgb-surface),.16);color:var(--text-on-brand)}.radar-spotlight-lines{display:flex;flex:1;flex-direction:column;gap:10px}.radar-spotlight-line{height:12px;border-radius:6px;background:rgba(var(--rgb-surface),.2)}.radar-spotlight-line.short{width:60%}.radar-metric-releases .stat-metric-icon{background:var(--surface-info)}.radar-metric-next .stat-metric-icon{background:var(--surface-success);color:var(--text-muted)}.radar-metric-hype .stat-metric-icon{background:var(--surface-warning);color:var(--text-warning)}.radar-metric-tracked .stat-metric-icon{background:var(--surface-2)}.radar-metrics .stat-metric>div:last-child{min-width:0}.radar-metrics .stat-metric small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.radar-metric-skeleton{min-height:142px;border:1px solid var(--border);background:linear-gradient(90deg,transparent,rgba(var(--rgb-surface),.65),transparent),var(--surface-3);background-size:220% 100%;animation:shimmer 1.35s infinite}@media(max-width:720px){.radar-hero{grid-template-columns:1fr;gap:24px;min-height:auto;padding:24px}.radar-month-label{min-width:0;flex:1}}.radar-section{display:flex;flex-direction:column;gap:12px}.radar-section-title{display:flex;align-items:center;gap:10px;margin:0;font-size:1.05rem;font-weight:900}.radar-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--surface-3);color:var(--text-subtle);font-size:.78rem;font-weight:800}.radar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:12px}.radar-grid-hero{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.radar-grid-hero .calendar-game-card{height:260px}@media(max-width:640px){.radar-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:9px}.radar-grid-hero .calendar-game-card{height:220px}}.radar-grid{grid-template-columns:repeat(auto-fill,minmax(184px,1fr))}.radar-grid-hero{grid-template-columns:repeat(auto-fill,minmax(248px,1fr))}.radar-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 4px 14px #0000000f;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.radar-card:hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:0 14px 30px #0000002e}.radar-card.tier-major{border-color:#f4b7408c}.radar-card.tier-notable{border-color:#7c5cff73}.radar-card-cover{position:relative;display:block;aspect-ratio:3 / 4;background:var(--surface-3)}a.radar-card-cover{cursor:pointer}a.radar-card-cover .cover{transition:filter .16s ease,opacity .16s ease}a.radar-card-cover:hover .cover{filter:brightness(1.05)}[data-theme=black] .radar-card-cover .cover,[data-theme=black] .radar-spotlight-cover .cover{filter:brightness(.82) saturate(.94)}.radar-hype-badge{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 12px;border-radius:999px;background:#0009;color:#fff;font-size:.88rem;font-weight:900;line-height:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.radar-hype-badge svg{width:16px;height:16px}.radar-hype-badge.tier-major{background:#f4b740f0;color:#3a2a00}.radar-hype-badge.tier-notable{background:#7c5cffeb;color:#fff}.radar-card-cover .cover{height:100%;min-height:0}.radar-card.is-tracked .radar-card-cover .cover{filter:grayscale(.45);opacity:.78}.radar-card-body{display:flex;flex:1;flex-direction:column;gap:8px;padding:10px 12px 12px}.radar-card-heading{display:flex;align-items:flex-start;gap:8px}.radar-card-heading .radar-card-title{flex:1;min-width:0}.radar-card-badges{flex:0 0 auto;margin-top:2px}.radar-card-title{margin:0;min-height:2.5em;font-size:.88rem;font-weight:800;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.radar-grid-hero .radar-card-title{font-size:.98rem}.radar-card-pills{display:flex;flex-wrap:wrap;gap:6px}.radar-pill{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border-radius:999px;background:var(--surface-3);color:var(--text-muted);font-size:.68rem;font-weight:900;line-height:1;white-space:nowrap}.radar-pill svg{width:12px;height:12px;flex:0 0 auto}.radar-pill.hype.tier-major{background:var(--surface-warning);color:var(--text-warning)}.radar-pill.hype.tier-notable{background:var(--surface-info);color:var(--text-info)}.radar-card-actions{display:flex;align-items:stretch;gap:6px;margin-top:auto}.radar-add-btn,.radar-igdb-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;border-radius:9px;font-size:.78rem;font-weight:900;line-height:1;cursor:pointer;text-decoration:none;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease,filter .16s ease}.radar-add-btn:hover,.radar-igdb-btn:hover{transform:translateY(-1px)}.radar-add-btn{flex:1;min-width:0;padding:0 12px;border:0;background:var(--brand-strong);color:var(--text-on-brand)}.radar-add-btn:hover{filter:brightness(1.06)}.radar-add-btn.is-tracked{background:var(--surface-success);color:var(--text-success);cursor:default}.radar-add-btn.is-tracked:hover{transform:none;filter:none}.radar-igdb-btn{flex:0 0 auto;padding:0 11px;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted)}.radar-igdb-btn:hover{background:var(--surface-3);border-color:var(--border-strong);color:var(--text)}.radar-add-btn svg,.radar-igdb-btn svg{width:15px;height:15px;flex:0 0 auto}.radar-card.skeleton{height:320px;border:1px solid var(--border);background:linear-gradient(90deg,transparent,rgba(var(--rgb-surface),.65),transparent),var(--surface-3);background-size:220% 100%;animation:shimmer 1.35s infinite}@media(max-width:640px){.radar-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.radar-grid-hero{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}
