body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.loading{align-items:center;color:#666;display:flex;font-size:18px;height:100vh;justify-content:center}.header{background:linear-gradient(135deg,#751a47,#8a1f55);box-shadow:0 2px 4px #0000001a;color:#fff;padding:1rem 0}.header .header-content{align-items:center;display:flex;justify-content:flex-start;margin:0 auto;max-width:1200px;padding:0 2rem}.header .brand-section{align-items:center;display:flex;gap:1rem}.header .brand{font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px #0000004d}.header .header-logo{height:40px;object-fit:contain;width:auto}.treatment-message{background:#fff;border:1px solid #333;border-radius:8px;margin:2rem auto;max-width:800px;padding:2rem;text-align:center}@media(max-width:480px){.treatment-message{margin:1rem;padding:1.5rem}}@media(max-width:400px){.treatment-message{margin:.75rem;padding:1.25rem}}.treatment-message h2{font-size:1.5rem;margin-bottom:1rem}.treatment-message p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.treatment-message .treatment-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.treatment-message .treatment-buttons.three-buttons{gap:.5rem}@media(max-width:450px){.treatment-message .treatment-buttons.three-buttons{align-items:center;gap:5px}.treatment-message .treatment-buttons.three-buttons button{flex:1 1;min-width:0;min-width:auto}}.treatment-message .explore-tools-button,.treatment-message .maybe-later-button,.treatment-message .other-options-button{background:#751a47;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:background-color .2s ease}.treatment-message .explore-tools-button:hover,.treatment-message .maybe-later-button:hover,.treatment-message .other-options-button:hover{background:#8a1f55}.treatment-message .explore-tools-button:disabled,.treatment-message .maybe-later-button:disabled,.treatment-message .other-options-button:disabled{background:#ccc;color:#666;cursor:not-allowed}.treatment-message .explore-tools-button:disabled:hover,.treatment-message .maybe-later-button:disabled:hover,.treatment-message .other-options-button:disabled:hover{background:#ccc}@media(max-width:500px){.treatment-message .explore-tools-button,.treatment-message .maybe-later-button,.treatment-message .other-options-button{font-size:.95rem;min-width:120px;padding:.75rem 1.25rem}}.treatment-message-content{margin-top:1.5rem}.call-to-action{align-items:center;color:#5d00ff;display:flex;font-size:1.3em;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:1rem}@media(max-width:480px){.call-to-action{font-size:1.1em}}@media(max-width:400px){.call-to-action{flex-direction:column;font-size:1em;gap:.25rem}}.call-to-action-icon{font-size:2em}.game-grid{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.game-grid h2{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.game-grid .games-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);padding:0 1rem}.game-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.game-card:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-2px)}.game-card .game-image{align-items:center;background:#f0f0f0;cursor:pointer;display:flex;height:200px;justify-content:center;position:relative;transition:opacity .2s ease}.game-card .game-image:hover{opacity:.9}.game-card .game-image img{display:block;height:100%;object-fit:cover;width:100%}.game-card .game-image .image-placeholder{color:#666;display:none;font-size:1.2rem;font-weight:500}.game-card .game-info{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:1rem}.game-card .game-info .game-name{color:#333;font-size:1.1rem;font-weight:500}.game-card .game-info .info-icon{border-radius:50%;color:#751a47;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:color .2s ease,transform .2s ease}.game-card .game-info .info-icon:hover{background-color:#751a471a;color:#8a1f55;transform:scale(1.1)}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border:1px solid #333;border-radius:8px;max-width:600px;padding:2rem;position:relative;width:100%}.modal .modal-content{display:flex;gap:2rem;margin-bottom:2rem}.modal .modal-content .modal-image{align-items:center;background:#f0f0f0;border:1px solid #ddd;display:flex;flex:0 0 200px;height:200px;justify-content:center}.modal .modal-content .modal-image img{height:100%;object-fit:cover;width:100%}.modal .modal-content .modal-text{display:flex;flex:1 1;flex-direction:column;justify-content:center}.modal .modal-content .modal-text .game-name{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.modal .modal-content .modal-text .game-description{color:#666;font-size:1rem;line-height:1.5}.modal .modal-buttons{display:flex;gap:1rem;justify-content:space-between}.modal .modal-buttons .back-button,.modal .modal-buttons .continue-button{background:#751a47;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:background-color .2s ease}.modal .modal-buttons .back-button:hover,.modal .modal-buttons .continue-button:hover{background:#8a1f55}.modal .modal-buttons .back-button:disabled,.modal .modal-buttons .continue-button:disabled{background:#ccc;color:#666;cursor:not-allowed}.modal .modal-buttons .back-button:disabled:hover,.modal .modal-buttons .continue-button:disabled:hover{background:#ccc}@media(max-width:500px){.modal .modal-buttons .back-button,.modal .modal-buttons .continue-button{font-size:.95rem;min-width:120px;padding:.75rem 1.25rem}}.tools-modal{background:#fff;border:1px solid #333;border-radius:8px;max-width:500px;padding:2rem;position:relative;width:100%}.tools-modal .tools-modal-content{margin-bottom:2rem;text-align:center}.tools-modal .tools-modal-content p{color:#333;font-size:1.1rem;line-height:1.6}.tools-modal .tools-modal-buttons{display:flex;justify-content:center}.tools-modal .tools-modal-buttons .close-button{background:#751a47;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:background-color .2s ease}.tools-modal .tools-modal-buttons .close-button:hover{background:#8a1f55}.tools-modal .tools-modal-buttons .close-button:disabled{background:#ccc;color:#666;cursor:not-allowed}.tools-modal .tools-modal-buttons .close-button:disabled:hover{background:#ccc}@media(max-width:500px){.tools-modal .tools-modal-buttons .close-button{font-size:.95rem;min-width:120px;padding:.75rem 1.25rem}}.stake-modal{background:#fff;border:1px solid #333;border-radius:8px;max-width:500px;padding:2rem;position:relative;width:100%}.stake-modal .stake-modal-content{margin-bottom:2rem;text-align:center}.stake-modal .stake-modal-content h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.stake-modal .stake-modal-content p{color:#333;font-size:1.1rem;margin-bottom:2rem}.stake-modal .stake-modal-content .stake-input-container{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.stake-modal .stake-modal-content .stake-input-container .currency-symbol{color:#333;font-size:1.5rem;font-weight:700}.stake-modal .stake-modal-content .stake-input-container .stake-input{border:2px solid #ddd;border-radius:6px;font-size:1.2rem;font-weight:700;padding:1rem;text-align:center;width:120px}.stake-modal .stake-modal-content .stake-input-container .stake-input:focus{border-color:#751a47;outline:none}.stake-modal .stake-modal-content .stake-input-container .stake-input::placeholder{color:#666;font-weight:400}.stake-modal .stake-modal-content .stake-input-container .stake-error{color:#d32f2f;font-size:.9rem;font-weight:500;margin-top:.5rem;text-align:center}.stake-modal .stake-modal-buttons{display:flex;gap:1rem;justify-content:space-between}.stake-modal .stake-modal-buttons .back-button,.stake-modal .stake-modal-buttons .confirm-stake-button{background:#751a47;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:background-color .2s ease}.stake-modal .stake-modal-buttons .back-button:hover,.stake-modal .stake-modal-buttons .confirm-stake-button:hover{background:#8a1f55}.stake-modal .stake-modal-buttons .back-button:disabled,.stake-modal .stake-modal-buttons .confirm-stake-button:disabled{background:#ccc;color:#666;cursor:not-allowed}.stake-modal .stake-modal-buttons .back-button:disabled:hover,.stake-modal .stake-modal-buttons .confirm-stake-button:disabled:hover{background:#ccc}@media(max-width:500px){.stake-modal .stake-modal-buttons .back-button,.stake-modal .stake-modal-buttons .confirm-stake-button{font-size:.95rem;min-width:120px;padding:.75rem 1.25rem}}.close-confirmation-modal{background:#fff;border:1px solid #333;border-radius:8px;max-width:500px;padding:2rem;position:relative;width:100%}.close-confirmation-modal .close-confirmation-content{margin-bottom:2rem;text-align:center}.close-confirmation-modal .close-confirmation-content h2{color:#333;font-size:1.3rem;font-weight:700;line-height:1.4}.close-confirmation-modal .close-confirmation-buttons{display:flex;gap:1rem;justify-content:space-between}.close-confirmation-modal .close-confirmation-buttons .back-button,.close-confirmation-modal .close-confirmation-buttons .confirm-close-button{background:#751a47;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:700;padding:1rem 2rem;transition:background-color .2s ease}.close-confirmation-modal .close-confirmation-buttons .back-button:hover,.close-confirmation-modal .close-confirmation-buttons .confirm-close-button:hover{background:#8a1f55}.close-confirmation-modal .close-confirmation-buttons .back-button:disabled,.close-confirmation-modal .close-confirmation-buttons .confirm-close-button:disabled{background:#ccc;color:#666;cursor:not-allowed}.close-confirmation-modal .close-confirmation-buttons .back-button:disabled:hover,.close-confirmation-modal .close-confirmation-buttons .confirm-close-button:disabled:hover{background:#ccc}@media(max-width:500px){.close-confirmation-modal .close-confirmation-buttons .back-button,.close-confirmation-modal .close-confirmation-buttons .confirm-close-button{font-size:.95rem;min-width:120px;padding:.75rem 1.25rem}}.close-without-choosing{display:flex;justify-content:center;padding:2rem}.close-without-choosing .close-without-choosing-button{background:#751a47;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-size:1.1rem;font-weight:700;max-width:400px;padding:1rem 2rem;transition:background-color .2s ease;width:100%}.close-without-choosing .close-without-choosing-button:hover{background:#8a1f55}.close-without-choosing .close-without-choosing-button:disabled{background:#ccc;color:#666;cursor:not-allowed}.close-without-choosing .close-without-choosing-button:disabled:hover{background:#ccc}@media(max-width:500px){.close-without-choosing .close-without-choosing-button{font-size:.95rem;min-width:120px;padding:.75rem 1.25rem}}@media(max-width:768px){.header .header-content{padding:0 1rem}.header .brand{font-size:2rem}.game-grid{padding:1rem}.game-grid .games-container{gap:1rem;grid-template-columns:repeat(2,1fr);padding:0}.modal,.treatment-message{margin:1rem;padding:1.5rem}}@media(max-width:480px){.game-grid .games-container{grid-template-columns:1fr}.header .header-icons{gap:.5rem}.header .currency-icon{font-size:1rem;padding:.3rem}.header .mountain-icon{font-size:1.2rem}.modal .modal-content{flex-direction:column;gap:1.5rem;text-align:center}.modal .modal-content .modal-image{flex:none;margin:0 auto;max-width:250px;width:100%}.modal .modal-content .modal-text{flex:none}.modal .modal-content .modal-text .game-name{font-size:1.3rem;margin-bottom:.75rem}.modal .modal-content .modal-text .game-description{font-size:.95rem}}
/*# sourceMappingURL=main.d9ec77ad.css.map*/