: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:#242424;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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}.search-bar{display:flex;flex-direction:column;align-items:center;margin:0 auto;gap:.5rem}@media (min-width: 768px){.search-bar{flex-direction:row}}.search-input{padding:.5rem;border:1px solid #ccc;border-radius:6px;width:100%;max-width:300px;flex-grow:1;font-size:1rem}.search-button{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.search-button:hover{background-color:#1d4ed8}.autocomplete-list{list-style:none;margin:0;padding:.25rem;border:1px solid #ccc;border-radius:6px;background-color:#fff;color:#000;position:absolute;top:110%;width:100%;max-width:300px;z-index:100;box-shadow:0 2px 6px #00000026}.autocomplete-item{padding:.5rem;cursor:pointer;color:#000;background-color:#fff}.autocomplete-item:hover{background-color:#f3f4f6}.carousel{position:relative;width:100%;max-width:600px;margin:0 auto}.carousel-image-container{width:100%;height:320px;overflow:hidden;border-radius:10px}.carousel-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#fffc;border:none;font-size:16px;padding:4px 6px;cursor:pointer;border-radius:50%;box-shadow:0 1px 3px #0003}.carousel-button:hover{background-color:#fff}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}.game-card{display:flex;flex-direction:column;gap:16px;background-color:#fff;margin:10px;padding:16px;border-radius:12px;box-shadow:0 2px 6px #0000001a}@media (min-width: 768px){.game-card{flex-direction:row}}.game-card-left{flex:2;display:flex;flex-direction:column}.game-title{color:#000;font-size:24px;font-weight:700}.game-description{color:#555;font-size:15px;line-height:1.5}.game-card-right{flex:1;background-color:#f3f3f3;padding:12px;border-radius:8px;display:flex;flex-direction:column;justify-content:top}.recommendation-title{font-size:18px;font-weight:600;margin-bottom:6px;color:#333}.recommendation-text{font-size:14px;color:#555;line-height:1.4;white-space:pre-wrap}html,body{margin:0;padding:0}#root{width:100%;margin:0 auto;padding:1rem}.app-layout{max-width:80rem;margin:0 auto;padding:2rem 1rem 1rem;display:flex;flex-direction:column}.app-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:1rem}.loading-text,.error-text{text-align:center;margin-top:1rem}.recommendation-list{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.loading-text{margin-top:1rem;color:#666;text-align:center;font-size:1rem}.error-text{margin-top:1rem;color:#c00;text-align:center;font-size:1rem}
