:root{--primary: #FF5A5F;--primary-hover: #FF7E82;--bg-dark: #121212;--bg-card: #1E1E1E;--text-main: #FFFFFF;--text-muted: #A0A0A0;--border-color: #333333;--type-normal: #A8A77A;--type-fire: #EE8130;--type-water: #6390F0;--type-electric: #F7D02C;--type-grass: #7AC74C;--type-ice: #96D9D6;--type-fighting: #C22E28;--type-poison: #A33EA1;--type-ground: #E2BF65;--type-flying: #A98FF3;--type-psychic: #F95587;--type-bug: #A6B91A;--type-rock: #B6A136;--type-ghost: #735797;--type-dragon: #6F35FC;--type-dark: #705848;--type-steel: #B7B7CE;--type-fairy: #D685AD;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:var(--bg-dark);color:var(--text-main)}body{margin:0;padding:0;min-height:100vh}*{box-sizing:border-box}h1,h2,h3,h4,p{margin:0}.container{max-width:1200px;margin:0 auto;padding:2rem}.glass-panel{background:#1e1e1e99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem}button{background:var(--primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease-in-out;font-weight:600}button:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #ff5a5f4d}.grid{display:grid;gap:1.5rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.pokemon-card{background:var(--bg-card);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent;cursor:pointer}.pokemon-card:hover{transform:translateY(-5px) scale(1.02);border-color:#ffffff1a;box-shadow:0 10px 30px #00000080}.pokemon-card img{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 10px 10px rgba(0,0,0,.3));transition:transform .3s ease}.pokemon-card:hover img{transform:scale(1.1)}.type-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.app-header{margin-bottom:2rem;text-align:center}.app-header h1{font-size:3rem;background:linear-gradient(135deg,#ff5a5f,#ff8a8e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.filters-sidebar{position:sticky;top:2rem}input,select{width:100%;padding:.75rem;border-radius:8px;background:#0003;border:1px solid var(--border-color);color:#fff;margin-bottom:1rem;font-family:inherit}input:focus,select:focus{outline:none;border-color:var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease forwards}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem;opacity:0;animation:fadeIn .3s ease forwards}.modal-content{background:var(--bg-card);border:1px solid rgba(255,255,255,.1);border-radius:20px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative}.stat-row{display:grid;grid-template-columns:100px 40px 1fr;gap:1rem;align-items:center;margin-bottom:.5rem}.stat-name{font-weight:600;color:var(--text-muted);text-transform:uppercase;font-size:.85rem}.stat-val{font-weight:700}.stat-bar-container{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.stat-bar{height:100%;border-radius:4px;background:var(--primary);transition:width .3s ease}input[type=range]{-webkit-appearance:none;width:100%;background:transparent;padding:0;margin:0}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:var(--primary);cursor:pointer;margin-top:-6px}input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#fff3;border-radius:2px}.ide-container{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:#000;color:#fff;font-family:Inter,sans-serif}.ide-sidebar{width:300px;min-width:300px;background-color:#111;border-right:1px solid #333;display:flex;flex-direction:column;overflow-y:auto}.ide-main{flex:1;background-color:#0a0a0a;display:flex;flex-direction:column;overflow-y:auto;position:relative}.ide-inspector{width:400px;min-width:400px;background-color:#111;border-left:1px solid #333;display:flex;flex-direction:column;overflow-y:auto}.ide-header{padding:1rem;border-bottom:1px solid #333;background:#111;display:flex;align-items:center;justify-content:space-between}.ide-button{background:transparent;border:1px solid #444;color:#fff;padding:.5rem 1rem;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s;font-size:.85rem}.ide-button:hover{background:#222;border-color:#666}.ide-button.primary{background:#2ecc71;color:#000;border:none}.ide-button.primary:hover{background:#27ae60}.ide-list-item{padding:1rem;border-bottom:1px solid #222;cursor:pointer;transition:background .2s}.ide-list-item:hover,.ide-list-item.selected{background:#1a1a1a}.ide-list-item h4{margin:0 0 .25rem;font-size:.9rem}.ide-list-item .meta{font-size:.75rem;color:#888}.ide-pkmn-card{background:#151515;border:1px solid #333;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center}.ide-pkmn-card:hover,.ide-pkmn-card.selected{border-color:#666;background:#1a1a1a}.ide-pkmn-card img{width:80px;height:80px;object-fit:contain;filter:grayscale(100%) contrast(1.2) brightness(1.2);margin-bottom:.5rem}.ide-pkmn-card.selected img{filter:none}.ide-pkmn-card h4{font-size:1rem;margin:0 0 .5rem}.ide-pkmn-stat{display:flex;justify-content:space-between;width:100%;font-size:.75rem;color:#888;margin-bottom:.25rem}.ide-pkmn-stat span:last-child{color:#fff;font-weight:700}
