.meta-page{display:grid;grid-template-columns:220px 1fr;gap:0;min-height:calc(100vh - 48px);align-items:start}.meta-sidebar{position:sticky;top:0;height:calc(100vh - 48px);display:flex;flex-direction:column;border-right:1px solid var(--gb-3);overflow:hidden;background:var(--gb-5)}.sidebar-search-wrap{padding:.5rem;border-bottom:1px solid var(--gb-3);flex-shrink:0}.sidebar-search{width:100%;padding:.3rem .5rem;background:var(--gb-4);border:1px solid var(--gb-3);border-radius:var(--radius-sm);color:var(--gb-hi);font-size:.82rem;outline:none;box-sizing:border-box}.sidebar-search:focus-visible{border-color:var(--gb-1)}.sidebar-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}.sidebar-item{display:flex;align-items:center;gap:.35rem;padding:.15rem .5rem;cursor:pointer;border-bottom:1px solid var(--gb-4);transition:background .1s;min-height:36px}.sidebar-item:hover{background:var(--gb-4)}.sidebar-item.active{background:color-mix(in srgb,var(--gb-1) 10%,var(--gb-4));border-left:2px solid var(--gb-1)}.sidebar-sprite{width:28px;height:28px;object-fit:contain;image-rendering:pixelated;flex-shrink:0}.sidebar-name{flex:1;font-size:.78rem;color:var(--gb-hi);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-pct{font-size:.7rem;color:var(--gb-low);font-variant-numeric:tabular-nums;flex-shrink:0}.meta-detail{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-width:0}.detail-header{display:flex;align-items:flex-start;gap:1rem}.detail-sprite{width:96px;height:96px;object-fit:contain;image-rendering:pixelated;flex-shrink:0}.detail-info{display:flex;flex-direction:column;gap:.4rem}.detail-name{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--gb-hi);margin:0;line-height:1}.detail-usage{font-size:.82rem;color:var(--gb-low);margin:0}.type-badges{display:flex;gap:.3rem;flex-wrap:wrap}.type-badge{font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.15rem .45rem;border-radius:3px;color:#fff}.type-normal{background:#9a9a7b}.type-fire{background:#e8622d}.type-water{background:#4d90d4}.type-grass{background:#78c050}.type-electric{background:#f8d030;color:#333}.type-ice{background:#98d8d8;color:#333}.type-fighting{background:#c03028}.type-poison{background:#a040a0}.type-ground{background:#e0c068;color:#333}.type-flying{background:#a890f0}.type-psychic{background:#f85888}.type-bug{background:#a8b820}.type-rock{background:#b8a038}.type-ghost{background:#705898}.type-dragon{background:#7038f8}.type-dark{background:#705848}.type-steel{background:#b8b8d0;color:#333}.type-fairy{background:#ee99ac;color:#333}.detail-section{display:flex;flex-direction:column;gap:.6rem}.detail-section-title{font-family:var(--font-heading);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gb-low);margin:0}.stats-grid{display:flex;flex-direction:column;gap:.3rem}.stat-row{display:grid;grid-template-columns:3rem 2.2rem 1fr;align-items:center;gap:.5rem}.stat-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gb-low);text-align:right}.stat-val{font-size:.8rem;font-variant-numeric:tabular-nums;color:var(--gb-hi);text-align:right}.stat-bar-bg{height:8px;background:var(--gb-3);border-radius:4px;overflow:hidden}.stat-bar{height:100%;border-radius:4px;transition:width .3s ease}.stat-hp{background:#ff5959}.stat-atk{background:#f5ac78}.stat-def{background:#fae078}.stat-spa{background:#9db7f5}.stat-spd{background:#a7db8d}.stat-spe{background:#fa92b2}.stat-total-row{display:grid;grid-template-columns:3rem 2.2rem 1fr;gap:.5rem;margin-top:.2rem;padding-top:.3rem;border-top:1px solid var(--gb-3)}.stat-total-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gb-low);text-align:right}.stat-total-val{font-size:.8rem;font-variant-numeric:tabular-nums;color:var(--gb-hi);font-weight:700;text-align:right}.usage-rows{display:flex;flex-direction:column;gap:.25rem}.usage-row{display:grid;grid-template-columns:1fr 2.5rem;align-items:center;gap:.35rem;position:relative}.usage-row-move{grid-template-columns:auto 1fr 2.5rem}.usage-row-item{grid-template-columns:24px 1fr 2.5rem}.usage-row-name{font-size:.82rem;color:var(--gb-hi);z-index:1;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.22rem .4rem}.usage-row-pct{font-size:.75rem;color:var(--gb-low);font-variant-numeric:tabular-nums;text-align:right;z-index:1;position:relative;padding-right:.2rem}.usage-row-bar{position:absolute;left:0;top:0;bottom:0;background:color-mix(in srgb,var(--gb-1) 10%,transparent);border-radius:var(--radius-sm);pointer-events:none;transition:width .25s ease}.move-type-badge{font-size:.6rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.1rem .32rem;border-radius:3px;color:#fff;z-index:1;position:relative;white-space:nowrap;flex-shrink:0}.item-icon{flex-shrink:0;z-index:1;position:relative}.teammate-row{display:grid;grid-template-columns:28px 1fr 2.5rem;align-items:center;gap:.35rem;position:relative}.teammate-sprite{width:28px;height:28px;object-fit:contain;image-rendering:pixelated;z-index:1;position:relative}.no-data{font-size:.82rem;color:var(--gb-low)}.sections-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.change-mon-btn,.sidebar-backdrop{display:none}@media(max-width:700px){.meta-page{grid-template-columns:1fr;min-height:unset}.meta-sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;height:100%;z-index:300;transform:translate(-100%);transition:transform .2s ease;border-right:1px solid var(--gb-3)}.meta-sidebar.drawer-open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:299}.change-mon-btn{display:flex;align-items:center;gap:.5rem;padding:.45rem .75rem;background:var(--gb-4);border:1px solid var(--gb-3);border-radius:var(--radius-sm);color:var(--gb-hi);font-size:.82rem;cursor:pointer;width:100%;margin-bottom:.25rem}.change-mon-btn img{width:28px;height:28px;object-fit:contain;image-rendering:pixelated}.change-mon-btn .change-mon-name{flex:1;text-align:left;font-weight:600}.change-mon-btn .change-mon-label{font-size:.7rem;color:var(--gb-low)}.sections-grid{grid-template-columns:1fr}.meta-detail{padding:.75rem 1rem}.detail-sprite{width:72px;height:72px}.detail-name{font-size:1.1rem}.stat-row{grid-template-columns:2.6rem 2rem 1fr}}
