:root{--poke-red: #FF0000;--poke-blue: #3B4CCA;--poke-yellow: #FFDE00;--poke-light-blue: #71C3FF;--poke-text: #212121;--poke-background: #f0f0f0;--header-height: 96px;--footer-height: 54px;--poke-radius: 7px;--poke-shadow: 0 4px 14px rgba(20, 20, 20, .12);--font-ui-condensed: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;--pokedex-red: #c92735;--pokedex-dark-red: #82151f;--pokedex-border-dark: #263238;--panel-dark: #1c1c1c;--panel-tecnico: #eef3f4;--pokedex-shadow: 7px 8px 0 rgba(38, 50, 56, .18);--pk-blue-light: #43bbed;--z-contenido: 10;--z-header: 1000;--z-popover-evolucion: 5000;--z-modal: 10000}html{min-height:100%}app-root{display:block;min-height:100dvh}body{font-family:Arial,sans-serif;min-height:100%;background:linear-gradient(145deg,#f4f4f4,#e5e7eb);color:var(--poke-text);margin:0;padding:0;font-size:16px}body.pkl-glitch-fondo app-pokemon-background{filter:hue-rotate(50deg) saturate(1.6) contrast(1.15)}@media (prefers-reduced-motion: reduce){body.pkl-glitch-fondo app-pokemon-background{filter:none}}@media (max-width: 1180px){:root{--header-height: 80px}}@media (max-width: 560px){:root{--header-height: 72px}}a{color:var(--poke-blue);text-underline-offset:2px}button{background-color:var(--poke-red);color:#fff;border:2px solid transparent;min-height:38px;padding:8px 16px;cursor:pointer;border-radius:var(--poke-radius);text-transform:uppercase;font-weight:700;font-family:inherit;box-shadow:2px 2px #14141433;transition:filter .18s ease,transform .12s ease,box-shadow .18s ease}button:hover:not(:disabled){filter:brightness(.9);transform:translateY(-2px);box-shadow:3px 4px #1414143d}button:active:not(:disabled){transform:translateY(1px);box-shadow:1px 1px #1414142e}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--poke-yellow);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none}.pk-btn-blue{background-color:var(--poke-blue)}.pk-btn-blue:hover:not(:disabled){background-color:#2b3ca8}.pk-btn-yellow{background-color:var(--poke-yellow);color:#2c2c2c}.pk-btn-yellow:hover:not(:disabled){background-color:#f0c800}.pk-btn-green{background-color:#2e7d32}.pk-btn-green:hover:not(:disabled){background-color:#256428}.pk-btn-neutral{background-color:#e0e0e0;color:#333}.pk-btn-neutral:hover:not(:disabled){background-color:#ccc}.pk-device-control{border:2px solid var(--pokedex-border-dark, #263238);border-radius:3px;box-shadow:3px 3px 0 var(--pokedex-border-dark, #263238);letter-spacing:.03em}.pk-device-control:hover:not(:disabled){box-shadow:4px 5px 0 var(--pokedex-border-dark, #263238)}.pk-device-control:active:not(:disabled){box-shadow:1px 1px 0 var(--pokedex-border-dark, #263238)}.habilidad-popover{position:absolute;z-index:45;left:50%;bottom:calc(100% + 9px);display:none;width:min(310px,78vw);box-sizing:border-box;padding:14px 16px;border:2px solid #263238;border-radius:4px;background:#f3f8f9;color:#263238;box-shadow:5px 6px #2632383d;transform:translate(-50%);text-align:left}.habilidad-popover.visible{display:flex;flex-direction:column;gap:7px}@media (hover: hover){.habilidad-wrapper:hover .habilidad-popover{display:flex;flex-direction:column;gap:7px}}.habilidad-popover strong{color:#273887;font-size:.92rem}.habilidad-popover>span{color:#405158;font-size:.86rem;line-height:1.45}@media (max-width: 560px){.habilidad-popover{position:fixed;inset:auto 12px 16px;width:auto;transform:none}}.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}.container{max-width:1200px;margin:0 auto;padding:16px;box-sizing:border-box}.cabecera-carcasa{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:7px 16px;border-bottom:3px solid var(--pokedex-dark-red, #82151f);box-sizing:border-box}.cabecera-carcasa p{margin:0;color:#fff;font:800 .66rem Courier New,monospace;letter-spacing:.1em}.grid-fichas-pokemon{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.ficha-mini{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 10px 12px;background-color:#e9f5ef;background-image:linear-gradient(rgba(57,105,91,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(57,105,91,.1) 1px,transparent 1px);background-size:18px 18px;border:2px solid var(--pokedex-border-dark, #263238);border-radius:5px 5px 12px;box-shadow:4px 4px #26323829;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.ficha-mini:hover,.ficha-mini:focus-visible{transform:translateY(-3px);box-shadow:5px 6px #26323838}.numero-mini{align-self:flex-start;font:800 .72rem Courier New,monospace;color:#66777d}.ficha-mini img{width:96px;height:96px;object-fit:contain}.nombre-mini{color:#20272b;font-size:.95rem;text-align:center}.tipos-mini{display:flex;gap:5px;flex-wrap:wrap;justify-content:center}.tipos-mini span{padding:3px 8px;border-radius:3px;color:#fff;font-size:.66rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}@media (max-width: 560px){.grid-fichas-pokemon{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ficha-mini img{width:76px;height:76px}}h1,h2,h3{line-height:1.15;font-family:var(--font-ui-condensed)}h1{font-size:clamp(1.65rem,3vw,2.15rem);font-weight:800}h2{font-weight:700}img{max-width:100%;height:auto}.tipo-bicho{background-color:#92bc2c;border:2px solid #6D9E1B}.tipo-siniestro{background-color:#595761;border:2px solid #41414D}.tipo-dragon{background-color:#0c69c8;border:2px solid #0753A1}.tipo-electrico{background-color:#edd53e;border:2px solid #C2B31C}.tipo-hada{background-color:#ec8fe6;border:2px solid #C748B9}.tipo-lucha{background-color:#ce4069;border:2px solid #A12B51}.tipo-fuego{background-color:#fb6c6c;border:2px solid #D93F3F}.tipo-volador{background-color:#92aade;border:2px solid #637BBB}.tipo-fantasma{background-color:#516aac;border:2px solid #3A4972}.tipo-planta{background-color:#62b957;border:2px solid #3D8948}.tipo-tierra{background-color:#ad7235;border:2px solid #8A5731}.tipo-hielo{background-color:#75d0c1;border:2px solid #4AC7B0}.tipo-normal{background-color:#a0a29f;border:2px solid #727273}.tipo-veneno{background-color:#b763cf;border:2px solid #933B97}.tipo-psiquico{background-color:#fa8581;border:2px solid #F33535}.tipo-roca{background-color:#c8b686;border:2px solid #998754}.tipo-acero{background-color:#5795a3;border:2px solid #417D9A}.tipo-agua{background-color:#539ddf;border:2px solid #3373AD}
