._nav_1uas3_5{background:#fff;padding:1rem 2rem;display:flex;gap:2rem;align-items:center;justify-content:flex-start;border-bottom:2px solid #5fb878}._nav_1uas3_5 a{color:#000;font-weight:600;padding:.5rem 1rem;border-radius:8px;border:2px solid transparent;text-decoration:none;transition:all .3s ease}._nav_1uas3_5 a:hover{background:#f0f0f0;border-color:#5fb878;color:#000}._logoLink_1uas3_57{padding:0!important;border:none!important;display:flex;align-items:center}._logoLink_1uas3_57:hover{background:none!important}._logo_1uas3_57{height:120px}._logo_1uas3_57:hover{transform:scale(1.05)}.home-container{width:100%;min-height:calc(100vh - 60px);background:#fff}.hero-section{background:linear-gradient(135deg,#5fb878,#6bcf7f);color:#fff;padding:120px 20px;text-align:center;animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:4rem;margin:0 0 20px;font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.5rem;opacity:.95;max-width:600px;margin:0 auto 40px}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:15px 40px;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary{background-color:#fff;color:#5fb878}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #5fb8784d;background-color:#f8f9fa}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background-color:#fff;color:#5fb878;transform:translateY(-2px)}.features-section{padding:80px 20px;max-width:1200px;margin:0 auto;background:#fff}.features-section h2{text-align:center;font-size:2.5rem;margin-bottom:60px;color:#000}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #ddd}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #5fb87833;border-color:#5fb878}.feature-icon{font-size:4rem;margin-bottom:20px}.feature-card h3{font-size:1.5rem;margin-bottom:15px;color:#5fb878}.feature-card p{color:#000;line-height:1.6}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.features-section h2{font-size:2rem}.features-grid{grid-template-columns:1fr}}.login-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:20px;background:#fff}.login-box{background-color:#fff;padding:40px;border-radius:12px;border:2px solid #5FB878;width:100%;max-width:400px;box-shadow:0 4px 20px #0000001a}.login-box h1{text-align:center;margin-bottom:30px;color:#000;font-size:2rem}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#000;font-weight:600}.form-group input{width:100%;padding:12px;background-color:#fff;border:2px solid #ddd;border-radius:8px;color:#000;font-size:16px}.form-group input:focus{outline:none;border-color:#5fb878}.error-message{background-color:#ff6b6b1a;color:#ff6b6b;padding:12px;border-radius:8px;margin-bottom:15px;text-align:center;border:2px solid #FF6B6B;font-weight:600}.login-button{width:100%;padding:14px;background-color:#5fb878;color:#fff;border:2px solid #5FB878;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer}.login-button:hover{background-color:#6bcf7f;border-color:#6bcf7f}.login-button:disabled{background-color:#ddd;border-color:#ddd;cursor:not-allowed;color:#666}.register-link{margin-top:20px;text-align:center;color:#666}.register-link a{color:#007bff;text-decoration:none}.register-link a:hover{text-decoration:underline}.games-container{padding:2rem;max-width:1400px;margin:0 auto;background:#fff;min-height:100vh}.games-container h1{text-align:center;margin-bottom:2rem;color:#5fb878;font-size:2.5rem;font-weight:700}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem}.game-card{background:#f8f9fa99;border-radius:12px;padding:1.5rem;cursor:pointer;border:2px solid #ddd;transition:all .3s ease}.game-card:hover{border-color:#ffd93d;transform:scale(1.05)}.game-card h3{color:#5fb878;font-size:1.3rem;margin-bottom:1rem;font-weight:600}.game-card p{color:#5fb878;margin:.5rem 0;font-weight:600}.loading{text-align:center;font-size:2rem;margin-top:4rem;color:#5fb878}.no-games-message{text-align:center;color:#5fb878;font-size:1.2rem;margin-top:2rem;font-weight:600}.game-details-container{padding:2rem;max-width:1200px;margin:0 auto;background:#fff;min-height:100vh}.back-button{background:#5fb878;color:#fff;border:2px solid #5FB878;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;margin-bottom:2rem}.back-button:hover{background:#6bcf7f}.game-details{background:#fff;border-radius:12px;padding:2rem;border:2px solid #ddd}.game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.game-header h1{color:#000;font-size:2rem}.favorite-button{background:#fff;color:#000;border:2px solid #FFD93D;padding:.8rem 1.5rem;border-radius:20px;font-weight:600}.favorite-button:hover{background:#ffd93d}.favorite-button.active{background:#5fb878;border-color:#5fb878;color:#fff}.favorite-button.active:hover{background:#6bcf7f}.game-info{display:flex;flex-direction:column;gap:1rem}.info-item{padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #5FB878;color:#000;margin-bottom:.5rem}.info-item:nth-child(2){border-left-color:#00d4ff}.info-item:nth-child(2) div{font-weight:700}.info-item:nth-child(3){border-left-color:#ffd93d}.info-item strong{color:#000;font-weight:700}.info-item div,.info-item p{color:#000}.description{border-left-color:#ff6b6b}.error{text-align:center;color:#ff6b6b;padding:2rem;border:2px solid #FF6B6B;border-radius:8px}.favorites-container{padding:2rem;max-width:1200px;margin:0 auto;background:#fff;min-height:100vh}.favorites-container h1{margin-bottom:2rem;color:#000;text-align:center;font-size:2.5rem}.empty-favorites{text-align:center;padding:3rem;background:#fff;border-radius:8px;border:2px solid #5FB878;display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-favorites p{font-size:1.2rem;color:#000;margin-bottom:1.5rem}.browse-button{padding:.8rem 1.5rem;background:#5fb878;color:#fff;border:2px solid #5FB878;border-radius:8px;font-weight:600}.browse-button:hover{background:#6bcf7f;transform:scale(1.05)}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.favorite-card{position:relative;background:#fff;border:2px solid #ddd;padding:1.5rem;border-radius:12px;cursor:pointer}.favorite-card:hover{border-color:#5fb878;transform:scale(1.05)}.remove-favorite-button{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;border:2px solid #FF6B6B;background:#ff6b6b;color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center}.remove-favorite-button:hover{background:#ee5a52;transform:scale(1.1)}.favorite-card h3{padding-right:40px;color:#000;font-size:1.2rem;margin-bottom:.5rem}.favorite-card p{color:#000;font-size:.9rem;margin:.3rem 0}.error-notification{position:fixed;top:20px;right:20px;background:#ff6b6b;color:#fff;padding:1rem 1.5rem;border-radius:8px;z-index:1000;max-width:400px;font-weight:600;display:flex;align-items:flex-start;gap:1rem}.close-button{position:absolute;top:8px;right:8px;background:#ffffff4d;border:none;color:#fff;font-size:1.5rem;width:25px;height:25px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.close-button:hover{background:#ffffff80}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#16213e;color:#e0e0e0;min-height:100vh}#root{min-height:100vh}
