:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#222226;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;overflow:hidden;height:100%;width:100%}body{display:flex;place-items:center;min-width:320px}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.pokemon-card-container{display:flex;justify-content:space-around;padding:20px}.pokemon-card{width:200px;height:280px;background-color:#2b2d31;border:1px solid #555;border-radius:10px;cursor:pointer;font-family:Arial,sans-serif;box-shadow:0 4px 8px #0000001a;margin:30px;transform-style:preserve-3d;transition:transform .1s linear,box-shadow .3s ease-in-out;display:flex;justify-content:center;align-items:center}.pokemon-card:hover{box-shadow:0 0 15px 5px #fff3,0 8px 16px #0000004d}.pokemon-card-inner{transform-style:preserve-3d;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:15px;box-sizing:border-box}.pokemon-card-country-info{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:10px}.pokemon-card-country-name{font-size:1.4em;font-weight:700;color:#f0f0f0;text-align:center}.pokemon-card-flag{width:28px;height:28px;margin-left:8px}.pokemon-card-number{font-size:2.5em;font-weight:700;color:#e0e0e0}@keyframes sway{0%{transform:rotate(0)}50%{transform:rotate(1deg)}to{transform:rotate(0)}}@media (max-width: 600px){.pokemon-card-container{padding:5px;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start}.pokemon-card{width:110px;height:160px;margin:8px}.pokemon-card-number{font-size:1.2em}.pokemon-card-country-info{margin-bottom:5px}.pokemon-card-country-name{font-size:.9em;color:#f0f0f0}.pokemon-card-flag{width:20px;height:20px;margin-left:5px}.pokemon-card-number{font-size:1em;color:#e0e0e0}}#root:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/override.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.3;z-index:-1}body.app-route-active #root:before{background-image:none}#root{position:relative;z-index:1;max-width:1280px;margin:0 auto;text-align:center}.logo{height:5em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.clickable-image-container{position:fixed;bottom:-20px;right:-70px;cursor:pointer;z-index:1000}.clickable-image-container img{display:block;max-width:350px;height:auto}.app-header{display:flex;align-items:center;padding:1rem;position:fixed;top:0;left:0;width:100%;z-index:1001}.app-logo{height:5em;margin-right:1rem}.app-header nav ul{list-style:none;padding:0;margin:0;display:flex}.app-header nav li{margin-right:1rem;font-size:1.2em}.app-header nav li:last-child{margin-right:0}.task-result-display{margin-top:20px;padding:20px;border:1px solid #444;border-radius:8px;background-color:#2c2c2c;width:80%;max-width:600px;text-align:left}.result-item{margin-bottom:15px}.result-item:last-child{margin-bottom:0}.result-label{font-weight:700;color:#bbb;display:block;margin-bottom:5px}.result-value{color:#f0f0f0;word-break:break-all}.result-number{font-size:2em;font-weight:700}.result-message{font-size:1.5em;white-space:pre-wrap;background-color:#333;padding:10px;border-radius:4px;font-family:monospace}.result-error-message{font-size:1.5em;white-space:pre-wrap;background-color:#4d2a2a;color:#ff4d4d;padding:10px;border-radius:4px;font-family:monospace;border:1px solid #993333}.get-started-button{display:inline-block;padding:12px 24px;font-size:1.2em;font-weight:700;color:#fff;background-color:#007bff;border:none;border-radius:5px;text-decoration:none;transition:background-color .3s ease;margin-top:20px}.get-started-button:hover{background-color:#0056b3}
