@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";.app-container{min-height:100vh;background-color:#fff}.navbar{position:fixed;top:0;left:0;right:0;background-color:#000;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar-logo{display:flex;align-items:center;gap:1rem}.logo{height:3rem;width:3rem}.navbar-title{font-size:1.5rem;font-weight:600;color:#fff}.navbar-elements{display:flex;gap:1rem;align-items:center}.nav-btn{background-color:transparent;border:2px solid #E3350D;color:#e3350d;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:all .25s ease}.nav-btn:hover{background-color:#e3350d;color:#fff}.nav-btn a{color:inherit;text-decoration:none}.nav-btn:hover a{color:#fff}@media (max-width: 768px){.navbar{padding:1rem}.navbar-title{font-size:1.2rem}.navbar-elements{gap:.5rem}.nav-btn{padding:.4rem .8rem;font-size:.9rem}}.pokemon-section{padding:2rem;max-width:1200px;margin:0 auto;margin-top:6rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:.5rem}.section-subtitle{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.refresh-btn{background-color:#e3350d;color:#fff;border:none;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .25s ease}.refresh-btn:hover{background-color:#c42a08;transform:translateY(-2px)}.pokemon-grid,.loading-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem}.pokemon-card{background-color:#fff;border:2px solid #E3350D;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #e3350d1a;position:relative;overflow:hidden}.pokemon-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #e3350d33}.pokemon-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e3350d,#ff4d1a)}.loading-card{display:flex;align-items:center;justify-content:center;min-height:280px}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top:3px solid #E3350D;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pokemon-image-container{margin-bottom:1rem}.pokemon-image{width:120px;height:120px;object-fit:contain;border-radius:8px;transition:transform .3s ease}.pokemon-card:hover .pokemon-image{transform:scale(1.1)}.pokemon-info{display:flex;flex-direction:column;gap:.8rem}.pokemon-name{font-size:1.4rem;font-weight:600;color:#000;margin:0;text-transform:capitalize}.pokemon-name a{color:inherit;text-decoration:none;transition:color .25s ease}.pokemon-name a:hover{color:#e3350d}.pokemon-types{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.pokemon-type{padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.pokemon-type a{color:inherit;text-decoration:none}.pokemon-ability{font-size:1rem;color:#666;text-transform:capitalize;font-weight:500}.pokemon-ability a{color:inherit;text-decoration:none;transition:color .25s ease}.pokemon-ability a:hover{color:#e3350d}@media (max-width: 1024px){.pokemon-grid,.loading-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.pokemon-section{padding:1rem;margin-top:5rem}.pokemon-grid,.loading-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.pokemon-card{padding:1rem}.pokemon-image{width:100px;height:100px}}@media (max-width: 480px){.pokemon-grid,.loading-grid{grid-template-columns:1fr}.section-title{font-size:1.8rem}.pokemon-types{gap:.3rem}.pokemon-type{padding:.3rem .6rem;font-size:.7rem}}.api-docs{background-color:#fff;padding:4rem 2rem;max-width:1200px;margin:0 auto}.api-header{text-align:center;margin-bottom:3rem}.api-title{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:.5rem}.api-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.api-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem}.stat-card{background-color:#fff;border:2px solid #f0f0f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:#e3350d;transform:translateY(-2px);box-shadow:0 8px 25px #e3350d1a}.stat-icon{font-size:2rem;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#e3350d;margin-bottom:.25rem}.stat-label{font-size:.9rem;color:#666;font-weight:500}.endpoints-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}.endpoint-card{background-color:#fff;border:2px solid #E3350D;border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.endpoint-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e3350d,#ff4d1a)}.endpoint-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #e3350d26}.endpoint-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.http-method{background-color:#e3350d;color:#fff;padding:.3rem .8rem;border-radius:4px;font-size:.8rem;font-weight:600;text-transform:uppercase}.endpoint-title{font-size:1.2rem;font-weight:600;color:#000;margin:0}.endpoint-path{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:.8rem;margin-bottom:1rem}.endpoint-path code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;color:#e3350d;font-weight:600}.endpoint-description{color:#666;line-height:1.5;margin-bottom:1rem}.endpoint-example{background-color:#f8f9fa;border-left:4px solid #E3350D;padding:1rem;border-radius:0 6px 6px 0}.example-label{font-size:.8rem;font-weight:600;color:#000;text-transform:uppercase;margin-bottom:.5rem}.example-url{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;word-break:break-all}.example-url a{color:#06c;text-decoration:none}.example-url a:hover{color:#e3350d;text-decoration:underline}.api-footer{background:linear-gradient(135deg,#000,#333);color:#fff;padding:3rem;border-radius:12px;text-align:center}.footer-content h3{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:#fff}.footer-content p{color:#ccc;margin-bottom:2rem;font-size:1.1rem}.footer-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer-links a{background-color:#e3350d;color:#fff;padding:.8rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .25s ease}.footer-links a:hover{background-color:#c42a08;transform:translateY(-2px)}@media (max-width: 1024px){.endpoints-grid{grid-template-columns:1fr}}@media (max-width: 768px){.api-docs{padding:2rem 1rem}.api-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.api-title{font-size:2rem}.api-subtitle{font-size:1rem}.endpoint-card{padding:1rem}.endpoint-header{flex-direction:column;align-items:flex-start;gap:.5rem}.footer-links{flex-direction:column;align-items:center}.footer-links a{width:100%;max-width:300px}}@media (max-width: 480px){.api-stats{grid-template-columns:1fr}.stat-card{padding:1rem}.api-title{font-size:1.8rem}.endpoint-path code{font-size:.8rem}.example-url{font-size:.75rem}}.main-layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}.main-footer{background-color:#000;color:#fff;padding:2rem;text-align:center;margin-top:auto}.footer-social{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#333;border-radius:50%;transition:all .3s ease}.social-link:hover{background-color:#e3350d;transform:translateY(-2px)}.social-icon{width:1.5rem;height:1.5rem;filter:invert(1)}.footer-text{color:#ccc;font-size:.9rem}.footer-text p{margin:0}@media (max-width: 768px){.main-footer{padding:1.5rem 1rem}.footer-social{gap:1rem}.social-link{width:2.5rem;height:2.5rem}.social-icon{width:1.25rem;height:1.25rem}.footer-text{font-size:.8rem}}:root{font-family:Quicksand,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#000;text-decoration:none}a:hover{color:#e3350d}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;background-image:linear-gradient(#f0f0f0 1px,transparent 1px),linear-gradient(90deg,#f0f0f0 1px,transparent 1px);background-size:20px 20px}h1{font-size:3.2em;line-height:1.1;color:#000;font-weight:600}button{border-radius:6px;border:2px solid #E3350D;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:Quicksand,sans-serif;background-color:transparent;color:#e3350d;cursor:pointer;transition:all .25s ease}button:hover{background-color:#e3350d;color:#fff}button:focus,button:focus-visible{outline:2px solid #E3350D;outline-offset:2px}*{box-sizing:border-box}#root{min-height:100vh;width:100%}
