:root { color: #17202a; background: #f5f7f9; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; }
* { box-sizing: border-box; } body { margin: 0; } a { color: inherit; }.app-shell { min-height: 100vh; }
.site-header { display: flex; justify-content: space-between; align-items: center; padding: 1.25rem max(1.5rem, calc((100% - 70rem) / 2)); background: #17202a; color: #dce6ef; }
.brand { color: white; font-size: 1.15rem; font-weight: 700; text-decoration: none; } main { width: min(70rem, calc(100% - 3rem)); margin: 0 auto; padding: 5.5rem 0; }.hero { max-width: 46rem; }
.eyebrow { color: #bd3944; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; } h1, h2 { line-height: 1.05; } h1 { margin: .35rem 0 1rem; font-size: clamp(2.5rem, 6vw, 4.75rem); letter-spacing: -.06em; }
.lead { max-width: 38rem; color: #50606e; font-size: 1.15rem; line-height: 1.6; }.search-form { margin-top: 2.5rem; max-width: 38rem; } label { display: block; margin-bottom: .5rem; font-size: .9rem; font-weight: 800; }.search-row { display: flex; gap: .75rem; }
input { width: 100%; border: 1px solid #b7c4cf; border-radius: .5rem; padding: .85rem 1rem; font: inherit; } button { border: 0; border-radius: .5rem; padding: .85rem 1.25rem; background: #bd3944; color: white; font: inherit; font-weight: 800; cursor: pointer; }.results { margin-top: 4rem; max-width: 46rem; border-top: 1px solid #d3dce4; padding-top: 2rem; }
.evolution-chain { display: grid; gap: .75rem; padding: 0; list-style: none; }.evolution-chain li { display: flex; justify-content: space-between; gap: 1rem; border-radius: .5rem; background: white; padding: 1rem; box-shadow: 0 2px 10px #17202a0d; }.evolution-chain span { color: #607080; font-size: .9rem; }
.search-help, .card-id { color: #607080; font-size: .85rem; }.card-results { display: grid; gap: .75rem; }.card-result { display: flex; width: 100%; gap: 1rem; align-items: center; border: 2px solid transparent; border-radius: .6rem; background: white; padding: .75rem; color: inherit; text-align: left; box-shadow: 0 2px 10px #17202a0d; }.card-result:hover, .card-result.is-selected { border-color: #bd3944; }.card-result > span { display: grid; gap: .2rem; }.card-result img, .card-placeholder { width: 3.5rem; min-width: 3.5rem; height: 4.9rem; border-radius: .25rem; object-fit: cover; background: #e4eaf0; }.card-placeholder { display: grid; place-items: center; padding: .3rem; color: #607080; font-size: .7rem; text-align: center; }.selected-card { display: grid; grid-template-columns: minmax(12rem, 22rem) 1fr; gap: 2rem; margin-top: 3rem; border-radius: .75rem; background: #fff; padding: 1.5rem; box-shadow: 0 2px 10px #17202a0d; }.selected-image img { width: 100%; border-radius: .5rem; }.selected-image .card-placeholder { width: 100%; height: 20rem; }.selected-card h2 { margin: .2rem 0; }.detail-subtitle { color: #50606e; }.detail-facts { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0; }.detail-facts span { border-radius: .35rem; background: #f0f4f7; padding: .4rem .55rem; }.gameplay-item { border-top: 1px solid #dce4eb; padding: .75rem 0; }.gameplay-item p { margin: .35rem 0 0; line-height: 1.45; }.gameplay-item span { float: right; color: #50606e; }.secondary { font-size: .9rem; } @media (max-width: 42rem) { .selected-card { grid-template-columns: 1fr; } .selected-image { max-width: 20rem; } }
.evolution-explorer { margin-top: 3rem; border-top: 1px solid #d3dce4; padding-top: 2rem; }.evolution-heading h2 { margin-top: .2rem; }.evolution-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }.evolution-column { min-height: 14rem; border-radius: .65rem; background: #e9eef2; padding: 1rem; }.evolution-column h3 { margin-top: 0; }.empty-stage { color: #607080; font-size: .9rem; }.evolution-card { display: grid; width: 100%; gap: .45rem; margin-top: .75rem; border: 2px solid transparent; border-radius: .45rem; background: white; padding: .55rem; color: inherit; text-align: left; }.evolution-card:hover, .evolution-card.is-selected { border-color: #bd3944; }.evolution-card img, .evolution-card .card-placeholder { width: 100%; height: auto; min-height: 8rem; object-fit: contain; }.evolution-card span { color: #50606e; font-size: .8rem; } @media (max-width: 48rem) { .evolution-columns { grid-template-columns: 1fr; } }
@media (max-width: 36rem) { .site-header span { display: none; } .search-row { flex-direction: column; } .evolution-chain li { flex-direction: column; } }
