#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.App{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;min-height:100vh}.screen{padding:20px}button{margin:10px;padding:10px 20px;font-size:16px}.main-menu{background-color:#18181f;color:#fff;padding:20px;display:flex;flex-direction:column;align-items:center;min-height:100vh}.big-avatar{width:120px;height:160px;background-color:#23232b;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:40px}.big-avatar img{width:80px;height:80px;border-radius:50%}.games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%;max-width:400px}.game-button{background-color:#18181f;border:2px solid transparent;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s;width:100%;box-sizing:border-box}.game-button.selected{border-color:gold}.game-icon{font-size:24px;margin-bottom:8px}.game-label{font-weight:600;font-size:14px}.bottom-row{display:flex;align-items:center;margin-top:40px}.small-avatar{width:40px;height:40px;border-radius:50%;margin-right:10px}.nickname{color:gold;font-weight:600}.profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.profile-modal{background-color:#23232b;border-radius:24px;padding:20px;max-width:300px;width:90%;text-align:center;color:#fff}.profile-avatar{margin-bottom:20px}.profile-avatar img{width:80px;height:80px;border-radius:50%}.profile-info{margin-bottom:20px}.profile-name{font-size:18px;font-weight:600;margin-bottom:10px}.profile-coins{font-size:16px;margin-bottom:10px}.profile-id{font-size:14px;color:gold}.profile-buttons{display:flex;justify-content:space-around}.profile-button{background-color:#18181f;border:none;border-radius:12px;padding:10px 20px;color:#fff;font-weight:600;cursor:pointer}
