.item-page{--ip-game-cinder:#c94a1f;--ip-game-cinder-bg:#c94a1f1a;--ip-game-cinder-bd:#c94a1f4d;--ip-game-verdant:#1f8a4a;--ip-game-verdant-bg:#1f8a4a1a;--ip-game-verdant-bd:#1f8a4a52;--ip-game-tide:#0d8a8a;--ip-game-tide-bg:#0d8a8a1a;--ip-game-tide-bd:#0d8a8a52;--ip-kind-ground:#5d7a6a;--ip-kind-ground-bg:#5d7a6a1a;--ip-kind-ground-bd:#5d7a6a42;--ip-kind-hidden:#6b7888;--ip-kind-hidden-bg:#6b78881a;--ip-kind-hidden-bd:#6b78884d;--ip-kind-gift:#b8417a;--ip-kind-gift-bg:#b8417a1a;--ip-kind-gift-bd:#b8417a4d;--ip-kind-mart:#a07a3a;--ip-kind-mart-bg:#a07a3a1a;--ip-kind-mart-bd:#a07a3a4d}.item-page .hero{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:12px;grid-template-columns:132px 1fr;align-items:center;gap:24px;margin-top:24px;padding:22px 26px;display:grid;position:relative;overflow:hidden}.item-page .hero:before{content:"";opacity:.45;pointer-events:none;background:radial-gradient(closest-side,#b9ecd1,#0000 70%);width:360px;height:360px;position:absolute;top:-120px;right:-90px}.item-page .sprite-tile{background:var(--surface-2);border:1.5px solid var(--border);border-radius:14px;place-items:center;width:112px;height:112px;display:grid;position:relative}.item-page .sprite-tile .sprite{width:80px;height:80px;image-rendering:pixelated;display:block;box-shadow:inset 0 0 0 1px #0f2a1e0a}.item-page .sprite-tile .sprite-placeholder{color:#b6cfbe;font-size:48px;font-weight:800}.item-page .hero-info{min-width:0}.item-page .hero-meta-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.item-page .cat-pill{letter-spacing:.1em;text-transform:uppercase;color:#0b7a52;background:#b9ecd1;border:1px solid #0cbd7e52;border-radius:4px;padding:3px 10px;font-size:11px;font-weight:700;line-height:1.6}.item-page h1.item-name{letter-spacing:-.025em;color:var(--text);margin:4px 0 10px;font-size:32px;font-weight:800;line-height:1.1}.item-page .item-flavor{color:var(--muted);max-width:56ch;margin:0;font-size:14px;line-height:1.5}.item-page .locations{flex-direction:column;gap:14px;margin-top:18px;display:flex}.item-page .game-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:12px;grid-template-columns:180px minmax(0,1fr);align-items:stretch;display:grid;overflow:hidden}.item-page .game-card.cinder{--game-color:#c53030;--game-bg:#e53e3e47;--game-border:#e53e3e8c}.item-page .game-card.verdant{--game-color:#2f855a;--game-bg:#38a16947;--game-border:#38a1698c}.item-page .game-card.tide{--game-color:#276749;--game-bg:#2f855a47;--game-border:#2f855a8c}.item-page .game-card-head{background:var(--game-bg,var(--surface-2));border-right:1px solid var(--game-border,var(--border));text-align:center;justify-content:center;align-items:center;padding:16px 18px;display:flex}.item-page .game-card-head .name{letter-spacing:-.005em;color:var(--game-color,var(--text));font-size:15px;font-weight:700}.item-page .row-list{flex-direction:column;gap:4px;padding:10px 12px;display:flex}.item-page .row-list.dense{grid-template-columns:1fr 1fr;gap:4px 10px;display:grid}.item-page .source-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius,8px);align-items:center;gap:8px;padding:6px 10px;font-size:12.5px;transition:border-color .12s,background .12s;display:flex}.item-page .source-row:hover{background:var(--surface-2);border-color:#b6cfbe}.item-page .source-row.hidden-src{background:repeating-linear-gradient(135deg,#0000 0 6px,#87a2940f 6px 12px)}.item-page .source-row.hidden-src:hover{background:var(--surface-2)}.item-page .src-main{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.item-page .src-path{flex-wrap:wrap;align-items:baseline;line-height:1.4;display:flex}.item-page .src-path .seg{color:var(--muted);font-size:12.5px;font-family:var(--font-mono), ui-monospace, monospace;font-weight:500}.item-page .src-path .seg.region,.item-page .src-path .seg.name{color:var(--text);letter-spacing:-.005em;font-family:inherit;font-weight:700}.item-page .src-path .seg.price{color:#0aa06c;font-variant-numeric:tabular-nums;font-weight:700}.item-page .src-path .sep{color:#b6cfbe;-webkit-user-select:none;user-select:none;margin:0 6px;font-size:12px}.item-page .src-note{color:var(--muted);font-size:11.5px;line-height:1.4}.item-page .src-right{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:inline-flex}.item-page .kind-badge{font-family:var(--font-mono), ui-monospace, monospace;letter-spacing:.04em;text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:1px 6px;font-size:10.5px;font-weight:700}.item-page .kind-badge.ground{color:var(--ip-kind-ground);background:var(--ip-kind-ground-bg);border:1px solid var(--ip-kind-ground-bd)}.item-page .kind-badge.hidden-kind{color:var(--ip-kind-hidden);background:var(--ip-kind-hidden-bg);border:1px dashed var(--ip-kind-hidden-bd)}.item-page .kind-badge.gift{color:var(--ip-kind-gift);background:var(--ip-kind-gift-bg);border:1px solid var(--ip-kind-gift-bd)}.item-page .kind-badge.mart{color:var(--ip-kind-mart);background:var(--ip-kind-mart-bg);border:1px solid var(--ip-kind-mart-bd)}.item-page .pin-btn{border:1px solid var(--border);width:22px;height:22px;color:var(--muted);background:var(--surface-2);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:color .12s,border-color .12s,background .12s;display:inline-flex}.item-page .pin-btn:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.item-page .pin-btn svg{display:block}@media (max-width:767px){.item-page .hero{text-align:center;grid-template-columns:1fr;justify-items:center;gap:14px;padding:18px 18px 20px}.item-page .sprite-tile{background:var(--surface-2);width:96px;height:96px;box-shadow:none}.item-page .sprite-tile .sprite{width:68px;height:68px}.item-page h1.item-name{margin:0 0 8px;font-size:24px;line-height:1.15}.item-page .item-flavor{max-width:none;font-size:13px}.item-page .game-card{grid-template-columns:1fr}.item-page .game-card-head{border-right:0;border-bottom:1px solid var(--game-border,var(--border));padding:10px 14px}.item-page .row-list{padding:10px}.item-page .row-list.dense{grid-template-columns:1fr}.item-page .source-row{padding-top:8px;padding-bottom:8px;padding-right:120px;position:relative}.item-page .src-right{align-items:center;gap:8px;margin-left:0;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.item-page .src-right .pin-btn{width:44px;height:44px}.item-page .source-row{min-height:60px}.item-page .pin-btn svg{width:22px;height:22px}.item-page .src-path{flex-wrap:wrap}.item-page .src-path__details{flex-wrap:wrap;flex-basis:100%;align-items:baseline;display:inline-flex}.item-page .src-path__details>span:first-child .sep,.item-page .src-note{display:none}}
